Skip to content

Commit b4a969b

Browse files
committed
following PR mrdoob#13787 syntax modification
1 parent 160f8a1 commit b4a969b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/js/loaders/SVGLoader.js

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

460460
function parseStyle( node, style ) {
461461

462-
if (node.style.fill != '') {
463-
style.fill = node.style.fill;
464-
}
462+
if (node.style.fill != '') style.fill = node.style.fill
465463

466464
}
467465

0 commit comments

Comments
 (0)