Re: [xep-support] SVG + TextPath = problem!

From: Dave Pawson <dave.pawson@gmail.com>
Date: Mon Aug 06 2007 - 01:01:44 PDT

On 06/08/07, Fritz Kirch <Friedrich.Kirch@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@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
Received on Mon Aug 6 01:44:09 2007

This archive was generated by hypermail 2.1.8 : Mon Aug 06 2007 - 01:44:10 PDT