paper.js/src
2015-12-30 21:55:17 +01:00
..
basic Make handling of points on infinite lines in Line.getSide() more clear. 2015-10-21 10:00:11 +02:00
canvas Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
core Streamline mouse event handling between View and Item. 2015-10-17 18:13:00 +02: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 Minor code clean-up. 2015-12-30 21:55:17 +01:00
item Fix a few edge cases in cloning and copying of attributes. 2015-12-30 21:55:17 +01: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 Fix a few edge cases in cloning and copying of attributes. 2015-12-30 21:55:17 +01:00
project Some code clean-up. 2015-09-21 10:54:33 -04:00
style Rename #windingRule to #fillRule. 2015-12-30 21:55:17 +01:00
svg Implement support for SVG fill-rule attribute. 2015-12-30 21:55:17 +01:00
text Introduce new Item#copyAttributes() & #copyContent(), and revamp #clone() handling. 2015-12-30 21:55:17 +01:00
tool Fix various JS linting problems. 2015-10-27 23:35:30 +01:00
util Remove unnecessary calculation 2015-12-30 21:52:34 +01:00
view Fix the correct bubbling of doubleclick events. 2015-12-30 21:55:17 +01: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 Release version v0.9.25 2015-10-25 11:24:42 +01:00
paper.js Always include Http object. 2015-08-21 16:38:27 +02:00