kangax
|
f052a067ef
|
More documentation.
|
2010-10-19 16:27:24 -04:00 |
|
kangax
|
415205d3f2
|
Document bunch of API (still incomplete, but getting there).
|
2010-10-14 17:42:39 -04:00 |
|
kangax
|
e70830f7d6
|
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 |
|
kangax
|
e9fd7c6166
|
Fix bug in Polyline and Polygon points attribute parsing (thanks to unit tests).
|
2010-09-09 17:10:21 -04:00 |
|
kangax
|
652712601e
|
Canvas.Polygon.prototype._toOrigin is not used and is not needed, so remove it;
`parsePointsAttribute` can now parse values like "a b c d", not only "a,b c,d".
|
2010-09-08 16:35:06 -04:00 |
|
kangax
|
ad679a6f87
|
Create local aliases of some of the "long" methods.
|
2010-07-26 19:20:19 -04:00 |
|
kangax
|
9f77d3a0a5
|
Add google closure compiler and explain how to minify fabric.js with it. Fix few omissions in jsdoc comments.
|
2010-07-26 00:48:26 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|