mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-08 19:24:15 -04:00
Update examples/ExportSVGTests/Transform Test 2.html
This commit is contained in:
parent
0efcaade4b
commit
644ed772d5
1 changed files with 0 additions and 2 deletions
|
@ -22,9 +22,7 @@
|
|||
copy.rotate(-45);
|
||||
copy.scale(0.5);
|
||||
var esvg = new ExportSVG();
|
||||
//esvg.exportProject(paper.project);
|
||||
var output = esvg.exportProject(paper.project);
|
||||
console.log(output);
|
||||
var test = document.getElementById('svg')
|
||||
test.innerHTML = "";
|
||||
test.appendChild (output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue