mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed some issues with stroke() docs.
This commit is contained in:
parent
23660ec688
commit
80e9ecac05
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
// Module: stroke()
|
// Module: stroke()
|
||||||
// Usage:
|
// Usage:
|
||||||
// stroke(path, width, [endcap], [closed]);
|
// stroke(path, [width], [closed], [endcaps], [endcap_width], [endcap_length], [endcap_extent], [trim]);
|
||||||
|
// stroke(path, [width], [closed], [endcap1], [endcap2], [endcap_width1], [endcap_width2], [endcap_length1], [endcap_length2], [endcap_extent1], [endcap_extent2], [trim1], [trim2]);
|
||||||
// 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,Big): Endcap Types
|
// Figure(2D,Big): Endcap Types
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,50];
|
BOSL_VERSION = [2,0,51];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue