RESOLVED INVALID Bug 15412
SVGPathElement has no normalizedPathSegList
https://bugs.webkit.org/show_bug.cgi?id=15412
Summary SVGPathElement has no normalizedPathSegList
Eric Seidel (no email)
Reported 2007-10-07 13:41:30 PDT
SVGPathElement has no normalizedPathSegList I'm not sure what the proper design for this looks like. We'd have to be able to retain some sort of association between the non-normalized pathseglist and the normalized one. Of course our current pathSegList is totally bogus, as it's already normalized.
Attachments
test case (1.42 KB, image/svg+xml)
2007-10-07 14:39 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2007-10-07 14:39:41 PDT
Created attachment 16578 [details] test case
Jeff Schiller
Comment 2 2009-06-17 23:47:18 PDT
I opened Bug 26487 before I remembered this bug. This bug tracks the implementation of normalizedPathSegList - but I assume you would also fix Bug 26487 as a result.
Jeff Schiller
Comment 3 2010-04-12 06:59:22 PDT
Surely if Bug 10827 were fixed this bug could be easier to implement (since the d attribute would be the authoritative version)
Dirk Schulze
Comment 4 2016-10-12 05:18:32 PDT
The normalizedPathSegList property has been removed in SVG2
Note You need to log in before you can comment on or make changes to this bug.