Commit graph

78 commits

Author SHA1 Message Date
Kienz
cd49e7d90e Update README
Move getKlass into seperate function (fabric.util.getKlass)
2013-05-31 20:52:04 +02:00
kangax
6f306a6436 Add no-es5-compat option during build. Add option to include/exclude stateful module during build. 2013-05-14 12:34:45 -04:00
kangax
c65b1f5e7d Add support for parsing shorthand font declaration in styles, such as "font: italic 12px Arial,Helvetica,sans-serif" 2013-05-12 13:01:23 -04:00
Juriy Zaytsev
74a7bfd4bb Update README.md 2013-05-10 13:43:11 -03:00
Stefan Kienzle
69cae53cc8 Update link for npmjs.org 2013-04-29 18:37:19 +03:00
Juriy Zaytsev
3571328985 Update README.md 2013-04-29 12:01:41 -03:00
kangax
fcc0c5cbbb Only call change and complete callbacks once, when animating multiple properties. Closes #544 2013-04-06 12:44:10 +02:00
Kienz
f8d0c068b4 Add link to Event.js library
Add link to Event.js github repository to gestures module
2013-04-04 09:08:09 +03:00
Travis Paul
5d9b27cdab Added object_straightening, removed trailing <br> 2013-04-01 13:45:30 -04:00
kangax
f5b2ab1188 Add Stefan Kienzle in the list of contributors 2013-03-24 00:05:57 +01:00
Travis Paul
792c4b3c2c Removed refrence to doc building section 2013-03-23 11:55:57 -04:00
Travis Paul
3fcdc4d712 Fixed unit test link, removed build doc instruction (appear to only be in fabricjs.com repo) 2013-03-23 11:53:23 -04:00
kangax
de01cfc636 Update README 2013-01-25 14:31:38 +01:00
kangax
7adb624f0b 2012 -> 2013 2013-01-25 14:31:31 +01:00
Juriy Zaytsev
531267fcce Update README.md 2012-12-13 14:08:58 +01:00
Juriy Zaytsev
ecf4664111 Update README.md 2012-12-13 14:02:37 +01:00
kangax
18502f77b5 Update README. 2012-12-04 12:39:55 +01:00
kangax
c9d9577d61 Add contributors to README 2012-08-26 21:19:42 +02:00
Andrey Voronov
92b4bc7ae1 Update README.md 2012-08-11 20:43:38 +03:00
kangax
44861f7ca4 Add travis badge to README. 2012-08-09 12:17:28 +02:00
kangax
96475d2621 Update README 2012-07-27 14:40:23 +02:00
Juriy Zaytsev
b727ce0fc7 Update README.md 2012-04-23 19:45:30 +03:00
kangax
dbdf32ddff Update year in LICENSE and change copyright to Printio. 2012-04-23 18:43:17 +02:00
Juriy Zaytsev
fd4a7d2886 Add github contributors to credits section of readme. 2012-04-18 15:35:54 +03:00
kangax
f5122539b0 Update date in README. 2012-02-03 09:28:34 -05:00
Juriy Zaytsev
98cf32276d Make screenshot into a link. Thanks @benatkin. 2012-02-01 18:27:23 -05:00
Juriy Zaytsev
c3d772bd3e Update link to unit tests in README. 2012-01-03 18:43:52 -05:00
Juriy Zaytsev
ad9fe2f064 Update README.md 2011-12-07 16:29:45 -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
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
112b920f2a Update link to kitchensink demo in README. 2011-10-13 14:26:08 -04:00
kangax
19f7736658 Update documentation and fix JSDoc templates. 2011-09-22 12:40:31 -04:00
kangax
b8036e848e Fix broke link in README. 2011-09-16 15:28:23 -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
4742fd12b0 Update README to mention support for node.js. Add fabric_node.js "module" (which augments some of the fabric methods to use node-specific implementation). 2011-08-11 15:20:06 -04:00
kangax
8cdcb614f2 Make README section linkable. 2011-07-15 18:29:57 -04:00
kangax
412e08c982 Add file size comparison for diff. distributions to README. Minimal distribution is now only 80KB (24KB gzipped)! 2011-07-15 18:22:31 -04:00
kangax
b99a456989 Build files are now organized in such way that it's possible to build fabric w/o support for text and/or serialization. 2011-07-15 18:16:14 -04:00
kangax
0455be543f Add screenshot to README. 2011-07-14 15:55:40 -04:00
kangax
cd5f2cd6aa Update README. 2011-07-09 11:24:22 -04:00
kangax
1bed43e3c4 Add unit tests for fabric.Observable. fabric.Canvas#observe can now accept object — canvas.observe({ event1: ..., event2: ... }). 2011-07-02 01:19:32 -04:00
kangax
628efcdc70 fabric.Element is renamed to fabric.Canvas, which makes more sense. fabric.Element is kept for compatibility reasons (but is deprecated). Bump version to 0.3. 2011-06-28 19:14:40 -04:00
kangax
99919e7b94 Add object hovering example to demos. 2011-06-17 14:19:58 -04:00
kangax
d7fd8f0af3 fabric.Object#set can now be passed an object of property/value pairs rather than just property and value. E.g.: rect.set({ width: 100, height: 50, fill: 'red' }). 2011-05-29 21:59:48 -04:00
kangax
4fef0a8291 Add link to Falsy Values presentation to README. 2011-05-26 09:05:08 -04:00
kangax
0682243f12 Update readme. 2011-05-11 19:15:46 -04:00
kangax
db2c4ff9ce Update README with links to twitter, google group and presentation. 2011-04-20 15:28:52 -04:00
kangax
ae4f038c85 Minor README updates. 2011-03-17 18:05:37 -04:00
kangax
0180de0a70 Update README to mention getting rid of Cufon. 2011-02-15 19:08:46 -05:00
kangax
bc2384c8c3 Update TODO in README. 2011-02-13 15:54:22 -05:00