Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | render: actually fix the "extra unnecessary line" bug | bptato | 2025-01-21 | 1 | -1/+0 |
| | | | | Plus remove addLines, it's no longer very useful. | ||||
* | render: fix formatting being lost outside boxes with bgcolor | bptato | 2025-01-17 | 1 | -0/+2 |
An ancient bug, but the fix seems to be quite simple: stop confusing the last X position before the existing string on the line with the last X position that the new string occupies. |