Draw! jQuery drawing plugin.

程序名称:Draw! jQuery drawing plugin.

授权协议: 未知

操作系统: 未知

开发语言:

Draw! jQuery drawing plugin. 介绍

This plugin was created after noticing Walter Zorn’s javascript for drawing
shapes on screen with div’s.

I’ve also looked into the drawlibrary plugin, but it has a little too much
overhead. Drawlibrary does use the same algorithms as Walter Zorns work as
well, but relies on svg files when using Microsoft I.E. This plugin does not.

Here is some example code:

$("#myCanvas").drawRect(10, 10, 20, 20, {color:'blue', alpha: .5}); $("#myCanvas").drawPolygon([100, 100, 90, 30], [20, 30, 40, 60], {color:'#00FF00', alpha: .9}); $("#myCanvas").drawEllipse(100, 200, 40, 40, {color:'orange', stroke: 10}); $("#myCanvas").fillArc(50, 200, 40, 40, 90.0, 180.0, {color:'#336699', alpha: .2}); $("#myCanvas").fillPolygon([150, 300, 90, 30], [20, 30, 40, 60], {color:'yellow', alpha: 1});

My canvas is an empty div tag with id=”myCanvas”

Draw! jQuery drawing plugin. 官网

http://plugins.jquery.com/project/Draw

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...