Bug 12034

Summary: Adapt preserveAspectRatio parsing to SVGParserUtilities
Product: WebKit Reporter: Rob Buis <rwlbuis>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
First attempt
none
Improved patch sam: review+

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.