I understand from the example
compose(context(),
circle([0.25, 0.5, 0.75], [0.25, 0.5, 0.75], [0.1]),
fill(LCHab(92, 10, 77)))how to vectorise drawing of circles. The syntax for a two-point line segment seems to be line( [(x0, y0), (x1, y1)] ) I don't see an analogy with `circle`? But how do I vectorise lines? Thank you, Christoph
