Builtins List
⚠️ This documentation is auto-generated. Do not edit manually. Last tested: 2026-03-07 20:20:21
| Feature | Status | Description |
|---|---|---|
| Rectangle | ✅ | Basic rectangle shape, supports SDF and sprite rendering. |
| Circle | ✅ | Basic circle shape using SDF rendering. Supports non-unif... |
| Rounded Rectangle | ✅ | Rounded rectangle shape using SDF rendering. |
| Triangle | ✅ | Triangle shape using SDF rendering. |
| Star | ✅ | Star shape using SDF rendering. |
| Polygon | ✅ | Regular polygon (hexagon) shape using SDF rendering. |
| Quad | ✅ | Diamond (quadrilateral) shape using SDF rendering. |
| Pentagon | ✅ | Regular pentagon shape using SDF rendering. |
| Pie | ✅ | Pie/sector shape using SDF rendering. |
| Plus | ✅ | Plus/cross shape using SDF rendering. |
| Multifoil | ✅ | Multifoil shape using SDF rendering. |
| Arc | ✅ | Arc shape using SDF rendering. |
| Line | ✅ | Line shape using SDF rendering. |
| N-gon | ✅ | Regular N-sided polygon, specified with numeric sides (e.... |
| Color Fill | ✅ | Fills the shape with a solid color. Color format is #AARR... |
| Media Fill | ✅ | Fills the shape with an image texture. Supports JPEG and ... |
| Stroke | ✅ | Shape border stroke. Uses SDF rendering, stroke width sta... |
| Transform | ✅ | Basic transform properties for layers including position,... |