paper.js/src
2017-03-01 09:39:44 +01:00
..
basic Fix Line#getSide() imprecisions when points are on the line. 2017-02-22 17:41:51 +01:00
canvas Fix typo in error message. 2016-09-22 10:42:47 -04:00
core PaperScript: Prevent invalid JavaScript in assignment operators. 2016-11-20 21:12:02 -05:00
docs Update JSDoc and do some documentation spring-cleaning. 2015-12-30 21:55:19 +01:00
dom Improve handling of view updates and detection of invisible documents. 2016-02-09 09:59:19 +01:00
event Added missing apostrophe. 2016-12-01 21:45:38 -05:00
item Docs: Improve description of option.class value in #hitTest() 2017-02-15 16:11:33 +01:00
net Loosely couple Node.js code to canvas module. 2016-07-12 19:11:09 +02:00
node Fix typo. 2016-12-31 06:50:08 +01:00
path Set curve time to 1 for curves completely right or left of point for better performance. Note that we cannot set the time to 0, because this would invoke special handling for crossing at the curve's start point. 2017-03-01 09:39:44 +01:00
style Support multiple gradient offsets at 0 2017-01-24 18:14:56 -05:00
svg Support multiple gradient offsets at 0 2017-01-24 18:14:56 -05:00
text Implement new and shorter segments array notation. 2016-07-19 13:08:21 +02:00
tool Implement an efficient mechanism to prioritize key in Item#set() 2016-07-25 23:17:45 +02:00
util Remove Numerical.TOLERANCE 2017-01-16 17:48:26 +01:00
view Clean up comments. 2016-12-31 13:32:59 +01:00
constants.js Fix #769: Implement Item#selection flags to separate selection from item and bounds. 2016-03-17 13:02:26 +01:00
export.js Loosely couple Node.js code to canvas module. 2016-07-12 19:11:09 +02:00
init.js Loosely couple Node.js code to canvas module. 2016-07-12 19:11:09 +02:00
load.js Implement support for web-workers. 2016-02-02 17:30:38 +01:00
options.js Release version 0.10.2 2016-07-09 21:04:37 +02:00
paper.js Rename PathIterator back to PathFlattener. 2016-07-27 14:18:01 +02:00