| .. |
|
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 |
|
element.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
element.js
|
fabric.Element#loadImageFromURL no longer displays image that's being loaded. Fix getPointer unit test.
|
2011-05-11 18:58:51 -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
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -04:00 |
|
image.html
|
Some more renaming.
|
2010-07-24 00:34:18 -04:00 |
|
image.js
|
Fix majority of failing unit tests.
|
2011-05-11 18:17:21 -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
|
Dynamically generate accessors based on state properties — width, height, fill, opacity, scaleX, scaleY, etc. For example, rect.set('fill', 'red') can now be replaced with rect.setFill('red'), and rect.get('opacity') with rect.getOpacity().
|
2011-05-31 00:56:01 -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
|
fabric.Element now has forEachObject. Add header to /demos, /tests and /docs pages.
|
2011-05-22 09:57:37 -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 |