Update JSON for Tiger example.

This commit is contained in:
Jürg Lehni 2013-03-02 08:21:24 -08:00
parent 7643085378
commit 7eb9df61b3
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,6 +8,7 @@
var start = Date.now();
project.importSvg(document.getElementById('svg'));
console.log(Date.now() - start);
// console.log(project.exportJson());
</script>
</head>
<body>