Skip to content
Snippets Groups Projects
Commit bdb02ab3 authored by ael-mess's avatar ael-mess
Browse files

debug

parent 449bfa05
No related branches found
No related tags found
No related merge requests found
...@@ -229,8 +229,6 @@ public class svggen { ...@@ -229,8 +229,6 @@ public class svggen {
for(int nb_period=0; ((nb_period/1000000.0)*period*this.scale*2)<this.width; nb_period+=1) for(int nb_period=0; ((nb_period/1000000.0)*period*this.scale*2)<this.width; nb_period+=1)
this.svgGenerator.drawString(""+String.format("%.3f", ((nb_period/1000.0)*period*2))+"ms", (float)((nb_period/1000000.0)*period*this.scale*2.0f), (float)(this.height+5.0f)); this.svgGenerator.drawString(""+String.format("%.3f", ((nb_period/1000.0)*period*2))+"ms", (float)((nb_period/1000000.0)*period*this.scale*2.0f), (float)(this.height+5.0f));
this.f.setFont(); this.f.setFont();
start = null;
} }
public void streamOut(Element root) throws NullPointerException, IOException { public void streamOut(Element root) throws NullPointerException, IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment