css - SVG images not showing up in Safari on OSX and iOS -


firstly have checked other svg/safari related posts including here

i have completed many experiments svg's trying make them appear on last 3-4 weeks , have still made no progress. have changed lines in .htaccesss, have tried add svg images in 3 different ways none of work.

svg images other sites appear in safari makes matter more confusing. have copied these pages across, hosted them on server , don't work again. in safari web inspector have noticed slight change in mimetype between svg show , 1 wont:


unfortunately not @ 10 reputations cant share info yet. basically, show:

mime type: image/svg+xml
resource type: image

and not show up:

mime type: image/svg+xml svg
resource type: image

the subtle difference 'svg' in second one. appears time svg not compatible.


i have contacted hosting company , browser issue. please this, driving me insane @ minute want begin using svg images instead of png/jpeg 's. site here.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -