Hi Chris,

Thanks for your reply.

I see that there was bug opened for this issue but I think not resolved.

https://issues.apache.org/bugzilla/show_bug.cgi?id=44828

MY images are coming from database and I can't modify the font-family there.
DO you know any other work around to this problem?


Thanks,
Nishu Bansal

-----Original Message-----
From: Chris Lilley [mailto:ch...@w3.org] 
Sent: Tuesday, March 22, 2011 6:35 AM
To: Nishu
Cc: batik-users@xmlgraphics.apache.org
Subject: Re: Batik 1.7 latest version having Font Family names with digits
in them cause Batik to throw exception

On Tuesday, March 22, 2011, 12:15:50 AM, Nishu wrote:

N> I am facing issue with Batik 1.7 jar which is latest, when trying to
convert
N> SVG to JPEG.
N> I have used font-family="MS Shell Dlg 2" in SVG which leads to issue.
N> font-family without integer works fine.

Is the font family name quoted in the SVG? It needs to be; for example:

font-family="'MS Shell Dlg 2', serif"

Due to fairly recent changes in CSS 2.1, quoting is needed for numbers as
well as being usually needed for family names with spaces.


-- 
 Chris Lilley   Technical Director, Interaction Domain                 
 W3C Graphics Activity Lead, Fonts Activity Lead
 Co-Chair, W3C Hypertext CG
 Member, CSS, WebFonts, SVG Working Groups


---------------------------------------------------------------------
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