react-svg-pan-zoom
react-svg-pan-zoom copied to clipboard
Zoomed in view is blurry until user clicks outside the viewer
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:

Thanks.
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
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.
Hi andy,
Thank you for letting me know.
Steven
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...