El mié, 15-10-2014 a las 12:08 +0200, Tavmjong Bah escribió:
Looks interesting. I'll give it a try.
Thanks!
Why don't you let the interpreter handle the scale factor (i.e instead of writing 1.066666666666666667, simply write 96.0/90.0)?
I do it in attached version, a good point
What happens if SVG root 'width' is defined with units (e.g. width='10in')?
Ok i think there is a bug here because now scale all units and this is bad, i update it in the next version to only update SVG root if no units (px)
It might be interesting to also update any guide lines and grids. (Since we are postponing the change from 90 to 96 px/inch to 0.92, I plan on working on a way to automatically update grids and guide lines.)
Done in this version
I have a dude, with, height, viewBox, guides and grid is updated only if no units in whith and height (px), is this correct?
Regards, Jabier.