Fix 2120629: "circles with large feather and zero radius are invisible". Only shortc...
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / circle.h
index 27a6c58..32a4ce8 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file circle.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Circle" layer
 **
 **     $Id$
 **
@@ -46,7 +46,7 @@ class Circle : public synfig::Layer_Composite, public synfig::Layer_NoDeform
        SYNFIG_LAYER_MODULE_EXT
 private:
        synfig::Color color;
-       synfig::Point pos;
+       synfig::Point origin;
        synfig::Real radius;
        synfig::Real feather;
        bool invert;