paper.js/src
2013-11-26 17:32:52 +01:00
..
basic Some minor code clean up and variable renaming. 2013-11-01 17:55:06 +01:00
canvas We need to take pixel ratio into account when directly blitting blend-modes onto canvas. 2013-11-06 13:11:54 +01:00
core Rename Ast -> AST 2013-11-25 19:34:39 +01:00
docs Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00
dom Keep the native animation loop running as long as there are unprocessed callbacks. 2013-11-02 20:26:06 +01:00
item Define Project#isEmpty() 2013-11-24 22:53:41 +01:00
net Implement #importSVG() from external URL. 2013-11-02 21:17:11 +01:00
path Clean up smooth() code. 2013-11-26 17:32:52 +01:00
project Define Project#isEmpty() 2013-11-24 22:53:41 +01:00
style Handle RGB alpha correctly. 2013-11-24 00:29:13 +01:00
svg Fix issues with importing full SVG documents where default styles would not be detected. 2013-11-03 13:20:51 +01:00
text Clear ctx.shadowColor after ctx.fill() to avoid application to both fill and stroke. 2013-10-30 00:00:04 +01:00
tool Clean up documentation for event handler functions on View and Tool. 2013-10-30 15:38:08 +01:00
ui Fix recently introduced issue with Node.js 2013-11-26 17:32:41 +01:00
util Update Numerical.solveQuadratic() / solveCubic() to optionally filter results to be in a given range. 2013-10-18 13:52:01 +02:00
constants.js Remove SVG constants, as we don't use them anymore. 2013-03-02 08:11:47 -08:00
export.js Export Http so the separate PaperScript scope can reach it. 2013-11-06 02:22:24 +01:00
load.js Switch from options.browser and options.node to options.environment 2013-10-10 23:09:00 +02:00
options.js Implement proper support for HiDPI screens. 2013-11-06 11:54:05 +01:00
paper.js Implement #importSVG() from external URL. 2013-11-02 21:17:11 +01:00