fabric.js/test
2011-06-27 18:25:45 -04:00
..
benchmarks Use set with object in tests (rather than chaining it). 2011-06-14 10:11:25 -04:00
demo 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
fixtures Fix leaking of one element's attribute values onto another (following) element during SVG parsing. 2011-04-29 16:44:49 -04:00
fonts Add few sample fonts and cufon.js (which is a dependency for fabric.Text). 2010-10-15 00:56:54 -04:00
functional Various IE fixes (most of the demo pages now function). 2010-08-27 12:27:49 -04:00
lib Change copyright to include development start date. Remove old, unused files from /test/lib. 2010-07-26 16:35:58 -04:00
raphael_vs_fabric Disable profiling on test page which seems to throw IE9 off. 2011-02-11 01:08:28 -05:00
unit 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
W3C_SVG_12_TinyTestSuite_beta Add W3C SVG 1.2 Tiny test suite 2010-06-10 11:14:53 -04:00
free_drawing_test.html Various IE fixes (most of the demo pages now function). 2010-08-27 12:27:49 -04:00