ensure cut polygons inherit depth for path routing

This commit is contained in:
Stewart Allen 2021-03-16 19:20:09 -04:00
commit 0fddb69863

View file

@ -1707,6 +1707,7 @@
no.points.pop();
no.length--;
}
no.depth = this.depth;
});
return cuts;
} else {