Draw! jQuery drawing plugin.

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 桓信鸥
操作系统 未知
开源组织
适用人群 未知
 软件概览

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"

 相关资料
  • import "image/draw" draw包提供了图像合成函数。参见:http://golang.org/doc/articles/image_draw.html type Quantizer type Image type Drawer type Op func (op Op) Draw(dst Image, r image.Rectangle, src image.Image, sp i

  • Method Draw 是一个基于 Web 的矢量绘图应用程序。Method Draw 的目的是提供简单易用的 SVG 编辑器体验。它特意去除了一些功能(如:图层),以换取更简单和愉快的使用体验。 在线同步和分享 Method Draw for Deta 上提供了云同步和共享功能。 开发 在src下开发并运行本地 Web 服务器 cd srcpython -m SimpleHTTPServer 8

  • 自动适应 UILabel 的长短 layer,形成一个渐变的 label 背景。 [Code4App.com]

  • Open Office Draw 是OpenOffice.org办公软件套装的一部份。它的特色在于多样的「接头」形状,可以用在多种不同的线条上,方便建筑绘图,以及流程图上。

  • 动画画圆,可以扩展成画其他平面图形。 [Code4App.com]

  • Draw 9-patch tool 是 Android SDK 中附带的工具,可以让你很容易的通过一个所见即所得(WYS|WYG)的编辑器来创建一个九宫格NinePatch图。 下面是一个便捷指南。你需要PNG图像来创建一个九宫格。 1.  从一个终端(比如windows浏览器),启动这个draw9patch应用程序,该程序位于你的SDK /tools 目录下。 2.  把你的PNG图像拖放到这个