You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With new PIXI rendering engine, Text is pixelated when zoomed in. I know that PIXI.js or WebGl converts text into bitmap for efficiency. Is there any solution for that? We are already using three.js, can we port a solution here?
To Reproduce
Steps to reproduce the behavior:
Simply zoom in on 2d viewer
Expected behavior
On each zoom, we should get a crisp text just like a dom element.
Screenshots
Additional Information
There is a similar problem with SVG images when we are in transform mode. Thankfully it can be solved with pixi-svg.
The text was updated successfully, but these errors were encountered:
Describe the bug
With new PIXI rendering engine, Text is pixelated when zoomed in. I know that PIXI.js or WebGl converts text into bitmap for efficiency. Is there any solution for that? We are already using three.js, can we port a solution here?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On each zoom, we should get a crisp text just like a dom element.
Screenshots
Additional Information
There is a similar problem with SVG images when we are in transform mode. Thankfully it can be solved with pixi-svg.
The text was updated successfully, but these errors were encountered: