Closed cauli closed 5 years ago
This PR adds a new shape for ellipse, fixing #76. It uses CanvasRenderingContext2D/ellipse that is supported by Chromium.
ellipse
CanvasRenderingContext2D/ellipse
Syntax: (ellipse cx cy rx ry)
(ellipse cx cy rx ry)
Screenshot
thanks!
This PR adds a new shape for
ellipse
, fixing #76. It usesCanvasRenderingContext2D/ellipse
that is supported by Chromium.Syntax:
(ellipse cx cy rx ry)
Screenshot