From 784eaeaf0ba4c8ac604cd0ee1a8072d5891aa464 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 10:46:47 +0100 Subject: [PATCH] Add draw.circ --- draw.circ.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 draw.circ.md diff --git a/draw.circ.md b/draw.circ.md new file mode 100644 index 0000000..a24c95f --- /dev/null +++ b/draw.circ.md @@ -0,0 +1,11 @@ +# draw.circ(x, y, r, color) +Dibuixa el contorn d'un cercle en (x, y) amb radi r i el color especificat. + +### Exemple +``` +draw.circ(50, 50, 20, 4) +``` + +### Vore també +* [draw.circf](draw.circf) +* [draw.oval](draw.oval)