import { type SVGTransform } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
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.
Properties
readonly
matrix: SVGMatrix