paper.js/src
Jürg Lehni 51ec3325e3 Remove the need to store winding samples in array and sort.
Calculating the average winding value instead yields the same results.
2015-01-03 11:25:10 +01:00
..
basic Use EPSILON instead of TOLERANCE in Point#isColinear() and #isOrthogonal() 2015-01-02 23:48:34 +01:00
canvas Fix formatting issues. 2014-10-08 15:52:41 +02:00
core Remove legay.js since we're about to hit 2015. 2014-12-26 06:21:56 +01:00
docs Fix formatting issues. 2014-10-08 15:52:41 +02:00
dom Remove all Palette and Component related code, as it is separated into its own project. 2014-10-08 17:43:03 +02:00
event Rename ui folder to event. 2014-10-08 18:32:55 +02:00
item Have SVGImport respect the current PaperScope's applyMatrix setting. 2015-01-02 14:19:17 +01:00
net Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
path Remove the need to store winding samples in array and sort. 2015-01-03 11:25:10 +01:00
project Improve insertion handling for Item and Layer so insertAbove() / insertBelow() works for Layers too. 2014-12-29 23:16:13 +01:00
style Do not create entries in Style#_values for default values. 2014-12-28 18:03:41 +01:00
svg Have SVGImport respect the current PaperScope's applyMatrix setting. 2015-01-02 14:19:17 +01:00
text Fix issue where cloned TextItems get always inserted into the scene graph. 2014-12-28 19:43:38 +01:00
tool Return emitter in #on(), #off(), #once(), so calls can be chained. 2014-11-18 14:56:55 -08:00
util Do not offset bounds in cubic solver by MACHINE_EPSILON, as this is how comparisons are performed with values offset by tolerances elsewhere in the library. 2015-01-02 23:14:19 +01:00
view Fix size issue on non-resizable HiDPI canvases. 2015-01-02 14:38:06 +01:00
constants.js Fix some whitespaces. 2014-08-16 19:18:36 +02:00
export.js Do not export internal Http module. 2014-10-08 15:58:11 +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.21 2014-11-22 19:23:35 -08:00
paper.js Remove legay.js since we're about to hit 2015. 2014-12-26 06:21:56 +01:00