Shapes
Closed shape marks for a graph pane. Every one is positioned the same way, takes the same attribute household, and animates identically — the shape itself is the only difference.
The family
7 members, differing only in the outline drawn. Each has its own page.
CirclecircleA circle shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.SquaresquareA square shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.RectanglerectangleA rectangle shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.TriangletriangleA triangle shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.StarstarA star shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.DiamonddiamondA diamond shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.HexagonhexagonA hexagon shape positioned at (x, y) with a given size. Supports fill, opacity, and color customization.
Written down
circle(x: 0; y: 0; size: 2)
square(x: 0; y: 0; size: 2)
rectangle(x: 0; y: 0; size: 2)
triangle(x: 0; y: 0; size: 2)
star(x: 0; y: 0; size: 2)
diamond(x: 0; y: 0; size: 2)
hexagon(x: 0; y: 0; size: 2)Shared attributes
Declared identically by every member — defaults included. Anything a member adds on top is on its own page.
label
rich-texthidden
booleanDefaultfalse
lock
booleanDefaultfalse
Stacking order. Higher z renders on top; when omitted or equal, elements stack in document order (later on top).