WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
6027
Dirty rect invalidation issues in mozilla sample
https://bugs.webkit.org/show_bug.cgi?id=6027
Summary
Dirty rect invalidation issues in mozilla sample
Eric Seidel (no email)
Reported
2005-12-09 16:38:08 PST
Dirty rect invalidation issues in mozilla sample
http://www.croczilla.com/svg/samples/opacity2/opacity2.svg
This could be one of many things: 1. Integer vs. Float rounding issues:
http://bugzilla.opendarwin.org/show_bug.cgi?id=4462
2. QRect-of-by-one problems:
http://bugzilla.opendarwin.org/show_bug.cgi?id=6026
3. Or sometimes using the fill-only bbox, vs the fill+stroke bbox (or having stroke bbox calculations be wrong).
Attachments
Proposed fix
(1.07 KB, patch)
2006-04-09 12:35 PDT
,
Rob Buis
eric
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2006-01-26 15:57:02 PST
Mouse over the green hexegon and then back out (w/o mousing over the star). This is a basic invalidation issue which will be highly visable to users. We could not ship an SVG implementation w/o fixing this bug. Adding SVGHitList keyword and bumping to P2.
Alexander Kellett
Comment 2
2006-02-14 01:39:23 PST
svghitlist was seemingly lost? this is an important one
Rob Buis
Comment 3
2006-04-09 12:35:46 PDT
Created
attachment 7603
[details]
Proposed fix There are lots of invalidation problems left, but this should fix the problem at hand.
Eric Seidel (no email)
Comment 4
2006-04-09 12:38:17 PDT
Comment on
attachment 7603
[details]
Proposed fix r=me.
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