There was an error while loading. Please reload this page.
1 parent eb8ebca commit d9e2d2aCopy full SHA for d9e2d2a
1 file changed
examples/Scripts/BooleanOperations.html
@@ -21,13 +21,13 @@
21
var container = document.getElementById('container');
22
23
function runTest(testName, handler) {
24
- console.log('\n' + testName);
25
var caption = document.createElement('h3');
26
var canvas = document.createElement('canvas');
27
caption.appendChild(document.createTextNode(testName));
28
container.appendChild(caption);
29
container.appendChild(canvas);
30
setTimeout(function() {
+ console.log('\n' + testName);
31
paper.setup(canvas);
32
var paths = handler();
33
testBooleanStatic(paths[0], paths[1]);
0 commit comments