kangax
|
74dcd851dd
|
Animation benchmark now allows to dynamically change scale of animated objects, load different shapes, and change canvas size. This allows us to see how all these aspects (e.g. canvas size or shape size) influence canvas rendering performance.
|
2011-04-23 17:39:56 -04:00 |
|
kangax
|
e61f46b44c
|
Add "lineHeight" to fabric.Text options. Add slider to control line height of selected text to demo.
|
2011-04-20 16:36:31 -04:00 |
|
kangax
|
9853b4a18f
|
Add rudimentary support for stroke style. Fix IE errors on a demo page.
|
2011-03-28 18:57:40 -04:00 |
|
kangax
|
91205b4bb6
|
More text enhancements and fixes. Demo page now has italic/underline/overline/line-through and shadow buttons for text manipulations.
|
2011-03-21 17:24:36 -04:00 |
|
kangax
|
b60edcc379
|
Much more usable multiline text.
|
2011-03-21 03:53:23 -04:00 |
|
kangax
|
2a9f645752
|
Fix Cufon to use canvas renderer in IE9 (it was overwriting it with VML-based one).
|
2011-02-15 19:06:51 -05:00 |
|
kangax
|
ff1bfece6d
|
Fix strike-though bug, when line would be drawn at the wrong position.
|
2011-02-13 15:27:04 -05:00 |
|
kangax
|
fef2fd4666
|
Experiment with multiline text (incomplete; need to properly determine height of the bounding box).
|
2011-02-06 04:09:40 -05:00 |
|
kangax
|
bb4aad1de5
|
Modify cufon and text class to support textDecoration (underline/overline), fontStyle (italic), and textShadow (any valid CSS value).
|
2011-02-01 19:57:01 -05: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
|
2f168d05a9
|
Add few sample fonts and cufon.js (which is a dependency for fabric.Text).
|
2010-10-15 00:56:54 -04:00 |
|
kangax
|
7e7a7ff719
|
Math.floor --> ~~ for slight perf. increase (only do this for positive numbers).
|
2010-07-31 14:06:10 -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
|
a84b7e7212
|
Update excanvas.js
|
2010-07-14 09:25:55 -04:00 |
|
Juriy Zaytsev
|
05a6aa4d42
|
Prototype.js and APE.js are no longer dependencies (shrinking overall size of fabric.js by ~150KB). Add json2.js and a simple base library (still needs tests).
|
2010-06-17 10:00:47 -04:00 |
|
Juriy Zaytsev
|
fa4224649c
|
Building dist file is now done via sprockets.
|
2010-06-11 19:37:06 -04:00 |
|
Juriy Zaytsev
|
770e47b115
|
Add a couple more dependencies to /lib. Remove unneeded code from 2D.js and unminify it.
|
2010-06-09 23:30:25 -04:00 |
|
Juriy Zaytsev
|
c519c147aa
|
Initial import of source files.
|
2010-06-09 18:34:55 -04:00 |
|