Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Missing SVG breaks ref binding tutorial #179

Open
mootari opened this issue Aug 14, 2022 · 2 comments
Open

Missing SVG breaks ref binding tutorial #179

mootari opened this issue Aug 14, 2022 · 2 comments
Labels
tutorial Related to the tutorial

Comments

@mootari
Copy link

mootari commented Aug 14, 2022

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.

@mootari
Copy link
Author

mootari commented Aug 14, 2022

@mootari
Copy link
Author

mootari commented Aug 14, 2022

If I had to make an (uninformed) guess, I'd suspect the problem was introduced by solidjs/solid-docs#163

Another candidate might be the migration to vite 3: solidjs/solid-site#358

@orenelbaum orenelbaum added the tutorial Related to the tutorial label Dec 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tutorial Related to the tutorial
Projects
None yet
Development

No branches or pull requests

2 participants