On Tue, 2014-11-25 at 12:33 -0800, Josh Andler wrote:
On Tue, Nov 25, 2014 at 11:15 AM, Johan Engelen <jbc.engelen@...2592...> wrote:
On 25-11-2014 12:46, Tavmjong Bah wrote:
If absolute unit identifiers ('mm', 'in', 'pt', etc.) have been used internally (other than on the root SVG element), then these do need to be scaled to account for a switch between 90dpi and 96dpi. This is not a problem for pre-0.91 Inkscape created files. To keep it from being a problem in 0.91 Inkscape files, we need to disable saving 'font-size' with a 'pt' unit identifier.
So then please disable that!
I commented out the widget for the preference in trunk to allow writing non-px units to the file. I will backport it as well (probably in the units patch).
Excellent!
As part of a unit patch, please replace the share/ui/units.xml file with the one attached (which is specifically crafted for 0.91 using 90dpi). It increases the precision of the conversion constants as well as fixed an incorrect degree to gradian conversion factor.
Tav