> From: Andrew Armstrong [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 13, 2002 2:52 PM
> To: Batik Users List
> Subject: How to redisplay a SVG text item on a JSVGCanvas?
>
>
> I have been trying to programmatically update the value of an SVG text
> element and have the new value re-painted on a JSVGCanvas. The problem is
> the new value is never seen, no matter what I try. How do I go
> about getting
> this to work?
>

Your code does the right thing. The problem is that Batik, for now, does not
support this feature.
To summarize, Batik (the current CVS) does not support:
  - <text> content updates,
  - x, y, dx, dy, rotate updates on <text>,
  - x, y, width, height, viewBox, preserveAspectRatio updates on <svg>,
  - x, y, width, height, xlink:href updates on <use> and <image>,
  - <textOnPath> updates,
  - paint servers updates (<clipPath>, <mask>, <filter>, ...),
  - stylesheet updates

CSS DOM and SVG DOM interfaces are only partially supported.

In addition xml-batik/xdoc/scriptFeatures.xml (in the CVS repository) lists
the non-standard features currently supported, for example setTimeout(),
parseXML(), getURL(), alert(), etc...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to