SVG 的替代品

发布于 2024-12-05 03:03:31 字数 325 浏览 2 评论 0原文

我的项目正在使用 SVG,并且计划退出 SVG 并用合适的替代品替换现有功能。

我当前的 SVG 应用程序执行以下操作,

1. 在屏幕中暴露对象(SVG 形状)关系或依赖关系。
当有两个依赖形状(例如 rect1 和 rect2)时,我们从 rect1 到 React2 画一条线来表示它们是依赖的。

2. 当我们在形状上触发某些事件(单击或鼠标悬停)时,触发 javascript 函数。

有没有其他方法可以替代 SVG 和简单的绘图过程?
我正在考虑将形状信息存储在数据库中并在 UI 中自动生成形状。

提前致谢。

My project is using SVG and there is a plan to move out of SVG and replace the existing functionality with suitable replacement.

My current SVG apps does following things,

1. Exposes the object(SVG shapes) relations or dependency in screen.
When there are two dependent shapes (say rect1 and rect2), we draw a line from rect1 to react2 to say that they are dependent.

2. Triggers javascript functions when we fire certain events (click or mouse over) on shapes.

Is there any alternatives to replace the SVG and simply the drawing process?
I am thinking to store the shapes information in database and auto generate the shapes in UI.

Thanks in advance.

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

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

发布评论

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

评论(1

黑凤梨 2024-12-12 03:03:31

使用 HTML 5 中的画布怎么样。决定使用画布时请考虑客户端浏览器版本。

What about using canvas from HTML 5. Consider client browsers version when decide to use canvas.

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