我正在确保我正在处理的网站是移动优化的。我在很多地方都使用了 SVG 图标,它们在 iOS 设备上渲染没有问题。我正在使用从 Adobe Illustrator 导出的两个更复杂的 SVG 图像,它们在除 iOS 浏览器之外的任何地方呈现。它们不会在 iOS 上为 Chrome 或 Safari 呈现。我认为这与我在 Illustrator 中的导出设置有关,但在我尝试不同的导出之后,似乎没有任何效果。有什么想法吗?
问问题
820 次
1 回答
1
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.
于 2013-10-16T21:41:10.797 回答