X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_shape.h;h=745d98dd9a963d658c6f3180fa5a36c74db61fba;hb=45d32acc437f1ea60269d51bbbb97845cee2dfc9;hp=e383ed41bd3b80c9000a2f0b3c6aa1b3edc2fb08;hpb=4d82122bf20ac2517cbe3cac6ecd39a201fa1e62;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_shape.h b/synfig-core/trunk/src/synfig/layer_shape.h index e383ed4..745d98d 100644 --- a/synfig-core/trunk/src/synfig/layer_shape.h +++ b/synfig-core/trunk/src/synfig/layer_shape.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file layer_shape.h -** \brief Template Header +** \brief Header file for implementation of the "Shape" layer ** ** $Id$ ** @@ -66,7 +66,7 @@ private: //exported data Color color; - Point offset; + Point origin; bool invert; bool antialias;