Bug 49536 - SVGFEImageElement doesn't support dynamic invalidation
Summary: SVGFEImageElement doesn't support dynamic invalidation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Renata Hodovan
URL:
Keywords:
Depends on:
Blocks: 45453
  Show dependency treegraph
 
Reported: 2010-11-15 04:59 PST by Renata Hodovan
Modified: 2010-11-16 05:44 PST (History)
3 users (show)

See Also:


Attachments
Patch (303.77 KB, patch)
2010-11-15 05:49 PST, Renata Hodovan
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renata Hodovan 2010-11-15 04:59:12 PST
SVGFEImageElement doesn't support dynamic invalidation
Comment 1 Renata Hodovan 2010-11-15 05:49:05 PST
Created attachment 73888 [details]
Patch
Comment 2 Andreas Kling 2010-11-15 06:55:42 PST
Comment on attachment 73888 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=73888&action=review

r=me

> LayoutTests/svg/dynamic-updates/script-tests/SVGFEImageElement-svgdom-preserveAspectRatio-prop.js:34
> +

Extra newline.
Comment 3 Dirk Schulze 2010-11-15 07:51:47 PST
I guess this does we do not support invalidatin if 'xlink:href' changes, can you add a FIXME please?
Comment 4 Renata Hodovan 2010-11-16 05:44:22 PST
This was landed in <http://trac.webkit.org/changeset/72006>