UNPKG

itk-viewer-reference-ui

Version:
115 lines (79 loc) 1.05 MB
function styleInject(css, ref) { if ( ref === void 0 ) ref = {}; var insertAt = ref.insertAt; if (!css || typeof document === 'undefined') { return; } var head = document.head || document.getElementsByTagName('head')[0]; var style = document.createElement('style'); style.type = 'text/css'; if (insertAt === 'top') { if (head.firstChild) { head.insertBefore(style, head.firstChild); } else { head.appendChild(style); } } else { head.appendChild(style); } if (style.styleSheet) { style.styleSheet.cssText = css; } else { style.appendChild(document.createTextNode(css)); } } var css_248z$1 = ".ItkVtkViewer-module_loading__1taC- {\n border: 16px solid #f3f3f3; /* Light grey */\n border-top: 16px solid #3498db; /* Blue */\n border-radius: 50%;\n width: 120px;\n height: 120px;\n position: absolute;\n left: calc(50% - 60px);\n top: calc(50% - 60px);\n -webkit-animation: ItkVtkViewer-module_spin__2C36h 2s linear infinite;\n animation: ItkVtkViewer-module_spin__2C36h 2s linear infinite;\n box-sizing: border-box;\n}\n\n@-webkit-keyframes ItkVtkViewer-module_spin__2C36h {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n}\n\n@keyframes ItkVtkViewer-module_spin__2C36h {\n 0% { transform: rotate(0deg); }\n 100% { transform: rotate(360deg); }\n}\n\n.ItkVtkViewer-module_viewContainer__1k2CP {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n display: flex;\n flex-direction: column;\n background: rgba(128, 128, 128, 0.8);\n}\n\n.ItkVtkViewer-module_uiContainer__3TY8f {\n display: flex;\n align-items: stretch;\n flex-direction: column;\n justify-content: space-between;\n position: absolute;\n top: 5px;\n left: 5px;\n padding: 2px;\n border: 0px;\n box-sizing: border-box;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_uiGroup__2rlqJ {\n background: rgba(128, 128, 128, 0.5);\n border-radius: 4px;\n margin: 2px;\n}\n\n.ItkVtkViewer-module_uiRow__3JE9f {\n display: flex;\n flex-direction: row;\n flex: 1;\n align-items: center;\n justify-content: space-between;\n padding: 5px;\n}\n\n.ItkVtkViewer-module_mainUIRow__21i0y {\n justify-content: space-around;\n max-width: 420px;\n}\n\n.ItkVtkViewer-module_planeUIRow__2QXoq {\n background: rgba(128, 128, 128, 0.5);\n}\n\n.ItkVtkViewer-module_layersUIRow__1kB1p {\n justify-content: space-around;\n max-width: 420px;\n}\n\n.ItkVtkViewer-module_progress__Q2vMx {\n color: white;\n font-size: 200%;\n height: 100vh;\n width: 100vw;\n text-align: center;\n vertical-align: middle;\n line-height: 100vh;\n}\n\n.ItkVtkViewer-module_piecewiseWidget__JGOeO {\n flex: 1;\n background: rgba(255, 255, 255, 0.2);\n border-radius: 3px;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_logo__3ottE {\n position: absolute;\n top: 5px;\n right: 5px;\n height: 2.0em;\n width: 2.0em;\n cursor: pointer;\n z-index: 100;\n}\n\n.ItkVtkViewer-module_fpsMonitor__2VLMW {\n position: absolute;\n top: 5px;\n right: 5px;\n border-radius: 5px;\n background: rgba(255, 255, 255, 0.6);\n cursor: pointer;\n z-index: 101;\n}\n\n[itk-vtk-tooltip] {\n position: relative;\n}\n[itk-vtk-tooltip]::before {\n content: attr(itk-vtk-tooltip-content);\n visibility: hidden;\n position: absolute;\n top: 50%;\n right: calc(100% + 16px);\n width: 400%;\n padding: 4px 6px;\n text-align: center;\n text-transform: none;\n font-size: 0.9em;\n font-family: monospace;\n border-radius: 3px;\n background: rgba(0.9, 0.9, 0.9, 0.95);\n color: white;\n opacity: 0;\n transform: translate(15px, -50%);\n transition-property: all;\n transition-duration: 0.3s;\n transition-timing-function: ease-in-out;\n transition-delay: 0.8s;\n z-index: 1;\n}\n\n[itk-vtk-tooltip]:hover::before {\n opacity: 1;\n visibility: visible;\n transform: translate(0, -50%);\n}\n\n[itk-vtk-tooltip-bottom]::before {\n top: calc(100% + 16px);\n left: 50%;\n right: initial;\n transform: translate(-50%, -15px);\n}\n[itk-vtk-tooltip-bottom]:hover::before {\n transform: translate(-50%, 0)\n}\n[itk-vtk-tooltip-right]::before {\n top: 50%;\n left: calc(100% + 16px);\n right: initial;\n transform: translate(-15px, -50%);\n}\n[itk-vtk-tooltip-right]:hover::before {\n transform: translate(0, -50%);\n}\n\n[itk-vtk-tooltip-top-screenshot]::before {\n top: initial;\n left: 260%;\n right: initial;\n bottom: calc(100% + 8px);\n transform: translate(-50%, 15px);\n}\n[itk-vtk-tooltip-top-screenshot]:hover::before {\n transform: translate(-50%, 0);\n}\n[itk-vtk-tooltip-top-annotations]::before {\n top: initial;\n left: 160%;\n right: initial;\n bottom: calc(100% + 10px);\n transform: translate(-50%, 15px);\n}\n[itk-vtk-tooltip-top-annotations]:hover::before {\n transform: translate(-50%, 0);\n}\n[itk-vtk-tooltip-top-axes]::before {\n top: initial;\n left: 160%;\n right: initial;\n bottom: calc(100% + 10px);\n transform: translate(-50%, 15px);\n}\n[itk-vtk-tooltip-top-axes]:hover::before {\n transform: translate(-50%, 0);\n}\n[itk-vtk-tooltip-top-fullscreen]::before {\n top: initial;\n left: 120%;\n right: initial;\n bottom: calc(100% + 10px);\n transform: translate(-50%, 15px);\n width: 400%;\n}\n[itk-vtk-tooltip-top-fullscreen]:hover::before {\n transform: translate(-50%, 0);\n}\n[itk-vtk-tooltip-top]::before {\n top: initial;\n left: 60%;\n right: initial;\n bottom: calc(100% + 10px);\n transform: translate(-50%, 15px);\n}\n[itk-vtk-tooltip-top]:hover::before {\n transform: translate(-50%, 0);\n}\n[itk-vtk-tooltip-top-fullscreen]::before {\n top: initial;\n left: 120%;\n right: initial;\n bottom: calc(100% + 10px);\n transform: translate(-50%, 15px);\n width: 400%;\n}\n\n.ItkVtkViewer-module_layerEntryCommon__2t0Te {\n flex: 1;\n display: flex;\n flex-direction: row;\n align-items: stretch;\n justify-content: space-between;\n border-style: solid;\n border-width: 2px;\n border-radius: 10%;\n}\n\n.ItkVtkViewer-module_layerEntryBrightBG__2uXvG {\n border-color: #666;\n}\n\n.ItkVtkViewer-module_layerEntryDarkBG__2iaGm {\n border-color: #AAA;\n}\n\n.ItkVtkViewer-module_layerLabelCommon__3-eoJ {\n border: none;\n background: transparent;\n font-size: 1.2em;\n margin-right: 10px;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_layerLabelBrightBG__Rf16e {\n color: black;\n}\n\n.ItkVtkViewer-module_layerLabelDarkBG__2Nus1 {\n color: white;\n}\n\n.ItkVtkViewer-module_visibleButton__1aGbS {\n flex-basis: 2.5em;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_visibleButton__1aGbS img {\n height: 1.2em;\n width: 1.2em;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n}\n\n.ItkVtkViewer-module_layerIcon__3VsIy img {\n height: 1.2em;\n width: 1.2em;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 8px;\n padding-right: 6px;\n}\n\n.ItkVtkViewer-module_tooltipButtonBrightBG__lqsgh::before {\n}\n\n.ItkVtkViewer-module_tooltipButtonDarkBG__2enGR::before {\n filter: invert(100%);\n -webkit-filter: invert(100%);\n}\n\n.ItkVtkViewer-module_invertibleButtonBrightBG__1nSl7 {\n}\n\n.ItkVtkViewer-module_invertibleButtonDarkBG__3uadz {\n filter: invert(100%);\n -webkit-filter: invert(100%);\n}\n\n.ItkVtkViewer-module_collapseUIButton__KyChz {\n height: 1.5em;\n width: 1.5em;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_screenshotButton__kyDu2 {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_screenshotButton__kyDu2 img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_annotationsButton__3ObKg {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_annotationsButton__3ObKg img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_axesButton__2fU4I {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_axesButton__2fU4I img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_fullscreenButton__1Wtn2 {\n flex: 1;\n width: 8m;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_fullscreenButton__1Wtn2 img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_interpolationButton__2MaJQ {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 2px;\n padding-right: 4px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_interpolationButton__2MaJQ img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_cropButton__3i47o {\n flex: 1;\n height: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_cropButton__3i47o img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_resetCropButton__35ZSB {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_resetCropButton__35ZSB img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_distanceEntry__He1Uj {\n flex: 1;\n display: flex;\n flex-direction: row;\n align-items: self-start;\n}\n\n.ItkVtkViewer-module_distanceButton__1nNdH {\n flex: 1;\n height: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_distanceButton__1nNdH img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_distanceLabelCommon__3xD8R {\n border: none;\n background: transparent;\n font-size: 1.2em;\n margin-right: 10px;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_distanceLabelBrightBG__OmOAV {\n color: black;\n}\n\n.ItkVtkViewer-module_distanceLabelDarkBG__3SGn5 {\n color: white;\n}\n\n.ItkVtkViewer-module_distanceInput__16GAm {\n background: transparent;\n color: white;\n font-size: 1.0em;\n width: 80px;\n}\n\n.ItkVtkViewer-module_resetCameraButton__3r5JE {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_resetCameraButton__3r5JE img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_bgColorButton__R-lL4 {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_bgColorButton__R-lL4 img {\n height: 1.2em;\n width: 1.2em;\n}\n\n.ItkVtkViewer-module_viewModeButton__-qR2v {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 6px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_viewModeButton__-qR2v img {\n width: 1.3em;\n height: 1.3em;\n}\n\n.ItkVtkViewer-module_shadowButton__2etit {\n width: 8mm;\n padding: 4px;\n padding-left: 0px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_shadowButton__2etit img {\n width: 1.3em;\n height: 1.3em;\n}\n\n\n.ItkVtkViewer-module_viewPlanesButton__2nRoe {\n flex: 1;\n width: 8mm;\n padding-top: 2px;\n padding-bottom: 2px;\n padding-left: 0px;\n padding-right: 6px;\n cursor: pointer;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_viewPlanesButton__2nRoe img {\n width: 1.3em;\n height: 1.3em;\n}\n\n.ItkVtkViewer-module_toggleInput__3WGQ3 {\n margin: 0px;\n width: 0%;\n opacity: 0;\n box-sizing: content-box;\n}\n\n.ItkVtkViewer-module_toggleButton__15boR {\n cursor: pointer;\n border-radius: 0.2em;\n opacity: 0.45;\n}\n\ninput:checked.ItkVtkViewer-module_toggleInput__3WGQ3 + label {\n opacity: 1.0;\n}\n\n.ItkVtkViewer-module_numberInput__1YDa9 {\n color: white;\n background: transparent;\n font-size: 1.0em;\n padding-left: 2px;\n width: 70px;\n}\n\n.ItkVtkViewer-module_selector__3aoUj {\n display: flex;\n direction: row;\n font-size: 1.2em;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_componentTab__1xAWl {\n position: absolute;\n opacity: 0;\n pointer-events: none;\n}\n\n.ItkVtkViewer-module_disableInterface__1qPy2 {\n pointer-events: none;\n opacity: 0.5;\n}\n\n.ItkVtkViewer-module_componentTab__1xAWl + .ItkVtkViewer-module_compTabLabel__tdSGC {\n background: rgba(40, 40, 40, 0.5);\n padding: 5px;\n margin-right: 2px;\n border-radius: 5px 5px 0px 0px;\n color: #777;\n}\n\n.ItkVtkViewer-module_componentTab__1xAWl:hover + .ItkVtkViewer-module_compTabLabel__tdSGC {\n background: rgba(90, 90, 90, 0.5);\n}\n\n.ItkVtkViewer-module_componentTab__1xAWl:checked + .ItkVtkViewer-module_compTabLabel__tdSGC {\n background: rgba(127, 127, 127, 0.5);\n color: #FFF;\n}\n\n.ItkVtkViewer-module_componentVisibility__qi_an {\n position: relative;\n top: -2px;\n margin-left: 10px;\n}\n\nselect {\n -moz-appearance: none;\n}\n\nselect option {\n color: black;\n}\n\nselect:focus {\n outline: none;\n border: none;\n}\n\n.ItkVtkViewer-module_sampleDistanceButton__2CqjE {\n width: 8mm;\n padding: 4px;\n padding-left: 6px;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_sampleDistanceButton__2CqjE img {\n width: 1.2em;\n height: 1.2em;\n}\n\n.ItkVtkViewer-module_blendModeButton__1_8Yq {\n width: 8mm;\n padding: 4px;\n padding-left: 8px;\n padding-right: 0px;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_blendModeButton__1_8Yq img {\n width: 1.2em;\n height: 1.2em;\n}\n\n.ItkVtkViewer-module_gradientOpacitySlider__71ACT {\n width: 8mm;\n padding: 4px;\n padding-left: 6px;\n padding-right: 0px;\n z-index: 1000;\n}\n\n.ItkVtkViewer-module_gradientOpacitySlider__71ACT img {\n width: 1.2em;\n height: 1.2em;\n}\n\n.ItkVtkViewer-module_sliderEntry__3_rkX {\n flex: 1;\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n\n.ItkVtkViewer-module_slider__152Sh {\n flex: 1;\n min-height: 1rem;\n width: 5px;\n}\n\n.ItkVtkViewer-module_planeLabel__f7DLN {\n padding-left: 6px;\n padding: 2px;\n display: block;\n font-size: 1.1em;\n font-family: monospace;\n color: black;\n border-width: 2px;\n border-radius: 10%;\n}\n\n.ItkVtkViewer-module_xPlaneLabel__3XRid {\n background-color: #ef5350;\n}\n\n.ItkVtkViewer-module_yPlaneLabel__2WxDs {\n background-color: #fdd835;\n}\n\n.ItkVtkViewer-module_zPlaneLabel__2P7dC {\n background-color: #4caf50;\n}\n\n.ItkVtkViewer-module_gradientOpacityScale__2wHvA {\n z-index: 1100;\n position: relative;\n}\n\n.ItkVtkViewer-module_gradientOpacityScale__2wHvA input {\n position: absolute;\n bottom: 20px;\n left: -24px;\n width: 12px;\n -ms-writing-mode: bt-lr;\n writing-mode: bt-lr;\n -webkit-appearance: slider-vertical;\n}\n\n.ItkVtkViewer-module_bigFileDrop__3hTq9 {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n background-color: white;\n background-image: url('./dropBG.jpg');\n background-repeat: no-repeat;\n background-position: center;\n background-size: contain;\n border-radius: 10px;\n width: 50px;\n padding: calc(50vh - 2em) calc(50vw - 25px - 2em);\n}\n\n.ItkVtkViewer-module_fullscreenContainer__3ODK4 {\n position: absolute;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n overflow: hidden;\n background: black;\n margin: 0;\n padding: 0;\n}\n"; var style = {"loading":"ItkVtkViewer-module_loading__1taC-","spin":"ItkVtkViewer-module_spin__2C36h","viewContainer":"ItkVtkViewer-module_viewContainer__1k2CP","uiContainer":"ItkVtkViewer-module_uiContainer__3TY8f","uiGroup":"ItkVtkViewer-module_uiGroup__2rlqJ","uiRow":"ItkVtkViewer-module_uiRow__3JE9f","mainUIRow":"ItkVtkViewer-module_mainUIRow__21i0y ItkVtkViewer-module_uiRow__3JE9f","planeUIRow":"ItkVtkViewer-module_planeUIRow__2QXoq ItkVtkViewer-module_uiRow__3JE9f","layersUIRow":"ItkVtkViewer-module_layersUIRow__1kB1p ItkVtkViewer-module_uiRow__3JE9f","progress":"ItkVtkViewer-module_progress__Q2vMx","piecewiseWidget":"ItkVtkViewer-module_piecewiseWidget__JGOeO","logo":"ItkVtkViewer-module_logo__3ottE","fpsMonitor":"ItkVtkViewer-module_fpsMonitor__2VLMW","layerEntryCommon":"ItkVtkViewer-module_layerEntryCommon__2t0Te","layerEntryBrightBG":"ItkVtkViewer-module_layerEntryBrightBG__2uXvG","layerEntryDarkBG":"ItkVtkViewer-module_layerEntryDarkBG__2iaGm","layerLabelCommon":"ItkVtkViewer-module_layerLabelCommon__3-eoJ","layerLabelBrightBG":"ItkVtkViewer-module_layerLabelBrightBG__Rf16e","layerLabelDarkBG":"ItkVtkViewer-module_layerLabelDarkBG__2Nus1","visibleButton":"ItkVtkViewer-module_visibleButton__1aGbS","layerIcon":"ItkVtkViewer-module_layerIcon__3VsIy","tooltipButtonBrightBG":"ItkVtkViewer-module_tooltipButtonBrightBG__lqsgh","tooltipButtonDarkBG":"ItkVtkViewer-module_tooltipButtonDarkBG__2enGR","invertibleButtonBrightBG":"ItkVtkViewer-module_invertibleButtonBrightBG__1nSl7","invertibleButtonDarkBG":"ItkVtkViewer-module_invertibleButtonDarkBG__3uadz","collapseUIButton":"ItkVtkViewer-module_collapseUIButton__KyChz","screenshotButton":"ItkVtkViewer-module_screenshotButton__kyDu2","annotationsButton":"ItkVtkViewer-module_annotationsButton__3ObKg","axesButton":"ItkVtkViewer-module_axesButton__2fU4I","fullscreenButton":"ItkVtkViewer-module_fullscreenButton__1Wtn2","interpolationButton":"ItkVtkViewer-module_interpolationButton__2MaJQ","cropButton":"ItkVtkViewer-module_cropButton__3i47o","resetCropButton":"ItkVtkViewer-module_resetCropButton__35ZSB","distanceEntry":"ItkVtkViewer-module_distanceEntry__He1Uj","distanceButton":"ItkVtkViewer-module_distanceButton__1nNdH","distanceLabelCommon":"ItkVtkViewer-module_distanceLabelCommon__3xD8R","distanceLabelBrightBG":"ItkVtkViewer-module_distanceLabelBrightBG__OmOAV","distanceLabelDarkBG":"ItkVtkViewer-module_distanceLabelDarkBG__3SGn5","distanceInput":"ItkVtkViewer-module_distanceInput__16GAm","resetCameraButton":"ItkVtkViewer-module_resetCameraButton__3r5JE","bgColorButton":"ItkVtkViewer-module_bgColorButton__R-lL4","viewModeButton":"ItkVtkViewer-module_viewModeButton__-qR2v","shadowButton":"ItkVtkViewer-module_shadowButton__2etit","viewPlanesButton":"ItkVtkViewer-module_viewPlanesButton__2nRoe","toggleInput":"ItkVtkViewer-module_toggleInput__3WGQ3","toggleButton":"ItkVtkViewer-module_toggleButton__15boR","numberInput":"ItkVtkViewer-module_numberInput__1YDa9","selector":"ItkVtkViewer-module_selector__3aoUj","componentTab":"ItkVtkViewer-module_componentTab__1xAWl","disableInterface":"ItkVtkViewer-module_disableInterface__1qPy2","compTabLabel":"ItkVtkViewer-module_compTabLabel__tdSGC","componentVisibility":"ItkVtkViewer-module_componentVisibility__qi_an","sampleDistanceButton":"ItkVtkViewer-module_sampleDistanceButton__2CqjE","blendModeButton":"ItkVtkViewer-module_blendModeButton__1_8Yq","gradientOpacitySlider":"ItkVtkViewer-module_gradientOpacitySlider__71ACT","sliderEntry":"ItkVtkViewer-module_sliderEntry__3_rkX","slider":"ItkVtkViewer-module_slider__152Sh","planeLabel":"ItkVtkViewer-module_planeLabel__f7DLN","xPlaneLabel":"ItkVtkViewer-module_xPlaneLabel__3XRid ItkVtkViewer-module_planeLabel__f7DLN","yPlaneLabel":"ItkVtkViewer-module_yPlaneLabel__2WxDs ItkVtkViewer-module_planeLabel__f7DLN","zPlaneLabel":"ItkVtkViewer-module_zPlaneLabel__2P7dC ItkVtkViewer-module_planeLabel__f7DLN","gradientOpacityScale":"ItkVtkViewer-module_gradientOpacityScale__2wHvA","bigFileDrop":"ItkVtkViewer-module_bigFileDrop__3hTq9","fullscreenContainer":"ItkVtkViewer-module_fullscreenContainer__3ODK4"}; styleInject(css_248z$1); const optimizedSVGDataUri$p = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1664 1536'%3e%3cpath d='M725 431L555 881q33 0 136.5 2t160.5 2q19 0 57-2-87-253-184-452zM0 1536l2-79q23-7 56-12.5t57-10.5 49.5-14.5 44.5-29 31-50.5l237-616L757 0h128q8 14 11 21l205 480q33 78 106 257.5t114 274.5q15 34 58 144.5t72 168.5q20 45 35 57 19 15 88 29.5t84 20.5q6 38 6 57 0 4-.5 13t-.5 13q-63 0-190-8t-191-8q-76 0-215 7t-178 8q0-43 4-78l131-28q1 0 12.5-2.5t15.5-3.5 14.5-4.5 15-6.5 11-8 9-11 2.5-14q0-16-31-96.5t-72-177.5-42-100l-450-2q-26 58-76.5 195.5T382 1361q0 22 14 37.5t43.5 24.5 48.5 13.5 57 8.5 41 4q1 19 1 58 0 9-2 27-58 0-174.5-10T236 1514q-8 0-26.5 4t-21.5 4q-80 14-188 14z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$o = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 41.91699981689453'%3e%3cpath d='M15 24.089V7.375L9 13V7.5L17 0l8 7.5V13l-6-5.625v15.542h16.625l-5.625-6h5.5l7.5 8-7.5 8H30l5.625-6H17.828l-11 11H15l-4 4H0v-11l4-4v8.172l11-11zm6.253 8.361L18.8 37.262v2.655h-1.707v-2.625l-2.346-4.842h1.921l1.195 2.785.17.61h.022l.165-.588 1.252-2.807h1.781zm8.267-10.533h-2.03l-1.308-2.432-.154-.5h-.021l-.175.522-1.314 2.41H22.48l2.42-3.733-2.207-3.734h2.079l1.083 2.239.227.63h.021l.235-.65 1.194-2.219h1.881l-2.235 3.702 2.342 3.765zm-16.48 1H6.96v-.985l3.875-5.095H7.28V15.45h5.76v.955L9.248 21.53h3.792v1.387z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$n = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1763.3333740234375 1792'%3e%3cpath d='M707.333 1440q0 12-10 24l-319 319q-10 9-23 9-12 0-23-9l-320-320q-15-16-7-35 8-20 30-20h192V32q0-14 9-23t23-9h192q14 0 23 9t9 23v1376h192q14 0 23 9t9 23zm1056 128v192q0 14-9 23t-23 9h-832q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h832q14 0 23 9t9 23zm-192-512v192q0 14-9 23t-23 9h-640q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h640q14 0 23 9t9 23zm-192-512v192q0 14-9 23t-23 9h-448q-14 0-23-9t-9-23V544q0-14 9-23t23-9h448q14 0 23 9t9 23zm-192-512v192q0 14-9 23t-23 9h-256q-14 0-23-9t-9-23V32q0-14 9-23t23-9h256q14 0 23 9t9 23z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$m = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1536 1536'%3e%3cpath d='M1283 413L928 768l355 355 144-144q29-31 70-14 39 17 39 59v448q0 26-19 45t-45 19h-448q-42 0-59-40-17-39 14-69l144-144-355-355-355 355 144 144q31 30 14 69-17 40-59 40H64q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l144 144 355-355-355-355-144 144q-19 19-45 19-12 0-24-5-40-17-40-59V64q0-26 19-45T64 0h448q42 0 59 40 17 39-14 69L413 253l355 355 355-355-144-144q-31-30-14-69 17-40 59-40h448q26 0 45 19t19 45v448q0 42-39 59-13 5-25 5-26 0-45-19z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$l = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath d='M16 12h4v4h-4zm-4 4h4v4h-4zm8 0h4v4h-4zm4-4h4v4h-4zM8 12h4v4H8zM32 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM12 30H8v-4h4v4zm8 0h-4v-4h4v4zm8 0h-4v-4h4v4zm4-14h-4v4h4v4h-4v-4h-4v4h-4v-4h-4v4h-4v-4H8v4H4v-4h4v-4H4V4h28v12z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$k = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='13.909765010254631 15.20464974120776 126.4822541859144 128.7097615525036' width='122.48' height='124.71'%3e%3cdefs%3e%3cpath d='M76.43 16.2L130.98 47.58L76.43 75.4L21.89 47.58L76.43 16.2Z' id='bhsnPtSOa'%3e%3c/path%3e%3cpath d='M69.91 140.91L14.91 114.08L15 60L70 87.88L69.91 140.91Z' id='agS5SeOOL'%3e%3c/path%3e%3cpath d='M137.39 113.62L136.4 59.17L82.61 87.3L83.59 140.83L137.39 113.62Z' id='c3paZhyh3s'%3e%3c/path%3e%3c/defs%3e%3cg%3e%3cg%3e%3cuse xlink:href='%23bhsnPtSOa' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23agS5SeOOL' opacity='1' fill='%233384c5' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23c3paZhyh3s' opacity='1' fill='%233384c5' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri$j = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1536'%3e%3cpath d='M640 448q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1024 384v448H256v-192l320-320 160 160 512-512zm96-704H160q-13 0-22.5 9.5T128 160v1216q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5V160q0-13-9.5-22.5T1760 128zm160 32v1216q0 66-47 113t-113 47H160q-66 0-113-47T0 1376V160Q0 94 47 47T160 0h1600q66 0 113 47t47 113z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$i = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='24.474820143884916 11.75539568345329 107.73381294964032 102.35251798561154' width='102.73' height='97.35'%3e%3cdefs%3e%3cpath d='M26.47 13.76L129.21 13.76L129.21 111.11L26.47 111.11L26.47 13.76Z' id='a3ZYhJlju'%3e%3c/path%3e%3clinearGradient id='gradientbexcZGM80' gradientUnits='userSpaceOnUse' x1='27.65' y1='13.76' x2='129.21' y2='111.57'%3e%3cstop style='stop-color: white%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %23010000%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%3e%3cg%3e%3cuse xlink:href='%23a3ZYhJlju' opacity='1' fill='url(%23gradientbexcZGM80)'%3e%3c/use%3e%3cg%3e%3cuse xlink:href='%23a3ZYhJlju' opacity='1' fill-opacity='0' stroke='white' stroke-width='4' stroke-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri$h = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1344'%3e%3cpath d='M555 1047l78-141q-87-63-136-159t-49-203q0-121 61-225-229 117-381 353 167 258 427 375zm389-759q0-20-14-34t-34-14q-125 0-214.5 89.5T592 544q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm363-191q0 7-1 9-105 188-315 566t-316 567l-49 89q-10 16-28 16-12 0-134-70-16-10-16-28 0-12 44-87-143-65-263.5-173T20 741Q0 710 0 672t20-69q153-235 380-371T896 96q89 0 180 17l54-97q10-16 28-16 5 0 18 6t31 15.5 33 18.5 31.5 18.5T1291 70q16 10 16 27zm37 447q0 139-79 253.5T1056 962l280-502q8 45 8 84zm448 128q0 35-20 69-39 64-109 145-150 172-347.5 267T896 1248l74-132q212-18 392.5-137T1664 672q-115-179-282-294l63-112q95 64 182.5 153T1772 603q20 34 20 69z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$g = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100%3b' xml:space='preserve'%3e %3ccircle cx='59.6' cy='42.7' r='4.9'/%3e %3cpath d='M41.1%2c84.2c-1%2c0-2-0.4-2.7-1.3l-22-26.7c-1.2-1.5-1-3.7%2c0.5-4.9l31.9-26.4c0.6-0.5%2c1.4-0.8%2c2.2-0.8c0%2c0%2c0%2c0%2c0%2c0l27.1%2c0.1 c1%2c0%2c2%2c0.5%2c2.7%2c1.3c0.7%2c0.8%2c0.9%2c1.9%2c0.7%2c2.9L76.5%2c55c-0.2%2c0.8-0.6%2c1.5-1.2%2c2L43.3%2c83.4C42.7%2c83.9%2c41.9%2c84.2%2c41.1%2c84.2z M24%2c54.5 l17.6%2c21.3l28.3-23.3l4-21.2l-21.6-0.1L24%2c54.5z'/%3e %3c/svg%3e"; const optimizedSVGDataUri$f = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.1' id='svg2' viewBox='0 0 62.221396 60.130392' height='16.970133mm' width='17.560261mm'%3e %3cdefs id='defs4' /%3e %3cmetadata id='metadata7'%3e %3crdf:RDF%3e %3ccc:Work rdf:about=''%3e %3cdc:format%3eimage/svg%2bxml%3c/dc:format%3e %3cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3e %3cdc:title%3e%3c/dc:title%3e %3c/cc:Work%3e %3c/rdf:RDF%3e %3c/metadata%3e %3cg transform='translate(-204.3732%2c-426.67465)' id='layer1'%3e %3crect transform='matrix(0.67893789%2c0.73419571%2c-0.73419571%2c0.67893789%2c0%2c0)' y='107.51627' x='484.44534' height='59.38089' width='21.540062' id='rect4140' style='fill:none%3bfill-opacity:1%3bstroke:black%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:4%3bstroke-dasharray:none%3bstroke-dashoffset:0%3bstroke-opacity:1' /%3e %3cpath id='path4148' d='m 243.29116%2c434.92064 c 3.16419%2c3.42172 6.32839%2c6.84344 9.49258%2c10.26516' style='fill:none%3bfill-rule:evenodd%3bstroke:black%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:miter%3bstroke-miterlimit:4%3bstroke-dasharray:none%3bstroke-opacity:1' /%3e %3cpath id='path4148-3-5' d='m 236.26734%2c441.53481 c 1.96377%2c2.12361 3.92755%2c4.24722 5.89132%2c6.37082' style='fill:none%3bfill-rule:evenodd%3bstroke:black%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:miter%3bstroke-miterlimit:4%3bstroke-dasharray:none%3bstroke-opacity:1' /%3e %3cpath id='path4148-3' d='m 228.61436%2c448.49077 c 3.16419%2c3.42172 6.32839%2c6.84345 9.49259%2c10.26516' style='fill:none%3bfill-rule:evenodd%3bstroke:black%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:miter%3bstroke-miterlimit:4%3bstroke-dasharray:none%3bstroke-opacity:1' /%3e %3cpath id='path4148-3-5-5' d='m 220.76246%2c455.75236 c 1.96378%2c2.12361 3.92756%2c4.24721 5.89133%2c6.37081' style='fill:none%3bfill-rule:evenodd%3bstroke:black%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:miter%3bstroke-miterlimit:4%3bstroke-dasharray:none%3bstroke-opacity:1' /%3e %3cpath id='path4148-6' d='m 213.55887%2c462.41313 c 3.16419%2c3.42173 6.32839%2c6.84345 9.49258%2c10.26518' style='fill:none%3bfill-rule:evenodd%3bstroke:black%3bstroke-width:4%3bstroke-linecap:round%3bstroke-linejoin:miter%3bstroke-miterlimit:4%3bstroke-dasharray:none%3bstroke-opacity:1' /%3e %3c/g%3e %3c/svg%3e"; const optimizedSVGDataUri$e = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1536 1536'%3e%3cpath d='M768 1312V224q-148 0-273 73T297 495t-73 273 73 273 198 198 273 73zm768-544q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$d = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1536 1536'%3e%3cpath d='M768 0q209 0 385.5 103T1433 382.5 1536 768t-103 385.5-279.5 279.5T768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0zm0 1312q148 0 273-73t198-198 73-273-73-273-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73zm96-224q-14 0-23-9t-9-23V480q0-14 9-23t23-9h192q14 0 23 9t9 23v576q0 14-9 23t-23 9H864zm-384 0q-14 0-23-9t-9-23V480q0-14 9-23t23-9h192q14 0 23 9t9 23v576q0 14-9 23t-23 9H480z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$c = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1536 1536'%3e%3cpath d='M1184 768q0 37-32 55l-544 320q-15 9-32 9-16 0-32-8-32-19-32-56V448q0-37 32-56 33-18 64 1l544 320q32 18 32 55zm128 0q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$b = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='23.526450466849894 25.20464974120776 126.86556872931914 128.62412323660308' width='122.87' height='124.62'%3e%3cdefs%3e%3cpath d='M85.45 26.2L140 57.58L85.45 85.4L30.91 57.58L85.45 26.2Z' id='bljQJJOjU'%3e%3c/path%3e%3cpath d='M79.53 149.62L24.53 122.78L24.62 68.7L79.62 96.58L79.53 149.62Z' id='a2OxwluQL6'%3e%3c/path%3e%3cpath d='M147.39 123.62L146.4 69.17L92.61 97.3L93.59 150.83L147.39 123.62Z' id='a4nIltkDon'%3e%3c/path%3e%3c/defs%3e%3cg%3e%3cg%3e%3cuse xlink:href='%23bljQJJOjU' opacity='1' fill='%233384c5' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23a2OxwluQL6' opacity='1' fill='%23ff7b7b' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23a4nIltkDon' opacity='1' fill='%233384c5' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri$a = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 448'%3e%3cpath d='M224 144c-44.004 0-80.001 36-80.001 80 0 44.004 35.997 80 80.001 80 44.005 0 79.999-35.996 79.999-80 0-44-35.994-80-79.999-80zm190.938 58.667c-9.605-88.531-81.074-160-169.605-169.599V0h-42.666v33.067c-88.531 9.599-160 81.068-169.604 169.599H0v42.667h33.062c9.604 88.531 81.072 160 169.604 169.604V448h42.666v-33.062c88.531-9.604 160-81.073 169.605-169.604H448v-42.667h-33.062zM224 373.333c-82.137 0-149.334-67.198-149.334-149.333 0-82.136 67.197-149.333 149.334-149.333 82.135 0 149.332 67.198 149.332 149.333S306.135 373.333 224 373.333z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$9 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$8 = "data:image/svg+xml,%3csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3e%3cg stroke='black' stroke-width='10' fill='none' fill-rule='evenodd' stroke-linecap='square'%3e%3cpath d='M10 90h160M10 133.488V47M170 133.488V47M90 133.488V47'/%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri$7 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1664'%3e%3cpath d='M960 672q119 0 203.5 84.5T1248 960t-84.5 203.5T960 1248t-203.5-84.5T672 960t84.5-203.5T960 672zm704-416q106 0 181 75t75 181v896q0 106-75 181t-181 75H256q-106 0-181-75T0 1408V512q0-106 75-181t181-75h224l51-136q19-49 69.5-84.5T704 0h512q53 0 103.5 35.5T1389 120l51 136h224zM960 1408q185 0 316.5-131.5T1408 960t-131.5-316.5T960 512 643.5 643.5 512 960t131.5 316.5T960 1408z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$6 = "data:image/svg+xml,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3ctitle%3eSVG_Artboards%3c/title%3e%3crect x='17.52' y='15.45' width='28.97' height='49.1' transform='translate(72 8) rotate(90)' style='fill:%23a7d28c%3bstroke:%236f6f59%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:2.2536px'/%3e%3crect x='8.56' y='26.62' width='2.96' height='26.71' style='fill:%23603c89'/%3e%3crect x='11.52' y='26.62' width='2.96' height='26.71' style='fill:%2346449b'/%3e%3crect x='14.42' y='26.62' width='2.96' height='26.71' style='fill:%232a5aa8'/%3e%3crect x='17.38' y='26.62' width='2.96' height='26.71' style='fill:%230c71b8'/%3e%3crect x='20.36' y='26.62' width='2.96' height='26.71' style='fill:%230d7fc2'/%3e%3crect x='23.32' y='26.62' width='2.96' height='26.71' style='fill:%23198ece'/%3e%3crect x='26.22' y='26.62' width='2.96' height='26.71' style='fill:%2325a1db'/%3e%3crect x='29.18' y='26.62' width='2.96' height='26.71' style='fill:%2312b2d2'/%3e%3crect x='32.19' y='26.62' width='2.96' height='26.71' style='fill:%234bb88e'/%3e%3crect x='23.21' y='38.49' width='26.71' height='2.96' transform='translate(76.54 3.41) rotate(90)' style='fill:%2398c37e'/%3e%3crect x='26.17' y='38.49' width='26.71' height='2.96' transform='translate(79.5 0.45) rotate(90)' style='fill:%23a4c661'/%3e%3crect x='29.07' y='38.49' width='26.71' height='2.96' transform='translate(82.4 -2.45) rotate(90)' style='fill:%23c6c835'/%3e%3crect x='32.03' y='38.49' width='26.71' height='2.96' transform='translate(85.36 -5.41) rotate(90)' style='fill:%23e8c61d'/%3e%3crect x='35.01' y='38.49' width='26.71' height='2.96' transform='translate(88.34 -8.39) rotate(90)' style='fill:%23e2ae27'/%3e%3crect x='37.97' y='38.49' width='26.71' height='2.96' transform='translate(91.3 -11.35) rotate(90)' style='fill:%23dc9a2a'/%3e%3crect x='40.87' y='38.49' width='26.71' height='2.96' transform='translate(94.2 -14.25) rotate(90)' style='fill:%23c58338'/%3e%3cline x1='23.49' y1='34.89' x2='23.49' y2='46.71' style='fill:none%3bstroke:%236f6f59%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:2.2536px'/%3e%3cline x1='39.95' y1='34.89' x2='39.95' y2='46.71' style='fill:none%3bstroke:%236f6f59%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:2.2536px'/%3e%3cline x1='56.07' y1='40.8' x2='8.94' y2='40.8' style='fill:none%3bstroke:%236f6f59%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:2.2536px'/%3e%3ccircle cx='21.12' cy='20.63' r='15.5' style='fill:%23a7d28c%3bstroke:%236f6f59%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-width:2.2536px'/%3e%3c/svg%3e"; const optimizedSVGDataUri$5 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='15 15 75.15107913669064 70.19424460431657' width='61.15' height='59.19'%3e%3cdefs%3e%3cpath d='M15 15L76.15 15L76.15 74.19L15 74.19L15 15Z' id='a28rcsTDH'%3e%3c/path%3e%3cclipPath id='clipa5ipCW0hFw'%3e%3cuse xlink:href='%23a28rcsTDH' opacity='1'%3e%3c/use%3e%3c/clipPath%3e%3c/defs%3e%3cg%3e%3cg%3e%3cg%3e%3cfilter id='shadow11528463' x='-5' y='-5' width='113.15' height='108.19' filterUnits='userSpaceOnUse' primitiveUnits='userSpaceOnUse'%3e%3cfeFlood%3e%3c/feFlood%3e%3cfeComposite in2='SourceAlpha' operator='in'%3e%3c/feComposite%3e%3cfeGaussianBlur stdDeviation='1'%3e%3c/feGaussianBlur%3e%3cfeOffset dx='12' dy='9' result='afterOffset'%3e%3c/feOffset%3e%3cfeFlood flood-color='black' flood-opacity='0.5'%3e%3c/feFlood%3e%3cfeComposite in2='afterOffset' operator='in'%3e%3c/feComposite%3e%3cfeMorphology operator='dilate' radius='1'%3e%3c/feMorphology%3e%3cfeComposite in2='SourceAlpha' operator='out'%3e%3c/feComposite%3e%3c/filter%3e%3cpath d='M15 15L76.15 15L76.15 74.19L15 74.19L15 15Z' id='ciVjyGjh3' fill='white' fill-opacity='1' filter='url(%23shadow11528463)'%3e%3c/path%3e%3c/g%3e%3cuse xlink:href='%23a28rcsTDH' opacity='1' fill='white' fill-opacity='0'%3e%3c/use%3e%3cg clip-path='url(%23clipa5ipCW0hFw)'%3e%3cuse xlink:href='%23a28rcsTDH' opacity='1' fill-opacity='0' stroke='black' stroke-width='8' stroke-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri$4 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 320'%3e%3cpath d='M353.4 128H30.6C13.7 128 0 142.3 0 160s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32zm0-128H30.6C13.7 0 0 14.3 0 32s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32S370.3 0 353.4 0zm0 256H30.6C13.7 256 0 270.3 0 288s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$3 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='31.654362741230607 28.850229150738443 113.67896134435179 115.80278931174794' width='109.68' height='111.8'%3e%3cdefs%3e%3cpath d='M87.79 29.85L142.33 61.23L87.79 89.05L33.24 61.23L87.79 29.85Z' id='b6gn5Ph4a'%3e%3c/path%3e%3clinearGradient id='gradientc5ieAzTlrB' gradientUnits='userSpaceOnUse' x1='87.79' y1='88.11' x2='86.79' y2='15.31'%3e%3cstop style='stop-color: %238dbee6%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %233384c5%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3cpath d='M87.79 141.63L33.24 115L33.24 61.17L87.79 88.83L87.79 141.63Z' id='bcpTLWFe1'%3e%3c/path%3e%3clinearGradient id='gradienta1vdPb9Tx' gradientUnits='userSpaceOnUse' x1='86.52' y1='89.05' x2='58.85' y2='125.96'%3e%3cstop style='stop-color: %237bb2de%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %233789cb%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3cpath d='M142.33 115.48L142.31 61.17L87.77 88.26L87.8 141.65L142.33 115.48Z' id='doqFZ6o0V'%3e%3c/path%3e%3clinearGradient id='gradientb6QK8E71A' gradientUnits='userSpaceOnUse' x1='87.77' y1='89.05' x2='125.07' y2='123.31'%3e%3cstop style='stop-color: %237db2dd%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %233384c5%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3cpath d='M87.2 58.24L141.75 89.62L87.2 117.43L32.65 89.62L87.2 58.24Z' id='dDpnVVPsa'%3e%3c/path%3e%3cpath d='M117.39 102.02L116.4 47.72L62.36 75.78L63.33 129.16L117.39 102.02Z' id='b2LmEtWKW7'%3e%3c/path%3e%3cpath d='M111.39 129L54.95 100.95L56.3 47.13L112.71 76.21L111.39 129Z' id='a2vWKwK9hV'%3e%3c/path%3e%3cpath d='M87.18 91.77L87.39 62.98L63.46 77.15L63.25 105.45L87.18 91.77Z' id='blEPHXHzV'%3e%3c/path%3e%3cpath d='M87.7 91.5L112.05 105.3L87.7 117.53L63.35 105.3L87.7 91.5Z' id='d10FgvNsKq'%3e%3c/path%3e%3cpath d='M53.45 81.07L63.41 91.93L63.21 105.2L53.84 95.8L53.45 81.07Z' id='b4fb7ce3g6'%3e%3c/path%3e%3cpath d='M54.34 78L63.46 82.93L63.26 92.41L54.68 88.36L54.34 78Z' id='b4t14UEF2B'%3e%3c/path%3e%3cpath d='M45.58 84.93L58.54 91.93L62.69 104.55L50.76 98.72L45.58 84.93Z' id='b7nuEYAotU'%3e%3c/path%3e%3cpath d='M117.88 95.3L117.38 101.98L112.01 104.88L112.16 98.78L117.88 95.3Z' id='cbfwgDbHI'%3e%3c/path%3e%3cpath d='M118.38 75.8L117.88 82.48L112.51 85.38L112.66 79.28L118.38 75.8Z' id='a7u7rrS51C'%3e%3c/path%3e%3cpath d='M118.08 83.3L117.58 89.98L112.21 92.88L112.36 86.78L118.08 83.3Z' id='b2cAudVEyd'%3e%3c/path%3e%3cpath d='M117.98 89.2L117.48 95.88L112.11 98.78L112.26 92.68L117.98 89.2Z' id='hMEdWtW14'%3e%3c/path%3e%3cpath d='M112.44 88.87L118.08 85.26L118.09 79.16L112.79 82.18L112.44 88.87Z' id='d6AqxDBdCj'%3e%3c/path%3e%3c/defs%3e%3cg%3e%3cg%3e%3cuse xlink:href='%23b6gn5Ph4a' opacity='0.4' fill='url(%23gradientc5ieAzTlrB)'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23bcpTLWFe1' opacity='0.4' fill='url(%23gradienta1vdPb9Tx)'%3e%3c/use%3e%3cg%3e%3cuse xlink:href='%23bcpTLWFe1' opacity='0.4' fill-opacity='0' stroke='white' stroke-width='1' stroke-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23doqFZ6o0V' opacity='0.4' fill='url(%23gradientb6QK8E71A)'%3e%3c/use%3e%3cg%3e%3cuse xlink:href='%23doqFZ6o0V' opacity='0.4' fill-opacity='0' stroke='white' stroke-width='1' stroke-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23dDpnVVPsa' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23b2LmEtWKW7' opacity='1' fill='%23ffff72' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23a2vWKwK9hV' opacity='1' fill='%23ff7b7b' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23blEPHXHzV' opacity='1' fill='%23ffff72' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23d10FgvNsKq' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23b4fb7ce3g6' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23b4t14UEF2B' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23b7nuEYAotU' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23cbfwgDbHI' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23a7u7rrS51C' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23b2cAudVEyd' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23hMEdWtW14' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23d6AqxDBdCj' opacity='1' fill='%2359d87d' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri$2 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1152'%3e%3cpath d='M1664 576q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 896 579.5 764.5 448 448q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1024t434.5-121.5T1664 576zM944 192q0-20-14-34t-34-14q-125 0-214.5 89.5T592 448q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1152t-499.5-139T20 645Q0 610 0 576t20-69q140-229 376.5-368T896 0t499.5 139T1772 507q20 35 20 69z'/%3e%3c/svg%3e"; const optimizedSVGDataUri$1 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='17.242414994673346 15 113.09090909090907 115.80278931174797' width='109.09' height='111.8'%3e%3cdefs%3e%3cpath d='M72.79 16L127.33 47.38L72.79 75.19L18.24 47.38L72.79 16Z' id='ahuegR4Z7'%3e%3c/path%3e%3clinearGradient id='gradientg1v0yQ7cPQ' gradientUnits='userSpaceOnUse' x1='72.79' y1='74.26' x2='71.79' y2='1.46'%3e%3cstop style='stop-color: %238dbee6%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %233384c5%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3cpath d='M72.79 127.78L18.24 101.15L18.24 47.32L72.79 74.98L72.79 127.78Z' id='apgu3VIlv'%3e%3c/path%3e%3clinearGradient id='gradientbx3q582Ag' gradientUnits='userSpaceOnUse' x1='71.52' y1='75.19' x2='43.85' y2='112.11'%3e%3cstop style='stop-color: %237bb2de%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %233789cb%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3cpath d='M127.33 101.63L127.31 47.32L72.77 74.41L72.8 127.8L127.33 101.63Z' id='czTPGmX6c'%3e%3c/path%3e%3clinearGradient id='gradiente44kLH46ez' gradientUnits='userSpaceOnUse' x1='72.77' y1='75.19' x2='110.07' y2='109.46'%3e%3cstop style='stop-color: %237db2dd%3bstop-opacity: 1' offset='0%25'%3e%3c/stop%3e%3cstop style='stop-color: %233384c5%3bstop-opacity: 1' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%3e%3cg%3e%3cuse xlink:href='%23ahuegR4Z7' opacity='0.7' fill='url(%23gradientg1v0yQ7cPQ)'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23apgu3VIlv' opacity='0.7' fill='url(%23gradientbx3q582Ag)'%3e%3c/use%3e%3cg%3e%3cuse xlink:href='%23apgu3VIlv' opacity='0.7' fill-opacity='0' stroke='white' stroke-width='1' stroke-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23czTPGmX6c' opacity='0.7' fill='url(%23gradiente44kLH46ez)'%3e%3c/use%3e%3cg%3e%3cuse xlink:href='%23czTPGmX6c' opacity='0.7' fill-opacity='0' stroke='white' stroke-width='1' stroke-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; const optimizedSVGDataUri = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='23.90976501025463 25.20464974120776 126.4822541859144 128.7097615525036' width='122.48' height='124.71'%3e%3cdefs%3e%3cpath d='M85.45 26.2L140 57.58L85.45 85.4L30.91 57.58L85.45 26.2Z' id='a1uePnz4ps'%3e%3c/path%3e%3cpath d='M79.91 150.91L24.91 124.08L25 70L80 97.88L79.91 150.91Z' id='e2gEmj1vzg'%3e%3c/path%3e%3cpath d='M147.39 123.62L146.4 69.17L92.61 97.3L93.59 150.83L147.39 123.62Z' id='flL3aFB8'%3e%3c/path%3e%3c/defs%3e%3cg%3e%3cg%3e%3cuse xlink:href='%23a1uePnz4ps' opacity='1' fill='%233384c5' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23e2gEmj1vzg' opacity='1' fill='%233384c5' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3cg%3e%3cuse xlink:href='%23flL3aFB8' opacity='1' fill='%23ffff72' fill-opacity='1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e"; function applyContrastSensitiveStyleToElement(context, cssClass, element) { if (element) { var uiDarkMode = context.uiDarkMode; var addPostFix = uiDarkMode ? 'DarkBG' : 'BrightBG'; var removePostFix = !uiDarkMode ? 'DarkBG' : 'BrightBG'; var removeClass = style["".concat(cssClass).concat(removePostFix)]; if (element.classList.contains(removeClass)) { element.classList.remove(removeClass); } element.classList.add(style["".concat(cssClass).concat(addPostFix)]); } } function createScreenshotButton(context, mainUIRow) { var screenshotButton = document.createElement('div'); screenshotButton.innerHTML = "<input id=\"".concat(context.id, "-screenshotButton\" type=\"checkbox\" checked class=\"").concat(style.toggleInput, "\"><label itk-vtk-tooltip itk-vtk-tooltip-top-annotations itk-vtk-tooltip-content=\"Screenshot\" class=\"").concat(style.screenshotButton, " ").concat(style.toggleButton, "\" for=\"").concat(context.id, "-screenshotButton\"><img src=\"").concat(optimizedSVGDataUri$7, "\" alt=\"screenshot\" /></label>"); screenshotButton.children[0]; var screenshotLabel = screenshotButton.children[1]; applyContrastSensitiveStyleToElement(context, 'invertibleButton', screenshotLabel); screenshotButton.addEventListener('click', function (event) { event.preventDefault(); event.stopPropagation(); context.service.send('TAKE_SCREENSHOT'); screenshotButton.checked = true; }); context.main.screenshotButton = screenshotButton; mainUIRow.appendChild(screenshotButton); } function _arrayLikeToArray$4