paper.js/src
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