From f61bb92ff25a8d2f2030a548db8162e43f71f176 Mon Sep 17 00:00:00 2001 From: Hugo H Date: Thu, 25 Dec 2025 21:15:49 +0000 Subject: [PATCH] Update API Reference --- API-Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-Reference.md b/API-Reference.md index af4f84e..decac34 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -12,6 +12,7 @@ The following functions are provided by the library: |s.circ(x, y, r, color=0)|Circle| |s.oval(x, y, rx, ry, color = 0)|Oval| |s.line(x1, y1, x2, y2, color=0)|Line segment| +|s.linewidth(thickness)|Change line thickness| |s.text(x, y, message, color=3, size="normal")|Text rendering| ## Transformations and styles