Properties Readonly
SVG_ TRANSFORM_ MATRIX SVG_ TRANSFORM_ MATRIX : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13420 Readonly
SVG_ TRANSFORM_ ROTATE SVG_ TRANSFORM_ ROTATE : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13421 Readonly
SVG_ TRANSFORM_ SCALE SVG_ TRANSFORM_ SCALE : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13422 Readonly
SVG_ TRANSFORM_ SKEWX SVG_ TRANSFORM_ SKEWX : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13423 Readonly
SVG_ TRANSFORM_ SKEWY SVG_ TRANSFORM_ SKEWY : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13424 Readonly
SVG_ TRANSFORM_ TRANSLATE SVG_ TRANSFORM_ TRANSLATE : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13425 Readonly
SVG_ TRANSFORM_ UNKNOWN SVG_ TRANSFORM_ UNKNOWN : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13426 Readonly
angle angle : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13411 Readonly
matrix Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13412 Readonly
type type : number
Defined in node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.dom.d.ts:13413
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.