内容简介:Fabric.js 2.3.5 已发布,更新内容如下: Change: make canvas.getObjects() always return a shallow copy of the array #5162 Fix: Improve fabric.Pattern.toSVG to look correct on offsets and no-repeat #5...
Fabric.js 2.3.5 已发布,更新内容如下:
Change: make canvas.getObjects() always return a shallow copy of the array #5162
Fix: Improve fabric.Pattern.toSVG to look correct on offsets and no-repeat #5164
Fix: Do not enter edit in Itext if the mouseUp is relative to a group selector #5153
Improvement: Do not require xlink namespace in front of href attribut for svgs ( is a SVG2 new spec, unsupported ) #5156
Fix: fix resizeFilter having the wrong cached texture, also improved interaction between filters #5165
Fabric.js 是一款简单而强大的 JavaScript Canvas 库,在 HTML5 Canvas 元素之上提供了互动的对象模型,同时还包含 Canvas-to-SVG 解析器。
使用 Fabric.js 你可以创建和填充画布上的对象,从简单的几何图形到成百上千路径组成的复杂图形。你可以通过鼠标轻松的移动、缩放和旋转这些对象,修改它们的属性(颜色、透明度,层叠顺序)等等。

源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Fabric.js 2.3.5 发布,简易 JavaScript Canvas 库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Distributed Algorithms: An Intuitive Approach
Wan Fokkink / MIT Press / 2018-2-2 / USD 48.00
The new edition of a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. This book offers students and researchers a guide to ......一起来看看 《Distributed Algorithms: An Intuitive Approach》 这本书的介绍吧!