paper.js/src
2014-09-27 13:11:42 +02:00
..
basic Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
canvas Remove various double white-spaces. 2014-08-25 12:49:14 +02:00
core Correctly match variables to be exposed at the beginning of PaperScripts. 2014-08-25 14:21:13 +02:00
docs Remove trailing white spaces and ensure newlines at the end. 2014-04-06 13:48:03 +02:00
dom Remove various double white-spaces. 2014-08-25 12:49:14 +02:00
item Implement Item#parentToLocal() and #localToParent() 2014-09-25 17:53:08 +02:00
net Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
path Allow 'false' as well as 'off' for hidpi attribute, since that's what's in use for other attributes as well. 2014-09-26 18:03:37 +02:00
project Bring back support for paper.setup('id') again, and document it properly. 2014-08-20 16:53:31 +02:00
style Support Point argument reading for Style#shadowOffset. 2014-09-19 18:43:00 +02:00
svg Avoid error when SVG path data does not contain any 'm' commands. 2014-09-22 17:44:15 +02:00
text Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
tool Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
ui Allow 'false' as well as 'off' for hidpi attribute, since that's what's in use for other attributes as well. 2014-09-26 18:03:37 +02:00
util Define abscissas and weights for higher values of n in Gauss-Legendre numerical integration. 2014-09-27 13:11:42 +02:00
constants.js Fix some whitespaces. 2014-08-16 19:18:36 +02:00
export.js Do not check typeof module.exports === 'object', since it will be the Base constructor function after straps.js is included. 2014-09-25 16:46:34 +02:00
legacy.js Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
load.js Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
options.js Bump version to v0.9.20 2014-08-25 14:48:05 +02:00
paper.js Rename PathFlattener to PathIterator and include the class in exports. 2014-09-10 02:20:00 +02:00