## Description
Draws the outline of or a solid ellipse
## ABI suggestion
```asm
r1 = colour
r2 = x size
r3 = y size
r4 = x position
r5 = y position
no result
```
Algorithm suggestion: [Bresenham's line algorithm](https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm).
It allows drawing pixel-by-pixel of a straight line.
It's extension, the [Midpoint circle algorithm](https://en.wikipedia.org/wiki/Midpoint_circle_algorithm) can be used to draw circles and ellipses.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
Draws the outline of or a solid ellipse
ABI suggestion
Algorithm suggestion: Bresenham's line algorithm.
It allows drawing pixel-by-pixel of a straight line.
It's extension, the Midpoint circle algorithm can be used to draw circles and ellipses.