<div dir="ltr">Hi there,<div>progress from this week revolved around:</div><div>- Refactoring overflowing code so to use an object having global information on text chain;</div><div>- Implementing underflow handling during editing mode.</div><div><br></div><div>Underflow exploits overflow under the hood; current implementation is basically a finite state machine that goes from underflow to overflow to underflow again.</div><div><br></div><div>In some situations underflow handling behaves correctly but in others it dies silently (for example after adding a character that keeps underflow status).</div><div><br></div><div>Next step is looking into the issue above and deal with underflow while drawing static text.</div><div><br></div><div>Cheers,</div><div>Matteo</div></div>