I have created a rectangle at position 15, 10 with 20, 30 mm size and when I export it into SVG I am getting the following svg with dimensions ofย ย width="19.957338",ย ย height="29.957338",ย ย x="15.021331" andย y="10.021331". Why are these not saves in the exact integer coordinates? ย
The attached picture shows the settings and size in Inkscape.
I have created a rectangle at position 15, 10 with 20, 30 mm size and when I export it into SVG I am getting the following svg with dimensions ofย ย width="19.957338",ย ย height="29.957338",ย ย x="15.021331" andย y="10.021331". Why are these not saves in the exact integer coordinates?
ย
The attached picture shows the settings and size in Inkscape.
ย
It usually happens when you have a Visual vs a Geometric bounding box set in Inkscape.
Edit>Preferences>Tools>Bounding Box To Use
Visual takes the stroke into account. Geometric does not.
Ah that did it. Thanks a lot.