The SVGTransformList defines a list of SVGTransform objects.

Documentation SVGTransformList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read onlylength:Int

Methods

appendItem (newItem:Transform):Transform

Throws:

null

DOMError

clear ():Void

Throws:

null

DOMError

consolidate ():Transform

Throws:

null

DOMError

getItem (index:Int):Transform

Throws:

null

DOMError

initialize (newItem:Transform):Transform

Throws:

null

DOMError

insertItemBefore (newItem:Transform, index:Int):Transform

Throws:

null

DOMError

removeItem (index:Int):Transform

Throws:

null

DOMError

replaceItem (newItem:Transform, index:Int):Transform

Throws:

null

DOMError