vsketch.style#

Overview#

Function#

stylize_path(line, weight, pen_width, detail, join_style)

Implement a heavy stroke weight by buffering multiple times the base path.

Functions#

vsketch.style.stylize_path(line: numpy.ndarray, weight: int, pen_width: float, detail: float, join_style: str) vpype.LineCollection#

Implement a heavy stroke weight by buffering multiple times the base path.

Note: recursive buffering is to be avoided to properly control detail!