This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

normalizedPathSegList

Notes

Remarks

When the static contents are normalized, all path data commands are expressed in terms of one of the following SVGPathSeg types:

  • SVG_PATHSEG_MOVETO_ABS (M)
  • SVG_PATHSEG_LINETO_ABS (L)
  • SVG_PATHSEG_CURVETO_CUBIC_ABS ©
  • SVG_PATHSEG_CLOSEPATH (z)

Syntax

Standards information

See also

Related pages

Attributions