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

Missing SVG breaks ref binding tutorial #179

@mootari

Description

@mootari

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tutorialRelated to the tutorial

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions