normalizedPathSegList property

Gets or sets the normalized static contents of the ISVGMatrix::d attribute.

 

Syntax

HRESULT value = object.put_normalizedPathSegList(ISVGPathSegList* v);HRESULT value = object.get_normalizedPathSegList(ISVGPathSegList** p);

Property values

Type: Object

The normalized contents of the ISVGMatrix::d attribute.

Standards information

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 (C)
  • SVG_PATHSEG_CLOSEPATH (z)

See also

ISVGAnimatedPathData::animatedNormalizedPathSegList