paper.js/src
2011-05-21 12:06:37 +02:00
..
basic Restructure #initialize() in basic types to use direct arguments checking more than arguments.length. 2011-05-19 20:37:04 +01:00
browser Use Date.now() as all supported browsers have it. 2011-05-14 17:23:17 +01:00
color Gradient#equals: also check gradient type. 2011-05-21 12:06:37 +02:00
core Remove unused variable. 2011-05-20 14:08:04 +01:00
item Found a clean way for Layer#initialize() to call this.base() too, without implicitely calling paper.project.activeLayer.appendTop. 2011-05-21 01:05:22 +01:00
path Use new internal Item#_clone() to improve Path#clone() and PointText#clone(). 2011-05-20 08:54:44 +01:00
project Found a clean way for Layer#initialize() to call this.base() too, without implicitely calling paper.project.activeLayer.appendTop. 2011-05-21 01:05:22 +01:00
text Make PointText#matrix 'private' by renaming to _matrix. 2011-05-20 22:03:16 +02:00
tool Rename Document -> Project, DocumentView -> ProjectView, paper.document -> paper.project and paper.documents -> paper.projects, to avoid name clashing with window.document. 2011-05-16 13:33:15 +01:00
ui Change method sequence a bit. 2011-05-17 13:43:45 +01:00
util Move PaperScript.js to core. 2011-05-14 17:22:49 +01:00
load.js Tests: add item cloning tests. 2011-05-20 19:40:07 +02:00
paper.js Remove deleted files from load.js and paper.js. 2011-05-19 20:28:45 +01:00