From 81e734d1e839d2703837f6560f085d0d7b3bd182 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 8 Apr 2026 09:51:59 -0700 Subject: [PATCH] First argument to text() is text, not t. Overall style is no spaces after commas in arg lists. Fixes openscad/openscad#5686. --- cheatsheet/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 6392a99..ca2202e 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -106,8 +106,8 @@

2D

polygon([points]) polygon([points],[paths]) - text(t, size, font, direction, language, script, -
     halign, valign, spacing) + text(text,size,font,direction,language,script, +
     halign,valign,spacing)
import("….extformats: DXF|SVG", convexity) projection(cut)