|
@ -55,9 +55,9 @@ imageObj.onload = function () { |
|
|
y: link.y, |
|
|
y: link.y, |
|
|
width: link.width, |
|
|
width: link.width, |
|
|
height: link.height, |
|
|
height: link.height, |
|
|
fill: 'rgba(255, 0, 0, 1.0)', |
|
|
fill: 'rgba(255, 0, 0, 0.0)', |
|
|
draggable: false, |
|
|
draggable: false, |
|
|
shadowColor: 'rgba(0, 0, 0, 0.5)', |
|
|
shadowColor: 'rgba(0, 0, 0, 0)', |
|
|
shadowBlur: 20, |
|
|
shadowBlur: 20, |
|
|
shadowOffset: { x: 0, y: 0 }, |
|
|
shadowOffset: { x: 0, y: 0 }, |
|
|
shadowOpacity: 1, |
|
|
shadowOpacity: 1, |
|
|