mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This fixes https://github.com/flutter/flutter/issues/141001 This also fixes https://github.com/flutter/flutter/issues/143743 * We need to always call `setStrutEnabled(true)` on `StrutStyle`. * `getLineMetricsAt` had reversed ternary logic. * We also need to apply the rounding hack in Skwasm. * Ported unit tests from CanvasKit over to UI to cover Skwasm ~and HTML~ * ~The HTML renderer should return 0 line metrics for an empty paragraph.~