vg_common_svg: Keep backward compatibility about display, opacity of SVG 28/255028/5
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 11 Mar 2021 08:57:49 +0000 (17:57 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 12 Mar 2021 01:01:38 +0000 (10:01 +0900)
commite393ea81a71a475c411275315979f80597904c15
treee38bf27e05462ee8e43dd85e60eb15f6023feadc
parent6c5db3daea2c44d0029d3b43395def8d83ca2028
vg_common_svg: Keep backward compatibility about display, opacity of SVG

Edje compiled in version 4.0 of tizen studio does not have eet description in paser related to display and opacity.
Therefore, in later versions, display and opacity are always set to 0.
so, it blocks the display and opacity features.

When tizen studio's edje hosting service is in progress, this function can be added again.

@tizen_only

Change-Id: I1a34466522a691c8f88b76ec4f46a85193ee1314
src/static_libs/vg_common/vg_common_svg.c