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-01 02:38:43 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c89d04dca6
paper.js
/
src
History
Jürg Lehni
c89d04dca6
Optimise Path#getBounds() by not relying on Point#add() but instead doing the calculations in direct math in the per-coordinate loop.
2011-02-20 02:05:40 +01:00
..
basic
Pass ctor.dont to all constructor calls that are followed with explicit initialize() calls afterwards, to make sure it is only called once.
2011-02-20 01:45:53 +01:00
color
Pass ctor.dont to all constructor calls that are followed with explicit initialize() calls afterwards, to make sure it is only called once.
2011-02-20 01:45:53 +01:00
document
Implement PathStyle and Document#currentStyle.
2011-02-16 22:09:51 +01:00
item
Group: remove unneeded ctx commands.
2011-02-19 18:10:26 +01:00
path
Optimise Path#getBounds() by not relying on Point#add() but instead doing the calculations in direct math in the per-coordinate loop.
2011-02-20 02:05:40 +01:00
tool
Use dragstart event instead of mousedown, to go with drag and dragend.
2011-02-15 22:32:05 +00:00
Paper.js
Reformating code to follow Scriptotgrapher coding conventions.
2011-02-13 16:26:24 +00:00