Hi, On Thu, 2006-02-02 at 11:16 -0300, André Ávila wrote:
> 1) I couldn't find a way to read the color of the current GraphicsNode. I > didn't use Cameron's code (from the "How do I parse..." thread), because he > grabs the color from an SVGElement, and I don't have one - unless I could > build one from a GraphicsNode, is it possible? >From GVT you can grab the SVGElement by using SVGElement elt = (SVGElement)bridgeContext.getElement(graphicsNode); Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
