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 06:12:34 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
91e8a3b652
paper.js
/
src
/
path
History
Jürg Lehni
91e8a3b652
Update Bootstrap to fix issues with beans (requiring definition of setter when getter is redefined in sub-class), and remove setBounds in PathItem that was introduced for that reason.
2011-02-14 10:28:27 +00:00
..
Path.js
Cleanup Path constructors by using simple constructor functions instead of Base.extend() classes, use Path.Oval for Path.Circle and optimise Path.Oval through ovalSegments array with real segments (no use to call Segment.read each time).
2011-02-14 02:05:54 +00:00
PathItem.js
Update Bootstrap to fix issues with beans (requiring definition of setter when getter is redefined in sub-class), and remove setBounds in PathItem that was introduced for that reason.
2011-02-14 10:28:27 +00:00
Segment.js
Add optional index argument to static read() functions, so points, rectangle, sizes and segments can be read from any index in the arguments array.
2011-02-13 18:15:55 +00:00