diff options
author | TheOnePerson <a.nebinger@web.de> | 2023-02-25 15:24:32 +0100 |
---|---|---|
committer | TheOnePerson <a.nebinger@web.de> | 2023-02-25 15:24:32 +0100 |
commit | 739d719e7ca00e3fb162a7aed085c2a8e9d20ac6 (patch) | |
tree | 4db50e9b205fb2e45103be623ea16c3e68cfc66b | |
parent | 59ff5492356013196c9c283c8e237b9d2db584a9 (diff) | |
download | Sensor-Watch-739d719e7ca00e3fb162a7aed085c2a8e9d20ac6.tar.gz Sensor-Watch-739d719e7ca00e3fb162a7aed085c2a8e9d20ac6.tar.bz2 Sensor-Watch-739d719e7ca00e3fb162a7aed085c2a8e9d20ac6.zip |
simulator: add tiny element in the lower left corner for the first display position.
-rw-r--r-- | watch-library/simulator/shell.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/watch-library/simulator/shell.html b/watch-library/simulator/shell.html index 8d371cd6..335b9534 100644 --- a/watch-library/simulator/shell.html +++ b/watch-library/simulator/shell.html @@ -842,6 +842,7 @@ <path data-com="1" data-seg="15" id="mode_2_G" d="M3143,505l5-1a4.83,4.83,0,0,1,4,0l5,1a10.56,10.56,0,0,0,6,0l5-2s3-2,0-3l-4-2a13.6,13.6,0,0,0-7,0l-5,2a4.83,4.83,0,0,1-4,0l-5-2s-4-1-7,0l-5,2s-3,1,0,3l5,2A13.6,13.6,0,0,0,3143,505Z" transform="translate(-2593.5 91)" style="fill: #304246"/> <polygon data-com="1" data-seg="14" id="mode_2_H" points="552.5 570 562.5 570 561.5 585 556.5 588 551.5 585 552.5 570" style="fill: #304246"/> <polygon data-com="1" data-seg="14" id="mode_2_I" points="559.5 617 549.5 617 550.5 600 555.5 597 560.5 600 559.5 617" style="fill: #304246"/> + <path data-com="0" data-seg="15" id="mode_2_J" d="m 620.5,628 3,-6 c 0.539,-0.544 1.242,-0.895 2,-1 h 3 c 0.768,0.073 1.481,0.429 2,1 l 3,7 c 0,0 1,1 -1,1 h -11 c -2,0 -1,-2 -1,-2 z" transform="translate(-104 0)" style="fill: #304246"/> </g> <g id="mode_1"> <path data-com="0" data-seg="11" id="mode_1_A" d="M3242,469l-4,6a3.49,3.49,0,0,1-2,1h-21a3.1,3.1,0,0,1-2-1l-5-7s-1-1,1-1h32C3243,467,3242,469,3242,469Z" transform="translate(-2593.5 91)" style="fill: #304246"/> |