RESOLVED FIXED6026
QRect off-by-one issues leave screen turds in animation example.
https://bugs.webkit.org/show_bug.cgi?id=6026
Summary QRect off-by-one issues leave screen turds in animation example.
Eric Seidel (no email)
Reported 2005-12-09 16:34:20 PST
QRect off-by-one issues leave screen turds in animation example.
Attachments
Demostrates the problem. (1.43 KB, image/svg+xml)
2005-12-09 16:36 PST, Eric Seidel (no email)
no flags
Test cast not requiring element.ownerDocument support (1.36 KB, image/svg+xml)
2006-01-26 15:52 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2005-12-09 16:36:20 PST
Created attachment 5014 [details] Demostrates the problem.
Eric Seidel (no email)
Comment 2 2005-12-09 16:37:05 PST
Eric Seidel (no email)
Comment 3 2006-01-26 15:52:17 PST
Created attachment 6001 [details] Test cast not requiring element.ownerDocument support The previous test case required SVGElement::ownerDocument support, which does not exist since our SVG JavaScript additions are currently broken. http://bugzilla.opendarwin.org/show_bug.cgi?id=4249 This test case uses "document" directly and works in Safari today.
Eric Seidel (no email)
Comment 4 2006-01-26 15:53:27 PST
This is a pretty basic rendering issue which we could not ship SVG w/o solving. Adding SVGHitList keyword and bumping to P2.
Eric Seidel (no email)
Comment 5 2006-01-30 17:23:28 PST
Note You need to log in before you can comment on or make changes to this bug.