It seems that SVG elements that have their display property set to "none" don't get a GraphicsNode when the GVT tree is constructed. This is fine for static images, but I want to program an editor where users should be able to manipulate all elements, and to turn them on and off.
Is there a way to force the creation of a GraphicsNode even for elements where display = "none", and have the GraphicsNode's visibility set to false instead? Regards, Gerrit -- http://www.fastmail.fm - Does exactly what it says on the tin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
