Index: src/gpu/GrStencilAndCoverPathRenderer.cpp |
diff --git a/src/gpu/GrStencilAndCoverPathRenderer.cpp b/src/gpu/GrStencilAndCoverPathRenderer.cpp |
index 273c01b8618cec3cfdd4c47aade162c035785d2c..ad6192ae3b11068d38491be30b80e4cfeecac67c 100644 |
--- a/src/gpu/GrStencilAndCoverPathRenderer.cpp |
+++ b/src/gpu/GrStencilAndCoverPathRenderer.cpp |
@@ -71,7 +71,7 @@ bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path, |
SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke)); |
- if (path.isInverseFillType()) { |
+ if (path.isInverseFillType() && SkStrokeRec::kFill_Style == stroke.getStyle()) { |
GR_STATIC_CONST_SAME_STENCIL(kInvertedStencilPass, |
kZero_StencilOp, |
kZero_StencilOp, |