Balthazar Auger
|
f2a37a3bc0
|
Adapt fabric.util.animate to work with general easing equations
|
2012-04-24 02:28:45 -03:00 |
|
kangax
|
0bb80dddf0
|
Fix fabric.Canvas#setOverlayImage('') not removing overlay image.
|
2012-01-21 23:07:16 -05:00 |
|
kangax
|
cb7a4bdf86
|
Remove reference to window in util/misc.js for node compat.
|
2011-12-09 16:24:37 -05:00 |
|
kangax
|
a8758ffbe1
|
Use requestAnimFrame polyfill instead of setInterval in fabric.util.animate. Add fabric.util.requestAnimFrame.
|
2011-12-08 09:44:05 -05:00 |
|
kangax
|
b8ea6b7cec
|
[BACK_INCOMPAT] Add support for static canvases — fabric.StaticCanvas. fabric.Canvas#loadImageFromURL -> fabric.util.loadImage. Add fabric.Canvas#centerObject.
|
2011-11-27 23:57:28 -05:00 |
|
Diogo Campos
|
a8166b355b
|
Remove unnecessary test in fabric.util.animate
|
2011-10-29 17:04:20 -02:00 |
|
kangax
|
19f7736658
|
Update documentation and fix JSDoc templates.
|
2011-09-22 12:40:31 -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 |
|
kangax
|
8f819bb760
|
Fabric can now run under node.js
|
2011-08-11 15:18:18 -04:00 |
|
kangax
|
27999a327c
|
Add unit tests for fabric.loadSVGFromString.
|
2011-08-04 20:48:25 -04:00 |
|
kangax
|
044866cf44
|
Document fabric.loadSVGFromString. Replace canvas.loadSVGFromURL with fabric.loadSVGFromURL.
|
2011-08-04 11:05:40 -04:00 |
|
kangax
|
ace016c694
|
[BACK_INCOMPAT] fabric.Canvas#loadSVGFromURL --> fabric.loadSVGFromURL. Add fabric.loadSVGFromString.
|
2011-08-04 10:59:32 -04:00 |
|
kangax
|
2b3a166d2f
|
fabric.util.animate is now defined in util/misc.js rather than util/dom_misc.js as it has nothing to do with DOM.
|
2011-07-06 14:38:56 -04:00 |
|
kangax
|
639aa12e2a
|
Another chunk of documentation (which is a bitch, by the way).
|
2010-10-14 22:16:24 -04:00 |
|
kangax
|
536d532d41
|
Various compatibility fixes. Add fabric.util.falseFunction.
|
2010-07-27 17:58:23 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|