ISVGAnimatedPathData interface

Enables you to animate elements that have an ISVGMatrix::d attribute, which holds SVG path data.

Members

The ISVGAnimatedPathData interface inherits from the IDispatch interface. ISVGAnimatedPathData also has these types of members:

  • Properties

Properties

The ISVGAnimatedPathData interface has these properties.

Property Access type Description

ISVGAnimatedPathData::animatedNormalizedPathSegList

Read/write

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

ISVGAnimatedPathData::animatedPathSegList

Read/write

Gets or sets the animated contents of the ISVGMatrix::d attribute in a form that matches the SVG syntax.

ISVGAnimatedPathData::normalizedPathSegList

Read/write

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

ISVGAnimatedPathData::pathSegList

Read/write

Gets or sets the static contents of the ISVGMatrix::d attribute in a form that matches the SVG syntax.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch