This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Description
In https://www.solidjs.com/tutorial/bindings_refs the canvas has the default style
canvas {
background-color: #666;
-webkit-mask: url(https://dev.solidjs.com/img/logo/dark-without-wordmark/logo.svg) 50% 50% no-repeat;
mask: url(https://dev.solidjs.com/img/logo/dark-without-wordmark/logo.svg) 50% 50% no-repeat;
}
However, the referenced SVG file is missing, resulting in an invisible canvas.
If I had to make an (uninformed) guess, I'd suspect the problem was introduced by solidjs/solid-docs#163
My recommendation would be to not reuse assets from other repos, but instead include every referenced asset in solid-docs.