Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 876182b

Browse files
committed
cntr.c: patch by Ian Thomas to fix bug ID 2956378
svn path=/trunk/matplotlib/; revision=8152
1 parent 9c60f86 commit 876182b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/cntr.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,9 @@ edge_walker (Csite * site, int pass2)
605605
}
606606
if (fwd < 0 && level0 && left < 0)
607607
{
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;
608611
if (n_kind) kcp[n_kind] += kind_start_slit;
609612
return slit_cutter (site, 0, pass2);
610613
}

0 commit comments

Comments
 (0)