Hello Thomas! Finally got a chance to try that ... and it works!
Thanks so much! Hi Joanie, I'm not sure about all the stuff you mentioned, but regarding the CSS style font size specification (style="font-size:10;") Firefox requires you to specify a unit (i.e. style="font-size:10px;"). The reason for this is that SVG CSS styles actually violate the CSS spec (CSS always requires units for length attributes). My advice to you would be to use a customized version of org.apache.batik.svggen.SVGCSSStyler that appends "px" to all font-size attribute lengths (at least that's what I do). Regards, Thomas -- View this message in context: http://www.nabble.com/font-size-ignored-for-SVG-stream-to-OutputStreamWriter%2C-but-not-to-PrintWriter-tf3836971.html#a11001511 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
