Google Chrome 无法显示 .eps 文件

Google Chrome can't display a .eps file

我想添加 "Download on the App Store"-徽章。我下载的文件是 .eps,它在 Safari 中显示正确,但在 Chrome.

中显示不正确
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>Page Title</title>
</head>
<body>
    <a href="https://linktoitunes">
        <img class="appstore" alt="Download on the App Store" src="../appstore-badge.eps" /></a>
</body>
</html>

将图像转换为 WWW 上更常用的格式。

如果您想继续使用矢量格式,请使用 SVG。否则,JPEG 用于类似照片的图像,PNG 用于精确复制原始图像很重要的图像。