从一个画布下降到另一个画布

我过去几天遇到问题。 我是HTML5的新手,我试图将多个图像从一个画布拖放到另一个画布上,反之亦然。

我查看了多个链接,但目前为止没有任何帮助,主要是因为这些链接只有一个画布用于拖放。

像这个链接:http://simonsarris.com/blog/225-canvas-selecting-resizing-shape

但我想在HTML5中使用这样的内容:http://www.w3schools.com/html/html5_draganddrop.asp


您不能从一个画布拖放到另一个画布。 SVG对象绑定到其父级画布容器。

但是,如果你想做什么CSS可以为你的图形需求做什么,那么我可以推荐你这样:http://www.html5rocks.com/en/tutorials/dnd/basics/

链接地址: http://www.djcxy.com/p/63971.html

上一篇: drop from one canvas to another

下一篇: How can we implement drag and drop feature in html5