-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels