efl_vg: calculate center point with double type
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 21 Sep 2018 12:30:50 +0000 (12:30 +0000)
committerYeongjong Lee <yj34.lee@samsung.com>
Fri, 28 Sep 2018 01:38:31 +0000 (10:38 +0900)
commitcb086352946640c7af5646bdea7449128e7e5c96
tree589cb81b3a5dae57f3de980a99e40d2821c26e68
parent7fef764240fa809fc8dd8aafd84c22d68bba0fc7
efl_vg: calculate center point with double type

Although the center point is double type, the calculation is integer type.
To calculate center point correctly, calculate with double type.
Differential Revision: https://phab.enlightenment.org/D7097
src/static_libs/vg_common/vg_common_svg.c