Open amcaplan opened 1 year ago
Seeing this too, if you want to clip a content box with overflow="hidden" it gets all kinds of weird.
Edit: actively seeing this strange behaviour without overflow as well, just big chunks of text (also rendering each line in its own box + text component) creates a whole lot of weirdness
https://github.com/vadimdemedes/ink/assets/19305608/d3effb0d-cc34-4755-a267-1bc504b62015
Just rendering a big string immediately solves that issue for me, but it's still weird behaviour (and doesn't solve what I'm trying to do)
In this code sample, I'd expect lines 1 and 2 to appear.
Instead, they are rendered as:
If you add more lines to the sample, it continues to render one of the lower lines rather than the expected overflow line being cut off. And eventually it starts from a lower line, too. With 9 lines, for example, it renders lines 3 and 7.