ngx-panzoom
ngx-panzoom copied to clipboard
Panzoom and cdk drag&drop text sharpness
Hello! I add panzoom and drag&drop with div element and text inside. While panning my font into div has low text sharpness, low quality, because of transform3d. https://stackblitz.com/~/github.com/IlyaChubko/panning
- Before panning
- After panning
Can you help me?
I have the same problem, when I zoom in the pixelated elements are visible. Is there any solution?
This case for chrome, because in Mozilla isn't. I have found solution - if I remove "will-change" from pan-element and zoom-element style attribute when text is normal.