Bug 43392 - SVGAnimatedPathData does not follow spec (pathSegList, normalizedPathSegList, attribute d)
Summary: SVGAnimatedPathData does not follow spec (pathSegList, normalizedPathSegList,...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 10827
Blocks: 41761
  Show dependency treegraph
 
Reported: 2010-08-02 17:14 PDT by Nathan Vander Wilt
Modified: 2022-07-15 14:54 PDT (History)
4 users (show)

See Also:


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 Details

Note You need to log in before you can comment on or make changes to this bug.
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+.