SVGLoader: Solve z-fighting in example
@@ -87,6 +87,7 @@
var material = new THREE.MeshBasicMaterial( {
color: Math.random() * 0xffffff,
+ depthWrite: false,
polygonOffset: true,
polygonOffsetUnits: - i
} );