diff --git a/examples/SVG Export/Rotated Primitives.html b/examples/SVG Export/Rotated Primitives.html index ca7af1dd..0a8d2caa 100644 --- a/examples/SVG Export/Rotated Primitives.html +++ b/examples/SVG Export/Rotated Primitives.html @@ -69,7 +69,7 @@ fillColor: '#99c' }); - document.getElementById('svg').appendChild(project.exportSVG()); + document.getElementById('svg').appendChild(project.exportSVG({ matchShapes: true }));