-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed mouse cursor for FreeHandRoi tool and make it draggable (#338)
* fixed mouse cursor for FreeHandRoi tool * Update docs * fixed handles color and radius * Update docs * config handle radius in freehandRoi * Update docs * fixed poly feature freehandRoiTool TODO: check movement handles check movement Roi * Update docs * test Edit Modify * fixed movement handles * Update docs * translation implemented and fixed * build+ docs + fixes * Update docs * adapted to touch * Update docs * Update docs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bbfc2f7
commit f9352ff
Showing
9 changed files
with
401 additions
and
108 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,6 @@ | |
</pre> | ||
</div> | ||
</div> | ||
|
||
<script src="./larvitar.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script> | ||
<script | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.