From 0a907445841c804f37895b1aeefb51bb188743b4 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 10:47:58 +0100 Subject: [PATCH] Add draw.oval --- draw.oval.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 draw.oval.md 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