evas: we should actually continue the chain of interpolation up to the next parent.

This commit is contained in:
Cedric BAIL 2018-04-03 14:25:56 -07:00
parent 49fbdcf17a
commit 6d3a8a1e32
1 changed files with 2 additions and 1 deletions

View File

@ -719,7 +719,8 @@ _efl_canvas_vg_node_efl_gfx_path_interpolate(Eo *obj,
_efl_canvas_vg_node_changed(obj);
return r;
if (!r) return EINA_FALSE;
return efl_gfx_path_interpolate(efl_super(obj, MY_CLASS), from, to, pos_map);
}
EOLIAN static Efl_VG *