Bug 12034 - Adapt preserveAspectRatio parsing to SVGParserUtilities
Summary: Adapt preserveAspectRatio parsing to SVGParserUtilities
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:
Blocks:
 
Reported: 2006-12-30 05:24 PST by Rob Buis
Modified: 2006-12-30 08:26 PST (History)
0 users

See Also:


Attachments
First attempt (93.80 KB, patch)
2006-12-30 05:30 PST, Rob Buis
no flags Details | Formatted Diff | Diff
Improved patch (93.85 KB, patch)
2006-12-30 08:12 PST, Rob Buis
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2006-12-30 05:24:09 PST
Adapt the preserveAspectRatio parsing code to use SVGParserUtilities and add a
testcase.
Comment 1 Rob Buis 2006-12-30 05:30:30 PST
Created attachment 12117 [details]
First attempt

Another step in the process of getting rid of svgpathparser :)
Cheers,

Rob.
Comment 2 Rob Buis 2006-12-30 08:12:56 PST
Created attachment 12121 [details]
Improved patch

Here is a better patch after suggestions from Sam.
Cheers,

Rob.
Comment 3 Rob Buis 2006-12-30 08:26:07 PST
Landed in r18486.