Re: Batik 1.7 latest version having Font Family names with digits in them cause Batik to throw exception
Chris Lilley <[email protected]>
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Organization | W3C |
| Message-ID | <[email protected]> |
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