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-04 03:45:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
caa6e8f88e
paper.js
/
src
History
Jürg Lehni
caa6e8f88e
Add comment about necessity to write more comments (nudge nudge, wink wink).
2011-02-28 20:23:03 +01:00
..
basic
Fix odd issue of Rasters rotating the wrong way, which seems to be caused by Canvas not using the same Matrix orientation as Paper.js (scaleX (m00) and scaleY (m11) need to be flipped).
2011-02-28 20:15:40 +01:00
color
Fix RGBColor#setGray.
2011-02-24 12:58:16 +01:00
document
Doc: Change comment about using canvas.width = canvas.width instead of context.clearRect.
2011-02-26 14:38:50 +01:00
item
Add comment about necessity to write more comments (nudge nudge, wink wink).
2011-02-28 20:23:03 +01:00
path
Path: After calling Path#add(segment), return the added segment. Add todo to Path#insert.
2011-02-27 15:50:41 +01:00
tool
Tool: Fix issue with onMouseMove being called while the user is dragging the mouse.
2011-02-26 13:00:55 +01:00
util
Merge remote-tracking branch 'origin/master'
2011-02-26 17:27:12 +01:00
Paper.js
Reformating code to follow Scriptotgrapher coding conventions.
2011-02-13 16:26:24 +00:00