feat(svfCursorsSupport): enable CornerstoneTools SVG Icons on OHIF Viewer (#659) (#672)

- Fixes the issue 659.
This commit is contained in:
Romulo Bordezani 2019-07-16 23:41:41 -03:00 committed by Danny Brown
parent 5bd3af0cca
commit 7bc9b45853

View File

@ -41,6 +41,7 @@ import store from './store';
// ~~~~ APP SETUP // ~~~~ APP SETUP
initCornerstoneTools({ initCornerstoneTools({
globalToolSyncEnabled: true, globalToolSyncEnabled: true,
showSVGCursors: true,
}); });
const commandsManagerConfig = { const commandsManagerConfig = {