paper.js/src/core
Jürg Lehni 6e3cef6eb4 Implement PaperScope#tool accessor.
For better handling of automatic tool creation in PaperScript.
2011-12-27 16:33:17 +01:00
..
Base.js Document Base.hyphenate() 2011-12-10 19:57:18 +01:00
Callback.js Commit beginning of item based mouse events. So far only onMousedown / 'mousedown' is supported. 2011-11-12 23:57:25 +01:00
initialize.js Export classes through PaperScope in dev mode too. 2011-08-01 08:53:07 +01:00
PaperScope.js Implement PaperScope#tool accessor. 2011-12-27 16:33:17 +01:00
PaperScopeItem.js Define PaperScopeItem as a private base class for all classes that have lists and references in the PaperScope (Project, View, Tool), so they can share functionality (#initialize(), #activate(), #remove()), and add support for multiple tools. Closes #27 2011-08-02 10:08:08 +01:00
PaperScript.js Implement PaperScope#tool accessor. 2011-12-27 16:33:17 +01:00