cytoscape
Advanced tools
Comparing version 3.20.2 to 3.20.3
{ | ||
"build/cytoscape.umd.js": { | ||
"bundled": 942190, | ||
"minified": 351065, | ||
"gzipped": 109139 | ||
"bundled": 942313, | ||
"minified": 351133, | ||
"gzipped": 109163 | ||
}, | ||
"build/cytoscape.cjs.js": { | ||
"bundled": 868771, | ||
"minified": 370511, | ||
"gzipped": 111479 | ||
"bundled": 868886, | ||
"minified": 370581, | ||
"gzipped": 111507 | ||
}, | ||
"build/cytoscape.esm.js": { | ||
"bundled": 868598, | ||
"minified": 370368, | ||
"gzipped": 111441, | ||
"bundled": 868713, | ||
"minified": 370438, | ||
"gzipped": 111471, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 345717, | ||
"code": 345785, | ||
"import_statements": 51 | ||
}, | ||
"webpack": { | ||
"code": 347101 | ||
"code": 347169 | ||
} | ||
@@ -27,12 +27,12 @@ } | ||
"build/cytoscape.esm.min.js": { | ||
"bundled": 350870, | ||
"minified": 350372, | ||
"gzipped": 108958, | ||
"bundled": 350938, | ||
"minified": 350440, | ||
"gzipped": 108981, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 349866, | ||
"code": 349934, | ||
"import_statements": 0 | ||
}, | ||
"webpack": { | ||
"code": 351154 | ||
"code": 351222 | ||
} | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "cytoscape", | ||
"version": "3.20.2", | ||
"version": "3.20.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -0,1 +1,3 @@ | ||
import * as util from '../../../util'; | ||
var CRp = {}; | ||
@@ -9,3 +11,7 @@ | ||
context.drawImage( img, ix, iy, iw, ih, x, y, w, h ); | ||
try { | ||
context.drawImage( img, ix, iy, iw, ih, x, y, w, h ); | ||
} catch (e) { | ||
util.warn(e); | ||
} | ||
}; | ||
@@ -12,0 +18,0 @@ |
@@ -824,4 +824,6 @@ import * as util from '../util'; | ||
if( // only for beziers -- so performance of other edges isn't affected | ||
( name === 'curve-style' && (fromValue === 'bezier' || toValue === 'bezier') ) | ||
&& prop.triggersBoundsOfParallelBeziers | ||
prop.triggersBoundsOfParallelBeziers | ||
&& ( ( name === 'curve-style' && (fromValue === 'bezier' || toValue === 'bezier') ) | ||
|| ( name === 'display' && (fromValue === 'none' || toValue === 'none') ) | ||
) | ||
){ | ||
@@ -828,0 +830,0 @@ ele.parallelEdges().forEach(pllEdge => { |
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
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
4284914
107826