Safari无法在嵌套的SVG中呈现图像

Siy*_*ion 10 safari svg image

因此,鉴于此HTML,背景图像在Firefox,IE和Chrome中加载得很好.但在Safari中,它只是忽略它.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
</head>
<body>
  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 141.72999572753906 255.1199951171875">
    <image xlink:href="http://labels.labellogiclive.com/alfresco_10_p1_alf001_uk__v0.svg" preserveAspectRatio="none" x="0" y="0" width="141.73" height="255.12"></image>
  </svg>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)

现在我认为它可能是一个服务器问题,没有给出正确的标题,但我已经检查过它看起来不错(image/svg+xml).所以我有点亏......有什么想法吗?

Siy*_*ion 1

我已通过 Apple Bug Reporter 向 Apple 提交了 Bug ID 为 21959574 的 Bug 报告。希望 Apple 的人员能够注意到并修复根本问题。