Index: src/pathops/SkPathOpsCommon.cpp |
=================================================================== |
--- src/pathops/SkPathOpsCommon.cpp (revision 8862) |
+++ src/pathops/SkPathOpsCommon.cpp (working copy) |
@@ -399,6 +399,7 @@ |
#endif |
SkTArray<SkOpContour> contours; |
SkOpEdgeBuilder builder(path, contours); |
+ builder.setAllowOpenContours(true); |
builder.finish(); |
int count = contours.count(); |
int outer; |