import { type CanvasDrawPath } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";
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