treant-js icon indicating copy to clipboard operation
treant-js copied to clipboard

Raphael JS / Custom CSS Properties

Open WhiteBr0wnie-24 opened this issue 9 years ago • 1 comments

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.

WhiteBr0wnie-24 avatar Dec 14 '15 08:12 WhiteBr0wnie-24

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

fperucic avatar Dec 14 '15 09:12 fperucic