mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
Enlarge stroke() endcaps figure
This commit is contained in:
parent
71189197c8
commit
455e906dbd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
// stroke(path, width, [endcap], [closed]);
|
// stroke(path, width, [endcap], [closed]);
|
||||||
// Description:
|
// Description:
|
||||||
// Draws a 2D line path with a given line thickness. Endcaps can be specified for each end individually.
|
// Draws a 2D line path with a given line thickness. Endcaps can be specified for each end individually.
|
||||||
// Figure(2D): Endcap Types
|
// Figure(2D,Med): Endcap Types
|
||||||
// endcaps = ["butt", "line", "square", "cross", "round", "dot", "chisel", "x", "arrow", "arrow2", "tail", "tail2"];
|
// endcaps = ["butt", "line", "square", "cross", "round", "dot", "chisel", "x", "arrow", "arrow2", "tail", "tail2"];
|
||||||
// for (i=idx(endcaps)) {
|
// for (i=idx(endcaps)) {
|
||||||
// cap = endcaps[i];
|
// cap = endcaps[i];
|
||||||
|
|
Loading…
Reference in a new issue