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