| .. |
|
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
|
Document bunch of API (still incomplete, but getting there).
|
2010-10-14 17:42:39 -04:00 |
|
element.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
element.js
|
Add another complex shape (~9K paths) to the raphael vs. fabric perf suite.
|
2011-02-09 00:41:27 -05: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
|
Add support for parsing <image> SVG elements and creating fabric.Image instances out of them. Backwards-compatibility note: fabric.parseElements changed signature from (elements, options) to (elements, callback, options) and is now an "asynchronous" method -- doesn't return a value, but instead passes it to a callback function (second argument).
|
2011-01-07 19:53:19 -05:00 |
|
line.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
line.js
|
Make sure straight lines are rendered.
|
2010-12-25 21:48:48 -05:00 |
|
object.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
object.js
|
Fix most of the fabric.Object unit tests.
|
2011-02-13 15:28:38 -05:00 |
|
parser.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
parser.js
|
Prevent errors in parser.js unit tests.
|
2011-02-13 15:29:03 -05: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
|
Use non-minified distribution in suite runner. Will need to create a switch later.
|
2011-02-13 15:30:03 -05: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 |