strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
834 stars 132 forks source link

Nodes become opaque on dragOut #49

Open nagylzs opened 6 years ago

nagylzs commented 6 years ago

There is a bug exactly here:

https://github.com/strathausen/dracula/blob/master/lib/renderer/raphael.js#L56

on dragout it should be 1.0 (fully visible) instead of 0.0 (fully opaque). I'm going to send a PR shortly.