> I suppose it would be cleaner if the GVTBuilder didn't _require_ > you to implement CSS. Thierry would it be hard for the GVTBuilder to > defer these checks to the associated bridge?
No. I think I can do that. I have added the test in GVTBuilder for two things: a. avoid cut&paste of the code in all bridges but now all bridges are a subclass of the AbstractGraphicsNodeBridge so that should not be a problem anymore. b. The second important thing I wanted to avoid is to scan all children of an element that is display=none. The display property is not inherited but the SVG viewer should not display an element if one of its parent has display=none (same for visibility - a sort of artificial inheritance mecanism). I will add a bug in bugzilla to fix the issue you are talking about and see if it's possible to move display to each bridge without any constraints (especially regarding to the performance). Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
