shamansir / rpd

:ok_hand: A Minimal Engine for creating Node-Based Visual Programming User Interfaces
http://shamansir.github.io/rpd
443 stars 48 forks source link

SVG Renderer: Links have wrong z-index #180

Open shamansir opened 9 years ago

shamansir commented 9 years ago

Since SVG has no actual z-index, links are above everything for now, which looks creepy when you drag the node. Instead of solving that with some hacks, we could reduce their opacity while user drags node, though will it help?

shamansir commented 8 years ago

Actually it looks the same in HTML renderer, so postpone it.