Firefox is correct, but 'picky': CSS size attributes are supposed to
have a unit - only the value 0 derogates from this.
OTOH, surely adding the text 'pt' is trivial? How do you generate the SVG?
Martin

On 14 January 2011 22:23, detlef.amb...@gmx.de <detlef.amb...@gmx.de> wrote:
> Hi,
>
> I generate a .svg file. In this file the font size is tailored:
>
>><g style="font-family:&apos;Times New Roman&apos;; font-size:30;"
>
> The browser (firefox, chrome works ok)ignores the fontsize.
>
> It exspects
>><g style="font-family:&apos;Times New Roman&apos;; font-size:30px;"
> i.e appending a pt or px to the fontsize.
>
> How can I achieve this?
> I now use
> g.setFont(new Font("Times New Roman", Font.PLAIN, 30));
>
> JDK 1.6.0_18, jre6, Windows
>
> Thank you.
> Cheers
> Detlef
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org
>
>



-- 
>From my MacBook Pro

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to