Commit graph

10 commits

Author SHA1 Message Date
kangax
7e5e9e3ea6 Add demo of SVG rendering, comparing to browser SVG renderer. 2011-08-05 15:46:12 -04:00
kangax
3bd5d8c1a3 Add grayscale example to customization demo. Add "mouse:move" event to fabric.Canvas and a corresponding demo. 2011-07-18 14:36:17 -04:00
kangax
da94e176af Add bunch of SVG shapes to kitchensink demo. Text in demo is now only added on demand. 2011-07-11 18:36:36 -04:00
kangax
0524549750 Add polaroid demo. 2011-07-04 23:27:25 -04:00
kangax
a7155ccbfb Reorganize project structure. Add "customization" demo (work in progress). 2011-06-29 11:10:08 -04:00
kangax
6845db3670 Rework observable mechanism: All events are now scoped to canvas instances. fabric.util.observeEvent(...) becomes canvas.observe(...) and only observes events of that particular canvas instance. fabric.util.observeEvent becomes fabric.util.observe, fabric.util.stopObservingEventfabric.util.stopObserving, and fabric.util.fireEventfabric.util.fire. These could still serve as a generic pub-sub mechanism. Add "mouse:down" event (to be consistent with "mouse:up"). Add "Event inspector" demo page. 2011-06-27 18:25:45 -04:00
kangax
99919e7b94 Add object hovering example to demos. 2011-06-17 14:19:58 -04:00
kangax
1d9247ab3a When cloning canvas (in toDataURL, for example) make sure to clone clipTo (clipping function) property as well. 2011-05-26 09:03:11 -04:00
kangax
dcaee8bf0c Add demo of an animating cross (demonstrating how to create a custom class). 2011-05-24 15:14:40 -04:00
kangax
f37b93e6c1 Add /demos with ladybug example. 2011-05-22 10:00:05 -04:00