vg_common_svg: colors unpremultiplication added before saving into edj file 27/255627/2
authorMira Grudzinska <m.grudzinska@samsung.com>
Sun, 21 Mar 2021 16:38:09 +0000 (17:38 +0100)
committerHermet Park <chuneon.park@samsung.com>
Tue, 23 Mar 2021 05:42:15 +0000 (05:42 +0000)
commit49fb1070dd68453addc291864aad562fe05cf901
tree58821d3973de7baa0cb1b5a2d2199fd98ee0f072
parent28182078d498072d8ae0a8d198efa8472ad0b659
vg_common_svg: colors unpremultiplication added before saving into edj file

Colors were premultiplied first when reading from the svg file and
second when saving into edj file. As the result svg files with the opacity < 1
could be uncorretly displayed (only when the color and the opacity were
given in the same node).

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