This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
paper.js
Watch
1
Star
0
Fork
You've already forked paper.js
0
mirror of
https://github.com/scratchfoundation/paper.js.git
synced
2025-01-09 22:32:48 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7867a46c35
paper.js
/
src
/
basic
History
Jonathan Puckey
bd59e48682
Fix problem with Point constructor when passed { angle: 0, length: n }, by checking for undefined.
2011-04-12 13:48:44 +02:00
..
Line.js
Hide Curve#getLength() parameters from Bootstrap so it injects bean too.
2011-03-08 17:31:36 +00:00
Matrix.js
Clean up recently caused Base.read() mess by introducing _readNull property,m setting it to true on Color and reverting to previous behavior for Point, Size and Rectangle, where dimensions of 0 are read by default if nothing is provided.
2011-03-13 18:31:00 +01:00
Point.js
Fix problem with Point constructor when passed { angle: 0, length: n }, by checking for undefined.
2011-04-12 13:48:44 +02:00
Rectangle.js
Rename ObservedRectangle to LinkedRectangle, ObservedPoint to LinkedPoint, and add more comments about what it is they are doing.
2011-03-22 17:27:46 +00:00
Size.js
Clean up recently caused Base.read() mess by introducing _readNull property,m setting it to true on Color and reverting to previous behavior for Point, Size and Rectangle, where dimensions of 0 are read by default if nothing is provided.
2011-03-13 18:31:00 +01:00