Skip to content

Issue: Blurred svg image after zoom. #77

@dendrofen

Description

@dendrofen

Source

On ios, mac os. After scaling the svg it looks like the svg is converted to png (probably the browser engine does it under the bonnet) and becomes blurry.

Investigation

After some tests, I found that switching css translate3d -> to translate (2d) fixes the blurring problem.
Strange problem, maybe it's related to the graphic card or browser, but using translate instead of translate3d solves the problem.

Potential solution

  • replace translate3d with translate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions