Skip to main content
Module

x/canvas/mod.ts>SkRRect

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

An SkRRect (rectangle with rounded corners) is represented by 12 floats. In order, the floats correspond to left, top, right, bottom and then in pairs, the radiusX, radiusY for upper-left, upper-right, lower-right, lower-left. See SkRRect.h for more.

definition: Float32Array