-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Rendering large glyphs can take up to milliseconds.
In order to not slow things down during zooming one option would be to request larger glyph, but use nearest existing size until the new glyph has been rendered. That could allow the rendering to be time sliced, or in some cases for quick zooms, completely skip rendering some in-between glyphs. Trading quality for performance.