Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_gradient / spiralgradient.cpp
index 81bd99d..ac751c4 100644 (file)
@@ -64,7 +64,7 @@ SYNFIG_LAYER_SET_CVS_ID(SpiralGradient,"$Id$");
 /* === E N T R Y P O I N T ================================================= */
 
 SpiralGradient::SpiralGradient():
-       Layer_Composite(1.0,Color::BLEND_STRAIGHT),
+       Layer_Composite(1.0,Color::BLEND_COMPOSITE),
        gradient(Color::black(),Color::white()),
        center(0,0),
        radius(0.5),