Efl.Gfx.Path: Fix wrong condition check in _find_ellipsis_coords
authorJeeyong Um <conr2d@gmail.com>
Fri, 14 Apr 2017 01:16:48 +0000 (10:16 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 14 Apr 2017 01:16:48 +0000 (10:16 +0900)
commitf370ea803b977c245f173bae1b3b904e9bb68e38
treedc432f45fd4bdaf448a3eac56ab66782be93c7f5
parent9883831b761c9a7e4681a259487fbfd07d1a0d9f
Efl.Gfx.Path: Fix wrong condition check in _find_ellipsis_coords

Summary:
In previous patch, !w should be replaced with EINA_FLT_EQ(w, 0.0), but it was
replaced with !EINA_FLT_EQ(w, 0.0). This breaks rounded rectangle.

T5291

Test Plan: compile and run attached file

Reviewers: cedric, jpeg, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D4787
src/lib/efl/interfaces/efl_gfx_path.c