Explorar o código

following PR #13787 syntax modification

Nicolas Debeissat %!s(int64=7) %!d(string=hai) anos
pai
achega
ce698a5714
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/SVGLoader.js

+ 1 - 1
examples/js/loaders/SVGLoader.js

@@ -459,7 +459,7 @@ THREE.SVGLoader.prototype = {
 
 		function parseStyle( node, style ) {
 
-			if (node.style.fill != '') style.fill = node.style.fill;
+			if (node.style.fill !== '') style.fill = node.style.fill;
 
 		}