kangax
|
1204b14e3c
|
Remove extraneous easing module include.
|
2012-05-30 11:59:46 +04:00 |
|
kangax
|
76495a3874
|
Remove garbage from build.js. Build distribution.
|
2012-05-13 18:47:45 +04:00 |
|
Juriy Zaytsev
|
351ec5d48f
|
Merge pull request #155 from balthazar/master
Add easing functions.
|
2012-05-13 07:43:06 -07:00 |
|
kangax
|
cba1d4ca21
|
[BACK_INCOMPAT] Move object straightening methods into its own, optional module (fabric.Object#straighten, fabric.Object.fxStraighten, fabric.Canvas#straightenObject).
|
2012-05-11 15:31:30 +04:00 |
|
Balthazar Auger
|
d3abeeb957
|
Merge branch 'master' of github.com:balthazar/fabric.js
Conflicts:
build.js
|
2012-04-26 00:07:52 -03:00 |
|
Balthazar Auger
|
d150bc8a26
|
Make easing functions optional in build script
|
2012-04-25 23:58:03 -03:00 |
|
Balthazar Auger
|
383665d236
|
Debug and test remaining equations.
|
2012-04-24 17:35:53 -03:00 |
|
Balthazar Auger
|
b2853e8717
|
Study how to insert easing functions
|
2012-04-24 00:27:18 -03:00 |
|
kangax
|
3544410689
|
Fix bug in canvas initialization in node. Thanks Urs.
|
2011-12-10 13:26:52 -05:00 |
|
kangax
|
15c0dc3768
|
node build.js now does automatic minification
(minifier can be changed via "minifier" option)
|
2011-11-27 23:55:36 -05:00 |
|
kangax
|
1a8b82b8e3
|
[BACK_INCOMPAT] Add support for image filters. Add fabric.Image.GrayscaleFilter and fabric.Image.RemoveWhiteFilter "classes". Filters should be used by adding them to filters array of image instances. For example, myImage.filters = [ new fabric.Image.GrayscaleFilter(), new fabric.Image.RemoveWhiteFilter({ threshold: 30, distance: 50 }) ].
|
2011-10-26 01:34:54 -04:00 |
|
kangax
|
b53d794af6
|
[BACK_INCOMPAT] Custom fabric build is now created with node.js and is much more flexible. Sprockets is no longer required to build fabric. Parser and node are now optional modules, which means that parseSVGDocument is no longer included in default fabric build.
|
2011-08-14 17:35:36 -04:00 |
|