Bug 11988

Summary: <pattern> doesn't respect patternContentUnits
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Initial patch
none
Updated patch
none
Final patch oliver: review+

Description Nikolas Zimmermann 2006-12-26 15:04:13 PST
<pattern>'s have to support patternContentUnits="objectBoundingBox". coords-units-01-b.svg doesn't show percentage / fractional patterns, because this stuff is missing. Attaching patch soon.
Comment 1 Nikolas Zimmermann 2006-12-26 15:08:44 PST
Created attachment 12046 [details]
Initial patch

Fixes coords-units-01-b.svg. No new regressions. Baseline updated.
Comment 2 Nikolas Zimmermann 2006-12-26 15:35:50 PST
Created attachment 12047 [details]
Updated patch

Uploaded wrong patch by accident. Here is the correct one.
Comment 3 Nikolas Zimmermann 2006-12-26 15:51:03 PST
Created attachment 12048 [details]
Final patch

Patch was still not correctly prepared. Sorry for the patch jam - I'm confused today :-)
Comment 4 Nikolas Zimmermann 2006-12-26 16:18:30 PST
Landed in r18425.