cytoscape
Advanced tools
Comparing version 3.2.15 to 3.2.16
{ | ||
"name": "cytoscape", | ||
"version": "3.2.15", | ||
"version": "3.2.16", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -310,2 +310,5 @@ var math = require( '../../../../math' ); | ||
// for empty text, skip all processing | ||
if( !text ){ return ''; } | ||
if( textTransform == 'none' ){ | ||
@@ -312,0 +315,0 @@ // passthrough |
@@ -192,3 +192,3 @@ var util = require( '../../../util' ); | ||
var rotation = ele.pstyle( 'text-rotation' ); | ||
var rotation = ele.pstyle( pdash + 'text-rotation' ); | ||
var theta; | ||
@@ -195,0 +195,0 @@ |
@@ -1,1 +0,1 @@ | ||
module.exports = "3.2.15"; | ||
module.exports = "3.2.16"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2629973
68694