Basic Shapes
circle center = [70, 50] radius = 20 color = :black rectangle center = [20, 40] size = [20, 70] color = :black
Rotation
rectangle center = [40, 45] size = [30, 70] color = :black rotate pivot = [40, 60] degrees = 20
View and Grid
view corner = [-10, -10] size = [20, 20] circle center = [0, 0] radius = 8 color = :black grid
Polygon and Variables
width = 10 height = width + 5 view corner = [0, 0] size = [width, height] polygon vertex.position = [0, 0] vertex.position = [width, 0] vertex.position = [width, width] vertex.position = [0.5 * width, height] vertex.position = [0, width] color = :black