efl: fix svg path parsing to handle Z also.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Subhransu Mohanty 2015-04-03 16:38:11 +02:00 committed by Cedric BAIL
parent 470d64c85e
commit 2d74a4efb2
1 changed files with 1 additions and 0 deletions

View File

@ -1215,6 +1215,7 @@ _efl_gfx_shape_append_svg_path(Eo *obj, Efl_Gfx_Shape_Data *pd,
return ;
break;
case 'z':
case 'Z':
_efl_gfx_shape_append_close(obj, pd);
content++;
break;