Skip to main content
Module

x/canvas/mod.ts>FlattenedRectangleArray

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

FlattenedRectangleArray represents n rectangles by 4*n float values. In order, the values should be the top, left, right, bottom point for each rectangle.

definition: Float32Array