This topic has not yet been rated - Rate this topic

animatedNormalizedPathSegList property

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

Scalable Vector Graphics: Paths, Section 8.5.22Internet Explorer 9

Syntax

HRESULT value = object.put_animatedNormalizedPathSegList(ISVGPathSegList* v);HRESULT value = object.get_animatedNormalizedPathSegList(ISVGPathSegList** p);

Property values

Type: Object

The normalized contents of the ISVGMatrix::d attribute.

Standards information

Remarks

When the animated 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::normalizedPathSegList

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.