Bug 12196 - SVGPatternElement should not be locatable
Summary: SVGPatternElement should not be locatable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 05:55 PST by Rob Buis
Modified: 2007-01-10 06:35 PST (History)
0 users

See Also:


Attachments
First attempt (3.32 KB, patch)
2007-01-10 05:58 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 2007-01-10 05:55:44 PST
Looking at http://www.w3.org/TR/SVG11/pservers.html#InterfaceSVGPatternElement it is clear it does not derive from SVGLocatable, yet we do that in the sources. Fix this.
Comment 1 Rob Buis 2007-01-10 05:58:35 PST
Created attachment 12343 [details]
First attempt

Not that important, but should still be fixed :)
Cheers,

Rob.
Comment 2 Sam Weinig 2007-01-10 06:26:24 PST
Comment on attachment 12343 [details]
First attempt

r=me!
Comment 3 Rob Buis 2007-01-10 06:35:03 PST
Landed in r18739.