We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea28a5 commit 78c24e8Copy full SHA for 78c24e8
src/playground/playground.js
@@ -46,7 +46,7 @@ xhr.addEventListener('load', function () {
46
});
47
}
48
49
-xhr.open('GET', 'https://cdn.assets.scratch.mit.edu/internalapi/asset/7e4d03ea982f865367dfc821108bf59f.svg/get/');
+xhr.open('GET', 'https://cdn.assets.scratch.mit.edu/internalapi/asset/b7853f557e4426412e64bb3da6531a99.svg/get/');
50
xhr.send();
51
52
if (wantedSkin === WantedSkinType.pen) {
0 commit comments