Bug 6026 - QRect off-by-one issues leave screen turds in animation example.
Summary: QRect off-by-one issues leave screen turds in animation example.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 5874
Blocks:
  Show dependency treegraph
 
Reported: 2005-12-09 16:34 PST by Eric Seidel (no email)
Modified: 2006-01-30 17:23 PST (History)
0 users

See Also:


Attachments
Demostrates the problem. (1.43 KB, image/svg+xml)
2005-12-09 16:36 PST, Eric Seidel (no email)
no flags Details
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 Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-12-09 16:34:20 PST
QRect off-by-one issues leave screen turds in animation example.
Comment 1 Eric Seidel (no email) 2005-12-09 16:36:20 PST
Created attachment 5014 [details]
Demostrates the problem.
Comment 2 Eric Seidel (no email) 2005-12-09 16:37:05 PST
This test case depends on:
http://bugzilla.opendarwin.org/show_bug.cgi?id=5874
Comment 3 Eric Seidel (no email) 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.
Comment 4 Eric Seidel (no email) 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.
Comment 5 Eric Seidel (no email) 2006-01-30 17:23:28 PST
This was fixed by:
http://bugzilla.opendarwin.org/show_bug.cgi?id=6849