Bug 11988 - <pattern> doesn't respect patternContentUnits
Summary: <pattern> doesn't respect patternContentUnits
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: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 15:04 PST by Nikolas Zimmermann
Modified: 2006-12-26 16:18 PST (History)
0 users

See Also:


Attachments
Initial patch (54.02 KB, patch)
2006-12-26 15:08 PST, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Updated patch (54.04 KB, patch)
2006-12-26 15:35 PST, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Final patch (52.18 KB, patch)
2006-12-26 15:51 PST, Nikolas Zimmermann
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.