summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 322b707)
raw | patch | inline | side by side (parent: 322b707)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 22 Jun 2009 22:23:30 +0000 (22:23 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 22 Jun 2009 22:23:30 +0000 (22:23 +0000) |
src/extension/internal/cairo-render-context.cpp | patch | blob | history |
diff --git a/src/extension/internal/cairo-render-context.cpp b/src/extension/internal/cairo-render-context.cpp
index 30c09d179ba1c97259cb3d3097ecee0b73143076..d1462e52e5e43ae663bd381a351c1aa84650a4e2 100644 (file)
@@ -1314,7 +1314,7 @@ CairoRenderContext::renderPathVector(Geom::PathVector const & pathv, SPStyle con
bool no_fill = style->fill.isNone() || style->fill_opacity.value == 0;
bool no_stroke = style->stroke.isNone() || style->stroke_width.computed < 1e-9 ||
- style->fill_opacity.value == 0;
+ style->stroke_opacity.value == 0;
if (no_fill && no_stroke)
return true;