I recalled long time ago some one suggested to configure your userconfig.xml like this:
<entry> <key>strokeSVGText</key> <value>false</value> </entry> Hope this will help. -----Original Message----- From: Eric Prevost [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 6:16 AM To: [EMAIL PROTECTED] Apache. Org Subject: SVG Text to PDF Text using FOP 2.0.5rc Does somebody knows how convert an SVG text to an PDF with text. when i try it using this fo:block my result is a good pdf but with line art. <fo:block> <fo:external-graphic src='testfont001.svg'/> </fo:block> my svg : <style type="text/css"><![CDATA[ text.t1 {font-family:'Arial',sans-serif;font-size:40;fill:#000000} ]]></style> <g id="Page_1"> <text class="t1"><tspan x="1588" y="149">SOP</tspan><tspan x="1672" y ="149"> </tspan><tspan x="1730" y="149">:</tspan><tspan x="1741" y ="149"> </tspan><tspan x="1815" y="149">LX</tspan><tspan x="1864" y ="149">-</tspan> </text> <text class="t1"><tspan x="227" y="3282">C:</tspan></text> <text class="t1"><tspan x="445,501,561,621,677" y ="559">TYVEK</tspan></text> </g> </svg> E.P. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
