react-svg-pan-zoom icon indicating copy to clipboard operation
react-svg-pan-zoom copied to clipboard

Zoomed in view is blurry until user clicks outside the viewer

Open andygock opened this issue 5 years ago • 4 comments

Hi,

When zoomed in a lot on the example, the displayed image is very blurry until the user clicks outside the box. Can this be fixed, so that the rendering is sharp as soon as zooming is finished? See GIF below to illustrate the problem:

blurry-until-click-outside

Thanks.

andygock avatar Apr 29 '20 17:04 andygock

Hello andy,

Did you ever resolve this issue? Doesn't seem like any other discussions around this as I am facing this exact problem.

Steven

mrstevedev avatar Nov 30 '21 17:11 mrstevedev

Hello andy,

Did you ever resolve this issue? Doesn't seem like any other discussions around this as I am facing this exact problem.

Steven

Hi Steven, I never found a solution, I ended up abandoning the project I was using it with so never looked into it further.

andygock avatar Dec 01 '21 14:12 andygock

Hi andy,

Thank you for letting me know.

Steven

mrstevedev avatar Dec 01 '21 20:12 mrstevedev

This bug is still present, but you could improve it a little bit with css:

svg { shape-rendering: geometricPrecision; }

Now every second-third step is blurry when you're zooming in/out...

szabozsol1224 avatar Apr 14 '23 23:04 szabozsol1224