Merge branch 'genete_static_values'
[synfig.git] / synfig-core / src / modules / mod_example / simplecircle.cpp
index e2eb896..2269cbe 100644 (file)
@@ -65,11 +65,13 @@ 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)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool