From 4dd076aaa65564904e27d43cdf2b12bb5af46975 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Wed, 6 Dec 2023 14:03:22 -0800 Subject: [PATCH] Fix text3d() atype docs --- shapes3d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes3d.scad b/shapes3d.scad index f6141e0..7330489 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -2946,7 +2946,7 @@ function onion(r, ang=45, cap_h, d, anchor=CENTER, spin=0, orient=UP) = // direction = The text direction. `"ltr"` for left to right. `"rtl"` for right to left. `"ttb"` for top to bottom. `"btt"` for bottom to top. Default: `"ltr"` // language = The language the text is in. Default: `"en"` // script = The script the text is in. Default: `"latin"` -// atype = Change vertical center between "baseline" and "center". Default: "baseline" +// atype = Change vertical center between "baseline" and "ycenter". Default: "baseline" // anchor = Translate so anchor point is at origin (0,0,0). See [anchor](attachments.scad#subsection-anchor). Default: `"baseline"` // center = Center the text. Equivalent to `atype="center", anchor=CENTER`. Default: false // spin = Rotate this many degrees around the Z axis. See [spin](attachments.scad#subsection-spin). Default: `0`