We are constructing a mind map through raphael Javascript library.开发者_运维百科 Is there anyway to make the lines look behind the node, when the lines passed through a node.
Thanks in Advance.
Karthik.
It is pretty hard to guess what you are trying to achieve exactly, but I have some suggestions for you, that might work:
- first make sure that the node has a solid background
- second you can use toFront and toBack to pull objects to the front or push them to the background
精彩评论