ecirish
ecirish

Reputation: 521

SVG in iOS browser

I'm making sure a site I'm working on is mobile optimized. I've used SVG icons in many places, and they render no problem on iOS devices. I'm using two more complicated SVG images that I exported from Adobe Illustrator, and they render everywhere except on iOS browsers. They do not render on iOS for Chrome nor Safari. I figured it was something to do with my export settings in Illustrator, but after all my attempts trying different exports, nothing seems to work. Any thoughts?

Here's a paste of one of the SVGs that will not render

Upvotes: 2

Views: 955

Answers (1)

Phil
Phil

Reputation: 11175

Take a look at this answer: SVG file size limits for iOS Safari

The rendering size of the SVG might be too large for the iOS specs.

Upvotes: 1

Related Questions