You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by le...@cyberbeach.net on 2005/01/18 21:03:16 UTC

flowText from DOM API

Hello,

How do I create a flowText element from the DOM API?

Thanks,

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: flowText from DOM API

Posted by Thomas DeWeese <Th...@Kodak.com>.
leighler@cyberbeach.net wrote:

> How do I create a flowText element from the DOM API?

    The same way you create any element in SVG.
use createElementNS, creatTextNode, appendChild, etc to
build the subtree of elements for flowText.

    Make sure you build the subtree disconnected and add the
flowText element as the last step otherwise during intermediate
steps your document will be invalid.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org