Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c60f86 commit 876182bCopy full SHA for 876182b
1 file changed
src/cntr.c
@@ -605,6 +605,9 @@ edge_walker (Csite * site, int pass2)
605
}
606
if (fwd < 0 && level0 && left < 0)
607
{
608
+ /* remove J0_START from this boundary edge as boundary is
609
+ * included by the upwards slit from contour line below. */
610
+ data[edge] &= ~J0_START;
611
if (n_kind) kcp[n_kind] += kind_start_slit;
612
return slit_cutter (site, 0, pass2);
613
0 commit comments