我正面临一个奇怪的错误,导致 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