> It seems that SVG elements that have their display property set to
> "none" don't get a GraphicsNode when the GVT tree is constructed.


Update: I found an entry in the W3C spec which says that elements with
display:none "are not present in the rendering tree":

http://www.w3.org/TR/SVG/painting.html#VisibilityControl

So the implementation is probably correct in not allowing for
GraphicsNodes to be created in such a case. However, this limitation
doesn't seem to hold for the visibility property mentioned in the same
section of the spec. But in my tests, elements with visibility:hidden
(without display:none) still don't seem to get a GraphicsNode. Is there
a way to force a generation here?

Or am I missing something important?

Regards,
Gerrit


-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
                          love email again


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to