fabric.js/test/unit
2011-07-02 01:19:32 -04:00
..
canvas.html Reorganize project structure. Add "customization" demo (work in progress). 2011-06-29 11:10:08 -04:00
canvas.js Reorganize project structure. Add "customization" demo (work in progress). 2011-06-29 11:10:08 -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 Fix majority of failing unit tests. 2011-05-11 18:17:21 -04:00
path_group.html Some more renaming. 2010-07-24 00:34:18 -04:00
path_group.js Fix couple more unit tests. 2011-05-11 18:34:52 -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 Add fabric.Text#backgroundColor (can be used for text highlighting). Change default lineheight of text objects from 1 to 1.6. 2011-05-13 14:34:24 -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 String.prototype.trim now strips '\xA0' characters in engines which fail to match that character via \s. Fix a couple of unit tests. 2010-09-14 18:57:55 -04:00