Index: src/pathops/SkPathOpsLine.cpp |
diff --git a/src/pathops/SkPathOpsLine.cpp b/src/pathops/SkPathOpsLine.cpp |
index 622961911a4dbc4de25dccad58825872498cb9e6..e4fc97bc616ce9d3eaae698f19a0ead98ec92a8f 100644 |
--- a/src/pathops/SkPathOpsLine.cpp |
+++ b/src/pathops/SkPathOpsLine.cpp |
@@ -89,7 +89,7 @@ double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { |
if (unequal) { |
*unequal = (float) largest != (float) (largest + dist); |
} |
- t = SkPinT(t); |
+ t = SkPinT(t); // a looser pin breaks skpwww_lptemp_com_3 |
SkASSERT(between(0, t, 1)); |
return t; |
} |