svg_loader: Change SVG viewbox variable type from int to float 92/289792/1
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 12 Dec 2022 04:38:43 +0000 (13:38 +0900)
committerMichal Szczecinski <mihashco89@gmail.com>
Tue, 14 Mar 2023 08:56:04 +0000 (09:56 +0100)
commitb83980845aebd2a94c525ea2ab3432f6e4e4b618
treebf6d2b2cc86c48364dbcae31a6ea051096b3291a
parentd7504aed3f1331e55cd2a5cf69c7280d9f898a88
svg_loader: Change SVG viewbox variable type from int to float

The viewbox and size(width, height) defined in SVG can be of type float.
This prevents matrix calculation errors caused by this.

Change-Id: I85dd502b63dc9a13e969bd459e1f98975c0ef6ed
src/loaders/svg/tvgSvgLoader.cpp
src/loaders/svg/tvgSvgLoaderCommon.h