Author: Carlos Lopez <[email protected]>
Date: Sun Aug 14 13:08:23 2011 +0200
Fix wrong parameter order.
---
.../src/modules/mod_geometry/advanced_outline.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
index 1d3640e..b246953 100644
--- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
+++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
@@ -298,7 +298,7 @@ Advanced_Outline::sync()
if(blinelength > EPSILON)
{
// Put dash_offset in the
[-blinelength,blinelength] interval
- if (fabs(dash_offset) > blinelength)
dash_offset=fmod(blinelength, dash_offset);
+ if (fabs(dash_offset) > blinelength)
dash_offset=fmod(dash_offset, blinelength);
Real dpos=dash_offset;
Real dashes_length(0.0);
vector<DashItem>::iterator
diter(dilist.begin());
------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy
to use, easy to manage, easy to install, easy to extend.
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl