[xep-support] SVG + TextPath = problem!

Dave Pawson dave.pawson at gmail.com
Mon Aug 6 01:01:44 PDT 2007


On 06/08/07, Fritz Kirch <Friedrich.Kirch at it2media.de> wrote:
> can anybody tell me why my FO-file isnt rendered correctly?


<svg version="1.1"
     viewBox="0 0 1000 300"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink" height="70mm" width="147mm">
<defs>

 <path id="textpath"  d="M 10 10 C100 150 200 200 200 100 C200 100 200
20 250 20"
    style="fill: none ; stroke: gray"
    />




</defs>



  <use xlink:href="#textpath" stroke='black' fill='none'/>
  <text  font-family="Verdana" font-size="14" fill="blue">
    <textPath xlink:href="#textpath">an einem Pfad ausgerichteter
Text</textPath>
  </text>




</svg>



That shows in batik, but improperly in xep.

I'd guess they don't support the textpath.

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list