+1e9 for writing this in such a clear way.
One question for completeness: what is Inkscape implementing now with regard to this "view" and what is not?
Example: I opened a new document in an A4 page with mm as default units. I placed two vertical guides then manually edited their origin positions to 10,110 mm and 110,10 mm (the GUI is all in mm). Then I drew a rectangle between the two origins. The final file contains:
<svg ... blah blah blah
width="744.09448" (? not mm and 90 DPI) height="1052.3622" (? not mm and 90 DPI) inkscape:version="0.91pre2 r13550" viewBox="0 0 210 297"
... blah blah blah
<sodipodi:namedview inkscape:document-units="mm" units="mm"
... blah blah blah
<sodipodi:guide orientation="1,0" position="35.43307,389.76377" (? not mm, from bottom left and 90 DPI) ...
<sodipodi:guide orientation="1,0" position="389.76377,35.43307" (? not mm from bottom left and 90 DPI) ...
And:
<rect style= ... blah blah blah id="rect3341" width="100" height="100" x="9.999999" (? why?) y="187" /> (? is this 297-110 i.e. from top left?)
It's a mix between mm and non mm and top-down coordinates... My expectation was to find the numbers I entered inside the file (i.e. 10, 110 and 100) so it seems that there still are some inconsistencies to be fixed.
I use guides a lot to shape my drawings (entering their coordinates in mm) so having objects in mm and guides in px (@ 90 DPI!) is a contradiction and neutralizes all efforts towards precision.
Regards. Luca
-- View this message in context: http://inkscape.13.x6.nabble.com/Units-in-Inkscape-tp4971507p4971512.html Sent from the Inkscape - Dev mailing list archive at Nabble.com.