Bug 24497

Summary: svg elements doesnt render correctly in a absolute/fixed-positioned container
Product: WebKit Reporter: Georg Nagel <g.schlmm>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
example none

Description Georg Nagel 2009-03-10 12:22:09 PDT
if i inject a svg element into a div with "position: absolute" (or fixed) via javascript, creating a rect and appending it to the svg element with the setTimeout function, the rect isnt displayed right
Comment 1 Georg Nagel 2009-03-10 12:23:55 PDT
Created attachment 28446 [details]
example
Comment 2 Eric Seidel (no email) 2009-04-28 16:53:32 PDT
I'm confused.  WebKit's behavior (in Safari 4 as well as the current tip @ r42966) match FF and Opera here.  I see a black square with green border at 100x100 in all 4 browsers.

Please re-open if the bug exists for you and I'm just missing something...