aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/ShapeOps.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-26 15:56:05 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-26 15:56:05 +0000
commit7ff5c841bf669826b4cbd708ae1a6b3527f15dca (patch)
tree769cc61a9b770e8b7a4a908ae10fa7d8dc9e2093 /experimental/Intersection/ShapeOps.cpp
parentb1c65b62bf276872ab4f9da7569ea7f0899a3569 (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@7864 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/ShapeOps.cpp')
-rw-r--r--experimental/Intersection/ShapeOps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Intersection/ShapeOps.cpp b/experimental/Intersection/ShapeOps.cpp
index bc390c72ea..f1792a87eb 100644
--- a/experimental/Intersection/ShapeOps.cpp
+++ b/experimental/Intersection/ShapeOps.cpp
@@ -168,7 +168,7 @@ static bool bridgeOp(SkTDArray<Contour*>& contourList, const ShapeOp op,
Segment* next = current->findNextOp(chaseArray, nextStart, nextEnd,
unsortable, op, xorMask, xorOpMask);
if (!next) {
- SkASSERT(!unsortable);
+ // SkASSERT(!unsortable);
if (!unsortable && simple.hasMove()
&& current->verb() != SkPath::kLine_Verb
&& !simple.isClosed()) {