RESOLVED FIXED 54186
SVGFESpecularLightingElement doesn't support dynamic invalidation, when attributes change.
https://bugs.webkit.org/show_bug.cgi?id=54186
Summary SVGFESpecularLightingElement doesn't support dynamic invalidation, when attri...
Renata Hodovan
Reported 2011-02-10 02:23:25 PST
SVGFESpecularLightingElement doesn't support dynamic invalidation, when attributes change.
Attachments
Patch (561.25 KB, patch)
2011-02-10 02:59 PST, Renata Hodovan
no flags
Renata Hodovan
Comment 1 2011-02-10 02:59:18 PST
Dirk Schulze
Comment 2 2011-02-10 03:05:38 PST
Comment on attachment 81944 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81944&action=review r=me but with changes. > LayoutTests/svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-in-attr.js:12 > +specularElement.setAttribute("in", "BackgroundImage"); Why do you use backgroundImage here? We don't support it at the moment! Can you use SourceAlpha instead? Otherwise it could be confusing to compare the test on a manual run between browsers. > LayoutTests/svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-in-prop.js:12 > +specularElement.setAttribute("in", "BackgroundImage"); Ditto.
Renata Hodovan
Comment 3 2011-02-10 07:52:25 PST
Note You need to log in before you can comment on or make changes to this bug.