X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_geometry%2Fcircle.h;h=f7cd3791af0ec553666213c731c92830709fd71d;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=3eba1ad9087abbe09f48e89854d77aae691e36f7;hpb=20067bb96af6946754e7ecb7b40673b818f6e5c2;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_geometry/circle.h b/synfig-core/tags/stable/src/modules/mod_geometry/circle.h index 3eba1ad..f7cd379 100644 --- a/synfig-core/tags/stable/src/modules/mod_geometry/circle.h +++ b/synfig-core/tags/stable/src/modules/mod_geometry/circle.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -46,7 +47,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;