Skip to main content
Module

x/canvas/mod.ts>ContourMeasureIterConstructor

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface ContourMeasureIterConstructor
import { type ContourMeasureIterConstructor } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

Methods

new(
path: Path,
forceClosed: boolean,
resScale: number,
): ContourMeasureIter

Creates an ContourMeasureIter with the given path.