Properties Readonly SVG_TRANSFORM_MATRIX SVG_TRANSFORM_MATRIX: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14618 Readonly SVG_TRANSFORM_ROTATE SVG_TRANSFORM_ROTATE: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14619 Readonly SVG_TRANSFORM_SCALE SVG_TRANSFORM_SCALE: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14620 Readonly SVG_TRANSFORM_SKEWX SVG_TRANSFORM_SKEWX: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14621 Readonly SVG_TRANSFORM_SKEWY SVG_TRANSFORM_SKEWY: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14622 Readonly SVG_TRANSFORM_TRANSLATE SVG_TRANSFORM_TRANSLATE: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14623 Readonly SVG_TRANSFORM_UNKNOWN SVG_TRANSFORM_UNKNOWN: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14624 Readonly angleangle: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14609 Readonly matrixDefined in node_modules/typescript/lib/lib.dom.d.ts:14610 Readonly typetype: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:14611
SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., scale(…) or matrix(…)) within a transform attribute.