[gfx+paint] Paint the page canvas using tile-based rendering
Closed this issue · 0 comments
usadson commented
Using tile-based rendering results in better performance in general. This is because this rendering strategy can be highly optimized and parallelized, since multiple tiles can be painted at the same time.