freegroup / draw2d

Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
741 stars 228 forks source link

When node is moved, old connection is not cleaned in the canvas #121

Closed Sparks-Lu closed 4 years ago

Sparks-Lu commented 4 years ago

image It happens in below example. (http://www.draw2d.org/draw2d_touch/jsdoc_6/#!/example/shape_collapsible) Is there any solution or workaround? Thanks in advance.

freegroup commented 4 years ago

the problems seems to be that the new chrome handles "svg-filter" a little bit different. I didn'T found a workaround. The the time being I remove the drop shadow effect with the next release until I found a solution.

freegroup commented 4 years ago

fixe with draw2d@1.0.38