finishing what I started, fixing contour bug for good, closing #791

This commit is contained in:
Jim
2024-12-09 10:48:51 -05:00
parent 66387bfe9d
commit 23d171a5b8
+2
View File
@@ -1783,6 +1783,7 @@ public class PShape implements PConstants {
g.endContour();
}
g.beginContour();
codeIndex++;
insideContour = true;
}
@@ -1795,6 +1796,7 @@ public class PShape implements PConstants {
g.endContour();
}
g.beginContour();
codeIndex++;
insideContour = true;
}