paper.js/src
2013-11-01 19:00:37 +01:00
..
basic Some minor code clean up and variable renaming. 2013-11-01 17:55:06 +01:00
canvas Include new, improved point in path algorithm based on winding number. 2013-10-18 14:22:59 +02:00
core Define PaperScope#paper as a reference to the local scope. 2013-11-01 11:46:31 +01:00
docs Update copyright information comments, and year. 2013-01-28 18:03:27 -08:00
dom Optimise DomElement.getPrefixValue() 2013-10-10 16:40:46 +02:00
item Define Item#clear() as an alias for Item#removeChildren(), or Path#removeSegments() for paths. 2013-11-01 17:52:27 +01:00
path Fix SVG parsing issues with multiple concatenated coordinate values 2013-11-01 17:56:16 +01:00
project Add options.matchShapes support to #exportSVG and improve documentation of various import / export functions. 2013-10-30 16:18:59 +01:00
style Clean up white-space. 2013-10-31 12:17:34 +01:00
svg Make sure that the default SVG settings are not lost on import. 2013-11-01 19:00:37 +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 Clean up documentation for event handler functions on View and Tool. 2013-10-30 15:38: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 Switch from options.browser and options.node to options.environment 2013-10-10 23:09:00 +02:00
load.js Switch from options.browser and options.node to options.environment 2013-10-10 23:09:00 +02:00
options.js Make Palette code optional and only include id in paper-full.js 2013-10-29 21:56:00 +01:00
paper.js Make Palette code optional and only include id in paper-full.js 2013-10-29 21:56:00 +01:00