Allow users to choose the threshold for width of strokes to be turned into cut lines

Issue #3 resolved
Alastair McBain repo owner created an issue

Add an OptionParse argument to the effect to allow users to input the maximum width for strokes to be used as a cut line. Make the default equivalent of what it is right now (around .05mm).

In code if the stroke of an element is equal or lower than the threshold set hasStroke to True and stroke to 0 so it works as intended.

Comments (1)

  1. Log in to comment