hundredrabbits / Ronin

Experimental Graphics Terminal
https://hundredrabbits.github.io/Ronin/
Other
1.2k stars 67 forks source link

Add ellipse shape #94

Closed cauli closed 5 years ago

cauli commented 5 years ago

This PR adds a new shape for ellipse, fixing #76. It uses CanvasRenderingContext2D/ellipse that is supported by Chromium.

Syntax: (ellipse cx cy rx ry)

Screenshot

Screen Shot 2019-07-29 at 18 52 59
neauoire commented 5 years ago

thanks!