Code

Added missing (and very important) file.
[inkscape.git] / 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;