4ad8273902
wasp-os uses an drawing optimization technique to automatically place
a single pixel line on the right of glyphs when rendering them. This
results in a change to the bounding box for a rendered string (by adding
a single pixel on the right of the final character). Fix the bounding box
calculations accordingly. Among other things this eliminates graphical
artifacts when rendering labels in 2048.
Fixes: #203
Fixes:
|
||
---|---|---|
.. | ||
conftest.py | ||
display.py | ||
machine.py | ||
main.py | ||
micropython.py | ||
test_qa.py | ||
test_smoke.py | ||
test_unit.py | ||
watch.py |