Jason Simmons 7087b9810f libtxt: only apply ellipsizing to the last text run in the line (flutter/engine#5486)
Paragraph layout breaks the text into lines, and ellipsizing (if applicable)
will truncate the last run of a line at the point where word wrap would have
occurred.

Fixes https://github.com/flutter/flutter/issues/18198
2018-06-07 14:24:03 -07:00
..