ngx-panzoom icon indicating copy to clipboard operation
ngx-panzoom copied to clipboard

Panzoom and cdk drag&drop text sharpness

Open IlyaChubko opened this issue 11 months ago • 2 comments

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

  1. Before panning image
  2. After panning image

Can you help me?

IlyaChubko avatar Mar 12 '24 15:03 IlyaChubko

I have the same problem, when I zoom in the pixelated elements are visible. Is there any solution?

psd24 avatar Mar 13 '24 14:03 psd24

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.

image

IlyaChubko avatar Apr 01 '24 09:04 IlyaChubko