Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22054 Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22082 PropertiesReadonly
angle angle : number
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22056 Readonly
matrix Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22058 Readonly
SVG_ TRANSFORM_ MATRIX SVG_ TRANSFORM_ MATRIX
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22074 Readonly
SVG_ TRANSFORM_ ROTATE SVG_ TRANSFORM_ ROTATE
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22077 Readonly
SVG_ TRANSFORM_ SCALE SVG_ TRANSFORM_ SCALE
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22076 Readonly
SVG_ TRANSFORM_ SKEWX SVG_ TRANSFORM_ SKEWX
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22078 Readonly
SVG_ TRANSFORM_ SKEWY SVG_ TRANSFORM_ SKEWY
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22079 Readonly
SVG_ TRANSFORM_ TRANSLATE SVG_ TRANSFORM_ TRANSLATE
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22075 Readonly
SVG_ TRANSFORM_ UNKNOWN SVG_ TRANSFORM_ UNKNOWN
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22073 Readonly
type type : number
Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22060 Methodsset Matrix set Matrix ( matrix ? ) : void Returns void Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22062 set Rotate set Rotate ( angle , cx , cy ) : void Parameters angle : number cx : number cy : number Returns void Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22064 set Scale set Scale ( sx , sy ) : void Returns void Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22066 set SkewX set SkewX ( angle ) : void Returns void Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22068 set SkewY set SkewY ( angle ) : void Returns void Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22070 set Translate set Translate ( tx , ty ) : void Returns void Defined in node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts:22072
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.
MDN Reference