Mike Digman
05/30/2023, 6:43 PMTextOverflow.Clip
seems broken - sometimes blank, sometimes garbage text. Manually clipping (TextOverflow.Visible
with a wrapping box that has Modifier._clipToBounds_()
) sometimes works. TextOverflow.Ellipsis
seems functional.Mike Digman
05/30/2023, 6:46 PMTextOverflow.Clip
and Red is TextOverflow.Ellipsis
both clipped by setting 1 line and fixed width).Mike Digman
05/30/2023, 6:48 PMTextOverflip.Clip
seems to generate garbage text. The other, larger widths rendered this way are blank 😕Mike Digman
05/30/2023, 6:50 PMText
with TextOverflip.Visible
with Box(Modifier.clipToBounds())
which works only sometimes - most of the time it's blank.Mike Digman
05/30/2023, 6:50 PMOleksandr Karpovich [JB]
05/31/2023, 11:24 AMMike Digman
05/31/2023, 4:58 PM