Bug 6003 - SVG <pattern> has coordinate space issues
Summary: SVG <pattern> has coordinate space issues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL: http://www.w3.org/Graphics/SVG/Test/2...
Keywords: HasReduction
: 6011 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-08 02:51 PST by Eric Seidel (no email)
Modified: 2006-09-20 15:39 PDT (History)
1 user (show)

See Also:


Attachments
Reduced test case (547 bytes, image/svg+xml)
2005-12-19 16:13 PST, Julien Palmas
no flags Details
Expected result (2.23 KB, image/png)
2005-12-19 16:14 PST, Julien Palmas
no flags Details
Actual result (2.22 KB, image/png)
2005-12-19 16:14 PST, Julien Palmas
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-08 02:51:27 PST
SVG <pattern> has minor coordinate space issues

This exibits itself through failures in W3C-SVG-1.1/coords-units-01-b (I think) and I believe is caused by 
my #if 0'd code in SVGPatternElementImpl.  Should be a simple fix, just requires some testing.
Comment 1 Julien Palmas 2005-12-19 16:13:39 PST
Created attachment 5160 [details]
Reduced test case
Comment 2 Julien Palmas 2005-12-19 16:14:06 PST
Created attachment 5161 [details]
Expected result
Comment 3 Julien Palmas 2005-12-19 16:14:28 PST
Created attachment 5162 [details]
Actual result
Comment 4 Eric Seidel (no email) 2006-01-26 15:29:16 PST
This is a highly percievable bug, and one which we already partially have code to solve (it's just #if 0'd out).  Someone just needs to take the time to test all the cases and make sure we get it right.

Patterns aren't used a whole lot "in the wild", so I'm not adding this to SVGHitList for now, but I am bumping this to a P3.
Comment 5 Eric Seidel (no email) 2006-01-26 15:38:57 PST
*** Bug 6011 has been marked as a duplicate of this bug. ***
Comment 6 Eric Seidel (no email) 2006-09-20 15:39:55 PDT
r16486.