cairo: Fix word-wrapping of ".000" and similar.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 26 Dec 2018 00:16:41 +0000 (16:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 26 Dec 2018 05:32:02 +0000 (21:32 -0800)
The Unicode line-breaking algorithm (or perhaps Pango's implementation of
it) is willing to break after the period in ".000".  This looks odd.  This
commit works around the problem.


No differences found