SvgLoader: Fix missing doc.gradients update
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 10 Sep 2020 11:13:31 +0000 (20:13 +0900)
committerHermet Park <chuneon.park@samsung.com>
Fri, 11 Sep 2020 02:13:55 +0000 (11:13 +0900)
commitcd79f336ced93dee47ef6b00dd276bc409ad9165
treef5aed55dfe6bade493ded5c23c5653bfe52f04b4
parente185f4b1082a4b9fb123ad787fa1501b47c37566
SvgLoader: Fix missing doc.gradients update

When both <defs> and <svg> gradients are declared,
the update of gradient declared in <svg> is omitted.
Therefore, this patch fixes any missing gradient updates.

Change-Id: I21f5c31dbc679f8308e19c17bf942b23c4b2bebe
src/loaders/svg/tvgSvgLoader.cpp