mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Use matchShapes option in an example.
This commit is contained in:
parent
2a9fe48cc9
commit
e8919174f8
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
fillColor: '#99c'
|
||||
});
|
||||
|
||||
document.getElementById('svg').appendChild(project.exportSVG());
|
||||
document.getElementById('svg').appendChild(project.exportSVG({ matchShapes: true }));
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue