Bug 15412 - SVGPathElement has no normalizedPathSegList
Summary: SVGPathElement has no normalizedPathSegList
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dirk Schulze
URL:
Keywords:
Depends on: 10827
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-07 13:41 PDT by Eric Seidel (no email)
Modified: 2016-10-12 05:18 PDT (History)
2 users (show)

See Also:


Attachments
test case (1.42 KB, image/svg+xml)
2007-10-07 14:39 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 2007-10-07 14:39:41 PDT
Created attachment 16578 [details]
test case
Comment 2 Jeff Schiller 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.
Comment 3 Jeff Schiller 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)
Comment 4 Dirk Schulze 2016-10-12 05:18:32 PDT
The normalizedPathSegList property has been removed in SVG2