This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Tutorial page example https://www.solidjs.com/tutorial/bindings_refs?solved doesn't work #188
Labels
tutorial
Related to the tutorial
Describe the bug
1st problem
The URL for the logo is given as
https://dev.solidjs.com/img/logo/dark-without-wordmark/logo.svg
but it should probably behttps://www.solidjs.com/img/logo/dark-without-wordmark/logo.svg
2nd problem
I see two logos (macOS 12.5.1 + Chrome 105 / Firefox 104): one appears inside the canvas, and another appears inside the body. My solution has been to apply the mask to
.my-canvas
class instead of thecanvas
element.Your Example Website or App
https://www.solidjs.com/tutorial/bindings_refs?solved
Steps to Reproduce the Bug or Issue
Reproduce
Expected behavior
To see the one logo with animated colors inside the canvas
Screenshots or Videos
No response
Platform
Additional context
Fix for the 1st problem
style.css
tabdev
withwww
Fix for the 2nd problem
canvas
withmy-canvas
main.jsx
tabclass="my-class"
to the canvas elementThe text was updated successfully, but these errors were encountered: