在网上绘制2D的图书馆 [英] libraries for 2d drawing on web

查看:108
本文介绍了在网上绘制2D的图书馆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开发一个Web应用程序,我需要在其中制作2D图纸。

任何人都可以,建议我开源/文档齐全的库用于渲染2d绘图网络?



此外,它应该在Internet Explorer上运行良好



谢谢

解决方案

很多现代浏览器现在支持HTML5'''Canvas''元素,它可以做各种奇特的绘画和动画,如兼容性图表所示在这里:



http:// caniuse .com / canvas [ ^ ]



可在此处找到介绍及其示例:



https://developer.mozilla.org/en-US/docs/HTML/Canvas/Tutorial [ ^ ]



但是对于版本8或更早版本的IE浏览器的支持,您可能需要使用第三方库,例如FlashCanvas,可在此处找到:



http://code.google.com/p/flashcanvas/wiki /示例 [ ^ ]

I want to develop a web application in which i need to make 2d drawings.
Can anyone, suggest me open source / well documented libraries for rendering 2d drawing on the web ?

Also, it should work well on internet explorer as well

Thanks

解决方案

Well a lot of modern browsers now support HTML5''s ''Canvas'' element, which can do all sorts of fancy drawing and animation, as shown in the compatibility chart here:

http://caniuse.com/canvas[^]

An introduction to, and examples of which can be found here:

https://developer.mozilla.org/en-US/docs/HTML/Canvas/Tutorial[^]

But for support in IE Browsers of version 8 or earlier, you will probably need to use a third party library such as FlashCanvas, which can be found here:

http://code.google.com/p/flashcanvas/wiki/Examples[^]


这篇关于在网上绘制2D的图书馆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆