vscode: svg dom not rendering

  • VSCode Version:1.53.0-insider (user setup)
  • OS Version: Windows_NT x64 10.0.19042

Steps to Reproduce:

  1. Install .NET Interactive Notebook extensions
  2. Open the notebook in the attached zip file using the .NET Interactive command from the palette
  3. Run all notebook and this is the output image
  4. Collapse the cell output
  5. Expand cell output and you see this

image

Does this issue occur when all extensions are disabled?: Yes d3js.zip

.NET Interactive version image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (13 by maintainers)

Most upvoted comments

Turns out this issue doesn’t have to do with webviews or iframes, but has to do with an SVG rendering glitch in Chromium where invalidate wasn’t getting called in some cases, including this one: https://chromium.googlesource.com/chromium/src/+/15a8dbe6efe865eaaae63b48b6a3bacd3420a89b. This fix is in Electron starting in v12.0.0-beta.16. Hoping to backport the fix later to 11-x-y, but at least we got the root cause down.

bravo, I can reproduce with the file, will investigate