paper.js/src
2013-06-09 18:03:19 +05:30
..
basic Minor code clean ups. 2013-06-02 16:18:40 -07:00
canvas Remove all create() constructors for basic types since new constructors are now faster. 2013-05-27 23:57:31 -07:00
core Properly fix exporting of classes into Base.exports. 2013-06-02 16:17:54 -07:00
docs Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00
dom Remove all create() constructors for basic types since new constructors are now faster. 2013-05-27 23:57:31 -07:00
item Reset transformation matrix when blitting off-screen canvas. 2013-05-29 13:52:47 -07:00
node Minor code clean ups. 2013-06-02 16:18:40 -07:00
path Merge branch 'master' of https://github.com/paperjs/paper.js 2013-05-29 19:09:07 +02:00
project Explain compact = true in Project#_serialize() 2013-05-28 07:57:35 -07:00
style Implement a better way to name and export class constructors. 2013-05-27 12:48:58 -07:00
svg Fix regression in importing SVG viewBox. 2013-06-08 13:44:50 -07:00
text Remove all create() constructors for basic types since new constructors are now faster. 2013-05-27 23:57:31 -07:00
tool Implement a better way to name and export class constructors. 2013-05-27 12:48:58 -07:00
ui Rename options.server to options.node 2013-05-28 00:01:55 -07:00
util Handle exporting of Numerical and PaperScript in export.js 2013-05-27 18:28:35 -07:00
constants.js Remove SVG constants, as we don't use them anymore. 2013-03-02 08:11:47 -08:00
export.js Properly fix exporting of classes into Base.exports. 2013-06-02 16:17:54 -07:00
load.js Share one options.js file describing Paper.js options for Node.js, build.sh and the dev version. 2013-05-27 15:11:32 -07:00
options.js Share one options.js file describing Paper.js options for Node.js, build.sh and the dev version. 2013-05-27 15:11:32 -07:00
paper.js Handle exporting of Numerical and PaperScript in export.js 2013-05-27 18:28:35 -07:00