Bug 12028

Summary: Adapt viewBox 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 eric: review+

Description Rob Buis 2006-12-29 04:51:08 PST
Adapt the viewBox parsing code to use parseNumber and friends and add a testcase for viewBox parsing.
Comment 1 Rob Buis 2006-12-29 04:58:50 PST
Created attachment 12102 [details]
First attempt

This patch should do it. Please note that one of the end goals is to remove the old svgpathparser.
Cheers,

Rob.
Comment 2 Eric Seidel (no email) 2006-12-29 12:05:56 PST
Comment on attachment 12102 [details]
First attempt

Looks great.

You should add some "valid" tests before landing.  To make sure that things like "   0    0 30 40   " and "0 0 30,40" work
Comment 3 Rob Buis 2006-12-29 13:02:25 PST
Landed in r18478.