Re: [svg-paths] Define normalised path
Jarek Foksa <[email protected]>
| Newsgroups | gmane.comp.web.svg |
|---|---|
| Message-ID | <[email protected]> |
> It already says this, yes? > http://www.w3.org/TR/svg-paths/#InterfaceSVGPathDataSettings The spec only states that the normalized path data must consist from “M”, “L”, “C” and “Z” segs. The normalized path might still contain redundant data such as multiple subsequent "M" segs. The current definition also allows for the normalized subpaths to start with either implicit or explicit “M” seg.