WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
6849
absoluteRepaintRect needs to take filter rects into account
https://bugs.webkit.org/show_bug.cgi?id=6849
Summary
absoluteRepaintRect needs to take filter rects into account
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug