Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Version 0.5.1

Compare
Choose a tag to compare
@rsimon rsimon released this 16 Feb 17:19
· 21 commits to main since this release

Bugfix release

Fixes interference of the multipolygon tool with the freehand path tool

While we're still testing, the multipolygon tool remains excluded from the default toolset. (Also, there is no icon for it yet in the toolbar plugin.) If you want to use the multipolygon tool, you need to explicitely enable it via the config:

Annotorious.SelectorPack(anno, {
  tools: ['point', 'circle', 'ellipse', 'freehand', 'multipolygon']
});