Author: Carlos Lopez <genet...@gmail.com>
Date:   Tue Mar 22 16:38:27 2011 +0100

By default, make the Advanced Outline look similar to the old Outline.

---

 .../src/modules/mod_geometry/advanced_outline.cpp  |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp 
b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
index 56b9c49..1a7115f 100644
--- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
+++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
@@ -97,12 +97,12 @@ Advanced_Outline::Advanced_Outline()
        vector<WidthPoint> wpoint_list;
        wpoint_list.push_back(WidthPoint());
        wpoint_list.push_back(WidthPoint());
-       wpoint_list[0].set_position(0.0);
-       wpoint_list[1].set_position(1.0);
-       wpoint_list[0].set_width(0.0);
+       wpoint_list[0].set_position(0.1);
+       wpoint_list[1].set_position(0.9);
+       wpoint_list[0].set_width(1.0);
        wpoint_list[1].set_width(1.0);
-       wpoint_list[0].set_side_type_before(WidthPoint::TYPE_ROUNDED);
-       wpoint_list[1].set_side_type_after(WidthPoint::TYPE_ROUNDED);
+       wpoint_list[0].set_side_type_before(WidthPoint::TYPE_INTERPOLATE);
+       wpoint_list[1].set_side_type_after(WidthPoint::TYPE_INTERPOLATE);
        wplist_=wpoint_list;
        Layer::Vocab voc(get_param_vocab());
        Layer::fill_static(voc);


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to