In the javadoc for org.apache.batik.gvt.GraphicsNode there is the following caveat:
"Note: The boundaries of some nodes (notably, text element nodes) cannot be precisely determined independent of their GraphicsNodeRenderContext" What exactly does this mean? Does it mean that I can not know precisely the bounds of a text element? Also, if I want to render SVG which has a text element should I use a TextNode instead of a GraphicsNode? Are there any examples using TextNode? I have been following the DOM API examples and am having no luck getting text to render properly. Thanks Charles Bornstein Tietronix Software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
