We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be a thumbnail of the sprite in the workspace
For some uploaded SVGs none shows up
Upload the attached SVGs svgs.zip
Windows Chrome, Firefox
The text was updated successfully, but these errors were encountered:
@thisandagain I think I found the root cause.
Modified the code like the following text, it works:
scratch-gui\src\containers\watermark.jsx
const ConnectedComponent = connect( mapStateToProps )( // ThrottledPropertyHOC('asset', 500)(Watermark) // The cause of this issue Watermark );
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
There should be a thumbnail of the sprite in the workspace
Actual Behavior
For some uploaded SVGs none shows up

Steps to Reproduce
Upload the attached SVGs
svgs.zip
Operating System and Browser
Windows Chrome, Firefox
The text was updated successfully, but these errors were encountered: