Bug 32968 - SVG: Stop rendering of objects with empty mask and filter content
Summary: SVG: Stop rendering of objects with empty mask and filter content
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 12:42 PST by Dirk Schulze
Modified: 2009-12-27 14:23 PST (History)
2 users (show)

See Also:


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 Details | Formatted Diff | Diff
stop rendering of object if SVG mak clips content away (52.86 KB, patch)
2009-12-27 14:02 PST, Dirk Schulze
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 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.
Comment 1 Dirk Schulze 2009-12-27 13:00:20 PST
Created attachment 45530 [details]
stop rendering of object if SVG mak clips content away

patch
Comment 2 Dirk Schulze 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
Comment 3 WebKit Review Bot 2009-12-27 14:09:25 PST
style-queue ran check-webkit-style on attachment 45533 [details] without any errors.
Comment 4 Nikolas Zimmermann 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.
Comment 5 Dirk Schulze 2009-12-27 14:23:01 PST
landed in r52584.