Use matchShapes option in an example.

This commit is contained in:
Jürg Lehni 2013-10-30 16:19:10 +01:00
parent 2a9fe48cc9
commit e8919174f8

View file

@ -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>