-
-
Notifications
You must be signed in to change notification settings - Fork 320
Safari blurry icons #41
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Hi,
Your library is awesome. It works perfectly on any device except for safari(iOS and desktop). The flags are blurry.
device screenshot
It happens when you load an image from url
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">I found solutions but looks tricky
<object type="image/svg+xml" data={path} />It only affects icons from this library. That's why I guess it has some problems with svg structure.
Thanks again for your work!