SvgLoader: Fix wrong display when dasharray size is 1
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 15 Sep 2020 02:39:08 +0000 (11:39 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 15 Sep 2020 03:23:12 +0000 (12:23 +0900)
commiteadfb240ffb095181c5a9c96676f96989a0777e6
tree6e5703656f797f588429afcb7842e3f9dfef3ee3
parent315e0b781ef7e3bd8a8c7a31f83b216ae65ba31e
SvgLoader: Fix wrong display when dasharray size is 1

If dash array size is 1, it means that dash and gap size are the same.

Change-Id: I40efd6e9152bee013d735a131cbfe5bde65e3783
src/loaders/svg/tvgSvgLoader.cpp