-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support any number of points in SelectionTool
This adds a capability to define selections that need different number of points: 1. Can specify minimum number of points 2. Can specify maximum number of points, can be -1 for no limit 3. When number of points is at least minimum - set status boolean - end selection on enter/return key press - pointer down on same position sets last point (within maxMovement) Also make SVG selections compatible using new type, add SvgPolyline and use in new story
- Loading branch information
1 parent
1d86771
commit e09002d
Showing
10 changed files
with
273 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.