mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
typo doc fix
This commit is contained in:
parent
535646c01b
commit
0088ce9776
1 changed files with 1 additions and 1 deletions
|
@ -3353,7 +3353,7 @@ function onion(r, ang=45, cap_h, d, anchor=CENTER, spin=0, orient=UP) =
|
|||
// orient = Vector to rotate top towards. See [orient](attachments.scad#subsection-orient). Default: `UP`
|
||||
// Anchor Types:
|
||||
// baseline = Anchor center is relative to text baseline
|
||||
// ycenter = Anchor center is relative to the actualy y direction center of the text
|
||||
// ycenter = Anchor center is relative to the actual y direction center of the text
|
||||
// Examples:
|
||||
// text3d("Fogmobar", h=3, size=10);
|
||||
// text3d("Fogmobar", h=2, size=12, font=":style=bold");
|
||||
|
|
Loading…
Reference in a new issue