[EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to