svg_loader: invalid strokes' width set to zero 38/290638/1
authorMira Grudzinska <veleveta@gmail.com>
Tue, 21 Mar 2023 22:27:00 +0000 (23:27 +0100)
committerjykeon <jykeon@samsung.com>
Thu, 30 Mar 2023 04:54:36 +0000 (13:54 +0900)
commite96f908b956c75e9b31173d1b74fdb4b89b284d8
treee0e33a629cbb87b53a0904d9bdc9cccd2626ddd3
parentc266abaf3d093696f817d2bffcd840f8826fbf70
svg_loader: invalid strokes' width set to zero

In case the "stroke" attrib is set to "none",
the width of the stroke is set to zero. Thanks
to that it isn't taken into account while
establishing the bounds of the shape.

Change-Id: I65cfd52075b72bebe9f9f4d24d54cde2e1dca99c
Signed-off-by: jykeon <jykeon@samsung.com>
src/loaders/svg/tvgSvgSceneBuilder.cpp