Parcourir la source

following PR #13787 syntax modification

Nicolas Debeissat il y a 7 ans
Parent
commit
1f5e31ad48
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 
 		}