SVGTransformList
This page has been flagged with the following issues:
High-level issues:
Inherits from SVGElement
Properties
No properties.
Methods
No methods.
Events
No events.
Inherited from SVGElement
Properties
No properties.
Methods
No methods.
Events
No events.
Notes
Remarks
Note: In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherent core HTML attributes, properties, events, methods, and styles.
Standards information
Members
The SVGTransformList object has these methods:
- appendItem: Inserts a new item at the end of the list.
- clear: Clears all existing items from the list, which creates an empty list.
- consolidate: Consolidates a transform list into a single transform.
- createSVGTransformFromMatrix: Creates a matrix transform object whose values are given by the specified matrix.
- getItem: Returns the specified item from a list.
- initialize: Clears current items from the list and re-initializes the list to contain the specified item.
- insertItemBefore: Inserts a new item into a list at a specified position.
- removeItem: Removes an existing item from the list.
- replaceItem: Replaces a specified existing item in the list with a specified new item.
The SVGTransformList object has these properties:
- numberOfItems: Gets or sets the number of items in a list.
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here