Bug 6026

Summary: QRect off-by-one issues leave screen turds in animation example.
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on: 5874    
Bug Blocks:    
Attachments:
Description Flags
Demostrates the problem.
none
Test cast not requiring element.ownerDocument support none

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