PropsSVGTransformList extension
Properties
- length → int
-
no setter
- numberOfItems → int
-
no setter
Methods
-
appendItem(
SVGTransform newItem) → SVGTransform -
clear(
) → void -
consolidate(
) → SVGTransform? -
createSVGTransformFromMatrix(
[DOMMatrix2DInit? matrix]) → SVGTransform -
getItem(
int index) → SVGTransform -
initialize(
SVGTransform newItem) → SVGTransform -
insertItemBefore(
SVGTransform newItem, int index) → SVGTransform -
removeItem(
int index) → SVGTransform -
replaceItem(
SVGTransform newItem, int index) → SVGTransform