RESOLVED CONFIGURATION CHANGED Bug 43392
SVGAnimatedPathData does not follow spec (pathSegList, normalizedPathSegList, attribute d)
https://bugs.webkit.org/show_bug.cgi?id=43392
Summary SVGAnimatedPathData does not follow spec (pathSegList, normalizedPathSegList,...
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.