RESOLVED FIXED 32968
SVG: Stop rendering of objects with empty mask and filter content
https://bugs.webkit.org/show_bug.cgi?id=32968
Summary SVG: Stop rendering of objects with empty mask and filter content
Dirk Schulze
Reported 2009-12-27 12:42:11 PST
It's not neccessary to proceed rendering of the object and it's child, if the content gets completely clipped away by a mask or if it has an bogus or one-dimensional filter.
Attachments
stop rendering of object if SVG mak clips content away (53.08 KB, patch)
2009-12-27 13:00 PST, Dirk Schulze
no flags
stop rendering of object if SVG mak clips content away (52.86 KB, patch)
2009-12-27 14:02 PST, Dirk Schulze
zimmermann: review+
Dirk Schulze
Comment 1 2009-12-27 13:00:20 PST
Created attachment 45530 [details] stop rendering of object if SVG mak clips content away patch
Dirk Schulze
Comment 2 2009-12-27 14:02:03 PST
Created attachment 45533 [details] stop rendering of object if SVG mak clips content away fixes a bug in SVGResourceMasker
WebKit Review Bot
Comment 3 2009-12-27 14:09:25 PST
style-queue ran check-webkit-style on attachment 45533 [details] without any errors.
Nikolas Zimmermann
Comment 4 2009-12-27 14:17:10 PST
Comment on attachment 45533 [details] stop rendering of object if SVG mak clips content away Excellent job, r=me.
Dirk Schulze
Comment 5 2009-12-27 14:23:01 PST
landed in r52584.
Note You need to log in before you can comment on or make changes to this bug.