svg_loader: struct used to pass 1 args instead of 4 of them
authorMira Grudzinska <m.grudzinska@samsung.com>
Wed, 24 Nov 2021 20:57:40 +0000 (21:57 +0100)
committerHermet Park <chuneon.park@samsung.com>
Tue, 30 Nov 2021 03:48:09 +0000 (12:48 +0900)
commit307ef60c7961481d111d152dadc060198ad00c43
tree82cba93d3e3c2c054ffd4e0cf4eca8d43e530edb
parent23cf215a6eca9049e0806a04e6d94ee27169f723
svg_loader: struct used to pass 1 args instead of 4 of them

The Box struct is introduced to replace the four functions
args: vx, vy, vw, vh, so all of them can be passed at once.
src/loaders/svg/tvgSvgSceneBuilder.cpp