Adding this code to text_painter's layout method (at the end) leads to the assert firing: ``` dart _paragraph.layout(new ui.ParagraphConstraints(width: _paragraph.maxIntrinsicWidth)); assert(h == _paragraph.height); ```