|
@@ -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;
|
|
|
|