Styling¶
Shapes and text take style qualifiers. Boxes accept fill, stroke, and
dashed; colours are names or #rgb/#rrggbb hex:
Text takes fill, textsize, bold, and italic, alongside the
alignment qualifiers from the previous page:
Styled text
text "Heading" fill #336699 textsize 18 bold italic align center at (200, 80)
You can anchor a shape by a named point using with — for example place its
north-west corner (.nw) at a coordinate:
Next: connect shapes precisely with Anchors and lines.