diff options
| author | xengineering <me@xengineering.eu> | 2023-01-22 13:22:59 +0100 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2023-01-22 13:22:59 +0100 | 
| commit | 8b53b9f42ac864b5c9fd70463219af6ea8bfe6eb (patch) | |
| tree | f675e5d9539969752e1c30dd0838af46ec22246e | |
| parent | efce80ac6cfb437d8519e80d99c0c1f15bcca524 (diff) | |
| download | limox-8b53b9f42ac864b5c9fd70463219af6ea8bfe6eb.tar limox-8b53b9f42ac864b5c9fd70463219af6ea8bfe6eb.tar.zst limox-8b53b9f42ac864b5c9fd70463219af6ea8bfe6eb.zip | |
Fix SVG icon for systems without matching font
The icon looked differently on systems without the correct font for the
L letter. Converting the L into a path with Inkscape solved that issue.
| -rw-r--r-- | icon.svg | 22 | 
1 files changed, 10 insertions, 12 deletions
| @@ -26,7 +26,7 @@       showgrid="true"       inkscape:zoom="7.6618306"       inkscape:cx="52.598396" -     inkscape:cy="43.984267" +     inkscape:cy="44.114784"       inkscape:window-width="1916"       inkscape:window-height="1021"       inkscape:window-x="0" @@ -63,16 +63,14 @@           style="fill:#3e4837;stroke-width:0.207297"           x="6.5696516"           y="18.208956" /></text> -    <text -       xml:space="preserve" -       style="font-size:20.4778px;line-height:1.35;font-family:sans-serif;fill:#3e4837;stroke-width:0.21331" -       x="6.1928329" -       y="17.556303" -       id="text3854"><tspan -         sodipodi:role="line" -         id="tspan3852" -         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.4778px;font-family:FreeSerif;-inkscape-font-specification:'FreeSerif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#3e4837;stroke-width:0.21331" -         x="6.1928329" -         y="17.556303">L</tspan></text> +    <g +       aria-label="L" +       id="text3854" +       style="font-size:20.4778px;line-height:1.35;fill:#3e4837;stroke-width:0.21331"> +      <path +         d="m 13.503408,16.757669 h -1.372013 c -1.494879,0 -1.761091,-0.122867 -1.761091,-0.83959 V 6.2320794 c 0,-1.4539238 0.286689,-1.740613 1.904436,-1.843002 V 3.9999992 H 6.5 v 0.3890782 c 1.5153572,0.1228668 1.7815686,0.409556 1.7815686,1.843002 v 9.0921436 c 0,1.433446 -0.2866892,1.740613 -1.7815686,1.843002 v 0.389078 h 11.017057 l 0.982934,-3.563137 h -0.511945 c -0.409556,0.941979 -0.901023,2.764503 -4.484638,2.764503 z" +         style="font-family:FreeSerif;-inkscape-font-specification:'FreeSerif, Normal'" +         id="path170" /> +    </g>    </g>  </svg> | 
