This topic has not yet been rated - Rate this topic

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

The ISVGAnimatedPathData interface has these properties.

PropertyAccess typeDescription

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.