comparison Applications/StoneWebViewer/WebApplication/index.html @ 1998:1fa3f484008e

added arrows to AnnotationsSceneLayer::Segment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Nov 2022 13:08:50 +0100
parents 6e4ef6e3b2bf
children 963f28eb40cb 25d269c7b753
comparison
equal deleted inserted replaced
1997:c622219a3388 1998:1fa3f484008e
528 </button> 528 </button>
529 </div> 529 </div>
530 530
531 <div class="ng-scope inline-object"> 531 <div class="ng-scope inline-object">
532 <button class="wvButton--underline text-center" 532 <button class="wvButton--underline text-center"
533 v-bind:class="{ 'active' : mouseTool == MOUSE_TOOL_CREATE_SEGMENT }" 533 v-bind:class="{ 'active' : mouseTool == MOUSE_TOOL_CREATE_LENGTH }"
534 v-on:click="SetLeftMouseButtonAction(MOUSE_TOOL_CREATE_SEGMENT, stone.WebViewerAction.CREATE_SEGMENT)" 534 v-on:click="SetLeftMouseButtonAction(MOUSE_TOOL_CREATE_LENGTH, stone.WebViewerAction.CREATE_LENGTH)"
535 data-toggle="tooltip" data-title="Measure length"> 535 data-toggle="tooltip" data-title="Measure length">
536 <i class="fas fa-ruler"></i> 536 <i class="fas fa-ruler"></i>
537 </button> 537 </button>
538 </div> 538 </div>
539 539