| .. |
|
circle.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
circle.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
color.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
color.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
element.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
element.js
|
Fix bug in Polyline and Polygon points attribute parsing (thanks to unit tests).
|
2010-09-09 17:10:21 -04:00 |
|
ellipse.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
ellipse.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
group.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
group.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
image.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
image.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
line.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
line.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
object.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
object.js
|
Fix fabric.Object.prototype.toJSON test (which was testing toJSON according to old behavior — returning string, rather than an object).
|
2010-09-09 17:20:55 -04:00 |
|
parser.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
parser.js
|
Update unit tests count. Add link to project on github to a demo page. Fix one of the remaining failing json tests.
|
2010-09-09 17:37:32 -04:00 |
|
path.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
path.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
path_group.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
path_group.js
|
Introduce fabric.log and fabric.warn methods, as simple wrappers around console.log and console.warn (instead of declaring those methods right on console). This makes it easier to mock them when testing, and is generally safer due to less tinkering with host objects.
|
2010-10-11 14:45:06 -04:00 |
|
polygon.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
polygon.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
polyline.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
polyline.js
|
Fix bug in Polyline and Polygon points attribute parsing (thanks to unit tests).
|
2010-09-09 17:10:21 -04:00 |
|
rect.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
rect.js
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|
suite_runner.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 |
|
text.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
text.js
|
Introduce fabric.log and fabric.warn methods, as simple wrappers around console.log and console.warn (instead of declaring those methods right on console). This makes it easier to mock them when testing, and is generally safer due to less tinkering with host objects.
|
2010-10-11 14:45:06 -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 |