paper.js/src
Jürg Lehni 2366e03265 Implement getItems(function() {}).
As requested in #751.
2015-08-19 01:04:47 +02:00
..
basic code minifier 2015-06-23 13:09:48 +09:00
canvas Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
core Fixed typo in word 'async' 2015-08-05 11:46:54 +03:00
docs Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
dom Update to use jsdom v4 (document.defaultView vs. document.parentWindow). 2015-02-26 16:56:26 -10:00
event Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
item Implement getItems(function() {}). 2015-08-19 01:04:47 +02:00
net It was possible for loadAll to execute paperscript source in a different order from the order the script tags appear in the HTML. This is due to the script source being retrieved asynchronously in loadScript in the call to Http.request. This fix retrieves paperscript source synchronously unless the HTML5 async attribute is included on the script element. 2015-04-18 10:23:44 -04:00
path Use better epsilon values in Numerical.solveQuadratic() and solveCubic() 2015-08-18 23:47:28 +02:00
project Implement getItems(function() {}). 2015-08-19 01:04:47 +02:00
style Bring back private UIDs for Color. 2015-06-16 18:12:40 +02:00
svg Various changes on #isLinear(), #hasHandles() & co 2015-08-17 14:31:23 +02:00
text Correctly clone all attributes in Shape#toPath() and Path#toShape() 2015-06-16 14:30:40 +02:00
tool code minifier 2015-06-23 13:09:48 +09:00
util Use better epsilon values in Numerical.solveQuadratic() and solveCubic() 2015-08-18 23:47:28 +02:00
view A whole lot of documentation clean-up. 2015-06-16 17:50:37 +02:00
constants.js Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
export.js Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
load.js Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
options.js Bump version to v0.9.23 2015-06-23 17:03:39 +02:00
paper.js Implement unique ids, and fix issue with Base.deserialize() 2015-05-11 19:39:39 +02:00