forked from firka/flutter
4ff9861d43eff3433762e0bb73f4cb7f02f3f6c2
If a line is right justified, then remove any trailing whitespace from the text range given to Minikin. Right justification shifts the line's glyphs by the layout advance computed by Minikin, and this advance should exclude whitespace so that the last visible character will be flush with the right margin. Also exclude trailing whitespace from center justified lines. Fixes https://github.com/flutter/flutter/issues/17502 Fixes https://github.com/flutter/flutter/issues/16333
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%