paper.js/src/core
2012-12-30 18:24:33 +01:00
..
Base.js Define mechanism for flexible reading of named arguments through Base.readNamed() and Base.hasNamed(), and use it to implement property object literal versions of Path.Constructor code. 2012-12-30 18:24:33 +01:00
Callback.js Remove all PORT comments, since we won't port back features to Scriptographer. 2012-12-25 16:07:48 +01:00
initialize.js Export classes through PaperScope in dev mode too. 2011-08-01 08:53:07 +01:00
PaperScope.js Handle case where no project is created through execution errors. 2012-11-21 10:38:54 -08:00
PaperScopeItem.js Implement onActivate() onDeactivate() handlers on Tool, and remove onSelect() / onDeselect() which never worked. 2012-11-07 01:02:09 -08:00
PaperScript.js Change Base.isObject() to also check for instances of plain Base objects, and rename it to Base.isPlainObject(). 2012-12-30 17:30:13 +01:00