yushiro / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

documenting the limitations #216

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create a poly
2.zoom and minimize the dimensions of that poly until there is a point
where the code becomes:

<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480" id="svgzoom">
 <!-- created with SVG-edit - http://svg-edit.googlecode.com/ -->
 <path stroke-opacity="1" fill-opacity="1" stroke-width="0"
stroke="#000000" fill="#a0a0a0" id="svg_2" d="MNaN,NaN lNaN,NaN lNaN,NaN
lNaN,NaN lNaN,NaNz"/>
</svg>

What is the expected output? What do you see instead?

we need to document this limitation and at what level of zoom happens and
why. Is it a Javascript limitation?

the good thing is that with svg-edit we already achieve coordinates with
higher accuracy than inkscape. Isn't THAT something?

Original issue reported on code.google.com by Christia...@gmail.com on 18 Sep 2009 at 9:52

GoogleCodeExporter commented 9 years ago
I will begin by documenting this limitation:

I was able to obtain a zoom of about 200,000%

<svg xmlns:xlink="http://www.w3.org/1999/xlink" 
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 480" id="svgzoom">
 <!-- created with SVG-edit - http://svg-edit.googlecode.com/ -->
 <path stroke-opacity="1" fill-opacity="1" stroke-width="0" stroke="#000000"
fill="#a0a0a0" id="svg_2" d="M319.3480854015481,239.73547170009618
l0.011140246241480602,0.0037834798555971857
l-0.005570123120740301,-0.00483444648215196
l0.0012611599518657286,-0.0051497364701183915 z"/>
</svg>

Tried one step further and all became infinity..

Original comment by Christia...@gmail.com on 18 Sep 2009 at 10:02

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 27 Jul 2010 at 11:51