ector: fix typo during computation of bounds_get.

This commit is contained in:
Cedric BAIL 2016-01-03 22:04:23 +01:00 committed by Jean-Philippe Andre
parent e3a7f657d9
commit fc40f905eb
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ _ector_renderer_cairo_gradient_linear_ector_renderer_generic_base_bounds_get(Eo
bd->generic->origin.x + gld->start.x,
bd->generic->origin.y + gld->start.y,
gld->end.x - gld->start.x,
gld->end.y - gld->start.x);
gld->end.y - gld->start.y);
}
static Eo_Base *