[Webkit-unassigned] [Bug 20382] New: Dynamically inserted SVG in HTML DOM not painted
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 14 06:42:04 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20382
Summary: Dynamically inserted SVG in HTML DOM not painted
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh Intel
URL: http://livedom.validator.nu/?%3Ch1%3Efoo%3C%2Fh1%3E%0A%3
Csvg%20%20viewBox%3D'0%200%20100%20100'%3E%0A%20%20%20%2
0%3Ccircle%20fill%3D'green'%20cx%3D'0'%20cy%3D'0'%20r%3D
'20'%2F%3E%0A%3C%2Fsvg%3E
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hsivonen at iki.fi
Build: WebKit-SVN-r35752
Steps to reproduce:
1) Load
http://livedom.validator.nu/?%3Ch1%3Efoo%3C%2Fh1%3E%0A%3Csvg%20%20viewBox%3D'0%200%20100%20100'%3E%0A%20%20%20%20%3Ccircle%20fill%3D'green'%20cx%3D'0'%20cy%3D'0'%20r%3D'20'%2F%3E%0A%3C%2Fsvg%3E
Actual results:
Expected to see the lower right quarter of a green circle in the Rendered View
after the heading "foo".
Actual results:
The <h1> element renders but <svg> not.
Additional info:
The document object in the iframe is an HTML DOM. The elements (both HTML and
SVG) are created with createElementNS. It works in Firefox 3 and Opera 9.5.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list