From 7bc9b45853e55a678c50772d6f4e885c9de3d650 Mon Sep 17 00:00:00 2001 From: Romulo Bordezani Date: Tue, 16 Jul 2019 23:41:41 -0300 Subject: [PATCH] feat(svfCursorsSupport): enable CornerstoneTools SVG Icons on OHIF Viewer (#659) (#672) - Fixes the issue 659. --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index caf5072c0..b7374d804 100644 --- a/src/App.js +++ b/src/App.js @@ -41,6 +41,7 @@ import store from './store'; // ~~~~ APP SETUP initCornerstoneTools({ globalToolSyncEnabled: true, + showSVGCursors: true, }); const commandsManagerConfig = {