Skip to main content
Module

x/canvas/mod.ts>SkContourMeasureIterConstructor

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

Methods

new(
path: SkPath,
forceClosed: boolean,
resScale: number,
): SkContourMeasureIter

Creates an SkContourMeasureIter with the given path.