evas svg: fix missing node opacity attribute. 48/208648/1
authorHermet Park <hermetpark@gmail.com>
Thu, 27 Jun 2019 04:16:36 +0000 (13:16 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 27 Jun 2019 04:19:51 +0000 (13:19 +0900)
commite0c29d826d9630ca1a7d4fce71e5b95953bc48fd
treec5f5ef0ccc262f6e9b86cede2b134d855e5e6ddc
parent7eaa9bd5840a1667a32ba4544c6bfa2de74ea0e0
evas svg: fix missing node opacity attribute.

Any svg node could have its opacity value, we missed implementing it.

If a node have a opacity, it's opacity could be multiply with fill and stroke colors.

@fix

Change-Id: Iac1caed073c5bf012fc7789e6d3e77e56c59550a
src/modules/evas/vg_loaders/svg/evas_vg_load_svg.c
src/static_libs/vg_common/vg_common.h
src/static_libs/vg_common/vg_common_svg.c