edje_load : return if we can't decode the vector data.

Reviewers: cedric, jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4050
This commit is contained in:
Subhransu Mohanty 2016-06-16 15:26:08 +09:00 committed by Jean-Philippe Andre
parent 3340745c65
commit 39452ff848
1 changed files with 1 additions and 0 deletions

View File

@ -2453,6 +2453,7 @@ _edje_dupe_vector_data(Edje *ed, int svg_id, double width, double height,
if (!vector->vg)
{
data->vg = NULL;
return;
}
root = evas_vg_container_add(NULL);