mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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'
|
fillColor: '#99c'
|
||||||
});
|
});
|
||||||
|
|
||||||
document.getElementById('svg').appendChild(project.exportSVG());
|
document.getElementById('svg').appendChild(project.exportSVG({ matchShapes: true }));
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue