Bug 13052

Summary: Text not rendered in a second inline SVG element
Product: WebKit Reporter: Charlie Vaske <cvaske>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cvaske
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Test case
none
First attempt oliver: review+

Description Charlie Vaske 2007-03-12 23:16:40 PDT
With two duplicate SVG elements inline in xhtml, the second SVG element will not render SVGText elements.

To reproduce, see attachment.

(Oddly, Firefox has the same bug on OS X: https://bugzilla.mozilla.org/show_bug.cgi?id=316564)
Comment 1 Charlie Vaske 2007-03-12 23:18:36 PDT
Created attachment 13605 [details]
Test case

Left and right should be identical
Comment 2 David Kilzer (:ddkilzer) 2007-03-13 03:58:49 PDT
Confirmed with a local debug build of WebKit r20141 with Safari 2.0.4 (419.3) and Mac OS X 10.4.8 (8L127).

Comment 3 Rob Buis 2007-04-26 14:27:33 PDT
Created attachment 14211 [details]
First attempt

I am not 100% why this works, maybe olliej can check it?
Cheers,

Rob.
Comment 4 Oliver Hunt 2007-04-27 02:38:42 PDT
Patch is fine, add the layout test changes we talked about in irc.
Comment 5 Rob Buis 2007-04-27 04:40:43 PDT
Landed in r21144.