Author: Carlos Lopez <[email protected]>
Date:   Thu Nov  8 20:00:28 2012 +0100

Outline_Layer: When drawing the outline and want to have variable width don't 
use Layer_Polygon. It doesn't render properly looped outlines.

---

 synfig-core/src/modules/mod_geometry/outline.cpp |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/synfig-core/src/modules/mod_geometry/outline.cpp 
b/synfig-core/src/modules/mod_geometry/outline.cpp
index 8daa23a..2f49dbf 100644
--- a/synfig-core/src/modules/mod_geometry/outline.cpp
+++ b/synfig-core/src/modules/mod_geometry/outline.cpp
@@ -867,9 +867,6 @@ Outline::get_param_vocab()const
 bool
 Outline::accelerated_cairorender(Context context,cairo_surface_t *surface,int 
quality, const RendDesc &renddesc, ProgressCallback *cb)const
 {
-       if(quality>6)
-       {
-               synfig::info("rendering Cairo Outline");
                std::vector<synfig::Segment> segments;
                
                // Grab the rgba values
@@ -1095,8 +1092,4 @@ Outline::accelerated_cairorender(Context 
context,cairo_surface_t *surface,int qu
                cairo_destroy(cr);
                
                return true;
-       }
-
-
-       return Layer_Polygon::accelerated_cairorender(context, surface, 
quality, renddesc, cb);
 }


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to