Bug 6849

Summary: absoluteRepaintRect needs to take filter rects into account
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://dev.outbreak.nl/webkitsite/indexsvg.xhtml
Attachments:
Description Flags
patch, includes various small fixes to the repainting systems (including images) mjs: review+

Eric Seidel (no email)
Reported 2006-01-26 13:36:13 PST
absoluteRepaintRect needs to take filter rects into account Notice how the image doesn't draw fully until the window is re-sized: http://dev.outbreak.nl/webkitsite/indexsvg.xhtml This is because the filter on the image has a effects region of -10%, -10%, 120%, 120% (the default) yet absoluteRepaintRect() doesn't notice the additional 10% margin caused by the filter and never paints it properly
Attachments
patch, includes various small fixes to the repainting systems (including images) (12.34 KB, patch)
2006-01-28 20:02 PST, Eric Seidel (no email)
mjs: review+
Eric Seidel (no email)
Comment 1 2006-01-26 15:25:28 PST
This could be a highly percievable bug, but I'm not sure that it would block us from ever shipping SVG. Bumping to P3, but not adding to Safari HitList for now.
Eric Seidel (no email)
Comment 2 2006-01-28 20:02:31 PST
Created attachment 6059 [details] patch, includes various small fixes to the repainting systems (including images)
Eric Seidel (no email)
Comment 3 2006-01-29 06:40:37 PST
Fixed in r12454.
Note You need to log in before you can comment on or make changes to this bug.