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