Skip to content

Commit fb6c204

Browse files
committed
re-set the default for unit tests
1 parent 9ebde69 commit fb6c204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/piro/bezier/BezierPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
public class BezierPath {
1717

18-
private static double MaximumInterpolationStep = 0.01;
18+
private static double MaximumInterpolationStep = 0.5;
1919

2020
static final Matcher matchPoint = Pattern.compile("\\s*(\\d+)[^\\d]+(\\d+)\\s*").matcher("");
2121

0 commit comments

Comments
 (0)