svg_loader SceneBuilder: Remove incorrect calculation for radial gradient
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 7 Jun 2021 03:09:58 +0000 (12:09 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 8 Jun 2021 00:44:03 +0000 (09:44 +0900)
commit62c302031e9c629cb40aa52117f3fdc0df1faeb9
tree31dc258d852c196d4f5389426287b071440c0160
parente29f4d1e2010a0665ff50486d44852001fb85134
svg_loader SceneBuilder: Remove incorrect calculation for radial gradient

We are doing enough calculations in the parser if the unit is user space.
This causes the cx,cy coordinates of radial gradient to be calculated incorrectly.
So remove it.
src/loaders/svg/tvgSvgSceneBuilder.cpp