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
|
b04d187a04
|
Make free drawing path round and make sure something it's drawn immediately, on mousedown, not just on mousemove.
|
2010-08-10 23:26:41 -04:00 |
|
kangax
|
5f18c43e91
|
More free-drawing tweaks. Paths can now be created with different stroke width and color. Add these options to demo.
|
2010-08-10 19:25:14 -04:00 |
|
kangax
|
89e61ed6d0
|
Add onFpsUpdate callback to fabric.Element. Display FPS in demo.
|
2010-07-30 19:39:12 -04:00 |
|
kangax
|
a2bb25043c
|
toJSON now returns object instead of a string (fixes bug with JSON.stringify returning incorrect — double — serialization of an object).
|
2010-07-29 13:50:09 -04:00 |
|
kangax
|
ad679a6f87
|
Create local aliases of some of the "long" methods.
|
2010-07-26 19:20:19 -04:00 |
|
kangax
|
04ec1688e9
|
Remove some unused "stub" code.
|
2010-07-26 18:49:51 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|