|
@@ -771,8 +771,6 @@ THREE.SVGLoader.prototype = {
|
|
var scaleY = getTransformScaleY( currentTransform );
|
|
var scaleY = getTransformScaleY( currentTransform );
|
|
|
|
|
|
var subpath = new THREE.Path();
|
|
var subpath = new THREE.Path();
|
|
-
|
|
|
|
- console.warn( "AMEM: " + scaleX + ", " + scaleY );
|
|
|
|
|
|
|
|
if ( Math.abs( scaleX - scaleY ) > 0.00000001 ) {
|
|
if ( Math.abs( scaleX - scaleY ) > 0.00000001 ) {
|
|
|
|
|