Commit graph

57 commits

Author SHA1 Message Date
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
kangax
d42ba6ec02 Add links to benchmarks in readme; modify simple shapes benchmark to be able to chose number of shapes. 2011-02-09 02:27:25 -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
f281be8a38 Use "codeview" template for docs. Link to documentation in README. 2010-10-15 13:26:08 -04:00
kangax
2d1d0d80e5 Add jsdoc-toolkit and generate docs. 2010-10-15 12:11:37 -04:00
kangax
f2f37e5ffd Update unit tests count. Add link to project on github to a demo page. Fix one of the remaining failing json tests. 2010-09-09 17:37:32 -04:00
kangax
0177c91917 Change links to demo pages from yura.thinkweb2.com to github pages (kangax.github.com/fabric.js). Add link to unit tests, that can be run right in the browser. 2010-09-01 17:03:16 -04:00
kangax
fea32f32a0 Add note about IE9 problem with images. 2010-08-30 19:08:18 -04:00
kangax
b07fcb52a0 IE9PP3 -> IE9PP4; Add links to demos. 2010-08-27 13:10:23 -04:00
kangax
69d83c6484 Add information about test suite results in IE 6 & 7. Few tweaks to make test suite run in IE6. 2010-07-26 15:39:00 -04:00
kangax
6a5cf9b0d4 Add fabric.Triangle to the API outline section of README. 2010-07-26 15:10:39 -04:00
kangax
9f77d3a0a5 Add google closure compiler and explain how to minify fabric.js with it. Fix few omissions in jsdoc comments. 2010-07-26 00:48:26 -04:00
Juriy Zaytsev
34dbaef393 Add link to actual editor. 2010-07-24 00:09:44 -04:00
Juriy Zaytsev
f4eb1ad505 Add history section. 2010-07-23 23:59:14 -04:00
Juriy Zaytsev
601a0b77a2 Add note about IE8 compatibility. Add license info to README. 2010-07-14 13:44:53 -04:00
Juriy Zaytsev
eb5d5e93e5 Make description more descriptive. Add IE9pre3 to the list of supported browsers. 2010-07-13 17:53:55 -04:00
Juriy Zaytsev
41917f57b4 Slight tweak to description 2010-07-09 21:26:55 -04:00
Juriy Zaytsev
2e72a4d8c5 Rename Canvas.* to fabric.* (lowercased name makes more sense since Canvas is not a constructor). 2010-07-09 19:43:50 -04:00
Juriy Zaytsev
48989ca347 Specify that license is MIT. 2010-07-09 11:21:03 -04:00
Juriy Zaytsev
7242ea93de Change Prototype unit testing framework to QUnit; change all tests accordingly. 2010-07-09 10:21:40 -04:00
Juriy Zaytsev
61a01f2428 Add 2 more goals — "no browser sniffing" and "encapsulated under one object". 2010-06-26 23:00:56 -04:00