Details
Details
N/A
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Please check comments.
src/static_libs/vg_common/vg_common_json.c | ||
---|---|---|
82 | Shape and Image could have totally different routine each others. //Image Node char *key = _get_key_val(node); Efl_Canvas_Vg_Image image; if (key) image = efl_key_data_get(parent, key); else { image = efl_add(EFL_CANVAS_VG_IMAGE_CLASS, parent); efl_key_data_set(parent, key, image); } //Do Image stuff continue; } //Orignal Code (Shape) //Skip Invisible Stroke? |