cytoscape-edgehandles
Advanced tools
Comparing version 2.10.1 to 2.10.2
@@ -454,3 +454,3 @@ /*! | ||
if(options().handleOutlineWidth) { | ||
ctx.lineWidth = options().handleLineWidth; | ||
ctx.lineWidth = options().handleLineWidth * cy.zoom(); | ||
ctx.stroke(); | ||
@@ -457,0 +457,0 @@ } |
{ | ||
"name": "cytoscape-edgehandles", | ||
"version": "2.10.1", | ||
"version": "2.10.2", | ||
"description": "Edge creation extension for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.js", |
86798