Brian Hernandez
328194551d
Fix small typo
...
Fixed a small typo in the non-technical introduction paragraph.
2016-02-24 21:35:14 -05:00
Brandon Hernandez
d5ad13fa6e
Fixed spacing changed even to also
2016-02-24 20:52:07 -05:00
Brian Hernandez
b661774a3d
Add a non-technical intro to Fabric
2016-02-22 14:06:24 -05:00
Imogen
e0eb4bf395
Fix typo: Cario should be Cairo
2016-02-12 15:55:42 -08:00
Juriy Zaytsev
bece6c6f92
Fix download count badge
2016-02-08 10:59:04 -05:00
Stephan Bijzitter
0a5d48887e
Emphasise that Cario is used by node-canvas
2015-11-04 16:07:51 +01:00
Stephan Bijzitter
d6a4691b8c
Add npm installation information
2015-11-04 15:43:18 +01:00
Juriy Zaytsev
fe0f4b4de8
Update README.md
2015-06-12 12:57:49 -04:00
Morton Fox
4ab507dc81
Fix StackOverflow link.
2015-04-17 15:23:13 -04:00
kangax
d98aa8d0e7
Update date and dependencies
2015-01-13 12:53:43 +01:00
Peter Dave Hello
b11f6d9555
Use svg instead of png to get better image quality
2015-01-09 12:18:46 +08:00
kangax
ab66f7d4f5
Update codeclimate badge
2014-12-15 14:44:01 +01:00
kangax
152348e760
Add flattr button
2014-11-25 15:16:08 +01:00
kangax
9b54274454
Update readme
2014-11-25 15:10:27 +01:00
The Gitter Badger
a994120601
Added Gitter badge
2014-11-24 19:05:55 +00:00
Sergi Meseguer
85ce0b5283
README: note to include html5shiv for old IE
2014-09-15 23:15:40 +02:00
kangax
e5574a0ab4
Add test instructions to README
2014-07-26 17:58:03 +02:00
bountysource-support
f939d1bca3
Add Bountysource badge to README
...
Because you have some open bounties, we thought you might want to display this badge in your README!
2014-06-04 16:20:16 -07:00
kangax
0e7ac02c73
Update README
2014-02-28 15:32:36 -05:00
kangax
086fee13f9
Update README
2014-02-28 15:29:31 -05:00
kangax
42e263b3f2
Update README
2014-02-28 15:29:01 -05:00
kangax
676562b171
Update README
2014-02-28 15:28:29 -05:00
Juriy Zaytsev
f5bbefbfb7
Update README.md
2014-02-28 13:26:35 -05:00
XhmikosR
dcb76e9e4a
Switch to david-dm.org for the dependency badges.
2014-02-23 20:16:20 +02:00
XhmikosR
d8b1eca014
Trim trailing spaces.
2014-02-23 20:16:20 +02:00
kangax
6a456f39f0
Update README
2014-02-19 15:37:32 -05:00
kangax
f928e68386
Few small tweaks
2014-01-26 22:19:12 -05:00
Bitdeli Chef
bd09b5cc88
Add a Bitdeli badge to README
2014-01-03 04:23:00 +00:00
kangax
af96d5265f
Remove challengepost banner
2013-12-20 00:02:56 +01:00
kangax
cb6d381ca2
Add dependencies badge
2013-12-19 23:36:53 +01:00
kangax
dbbd4b2fa7
all.js -> fabric.js. Closes #1049
2013-12-14 12:10:42 +01:00
Paul Verest
5caba51e18
full HTML example
...
not that fabric.js is missing #1049
2013-12-13 16:56:39 +08:00
kangax
97614bcd28
Tweak README
2013-12-06 21:34:18 +01:00
kangax
f7d4c6603e
Update README with "help Fabric" section
2013-12-05 17:47:53 +01:00
kangax
8ca6806f32
Tweak badges
2013-11-30 20:50:53 +01:00
kangax
a6a9e29302
Add coveralls badge
2013-11-30 20:46:12 +01:00
kangax
82509dc8d8
More IText tests
2013-11-23 13:45:53 +01:00
kangax
db569a8557
Add code climate badge to README
2013-11-21 19:19:51 +01:00
kangax
fbad609ed7
Update README with challengepost challenge
2013-11-06 17:44:46 +01:00
kangax
a2cfc019ba
Build distribution
2013-11-04 00:37:42 +01:00
kangax
4bc80ab816
Add "itext" to the build file
2013-10-25 10:31:13 +02:00
Kienz
2b51996242
Add sourcemap argument to build script (uglifyjs and google closure compiler are supported)
...
Update README
Update google closure compiler to support sourceMaps
2013-10-12 14:43:35 +02:00
Juriy Zaytsev
043cb3eb56
Update README.md
2013-10-03 13:02:39 +02:00
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