treant-js
treant-js copied to clipboard
Raphael JS / Custom CSS Properties
Raphael JS shouldn't add custom CSS Properties to the svg-Element. Caused me some troubles with unexpected behaviour (especially the overflow:hidden; one). Wrong behaviour was: suddenly vanishing connectors between nodes or these connections not even being drawn.
ok, so Raphael JS does add some styles to the svg (overflow: hidden; position: relative;
)
can you make a jsfiddle where this problem is shown