在raphael中的节点后面画线

发布于 2024-12-08 19:18:45 字数 92 浏览 2 评论 0原文

我们正在通过 raphael Javascript 库构建思维导图。当线穿过节点时,是否有办法使线看起来在节点后面。

提前致谢。

卡蒂克。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唠甜嗑 2024-12-15 19:18:45

很难准确猜测你想要实现什么,但我有一些建议给你,这可能会起作用:

  • 首先确保节点有坚实的背景
  • ,然后你可以使用 toFronttoBack 拉动将对象推到前面或将它们推到背景

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
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文