diff --git a/Sudoku/SudokuFeld.svg b/Sudoku/SudokuFeld.svg index 8dd09e76775bf93275169d8f47b4edb09d1c192e..0b965d4bdc7cf02a9f7ac85bfaa8f812e8536db4 100644 --- a/Sudoku/SudokuFeld.svg +++ b/Sudoku/SudokuFeld.svg @@ -1100,8 +1100,8 @@ <ellipse ry="7" rx="7" id="RemoveCircle" cy="7.5" cx="7.5" class="normalKeyboard"/> <g id="Ruler" transform="translate(1,0.4) scale(0.9,0.9)"> <text stroke="#000" font-style="normal" class="normalActionbuttons" font-weight="normal" xml:space="preserve" text-anchor="start" font-family="sans-serif" font-size="9" id="svg_1" y="10.98608" x="3.99945" stroke-width="0" fill="#000000">8</text> - <rect transform="rotate(-130.94 9.89569 9.61504)" stroke="#000" rx="0.6" id="svg_2" height="5.84219" width="3.62026" y="6.69395" x="8.08556" stroke-width="0" fill="lightgray"/> - <rect transform="rotate(-131 9.92115 9.6195)" stroke="#000" rx="0.6" id="svg_3" height="5.37765" width="3.12474" y="6.93068" x="8.35877" stroke-width="0" fill="#000000"/> + <rect id="Remove1" transform="rotate(-130.94 9.89569 9.61504)" stroke="#000" rx="0.6" id="svg_2" height="5.84219" width="3.62026" y="6.69395" x="8.08556" stroke-width="0" fill="lightgray"/> + <rect id="Remove2" transform="rotate(-131 9.92115 9.6195)" stroke="#000" rx="0.6" id="svg_3" height="5.37765" width="3.12474" y="6.93068" x="8.35877" stroke-width="0" fill="#000000"/> <line transform="rotate(19.8657 9.85376 9.67272)" stroke="lightgray" stroke-width="0.6" id="svg_5" y2="11.0162" x2="11.05154" y1="8.32925" x1="8.65599" fill="none"/> </g> </g> diff --git a/Sudoku/visb_sudoku.json b/Sudoku/visb_sudoku.json index 152e8e67b88060559c650a73c4aa62e5bb36ff13..a207aa2df17b5e82609e9e4a12823867111106eb 100644 --- a/Sudoku/visb_sudoku.json +++ b/Sudoku/visb_sudoku.json @@ -82,6 +82,18 @@ "hovers": [{ "attr":"class", "enter":"hoverKeyboard", "leave":"normalKeyboard"} ] }, + { + "id": "Remove1", + "event": "ClearCurPos", + "hovers": [{ "id": "RemoveCircle", "attr":"class", "enter":"hoverKeyboard", "leave":"normalKeyboard"} + ] + }, + { + "id": "Remove2", + "event": "ClearCurPos", + "hovers": [{ "id": "RemoveCircle", "attr":"class", "enter":"hoverKeyboard", "leave":"normalKeyboard"} + ] + }, { "id": "TipCircle", "hovers": [{ "attr":"class", "enter":"hoverKeyboard", "leave":"normalKeyboard"},