Hello there. Why when i do divides, subtract, basically, shape operations the size of the result shape is no exactly, ie, half if i divide by two, and instead is half + a random number with several decimals? This really pisses me off.
Also, when i try to resize a shape, i have : 32.00164 px and try to just reize to 32.0000 px, Inkscape refuses and sets me back to 32.00164. Another issue that infuriates me! SVG was supposed to be precise, Inkscape is playing tricks on me!
I'm running 0.91
I appreciate any comments/tips/solution.
Thanks!
Decimals in Inkscape.
Re: Decimals in Inkscape.
Hi.
Boolean operations like subtract forces a recalculation of the path, which results in some rounding errors.
Resizing can get tricky when you have a stroke set, though five decimals can only be seen through the xml editor (?).
The only way I know of to increase the accuracy is in the (Shift+Ctrl+P) at the svg output options.
Another thing to consider is that the Bézier is not a "precise curve".
Maybe add nodes to the right and left extreme points of the path and see if it will improve the error.
Boolean operations like subtract forces a recalculation of the path, which results in some rounding errors.
Resizing can get tricky when you have a stroke set, though five decimals can only be seen through the xml editor (?).
The only way I know of to increase the accuracy is in the (Shift+Ctrl+P) at the svg output options.
Another thing to consider is that the Bézier is not a "precise curve".
Maybe add nodes to the right and left extreme points of the path and see if it will improve the error.