Re: svg font is smaller than font in png?

Robert Longson <[email protected]> Tue, 5 Jul 2011 06:07:39 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.svg
Organization http://groups.google.com
Message-ID <[email protected]>
On Jul 5, 11:20 am, DAXU <[email protected]> wrote:
> Hi Dear all,
>
> In the svg file I have
> <text style="font-size: 8px; font-family: Microsoft Sans Serif;"
> stroke="none" fill="#000000" x="371.608px" y="243.362px"><tspan>Aug/
> 09</tspan></text>

It rather depends on the rest of the svg file. There are no absolute
scales in svg 1.1 so if you've enclosed the text in a <g> or <svg>
element that scales it then the text could be drawn bigger or smaller.

Best regards

Robert.