From dba4202d09dfeabd0e1a93455d7c1780d1ca957b Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 09:37:01 +0100 Subject: [PATCH] Add draw --- draw.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 draw.md diff --git a/draw.md b/draw.md new file mode 100644 index 0000000..ffd7725 --- /dev/null +++ b/draw.md @@ -0,0 +1,17 @@ +# PINTAT +* [draw.line](draw.line) +* [draw.hline](draw.hline) +* [draw.vline](draw.vline) +* [draw.rect](draw.rect) +* [draw.rectf](draw.rectf) +* [draw.circ](draw.circ) +* [draw.circf](draw.circf) +* [draw.rrect](draw.rect) +* [draw.rrectf](draw.rectf) +* [draw.oval](draw.oval) +* [draw.ovalf](draw.ovalf) +* [draw.pattern](draw.pattern) +* [draw.surf](draw.surf) +* [draw.surfrot](draw.surfrot) +* [draw.text](draw.text) +* [draw.mode](draw.mode)