mosaic icon indicating copy to clipboard operation
mosaic copied to clipboard

Reduce number of canvases for render

Open EpicDima opened this issue 8 months ago • 0 comments

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.

EpicDima avatar Jun 08 '24 16:06 EpicDima