Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(02-advanced-svelte/07-composition): fix invisible paper.svg background #582

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

noelforte
Copy link

Caught this while going through the tutorial. When used as a background image, not including a fill will make the svg invisible, this commit adds the fill so the example works properly. Have also adjusted the noise surfaceScale so the effect is a bit more subtle.

Tested in local dev environment to ensure this works as intended.

Copy link

vercel bot commented Feb 15, 2024

@noelforte is attempting to deploy a commit to the Svelte Team on Vercel.

A member of the Team first needs to authorize it.

…svg`

When used as a background image, not including a fill will make the svg
invisible, this commit adds the fill so the example works properly.

Squashed the following changes in as well because the asset was also
broken in subsequent tutorials. I have aligned them with the changes I
made in `07-composition/01-slots`.
@noelforte
Copy link
Author

Had to check to make sure I wasn't duplicating someone else's work after I made these changes, or if there was some previously raised issue that this pull would close, and came across #502. Seems that there were a few places this issue was still causing problems. Since I adjusted the appearance of the svg in advanced-svelte/07-01 I thought I'd carry my changes over to the rest of the assets in the other tutorials. Feel free to undo that if it's not an appropriate change to make. Cheers!

@noelforte noelforte changed the title fix(02-advanced-svelte/07-composition/01-slots): fix invisible paper.svg background fix(02-advanced-svelte/07-composition): fix invisible paper.svg background Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant