Hi Vincent, Michael, "V. de Weger" <[EMAIL PROTECTED]> wrote on 09/16/2006 06:59:36 PM:
> Michael, you probably get the NPE because you're specific element has no fill > in it's style. cssvalue is null then, and can't be casted. This also reminds me that if you are asking about the fill on an SVG element that is a child of a non-SVG element (say a custom element in a custom namespace) then the CSS cascade won't be active in that 'branch' of the DOM (partially because it's unclear how the non-SVG element should effect the CSS cascade). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
