Skip to main content
Module

x/canvas/mod.ts>InputRRect

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

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as rectangles with rounded corners. Length 12.

definition: MallocObj | RRect | number[]