Hi, Currently, my CancasGraphicsNode within the GVT tree represent something like this:
<svg width="200" height="200"> ... </svg> Before renderering the GVT tree, I would like to change the attributes of a CanvasGraphicsNode to something like this: <svg width="200" height="200" style="overflow:visible" > ... </svg> The original XML DOM should remain unchanged; only the rendering DOM should be affected. Does anyone have an efficient way of doing this? Thanks for your time, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
