Navigation Menu

Skip to content

Commit

Permalink
Outline_Layer: When drawing the outline and want to have variable wid…
Browse files Browse the repository at this point in the history
…th don't use Layer_Polygon. It doesn't render properly looped outlines.
  • Loading branch information
genete committed Nov 8, 2012
1 parent f63a1e6 commit 99c0629
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions synfig-core/src/modules/mod_geometry/outline.cpp
Expand Up @@ -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
Expand Down Expand Up @@ -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);
}

0 comments on commit 99c0629

Please sign in to comment.