diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 9495952..9c04750 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -105,7 +105,10 @@

2D

square([width,height],center) polygon([points]) polygon([points],[paths]) - text(t, size, font,
     halign, valign, spacing,
     direction, language, script)
+ + text(t, size, font, direction, language, script, +
     halign, valign, spacing) +
import("….extformats: DXF|SVG", convexity) projection(cut) diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index 82d710a..155e384 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -117,7 +117,10 @@

2D

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