Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_gradient / conicalgradient.cpp
index 5bf42a9..7657e4c 100644 (file)
@@ -65,7 +65,7 @@ SYNFIG_LAYER_SET_CVS_ID(ConicalGradient,"$Id$");
 /* === E N T R Y P O I N T ================================================= */
 
 ConicalGradient::ConicalGradient():
-       Layer_Composite(1.0,Color::BLEND_STRAIGHT),
+       Layer_Composite(1.0,Color::BLEND_COMPOSITE),
        gradient(Color::black(),Color::white()),
        center(0,0),
        angle(Angle::zero()),