lightning-js / renderer

Lightning 3 Renderer
Apache License 2.0
57 stars 23 forks source link

fix: Ignore loading SDF fonts in Canvas mode rather than throwing #407

Closed chiefcll closed 1 month ago

chiefcll commented 1 month ago

If you're in canvas mode and try to load an SDF font, the renderer will throw an error and break. Rather it should just ignore loading those files with a log making it so users don't have to check which mode the renderer is in and offer different font files.