Skip to content

Commit ce698a5

Browse files
committed
following PR mrdoob#13787 syntax modification
1 parent 1f5e31a commit ce698a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/loaders/SVGLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ THREE.SVGLoader.prototype = {
459459

460460
function parseStyle( node, style ) {
461461

462-
if (node.style.fill != '') style.fill = node.style.fill;
462+
if (node.style.fill !== '') style.fill = node.style.fill;
463463

464464
}
465465

0 commit comments

Comments
 (0)