0

我正面临一个奇怪的错误,导致 Blockly 的背景显示随机图像

正确的背景应该是这样的: 正常背景

但它显示的是随机图像(主要是网站图标?)

背景不正确

实在是太诡异了,请看这段录屏

我从可以重现错误的 Blockly(我在视频中使用)中提取 svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="blocklySvg" width="1209px" height="270px" style="display: block;">
  <defs>
    <pattern id="blocklyGridPattern5105292194395497" patternUnits="userSpaceOnUse" width="25" height="25" x="1202" y="219">
      <line stroke="#ccc" stroke-width="1" x1="11" y1="12.5" x2="14" y2="12.5"></line>
      <line stroke="#ccc" stroke-width="1" x1="12.5" y1="11" x2="12.5" y2="14"></line>
    </pattern>
  </defs>
  <g class="blocklyWorkspace">
    <rect height="100%" width="100%" class="blocklyMainBackground" style="fill: url(#blocklyGridPattern5105292194395497);"></rect>
  </g>
</svg>

这是与 Chrome 相关的错误吗?还是我配置错误?


关于我的环境的附加信息

  • Chrome 56(似乎只发生在 Chrome 中)
  • macOS 10.12.4
4

1 回答 1

2

经过一番调查,我认为这是 Chrome 的一个错误。

我已经向Chromium报告了它,他们终于可以重现这个错误了。

我回答我的问题只是为了记录,以防有人有同样的问题。

于 2017-04-26T02:46:20.417 回答