Bug 107393

Summary: [SVG2] Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
Product: WebKit Reporter: Philip Rogers <pdr>
Component: SVGAssignee: Philip Rogers <pdr>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, d-r, fmalita, krit, ojan.autocc, schenney, webkit.review.bot, zimmermann
Priority: P2    
Version: 420+   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
First pass
none
Fix merge conflict none

Description Philip Rogers 2013-01-19 21:08:28 PST
SVG2 updates the class hierarchy so SVGSVGElement inherits from SVGGraphicsElement:
https://svgwg.org/svg2-draft/single-page.html#struct-InterfaceSVGSVGElement

We don't have the SVGGraphicsElement yet but it will eventually replace SVGStyledTransformableElement.

A comparison of SVG 1.1 and SVG 2:
https://docs.google.com/a/google.com/drawings/d/1DjmqGOk71JATh5ysZtnFe0Nxvox-g6mZ-M02jLA9aOc/edit?pli=1
Comment 1 Philip Rogers 2013-01-19 21:52:00 PST
Created attachment 183656 [details]
First pass
Comment 2 Philip Rogers 2013-01-19 22:01:17 PST
Created attachment 183657 [details]
Fix merge conflict
Comment 3 Dirk Schulze 2013-01-19 22:16:15 PST
Comment on attachment 183657 [details]
Fix merge conflict

LGTM. r=me.
Comment 4 WebKit Review Bot 2013-01-19 22:33:56 PST
Comment on attachment 183657 [details]
Fix merge conflict

Clearing flags on attachment: 183657

Committed r140267: <http://trac.webkit.org/changeset/140267>
Comment 5 WebKit Review Bot 2013-01-19 22:34:00 PST
All reviewed patches have been landed.  Closing bug.