Hi Subba, The basic problem is the font-face element:
<font-face ascent="100.53711" descent="21.972656" units-per-em="100" style="font-family:OPTIBevis; font-style:normal; font-weight:bold;" />
If you change this element to use the XML attributes, font-family, font-style, font-weight instead of setting CSS properties then the SVG font version is used. The odd thing is that I think the SVGGraphics2D sets these as attributes so I'm a bit of a loss to explain them being in the style attribute in your document. Do you do some sort of reformatting of the document post SVGGraphics2D? Reading the spec I believe that these are _not_ properties (AKA presentation attributes) they must be true XML attributes (although the spec isn't overly clear on this). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
