Skip to content

Commit 5582ab2

Browse files
committed
Logo sketch: remove background() for transparent canvas
1 parent e3a8eb7 commit 5582ab2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/logo_sketch.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIR
2929

3030
// --pre-jses are emitted after the Module integration code, so that they can
3131
// refer to Module (if they choose; they can also define Module)
32-
// include: /tmp/tmpxd9azzxp.js
32+
// include: /tmp/tmp6l0do3zl.js
3333

3434
if (!Module['expectedDataFileDownloads']) Module['expectedDataFileDownloads'] = 0;
3535
Module['expectedDataFileDownloads']++;
@@ -48,7 +48,7 @@ var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIR
4848
// web worker
4949
PACKAGE_PATH = encodeURIComponent(location.pathname.substring(0, location.pathname.lastIndexOf('/')) + '/');
5050
}
51-
var PACKAGE_NAME = '/tmp/tmpummx9yqz/sketch.data';
51+
var PACKAGE_NAME = '/tmp/tmp8r5fs8s1/sketch.data';
5252
var REMOTE_PACKAGE_BASE = 'sketch.data';
5353
var REMOTE_PACKAGE_NAME = Module['locateFile'] ? Module['locateFile'](REMOTE_PACKAGE_BASE, '') : REMOTE_PACKAGE_BASE;
5454
var REMOTE_PACKAGE_SIZE = metadata['remote_package_size'];
@@ -136,9 +136,9 @@ var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIR
136136
Module['FS_createDataFile'](name, null, data, true, true, true);
137137
Module['removeRunDependency'](`fp ${name}`);
138138
}
139-
Module['removeRunDependency']('datafile_/tmp/tmpummx9yqz/sketch.data');
139+
Module['removeRunDependency']('datafile_/tmp/tmp8r5fs8s1/sketch.data');
140140
}
141-
Module['addRunDependency']('datafile_/tmp/tmpummx9yqz/sketch.data');
141+
Module['addRunDependency']('datafile_/tmp/tmp8r5fs8s1/sketch.data');
142142

143143
if (!Module['preloadResults']) Module['preloadResults'] = {};
144144

@@ -161,7 +161,7 @@ var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIR
161161

162162
})();
163163

164-
// end include: /tmp/tmpxd9azzxp.js
164+
// end include: /tmp/tmp6l0do3zl.js
165165

166166

167167
var arguments_ = [];

assets/logo_sketch.wasm

-405 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)