Skip to content

Commit

Permalink
Negative default tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli committed Nov 23, 2024
1 parent 187ab73 commit 62c869a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class LoopLineMerger {
private double minLength = 0.0;
private double loopMinLength = 0.0;
private double stubMinLength = 0.0;
private double tolerance = 0.0;
private double tolerance = -1.0;
private boolean mergeStrokes = false;

/**
Expand Down

0 comments on commit 62c869a

Please sign in to comment.