From e8919174f8cb6b486ed5ec145bdbd543aeacec2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 30 Oct 2013 16:19:10 +0100 Subject: [PATCH] Use matchShapes option in an example. --- examples/SVG Export/Rotated Primitives.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }));