Canvas.text: fix segfault with ellipsis cases
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 14 Nov 2016 01:54:53 +0000 (10:54 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Nov 2016 07:54:18 +0000 (16:54 +0900)
commit241b746f3e5de0da760a667d137b43c86057fec4
treeb3f67d64026571b540f2a4bfb4ea9944f33e3569
parent544a6f064b26fb9a9d1acace93a9d742f9222395
Canvas.text: fix segfault with ellipsis cases

The specific handling for (0.0 <= ellip < 1) doesn't support multi-line cases.
One of the main reasons is that we haven't had the chance to define the wanted
behavior for multi-line.
This is a temporary hack to fix a segfault. The behavior is still undefined,
though.

Fixes T3885.

Change-Id: Icccea39a145f36cda34edca922bdbc7da0e731da
src/lib/evas/canvas/evas_object_textblock.c