Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoomed in view is blurry until user clicks outside the viewer #175

Open
andygock opened this issue Apr 29, 2020 · 4 comments
Open

Zoomed in view is blurry until user clicks outside the viewer #175

andygock opened this issue Apr 29, 2020 · 4 comments

Comments

@andygock
Copy link

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.

@mrstevedev
Copy link

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

@andygock
Copy link
Author

andygock commented Dec 1, 2021

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.

@mrstevedev
Copy link

Hi andy,

Thank you for letting me know.

Steven

@szabozsol1224
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants