Juriy Zaytsev
199691053b
Update README.md
2013-09-08 09:16:56 +02:00
Juriy Zaytsev
ed1c116793
Merge pull request #823 from Kienz/patch-1
...
[BACK_INCOMPAT] `fabric.Text.textShadow`was removed and `fabric.BaseBrush` shadow properties removed (new `fabric.BaseBrush.shadow`)
2013-09-03 12:27:13 -07:00
kangax
4559918688
Resolve conflicts
2013-09-03 21:18:29 +02:00
Drew Lustro
1f993e92b8
requirejs support added via "requirejs" build.sh option
...
$ node build modules=ALL requirejs
- dist/all* is clean of changes
- fixed bug in build.sh that would prevent dist/all.require.js from compiling properly
- Updated test.js to include test_script.js fixtures
- NOTE: Qunit tests largely incompatible with requirejs version... need more
insight on how Qunit works to get fabric in the namespace since it is
no longer a global when built as an AMD module.
2013-09-03 14:15:12 -04:00
Kienz
8c74f2b335
[BACK_INCOMPAT] fabric.Text#textShadow has been removed - new fabric.Text.shadow property (type of fabric.Shadow)
...
[BACK_INCOMPAT] `fabric.BaseBrush`shadow properties are combined into one property => `fabric.BaseBrush.shadow`(shadowColor, shadowBlur, shadowOffsetX, shadowOffsetY no longer exist)
Removed fabric.Text.getText method => is generated with `fabric.util.createAccessors`
`fabric.Shadow` can now initialized with string or object (e.g. '10px 10px 5px rgb(0,0,255)', 'rgb(0,0,255) 10px 10px 5px', {color: 'gb(0,0,255)', offsetX: 10, offsetY: 10, blur: 5})
`fabric.Shadow.getShadow`to get css3 declaration of shadow (String)
`fabric.Object.set('shadow', value)`is now the same as `fabric.Shadow.setShadow(value)`
Add unit tests
2013-09-03 19:11:21 +02:00
kangax
61e55dab59
Add note about bower install in README
2013-08-28 14:52:43 +02:00
kangax
2f4cc5ec25
Update README
2013-08-18 21:34:16 +02:00
Kienz
92bdebfde7
Doc fixes, Update README (1800+ unit tests)
2013-08-08 18:31:26 +02:00
kangax
f270ca0259
Move animation methods to an optional module
2013-07-28 15:25:31 +02:00
Juriy Zaytsev
24091157dc
Update README.md
2013-07-20 20:31:16 +02:00
kangax
53f1368438
Update README
2013-07-12 21:09:07 +02:00
kangax
3eb00518f8
Fix pointer detection in scrollable container. Thanks @kwicher. Closes #730
2013-07-07 22:32:03 +02:00
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