Enlarge stroke() endcaps figure

This commit is contained in:
Revar Desmera 2019-07-30 12:40:59 -07:00
parent 71189197c8
commit 455e906dbd

View file

@ -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): Endcap Types
// Figure(2D,Med): Endcap Types
// endcaps = ["butt", "line", "square", "cross", "round", "dot", "chisel", "x", "arrow", "arrow2", "tail", "tail2"];
// for (i=idx(endcaps)) {
// cap = endcaps[i];