Boolean: Clear branch so we start with a new one on the next contour.

This commit is contained in:
Jürg Lehni 2016-08-04 12:21:58 +02:00
parent 79661c35e6
commit 75a10fb246

View file

@ -864,6 +864,8 @@ PathItem.inject(new function() {
paths.push(path); paths.push(path);
} }
} }
// Clear branch so we start with a new one on the next contour.
branch = null;
} }
return paths; return paths;
} }