Skip to content

Builtins List

⚠️ This documentation is auto-generated. Do not edit manually. Last tested: 2026-03-07 20:20:21

FeatureStatusDescription
RectangleBasic rectangle shape, supports SDF and sprite rendering.
CircleBasic circle shape using SDF rendering. Supports non-unif...
Rounded RectangleRounded rectangle shape using SDF rendering.
TriangleTriangle shape using SDF rendering.
StarStar shape using SDF rendering.
PolygonRegular polygon (hexagon) shape using SDF rendering.
QuadDiamond (quadrilateral) shape using SDF rendering.
PentagonRegular pentagon shape using SDF rendering.
PiePie/sector shape using SDF rendering.
PlusPlus/cross shape using SDF rendering.
MultifoilMultifoil shape using SDF rendering.
ArcArc shape using SDF rendering.
LineLine shape using SDF rendering.
N-gonRegular N-sided polygon, specified with numeric sides (e....
Color FillFills the shape with a solid color. Color format is #AARR...
Media FillFills the shape with an image texture. Supports JPEG and ...
StrokeShape border stroke. Uses SDF rendering, stroke width sta...
TransformBasic transform properties for layers including position,...

Released under the MIT License.