Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_example / simplecircle.cpp
index e2eb896..f6fc8ef 100644 (file)
@@ -65,7 +65,7 @@ SYNFIG_LAYER_SET_CVS_ID(SimpleCircle,"$Id$");
 /* === E N T R Y P O I N T ================================================= */
 
 SimpleCircle::SimpleCircle():
-       Layer_Composite(1.0,Color::BLEND_STRAIGHT),
+       Layer_Composite(1.0,Color::BLEND_COMPOSITE),
        color(Color::black()),
        center(0,0),
        radius(0.5)