import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGPreserveAspectRatio } = dom;
Corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGPreserveAspectRatio } = dom;
Corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.