I am working on a small visualization for a installation. Part of it is a continuously growing text. I didn’t have any problems setting up a writer with a box to render the text into. However, when the text grows to long it gets truncated at the end. I tried setting verticalAlign to 1.0, but even then the text gets truncated at the end when the box is full.
Is there any way to truncate the text at the beginning instead, so that new additions to the text are always visible?