Hi,
I am using batik to render a user interface based on a SVG
description. The input is parsed and a GVT tree built using the tree
builder. I can then move (transform) named nodes, hide them, etc. I
manipulate directly GraphicsNodes which seems to be much faster (for
repeated UI changes and re-rendering) than re-parsing the DOM
representation. One thing I have not been able to do is change the
text of text nodes. How is that supposed to work? If I re-instantiate
a AttributedString using the attributes from
TextNode.getAttributedCharacterIterator.getAttributes(), the new
string is rendered in the right location, but with all characters on
top of each other (no spacing in between characters). Any hints are
welcome.
Thanks,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]