MCPcopy
hub / github.com/glideapps/glide-data-grid / CornerRadius

Interface CornerRadius

packages/cells/src/draw-fns.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface CornerRadius {
2 tl: number;
3 tr: number;
4 bl: number;
5 br: number;
6}
7
8export function roundedRect(
9 ctx: CanvasRenderingContext2D,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…