fperucic / treant-js

Treant.js - javascript library for drawing tree diagrams
MIT License
860 stars 314 forks source link

Raphael JS / Custom CSS Properties #4

Open WhiteBr0wnie-24 opened 8 years ago

WhiteBr0wnie-24 commented 8 years ago

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.

fperucic commented 8 years ago

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