svg_loader: fix bounds for gradient
authorMira Grudzinska <m.grudzinska@samsung.com>
Mon, 1 Nov 2021 19:28:41 +0000 (20:28 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Nov 2021 00:41:05 +0000 (09:41 +0900)
commit5535e283c5733834ca9aa1e636c865ad162ef392
treeabb320506bb414472d4abd3cde15ccb7c4afd4a3
parent8dff2d9dc33b11c54cc0e909ef30e9c5f3fff6a1
svg_loader: fix bounds for gradient

In the case when bounds should not include a stroke width, width
and height values were reduced by half of a stroke width, instead
of the full width.
src/loaders/svg/tvgSvgSceneBuilder.cpp