paper.js/src
Jürg Lehni 1f98d72c5b Switch HiDPI on by default.
Allow deactivation by setting the hidpi attribute to "off" on the canvas.
2013-11-06 15:32:08 +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 Export Http so the separate PaperScript scope can reach it. 2013-11-06 02:22:24 +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 We need to take pixel ratio into account when directly blitting blend-modes onto canvas. 2013-11-06 13:11:54 +01:00
net Implement #importSVG() from external URL. 2013-11-02 21:17:11 +01:00
path Remove ctx.currentPath caching again, since it has the current affine transformation factored in and is thus useless to us. 2013-11-06 12:53:10 +01:00
project We need to take pixel ratio into account when directly blitting blend-modes onto canvas. 2013-11-06 13:11:54 +01:00
style Clean up white-space. 2013-10-31 12:17:34 +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 Switch HiDPI on by default. 2013-11-06 15:32:08 +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