Author: Carlos Lopez <[email protected]>
Date: Wed Aug 10 20:39:28 2011 +0200
Mark all the filtered dash widthpoints as dash type
---
.../src/modules/mod_geometry/advanced_outline.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
index 670bda0..b3ec3a2 100644
--- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
+++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
@@ -408,6 +408,10 @@ Advanced_Outline::sync()
for(;dwiter!=fdwplist.end();dwiter++)
synfig::info("P:%f W:%f B:%d
A:%d", dwiter->get_position(), dwiter->get_width(),
dwiter->get_side_type_before(), dwiter->get_side_type_after());
synfig::info("------");
+ // Mark all the filtered dash
withpoints as dash type
+ dwiter=fdwplist.begin();
+ for(;dwiter!=fdwplist.end();dwiter++)
+ dwiter->set_dash(true);
} // if dashes_length > EPSILON
} // if blinelength > EPSILON
} ////////////////////////////////////////////// if dash_enabled
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl