
Jon A. Cruz wrote:
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.
Absolutely true, but this does not change the main issue. 90 should be inkscape default, but considering i'm looking for values to create a ratio, the used DPI doesn't really matter. The commands i wrote in my first post was all made with the same tool (inkscape) and on the same file. So, i think i should expect same used DPI, correct?
Infact, values of query/tool about the rect object are correct: my Q is about the text element values, which are not.