diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-18 18:34:18 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-18 18:34:18 -0400 |
commit | 4f6a629ba0791b749f3eefebed481749ad2fa4e1 (patch) | |
tree | 50cc2ef20e352842f0f6a1ee3253ee92c4860e47 /resources | |
parent | 9e18f5ee951a3278baaffe602bc2c118e7d3d01d (diff) |
Resize text images for preferred on-screen size
Diffstat (limited to 'resources')
-rw-r--r-- | resources/index.gui | 28 | ||||
-rw-r--r-- | resources/numerals/0.png | bin | 951 -> 6682 bytes | |||
-rw-r--r-- | resources/numerals/1.png | bin | 7998 -> 5449 bytes | |||
-rw-r--r-- | resources/numerals/2.png | bin | 1042 -> 4781 bytes | |||
-rw-r--r-- | resources/numerals/3.png | bin | 1016 -> 5249 bytes | |||
-rw-r--r-- | resources/numerals/4.png | bin | 952 -> 5468 bytes | |||
-rw-r--r-- | resources/numerals/5.png | bin | 1050 -> 4942 bytes | |||
-rw-r--r-- | resources/numerals/6.png | bin | 1048 -> 5180 bytes | |||
-rw-r--r-- | resources/numerals/7.png | bin | 839 -> 3638 bytes | |||
-rw-r--r-- | resources/numerals/8.png | bin | 1215 -> 6407 bytes | |||
-rw-r--r-- | resources/numerals/9.png | bin | 1005 -> 4470 bytes | |||
-rw-r--r-- | resources/numerals/separator.png | bin | 1073 -> 2263 bytes | |||
-rw-r--r-- | resources/quantifier/0.png | bin | 506 -> 2567 bytes | |||
-rw-r--r-- | resources/quantifier/1.png | bin | 2008 -> 1571 bytes | |||
-rw-r--r-- | resources/quantifier/2.png | bin | 456 -> 2851 bytes | |||
-rw-r--r-- | resources/quantifier/3.png | bin | 418 -> 2536 bytes | |||
-rw-r--r-- | resources/quantifier/4.png | bin | 291 -> 2242 bytes | |||
-rw-r--r-- | resources/quantifier/5.png | bin | 391 -> 2524 bytes | |||
-rw-r--r-- | resources/quantifier/6.png | bin | 531 -> 3167 bytes | |||
-rw-r--r-- | resources/quantifier/7.png | bin | 215 -> 3231 bytes | |||
-rw-r--r-- | resources/quantifier/8.png | bin | 523 -> 3109 bytes | |||
-rw-r--r-- | resources/quantifier/9.png | bin | 537 -> 3118 bytes | |||
-rw-r--r-- | resources/quantifier/fri.png | bin | 3547 -> 3355 bytes | |||
-rw-r--r-- | resources/quantifier/mon.png | bin | 755 -> 3395 bytes | |||
-rw-r--r-- | resources/quantifier/sat.png | bin | 4152 -> 3726 bytes | |||
-rw-r--r-- | resources/quantifier/sun.png | bin | 4386 -> 3440 bytes | |||
-rw-r--r-- | resources/quantifier/thu.png | bin | 2905 -> 2628 bytes | |||
-rw-r--r-- | resources/quantifier/tue.png | bin | 3665 -> 2854 bytes | |||
-rw-r--r-- | resources/quantifier/wed.png | bin | 815 -> 3577 bytes |
29 files changed, 14 insertions, 14 deletions
diff --git a/resources/index.gui b/resources/index.gui index 1c898eb..eb63cb2 100644 --- a/resources/index.gui +++ b/resources/index.gui @@ -1,11 +1,11 @@ <svg class="background"> <svg x="6" y="64"> - <image id="day" href="quantifier/mon.png" x="$+3" width="69" height="21" fill="#FFFFFF" class="foreground" /> - <image id="date1" href="quantifier/3.png" x="$+15" width="19" height="21" fill="#FFFFFF" class="foreground" /> - <image id="date2" href="quantifier/0.png" x="$+3" width="19" height="21" fill="#FFFFFF" class="foreground" /> + <image id="day" href="quantifier/mon.png" x="$+3" width="66" height="21" fill="#FFFFFF" class="foreground" /> + <image id="date1" href="quantifier/3.png" x="$+15" width="18" height="21" fill="#FFFFFF" class="foreground" /> + <image id="date2" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#FFFFFF" class="foreground" /> </svg> <svg> - <image id="separator" href="numerals/separator.png" x="143" y="110" width="13" height="104" fill="#FFFFFF" class="foreground" /> + <image id="separator" href="numerals/separator.png" x="143" y="100" width="13" height="122" fill="#FFFFFF" class="foreground" /> <image id="hours1" href="numerals/8.png" x="6" y="100" width="60" height="122" fill="#FFFFFF" class="foreground" /> <image id="hours2" href="numerals/8.png" x="75" y="100" width="60" height="122" fill="#FFFFFF" class="foreground" /> <image id="mins1" href="numerals/8.png" x="167" y="100" width="60" height="122" fill="#FFFFFF" class="foreground" /> @@ -13,17 +13,17 @@ </svg> <svg x="6" y="237"> <image id="hr-icon" href="icons/stat_hr_solid_24px.png" width="24" height="24" fill="#ffffff" class="foreground" /> - <image id="hr1" href="quantifier/0.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="hr2" href="quantifier/0.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="hr3" href="quantifier/0.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> + <image id="hr1" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="hr2" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="hr3" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> </svg> - <svg x="140" y="237"> + <svg id="act-container" x="140" y="237"> <image id="act-icon" href="icons/stat_steps_solid_24px.png" width="24" height="24" fill="#ffffff" class="foreground" /> - <image id="act1" href="quantifier/1.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="act2" href="quantifier/2.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="act3" href="quantifier/3.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="act4" href="quantifier/4.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="act5" href="quantifier/5.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> - <image id="act6" href="quantifier/6.png" x="$+3" width="19" height="21" fill="#ffffff" class="foreground" /> + <image id="act1" href="quantifier/1.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="act2" href="quantifier/2.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="act3" href="quantifier/3.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="act4" href="quantifier/4.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="act5" href="quantifier/5.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <image id="act6" href="quantifier/6.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> </svg> </svg> diff --git a/resources/numerals/0.png b/resources/numerals/0.png Binary files differindex a7d3615..4d70fa0 100644 --- a/resources/numerals/0.png +++ b/resources/numerals/0.png diff --git a/resources/numerals/1.png b/resources/numerals/1.png Binary files differindex ec61579..0c6b52c 100644 --- a/resources/numerals/1.png +++ b/resources/numerals/1.png diff --git a/resources/numerals/2.png b/resources/numerals/2.png Binary files differindex 4e92e90..691b80d 100644 --- a/resources/numerals/2.png +++ b/resources/numerals/2.png diff --git a/resources/numerals/3.png b/resources/numerals/3.png Binary files differindex c5a85cd..2b1c8a7 100644 --- a/resources/numerals/3.png +++ b/resources/numerals/3.png diff --git a/resources/numerals/4.png b/resources/numerals/4.png Binary files differindex f92bfe6..49a9c6d 100644 --- a/resources/numerals/4.png +++ b/resources/numerals/4.png diff --git a/resources/numerals/5.png b/resources/numerals/5.png Binary files differindex 393785c..ed327f1 100644 --- a/resources/numerals/5.png +++ b/resources/numerals/5.png diff --git a/resources/numerals/6.png b/resources/numerals/6.png Binary files differindex a32a749..86c0006 100644 --- a/resources/numerals/6.png +++ b/resources/numerals/6.png diff --git a/resources/numerals/7.png b/resources/numerals/7.png Binary files differindex f11b677..aae3052 100644 --- a/resources/numerals/7.png +++ b/resources/numerals/7.png diff --git a/resources/numerals/8.png b/resources/numerals/8.png Binary files differindex 252963a..0d8dfec 100644 --- a/resources/numerals/8.png +++ b/resources/numerals/8.png diff --git a/resources/numerals/9.png b/resources/numerals/9.png Binary files differindex ffd5c5a..1a1b0ac 100644 --- a/resources/numerals/9.png +++ b/resources/numerals/9.png diff --git a/resources/numerals/separator.png b/resources/numerals/separator.png Binary files differindex a612ddf..be281d5 100644 --- a/resources/numerals/separator.png +++ b/resources/numerals/separator.png diff --git a/resources/quantifier/0.png b/resources/quantifier/0.png Binary files differindex 519fa91..6baccc1 100644 --- a/resources/quantifier/0.png +++ b/resources/quantifier/0.png diff --git a/resources/quantifier/1.png b/resources/quantifier/1.png Binary files differindex cd072cf..b5e5ffa 100644 --- a/resources/quantifier/1.png +++ b/resources/quantifier/1.png diff --git a/resources/quantifier/2.png b/resources/quantifier/2.png Binary files differindex 0dac9e1..b89bc41 100644 --- a/resources/quantifier/2.png +++ b/resources/quantifier/2.png diff --git a/resources/quantifier/3.png b/resources/quantifier/3.png Binary files differindex 8440537..71716bc 100644 --- a/resources/quantifier/3.png +++ b/resources/quantifier/3.png diff --git a/resources/quantifier/4.png b/resources/quantifier/4.png Binary files differindex 0968921..e5f2580 100644 --- a/resources/quantifier/4.png +++ b/resources/quantifier/4.png diff --git a/resources/quantifier/5.png b/resources/quantifier/5.png Binary files differindex d0bfe7d..93e066b 100644 --- a/resources/quantifier/5.png +++ b/resources/quantifier/5.png diff --git a/resources/quantifier/6.png b/resources/quantifier/6.png Binary files differindex 413d6fe..7c359b5 100644 --- a/resources/quantifier/6.png +++ b/resources/quantifier/6.png diff --git a/resources/quantifier/7.png b/resources/quantifier/7.png Binary files differindex 7d0ec4d..88ed442 100644 --- a/resources/quantifier/7.png +++ b/resources/quantifier/7.png diff --git a/resources/quantifier/8.png b/resources/quantifier/8.png Binary files differindex afc1f42..18f5ab1 100644 --- a/resources/quantifier/8.png +++ b/resources/quantifier/8.png diff --git a/resources/quantifier/9.png b/resources/quantifier/9.png Binary files differindex d4f1aa1..ada47a9 100644 --- a/resources/quantifier/9.png +++ b/resources/quantifier/9.png diff --git a/resources/quantifier/fri.png b/resources/quantifier/fri.png Binary files differindex 72747ac..2fb32a3 100644 --- a/resources/quantifier/fri.png +++ b/resources/quantifier/fri.png diff --git a/resources/quantifier/mon.png b/resources/quantifier/mon.png Binary files differindex c86e423..35efabc 100644 --- a/resources/quantifier/mon.png +++ b/resources/quantifier/mon.png diff --git a/resources/quantifier/sat.png b/resources/quantifier/sat.png Binary files differindex 870d692..568bd84 100644 --- a/resources/quantifier/sat.png +++ b/resources/quantifier/sat.png diff --git a/resources/quantifier/sun.png b/resources/quantifier/sun.png Binary files differindex 7981730..24f3b1c 100644 --- a/resources/quantifier/sun.png +++ b/resources/quantifier/sun.png diff --git a/resources/quantifier/thu.png b/resources/quantifier/thu.png Binary files differindex 32bc6be..7816d07 100644 --- a/resources/quantifier/thu.png +++ b/resources/quantifier/thu.png diff --git a/resources/quantifier/tue.png b/resources/quantifier/tue.png Binary files differindex f527d0f..bde6f7c 100644 --- a/resources/quantifier/tue.png +++ b/resources/quantifier/tue.png diff --git a/resources/quantifier/wed.png b/resources/quantifier/wed.png Binary files differindex 2860182..4d89518 100644 --- a/resources/quantifier/wed.png +++ b/resources/quantifier/wed.png |