Skip to main content
Module

x/canvas/types.ts>InputFlattenedRSXFormArray

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

This represents n RSXforms by 4*n float values. In order, the values should be scos, ssin, tx, ty for each RSXForm. See RSXForm.h for more details.

definition: MallocObj | Float32Array | number[]