DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

praxis.z5 text position #61

Closed DFillmore closed 5 years ago

DFillmore commented 5 years ago

When praxis.z5 tests the recommended true colours, the lines for 'Recommended' and 'Interpreter' are misaligned by about 1 pixel.

DFillmore commented 5 years ago

Turned out the code for newlines was setting the cursor x position to the value of the left margin, when it should have been the value of the left margin + 1.