Skip to content

Commit

Permalink
feat(All tools, optional.): SVG cursors for all tools, and a simple c…
Browse files Browse the repository at this point in the history
…lass & api to make new cursors.

You can now enable cursors by setting {showSVGCursors: true} in the cornerstoneTools.init()
configuration. These replace the default mouse cursor.
  • Loading branch information
James Petts committed Apr 2, 2019
1 parent 8544854 commit bdca917
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tools/cursors/MouseCursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { modules } from '../../store/index.js';
const cursorModule = modules.cursor;

/*
MACROS:
The following keys will have the appropriate value injected when
MACROS - The following keys will have the appropriate value injected when
an SVG is requested:
- ACTIVE_COLOR => options.activeColor || toolColors.getActiveColor();
Expand Down

0 comments on commit bdca917

Please sign in to comment.