Canvas.text: fix segfault with ellipsis cases
authorDaniel Hirt <daniel.hirt@samsung.com>
Mon, 8 Aug 2016 12:10:56 +0000 (15:10 +0300)
committerDaniel Hirt <daniel.hirt@samsung.com>
Mon, 8 Aug 2016 12:18:30 +0000 (15:18 +0300)
commitbe461b8f1bf608f79fe68cf017974e387dbe46c3
treee69511a58aa2a4a1b2114e52f878631df7c61bf2
parent39166d3fbb3ed53b5f756458f2d08a918289dfea
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.
src/lib/evas/canvas/evas_object_textblock.c