图片在Chrome OS X上显示正常。我还有另一个SVG(背景图片)正在显示,但这个不在iOS上。
我已经读过iOS设备上的图像有限制,但这不是一个特别大的图像。从Illustrator导出的Here are the contents of the SVG。 Apache似乎正在提供正确的内容类型:svg + xml。
我在这里创建了一支笔 - http://codepen.io/anon/pen/GJJWbN
<h1><a href="#">Logo</a></h1>
h1 a {
background: url('http://bogglo-beta.liprock.com/img/logo.svg') 0 0 no-repeat;
/* background-size: contain; */
border: solid 1px tomato;
display: inline-block;
height: 58px;
text-indent: -9999px;
width: 180px;
}
以下是未显示图片的屏幕截图:
以前有没有人经历过这个?