diff --git a/draw.oval.md b/draw.oval.md new file mode 100644 index 0000000..6037ba1 --- /dev/null +++ b/draw.oval.md @@ -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