.. |
basic
|
Replace Base.create() calls in favor of faster direct constructors.
|
2013-06-25 09:50:14 -07:00 |
canvas
|
Fix a bug with wrong offsets when rendering nested clips and blend-modes.
|
2013-06-18 12:35:57 -07:00 |
core
|
Use direct constructor instead of #initialize().
|
2013-06-25 09:56:34 -07:00 |
docs
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08:00 |
dom
|
Move PaperScript.get/setAttribute() to PaperScope.
|
2013-06-24 04:23:34 -07:00 |
item
|
Remove static create() methods from LinkedPoint/Size/Rectangle, and give them initialize() methods instead that also name the classes in debugging.
|
2013-06-25 09:41:55 -07:00 |
node
|
Improve Node.js XMLSerializer workaround for lowercased tagNames.
|
2013-06-11 14:39:34 -07:00 |
path
|
Use faster direct Curve constructor instead of Base.create().
|
2013-06-25 09:58:18 -07:00 |
project
|
Bring back _class names, since code minification breaks reliance on constructor.name.
|
2013-06-23 20:18:32 -07:00 |
style
|
Remove need for all special arguments in minification, and restructure code to avoid warnings.
|
2013-06-24 10:15:54 -07:00 |
svg
|
Remove need for all special arguments in minification, and restructure code to avoid warnings.
|
2013-06-24 10:15:54 -07:00 |
text
|
Remove static create() methods from LinkedPoint/Size/Rectangle, and give them initialize() methods instead that also name the classes in debugging.
|
2013-06-25 09:41:55 -07:00 |
tool
|
Bring back _class names, since code minification breaks reliance on constructor.name.
|
2013-06-23 20:18:32 -07:00 |
ui
|
Remove static create() methods from LinkedPoint/Size/Rectangle, and give them initialize() methods instead that also name the classes in debugging.
|
2013-06-25 09:41:55 -07:00 |
util
|
Improve and clean up fat-line bug fix.
|
2013-06-13 15:53:28 -07:00 |
constants.js
|
Remove SVG constants, as we don't use them anymore.
|
2013-03-02 08:11:47 -08:00 |
export.js
|
Move define() statement to export.js and remove define hack in PaperScript.
|
2013-06-24 04:40:35 -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
|
Make inclusion of PaperScript optional and build a core version of the library without it.
|
2013-06-24 04:49:45 -07:00 |
paper.js
|
Update copyright note about straps.js
|
2013-06-24 09:12:45 -07:00 |