From d1e19b25e39f88ea84b17b5a788da97e3e8e54fd Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 10:48:18 +0100 Subject: [PATCH] Add draw.ovalf --- draw.ovalf.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 draw.ovalf.md diff --git a/draw.ovalf.md b/draw.ovalf.md new file mode 100644 index 0000000..f6985ee --- /dev/null +++ b/draw.ovalf.md @@ -0,0 +1,11 @@ +# draw.ovalf(x1, y1, x2, y2, color) +Dibuixa una òval plena dins del rectangle definit per (x1, y1) i (x2, y2). + +### Exemple +``` +draw.ovalf(10, 10, 80, 40, 7) +``` + +### Vore també +* [draw.oval](draw.oval) +* [draw.circf](draw.circf)