google chrome - Blockly workspace background shows random image? -


i'm facing weird bug cause background of blockly shows random image

the correct background should this: normal background

but shows random image (mostly favicon?) instead

incorrect background

it's weird describe in words, please take @ screen record

i extract svg blockly (which used in video) can reproduce bug

<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> 

is bug related chrome? or misconfigured something?


additional info environment

  • chrome 56 (seems happens in chrome)
  • macos 10.12.4

after doing investigation, think bug of chrome.

i reported chromium, , can reproduce bug.

i answer question record, in case have same issue.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -