On Oct 5, 2007, at 7:30 PM, Alexander Bonivento wrote:

The problem is that it seems texts are not parsed correctly at all.

As far as i know, SVG user units should be 90 for 1 inch.

So, doing [query-result]/90 gives me the inches valu


One warning up front is that SVG user units can be *any* DPI. There is a common defalt many programs use, but they are free to interpret SVG user units as the see fit.

Might be 90 DPI, might be 96, might be 100, might be 72...

And if a program can determine the actual DPI of the monitor in use at the moment, it's recommended to use it.