paper.js/src
Jürg Lehni 1f03b00f99 Remove handling of converged fat-line, as it causes issues.
Example 23 in #784 was caused by this, and the code's removal has not produced any new issues, while it solved 6 issues in @iconexperience's test suite.

Closes #795
2015-10-05 17:20:56 +02:00
..
basic Optimize various isCollinear() and isOrthogonal() methods. 2015-10-03 17:42:52 -04:00
canvas Merge branch 'refs/heads/master' into solve-cubic 2015-01-02 15:33:23 +01:00
core Fix typo. 2015-09-06 15:30:38 +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 Handle missing keyup events for keys pressed while Command key is down on Mac. 2015-08-21 13:56:44 +02:00
item Give PathItem#getIntersections() a way to filter found intersections right away. 2015-09-21 10:41:59 -04: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 Remove handling of converged fat-line, as it causes issues. 2015-10-05 17:20:56 +02:00
project Some code clean-up. 2015-09-21 10:54:33 -04:00
style Many documentation clean-ups. 2015-09-06 17:20:01 +02:00
svg Introduce new option in SVGExport to not embed images. 2015-08-20 19:34:38 +02:00
text Many documentation clean-ups. 2015-09-06 17:20:01 +02:00
tool Shorten code a bit. 2015-08-21 17:42:33 +02:00
util Address improvements mentioned by @hkrish in #794 2015-10-04 18:36:18 +02:00
view Use same notation for all injection scopes. 2015-09-06 16:48:23 +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 Release version v0.9.24 2015-08-21 16:59:35 +02:00
paper.js Always include Http object. 2015-08-21 16:38:27 +02:00