Bug 43388

Summary: SVGPathElement.cloneNode loses generated pathSegList
Product: WebKit Reporter: Nathan Vander Wilt <natevw>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: jeffschiller, krit, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
Bug Depends on: 10827    
Bug Blocks:    
Attachments:
Description Flags
Test case, should show two identical paths next to each other none

Description Nathan Vander Wilt 2010-08-02 16:21:00 PDT
Created attachment 63273 [details]
Test case, should show two identical paths next to each other

If an SVG path is created programmatically via its DOM pathSegList's methods, duplicate path elements created with .cloneNode() have an empty pathSegList. This may be related to https://bugs.webkit.org/show_bug.cgi?id=41421 but is not fixed by its patch.
Comment 1 Nikolas Zimmermann 2010-11-17 06:39:22 PST

*** This bug has been marked as a duplicate of bug 49580 ***