svg: fix url property
authorMichal Maciola <m.maciola@samsung.com>
Tue, 21 Sep 2021 14:47:20 +0000 (16:47 +0200)
committerHermet Park <chuneon.park@samsung.com>
Mon, 27 Sep 2021 02:19:31 +0000 (11:19 +0900)
commit75537614e820c6d175b1a19ea685cee966655f25
treeb57407910cf66f1fc7747bbf5eabaa102efbde18
parent645b027eda558cbe3555aafd55876939f198d5a1
svg: fix url property

If 'fill="url(#image)"' and defs with id 'image' was not found, the paint was
improperly filled with color.

Change-Id: Ia1d0291f0877c81199181b4352e08a889816cc72
src/loaders/svg/tvgSvgSceneBuilder.cpp