| .. |
|
canvas.html
|
Reorganize project structure. Add "customization" demo (work in progress).
|
2011-06-29 11:10:08 -04:00 |
|
canvas.js
|
Add "hasControls" and "hasBorders" options to fabric.Object. "hasControls", when set to false allows to fully disable controls rendering (and mouse detection); hasBorders does the same for object borders. Fix failing unit tests. Update QUnit.
|
2011-08-02 19:35:02 -04:00 |
|
circle.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
circle.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
color.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
color.js
|
Document bunch of API (still incomplete, but getting there).
|
2010-10-14 17:42:39 -04:00 |
|
ellipse.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
ellipse.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
group.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
group.js
|
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 |
|
image.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
image.js
|
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 |
|
line.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
line.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
object.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
object.js
|
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 |
|
observable.html
|
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 |
|
observable.js
|
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 |
|
parser.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
parser.js
|
Add support for "opacity" attribute.
|
2011-06-14 17:28:54 -04:00 |
|
path.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
path.js
|
Add "hasControls" and "hasBorders" options to fabric.Object. "hasControls", when set to false allows to fully disable controls rendering (and mouse detection); hasBorders does the same for object borders. Fix failing unit tests. Update QUnit.
|
2011-08-02 19:35:02 -04:00 |
|
path_group.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
path_group.js
|
Add "hasControls" and "hasBorders" options to fabric.Object. "hasControls", when set to false allows to fully disable controls rendering (and mouse detection); hasBorders does the same for object borders. Fix failing unit tests. Update QUnit.
|
2011-08-02 19:35:02 -04:00 |
|
polygon.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
polygon.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
polyline.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
polyline.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
rect.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
rect.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
suite_runner.html
|
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 |
|
text.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
text.js
|
[BACK_INCOMPAT] More consistent option names in fabric.Text: fontfamily --> fontFamily, fontsize --> fontSize, fontweight --> fontWeight (similarly to other options, like textShadow, textDecoration, fontStyle, etc.)
|
2011-07-21 20:32:02 -04:00 |
|
util.html
|
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 |
|
util.js
|
Add unit tests for fabric.loadSVGFromString.
|
2011-08-04 20:48:25 -04:00 |