comparison Applications/StoneWebViewer/WebApplication/index.html @ 1989:e8b9a2ba1df1

Added left/right rotation buttons
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2022 20:59:59 +0100
parents ba45e1b0812a
children 317a53d4fdc6
comparison
equal deleted inserted replaced
1988:3c84c34322d7 1989:e8b9a2ba1df1
481 </li> 481 </li>
482 </ul> 482 </ul>
483 </div> 483 </div>
484 </div> 484 </div>
485 485
486 <div class="ng-scope inline-object">
487 <button class="wvButton--underline text-center"
488 data-toggle="tooltip" data-title="Rotate to the left"
489 v-on:click="RotateLeft()">
490 <i class="fas fa-undo"></i>
491 </button>
492 </div>
493
494 <div class="ng-scope inline-object">
495 <button class="wvButton--underline text-center"
496 data-toggle="tooltip" data-title="Rotate to the right"
497 v-on:click="RotateRight()">
498 <i class="fas fa-undo fa-flip-horizontal"></i>
499 </button>
500 </div>
501
486 <div class="ng-scope inline-object"> 502 <div class="ng-scope inline-object">
487 <button class="wvButton--underline text-center" 503 <button class="wvButton--underline text-center"
488 data-toggle="tooltip" data-title="Flip horizontally" 504 data-toggle="tooltip" data-title="Flip horizontally"
489 v-on:click="FlipX()"> 505 v-on:click="FlipX()">
490 <i class="fas fa-exchange-alt"></i> 506 <i class="fas fa-exchange-alt"></i>