Skip to content

Releases: pearcetm/osd-paperjs-annotation

v0.4.12

14 Jul 17:47
Compare
Choose a tag to compare
v0.4.12 Pre-release
Pre-release

Add BrushTool.autoSimplify()
Apply patch for paper.js boolean operations.

v0.4.11

11 Jul 19:06
Compare
Choose a tag to compare
v0.4.11 Pre-release
Pre-release

Update wand tool now that paperjs boolean operations have been patched.

v0.4.10

11 Jul 17:28
Compare
Choose a tag to compare
v0.4.10 Pre-release
Pre-release

Fixes additional bugs due to floating point precision within paper.js code

v0.4.9

09 Jul 15:08
Compare
Choose a tag to compare
v0.4.9 Pre-release
Pre-release

Update the max coordinate values for performing boolean calculations.

v0.4.8

03 Jul 16:19
Compare
Choose a tag to compare
v0.4.8 Pre-release
Pre-release

This release adds a fix for paper.js boolean operations (e.g. unite, intersect, subtract) that occur when coordinate values are large (>= 2^14 i.e. 16384) due to floating point rounding of the necessary epsilon values for performing the calculations.

v0.4.7

29 Jun 20:03
Compare
Choose a tag to compare
v0.4.7 Pre-release
Pre-release

Adds check to wand tool before merging the new shape with the old, to make sure the areas are adding up correctly (since sometimes with complicated shapes the boolean operations in paperjs don't work correctly).

v0.4.6

19 May 22:48
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

Load userdata from geojson properties into paper items data.userdata field.

v0.4.5

13 May 15:04
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

Fixes a bug in the wand tool when bounding elements are used.

v0.4.4

08 May 20:45
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

Fire update-scale event as part of resizing, not on accessing the scaleFactor property.

v0.4.3

07 May 23:47
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Bugfix related to behavior on resizing the viewer