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

Nathan Vander Wilt
Reported 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.
Attachments
Test case showing missing path seg list properties/attributes. (4.15 KB, text/html)
2010-08-02 17:14 PDT, Nathan Vander Wilt
no flags
Nathan Vander Wilt
Comment 1 2010-08-02 17:14:56 PDT
Created attachment 63279 [details] Test case showing missing path seg list properties/attributes.
Brent Fulgham
Comment 2 2022-07-15 14:54:37 PDT
The test case seems to produce identical output for both cases in Safari 15.5+.
Note You need to log in before you can comment on or make changes to this bug.