svg_loader: gradient update takes into account a stroke and a fill
authorMira Grudzinska <m.grudzinska@samsung.com>
Mon, 14 Jun 2021 21:38:51 +0000 (23:38 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 21 Jun 2021 02:39:34 +0000 (11:39 +0900)
commit8de3517ecb5e9c37e5e04da3eed350c847f98c87
treebc08c304f1e781fb20282495c1138069d18dc6c3
parentd4183a0d3e3c20b47f496c02d26510a6b1e4493e
svg_loader: gradient update takes into account a stroke and a fill

For shapes with a grad fill and a grad stroke only the fill was drawn.
After this fix both can have a valid gradient.
src/loaders/svg/tvgSvgLoader.cpp