vg_load_svg: Supports case when only rx or ry is declared
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 10 Sep 2020 05:59:29 +0000 (14:59 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 10 Sep 2020 21:14:51 +0000 (06:14 +0900)
commita30b8ddc5a9cb3e71eed05482ed87006d43892e5
tree8ff1db3b4e0ca41175eec695b1a0cf18066ec7e5
parent3a0796095149631d27fde16c327b89f5d60b91cc
vg_load_svg: Supports case when only rx or ry is declared

Summary:
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.

Test Plan: N/A

Reviewers: Hermet, smohanty

Subscribers: kimcinoo, herb, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12137
src/modules/evas/vg_loaders/svg/evas_vg_load_svg.c
src/static_libs/vg_common/vg_common.h