Skip to content

Commit 2dde00d

Browse files
committed
First argument to text() is text, not t.
Overall style is no spaces after commas in arg lists. Fixes openscad/openscad#5686.
1 parent b0d227e commit 2dde00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cheatsheet/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ <h2>2D</h2>
106106
<code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#polygon">polygon</a>([points])</code>
107107
<code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#polygon">polygon</a>([points],[paths])</code>
108108
<code>
109-
<a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text">text</a>(t, size, font, direction, language, script,
110-
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;halign, valign, spacing)
109+
<a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text">text</a>(text,size,font,direction,language,script,
110+
<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;halign,valign,spacing)
111111
</code>
112112
<code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Importing_Geometry#import">import</a>("&hellip;.<span class="tooltip">ext<span class="tooltiptext">formats: DXF|SVG</span></span>", convexity)</code>
113113
<code><a href="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#3D_to_2D_Projection">projection</a>(cut)</code>

0 commit comments

Comments
 (0)