Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/tsc/dts/lib.dom.d.ts>SVGTransform

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable SVGTransform
import { SVGTransform } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: SVGTransform; readonly SVG_TRANSFORM_MATRIX: number; readonly SVG_TRANSFORM_ROTATE: number; readonly SVG_TRANSFORM_SCALE: number; readonly SVG_TRANSFORM_SKEWX: number; readonly SVG_TRANSFORM_SKEWY: number; readonly SVG_TRANSFORM_TRANSLATE: number; readonly SVG_TRANSFORM_UNKNOWN: number; new (): SVGTransform; }