mosaic
mosaic copied to clipboard
Reduce number of canvases for render
A single TextCanvas
(actually TextSurface
) is used for rendering Static
and a single one for the rest. Both are reused from render to render.
Partial solution for https://github.com/JakeWharton/mosaic/issues/153.