Add draw.circf

2026-03-16 10:47:03 +01:00
parent 784eaeaf0b
commit b2689cb642

11
draw.circf.md Normal file

@@ -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)