import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { CanvasDrawPath } = dom;
Methods
clip(fillRule?: CanvasFillRule): void
clip(path: Path2D, fillRule?: CanvasFillRule): void
fill(fillRule?: CanvasFillRule): void
fill(path: Path2D, fillRule?: CanvasFillRule): void
stroke(path: Path2D): void