Maciek Jurczyk 5 лет назад
Родитель
Сommit
908f0edf00
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      examples/js/loaders/SVGLoader.js

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

@@ -884,6 +884,7 @@ THREE.SVGLoader.prototype = Object.assign( Object.create( THREE.Loader.prototype
 			addStyle( 'stroke-linejoin', 'strokeLineJoin' );
 			addStyle( 'stroke-linecap', 'strokeLineCap' );
 			addStyle( 'stroke-miterlimit', 'strokeMiterLimit', positive );
+			addStyle( 'visibility', 'visibility' );
 
 			return style;
 

粤ICP备19079148号