paper.js/src
2011-05-17 13:14:04 +01:00
..
basic 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
browser Use Date.now() as all supported browsers have it. 2011-05-14 17:23:17 +01:00
color Gradient#setStops: improve checking for array. 2011-05-16 15:46:25 +02:00
core Define Base.initialize() as a general purpose way to initialize a newly created object with values from a provided object and default values from another, in case they are not provided. 2011-05-17 13:12:19 +01:00
item Fix error in Item#removeChildren(). 2011-05-17 13:09:10 +01:00
path Add comment about #clockwise magic happening in #append*() methods. 2011-05-16 20:17:14 +01:00
project Change the way associated PathStyles are created and updated. 2011-05-16 19:21:36 +01:00
text Use same modification in static create() method of ParagraphStyle and CharacterStyle as was used in PathStyle. 2011-05-17 13:14:04 +01: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 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
util Move PaperScript.js to core. 2011-05-14 17:22:49 +01:00
load.js Implement basic version of TextItem, PointText, CharacterStyle & ParagraphStyle. 2011-05-16 15:15:47 +02:00
paper.js Remove reference to inexisting Request.js file. 2011-05-16 16:57:52 +01:00