svg_loader: fixing symbol transformation 76/289176/1
authorMira Grudzinska <m.grudzinska@samsung.com>
Thu, 17 Feb 2022 00:47:17 +0000 (01:47 +0100)
committerMichal Szczecinski <m.szczecinsk@partner.samsung.com>
Thu, 2 Mar 2023 08:12:02 +0000 (09:12 +0100)
commit854b0264038133eb48ce9514040189d2884feb94
treed6bf0bd38c86e3c2578a6bcfd537e217ddf0c649
parent78801e6f52b970f4cbbf3cc660d140df262f5fae
svg_loader: fixing symbol transformation

For a Symbol node, the transformation based on the 'viewBox', 'width'
and 'height' attributes has to be applied before the transformation
based on the 'transformation' attribute.

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