fabric.js/src/util
2012-06-23 19:28:53 +02:00
..
anim_ease.js Debug and test remaining equations. 2012-04-24 17:35:53 -03:00
dom_event.js Fix double tap issue in iOS. Closes #146. 2012-06-01 01:42:11 +04:00
dom_misc.js Add fabric.util.makeElementSelectable (the opposite of makeElementUnselectable). 2011-11-08 12:35:20 -05:00
dom_request.js More documentation. 2010-10-15 12:55:53 -04:00
dom_style.js Fabric can now run under node.js 2011-08-11 15:18:18 -04:00
lang_array.js Closes #52. Fix initialization of fabric.Group with undefined "paths". 2011-09-20 14:25:25 -04:00
lang_class.js Fix subclassing mechanism to work correctly with 2+ level deep inheritance. Closes #134. Closes #141. 2012-06-07 16:24:44 +02:00
lang_function.js Closes #47. More conforming Function.prototype.bind. 2011-08-29 12:09:32 -04:00
lang_object.js [BACK_INCOMPAT] Custom fabric build is now created with node.js and is much more flexible. Sprockets is no longer required to build fabric. Parser and node are now optional modules, which means that parseSVGDocument is no longer included in default fabric build. 2011-08-14 17:35:36 -04:00
lang_string.js XML entities should be escaped globally! 2012-06-07 15:24:00 +02:00
misc.js Add fabric.util.groupSVGElements for creating fabric.<Element> or fabric.PathGroup out of a group of elements. 2012-06-23 19:28:53 +02:00