efl: force close of rect shape to prevent to avoid join showing with non rounded rectangle.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Subhransu Sekhar Mohanty 2015-04-03 16:33:58 +02:00 committed by Cedric BAIL
parent 40b9eea3cb
commit c1c6b7effc
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ _efl_gfx_shape_append_rect(Eo *obj, Efl_Gfx_Shape_Data *pd,
_efl_gfx_shape_append_line_to(obj, pd, x + rx, y + h);
// Bottom left corner
_efl_gfx_shape_append_arc_to(obj, pd, x, y + h - ry, rx, ry, 0, EINA_FALSE, EINA_TRUE);
_efl_gfx_shape_append_line_to(obj, pd, x, y + ry);
_efl_gfx_shape_append_close(obj, pd);
}
static void