Aline and an Ellipse

Hi, I just wondered if there is a recommended way to draw an ellipse in Aline. I’ve tried Arc and Bezier with mixed results. An overloaded Circle with major and minor axes would be ideal. :slightly_smiling_face:

Hi

There’s no built-in primitive for this, but you can use Draw.WithMatrix to scale it around its center.

Thanks, worked well :ok_hand: