kangax
|
d870410a7d
|
First (and almost complete) implementation of fabric.Canvas#toSVG.
|
2012-01-02 16:14:20 -05:00 |
|
kangax
|
35ad4bf6e3
|
Preparing fabric to run on node.js
|
2011-08-05 19:00:26 -04:00 |
|
kangax
|
e7aafae9e7
|
Add support for "opacity" attribute.
|
2011-06-14 17:28:54 -04:00 |
|
kangax
|
cc0c5085d7
|
Add fabric.Circle#getRadiusX, fabric.Circle#getRadiusY methods.
|
2011-04-09 17:37:35 -04:00 |
|
kangax
|
da6b00fc0e
|
Introduce fabric.Element#stateful and fabric.Element#renderOnAddition options, as a way to improve performance. Note that setting "renderOnAddition" to false could give a pretty significant performance boost when adding a lot of objects to canvas at once, since fabric.Element#add would not re-render canvas on each addition. Once added, the canvas should be re-rendered manually, via renderAll method.
|
2011-02-06 02:58:32 -05:00 |
|
kangax
|
f497327131
|
Fabric now runs fully under ES5 strict mode (except certain 3rd party dependencies, like cufon.js and json2.js).
|
2010-10-21 22:54:00 -04:00 |
|
kangax
|
f052a067ef
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
kangax
|
639aa12e2a
|
Another chunk of documentation (which is a bitch, by the way).
|
2010-10-14 22:16:24 -04:00 |
|
kangax
|
415205d3f2
|
Document bunch of API (still incomplete, but getting there).
|
2010-10-14 17:42:39 -04:00 |
|
kangax
|
e70830f7d6
|
Introduce fabric.log and fabric.warn methods, as simple wrappers around console.log and console.warn (instead of declaring those methods right on console). This makes it easier to mock them when testing, and is generally safer due to less tinkering with host objects.
|
2010-10-11 14:45:06 -04:00 |
|
kangax
|
d8937fca9f
|
Only render circles and ellipses according to left/top when they are part of a group.
|
2010-09-09 17:55:43 -04:00 |
|
kangax
|
8ed28fa260
|
Typo in Function.prototype.bind. Fix incorrect positioning when drawing circles and ellipses.
|
2010-09-08 23:07:52 -04:00 |
|
kangax
|
36a50ab3e8
|
Rendering fixes.
|
2010-08-02 14:50:07 -04:00 |
|
kangax
|
0583d7718d
|
Some more aliasing. Build + minify.
|
2010-07-26 19:24:16 -04:00 |
|
kangax
|
ad679a6f87
|
Create local aliases of some of the "long" methods.
|
2010-07-26 19:20:19 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|