vg json: up to date internal reference.

rlottie is not officially released, still it's unstable.
This commit is contained in:
Hermet Park 2019-08-05 20:42:26 +09:00
parent 949cf2750b
commit 16d806ff92
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ _update_vg_tree(Efl_Canvas_Vg_Container *root, const LOTLayerNode *layer, int de
{
ctree = efl_add(EFL_CANVAS_VG_CONTAINER_CLASS, root);
efl_key_data_set(root, key, ctree);
if (clayer->name) efl_key_data_set(ctree, "_lot_node_name", clayer->name);
if (clayer->keypath) efl_key_data_set(ctree, "_lot_node_name", clayer->keypath);
}
#if DEBUG
for (int i = 0; i < depth; i++) printf(" ");