SvgLoader: Supports case when only rx or ry is declared
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 9 Sep 2020 10:36:15 +0000 (19:36 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 10 Sep 2020 02:34:38 +0000 (11:34 +0900)
commita6d80fc89bef8da68cca75b55bfdc165744300c3
treeadfd494cd9e14a61ac443d33e6f339981920e422
parent4ca5d137f19d98be62b5c9c7f1afa7651c09a94d
SvgLoader: Supports case when only rx or ry is declared

In relation to the declaration of rx and ry attribute of rect, the following three cases occur.
rx="10" (or ry="10"
rx="10" ry = "0" (or rx="0" ry = "10")
rx="10" ry = "10"
To cover these case, we check the rx and ry declarations.

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