Package Exports
- qcanvas
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qcanvas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Qcanvas
Qcanvas是一个强大而简单的JS Canvas库, 能通过使用它实现在Canvas上画线、画矩形、画图片、实现动画、实现拖动、包括给元素注册各类事件等一系列功能。通过使用Qcanvas从而以较为简单的方式实现较为复杂的Canvas功能
在线文档:https://zhicheng99.gitbooks.io/qcanvas-api-v1-0/content/
示例:https://zhicheng99.github.io/qcanvas/
v1.0.15
Qrect增加圆角属性radius
v1.0.14
Qtext Qrect Qimg Qspirit实例增加旋转角度属性degree
v1.0.13
修复Qtext实例顶点坐标序列不准确的问题
v1.0.12
增加Qlayer元素容器类
v1.0.9
Qrect类增加opacity配置项
v1.0.8
增加元素层级调整方法 (lower,lowerToBottom,raise,raiseToTop)
v1.0.7
修复同一页多个实例时 只渲染最后的的问题
v1.0.6
优化了Qimg一些判断语句
v1.0.5
优化了Qevent类