Add draw.oval

2026-03-16 10:47:58 +01:00
parent 4f4a882a2c
commit 0a90744584

11
draw.oval.md Normal file

@@ -0,0 +1,11 @@
# draw.oval(x1, y1, x2, y2, color)
Dibuixa el contorn d'una òval dins del rectangle definit per (x1, y1) i (x2, y2).
### Exemple
```
draw.oval(10, 10, 80, 40, 3)
```
### Vore també
* draw.ovalf
* draw.circ