Bug 13052 - Text not rendered in a second inline SVG element
Summary: Text not rendered in a second inline SVG element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-12 23:16 PDT by Charlie Vaske
Modified: 2007-04-27 04:40 PDT (History)
1 user (show)

See Also:


Attachments
Test case (766 bytes, application/xhtml+xml)
2007-03-12 23:18 PDT, Charlie Vaske
no flags Details
First attempt (50.11 KB, patch)
2007-04-26 14:27 PDT, Rob Buis
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.