在Javascript中画一条带箭头的直线

发布于 2024-11-09 04:56:27 字数 264 浏览 0 评论 0原文

我正在处理一个 Javascript 项目,我想用箭头画一条线并轻松地向任何方向旋转。我更喜欢 HTML4 而不是 HTML5。

那么谁能告诉我解决办法吗?

我想要的是这个链接....但不是 HTML5 而是 HTML4
http://deepliquid.com/projects/blog/arrows2.html

I am working with a Javascript project and I want to draw a line with arrow and easily rotate in any direction. I prefer HTML4 instead of HTML5.

So can any one tell me the solution?

what i want is in this link .... but not in HTML5 but in HTML4
http://deepliquid.com/projects/blog/arrows2.html

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

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

发布评论

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

评论(2

凉城已无爱 2024-11-16 04:56:27

如果您只关心动画(也许还有键盘控制),那么画布速度更快。如果您想要动态交互(例如,单击线条、箭头等的能力),那么 SVG 是最好的。 SVGWebExplorerCanvas 为这两者提供了与 IE 的一些兼容性...

If you just care about animation (and maybe keyboard control), canvas is faster. If you want dynamic interaction (e.g., the ability to click on the line, arrow, etc.), then SVG is best. SVGWeb and ExplorerCanvas offer some compatibility with IE for both of these...

梦境 2024-11-16 04:56:27

我问了几乎相同的问题,最终使用了Raphael(在第一个2版本之后)

如果不用箭头,一条线就足够了,请看:

如何在可拖动和可放置之间画一条线?

演示:

http://www.balexandre.com/jQuery/draganddrop/testing_DragAndDrop.htm

如果您确实需要在末尾绘制箭头,您可以将箭头对象附加到代码中,如果您需要这方面的帮助,请告诉我。

I asked almost the same and ended up using Raphael (after the first 2 version)

If instead of an arrow, a line is enough, please look at:

How to draw a line between draggable and droppable?

demo:

http://www.balexandre.com/jQuery/draganddrop/testing_DragAndDrop.htm

if you really need to draw an arrow at the end, you can append the arrow object to the code, if you need help on this, let me know.

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