X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Foutline.cpp;h=3fa59ee4b6523738c0e7b428eed3821e54b904e9;hb=fc8add47e5b8cc920cd3ee31e4ded7b3623360b7;hp=c4252b1ff350f42a6ad46c081c91d995593b157b;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp index c4252b1..3fa59ee 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file bline.cpp +/*! \file outline.cpp ** \brief Template ** -** $Id: outline.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -69,7 +69,7 @@ SYNFIG_LAYER_SET_NAME(Outline,"outline"); SYNFIG_LAYER_SET_LOCAL_NAME(Outline,_("Outline")); SYNFIG_LAYER_SET_CATEGORY(Outline,_("Geometry")); SYNFIG_LAYER_SET_VERSION(Outline,"0.2"); -SYNFIG_LAYER_SET_CVS_ID(Outline,"$Id: outline.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $"); +SYNFIG_LAYER_SET_CVS_ID(Outline,"$Id$"); /* === P R O C E D U R E S ================================================= */ @@ -361,7 +361,7 @@ Outline::sync() add_polygon(side_a); -#else +#else /* 1 */ bool loop_; if(bline.get_contained_type()==ValueBase::TYPE_BLINEPOINT) @@ -623,12 +623,12 @@ Outline::sync() } //synfig::info("BLEHH__________--- x:%f, y:%f",vector_list.front()[0],vector_list.front()[1]); } -#endif +#endif /* _DEBUG */ add_polygon(vector_list); -#endif +#endif /* 1 */ } catch (...) { synfig::error("Outline::sync(): Exception thrown"); throw; } }