From 96de57b439f5948b3155983f89f449e12789517e Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 10:45:56 +0100 Subject: [PATCH] Add draw.rect --- draw.rect.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 draw.rect.md diff --git a/draw.rect.md b/draw.rect.md new file mode 100644 index 0000000..e2df8bc --- /dev/null +++ b/draw.rect.md @@ -0,0 +1,11 @@ +# draw.rect(x, y, w, h, color) +Dibuixa el contorn d'un rectangle en (x, y) de mida (w, h) amb el color especificat. + +### Exemple +``` +draw.rect(10, 10, 40, 30, 2) +``` + +### Vore també +* [draw.rectf](draw.rectf) +* [draw.rrect](draw.rrect)