块状工作区背景显示随机图像?

Blockly workspace background shows random image?

我遇到了一个奇怪的错误,它导致 Blockly 的背景显示随机图像

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

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

实在是太诡异了,无法用语言来形容,请看这个screen record

我从 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 的错误。

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

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