Bug 43392

Summary: SVGAnimatedPathData does not follow spec (pathSegList, normalizedPathSegList, attribute d)
Product: WebKit Reporter: Nathan Vander Wilt <natevw>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, jeffschiller, krit, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
Bug Depends on: 10827    
Bug Blocks: 41761    
Attachments:
Description Flags
Test case showing missing path seg list properties/attributes. none

Description Nathan Vander Wilt 2010-08-02 17:14:04 PDT
According to the SVG 1.1 spec, the two paths in the attached test case should share the same pathSegList, normalizedPathSegList and d attributes (with themselves and each other).

Instead, the DOM-generated path doesn't have the d attribute and neither has a normalizedPathSegList.
Comment 1 Nathan Vander Wilt 2010-08-02 17:14:56 PDT
Created attachment 63279 [details]
Test case showing missing path seg list properties/attributes.
Comment 2 Brent Fulgham 2022-07-15 14:54:37 PDT
The test case seems to produce identical output for both cases in Safari 15.5+.