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