diff options
author | Leo Heitmann Ruiz <leo@heitmannruiz.org> | 2024-07-22 10:16:53 +0200 |
---|---|---|
committer | Leo Heitmann Ruiz <leo@heitmannruiz.org> | 2024-07-22 17:17:17 +0200 |
commit | 4e73e51808efee4fd93e68da8b97fcfe1a734ea5 (patch) | |
tree | b18f1446d0674d3c82bfa84a00c9f8c899a67e97 /src/assets/images/stackOverflow-icon.svg | |
parent | 2.8.4 => 2.8.5 (diff) | |
download | libredirect-4e73e51808efee4fd93e68da8b97fcfe1a734ea5.zip |
Clean up SVGs
Made sure all have a viewBox, fixed some that rendered inconsistently across browsers, simplified and optimized size.
Diffstat (limited to 'src/assets/images/stackOverflow-icon.svg')
-rw-r--r-- | src/assets/images/stackOverflow-icon.svg | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/src/assets/images/stackOverflow-icon.svg b/src/assets/images/stackOverflow-icon.svg index b0e08556..de6243f3 100644 --- a/src/assets/images/stackOverflow-icon.svg +++ b/src/assets/images/stackOverflow-icon.svg @@ -1,47 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="175.8376" - height="175.8376" - viewBox="0 0 175.8376 175.8376" - version="1.1" - id="svg10" - sodipodi:docname="stackOverflow-icon.svg" - inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" - xml:space="preserve" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"><defs - id="defs14" /><sodipodi:namedview - id="namedview12" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="1" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="1.9790997" - inkscape:cx="-12.632006" - inkscape:cy="84.381802" - inkscape:window-width="1888" - inkscape:window-height="1060" - inkscape:window-x="32" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="g8" /><g - fill="none" - fill-rule="evenodd" - id="g8" - transform="translate(39.816113,25.779453)"><polygon - fill="#bbbbbb" - points="88,80 99,80 99,124 0,124 0,80 11,80 11,113 88,113 " - id="polygon4" - transform="matrix(1.1256102,0,0,1.1256102,-6.5518215,-7.7998911)" - style="fill:#000000" /><path - fill="#f58025" - fill-rule="nonzero" - d="M 19.323584,78.568179 80.134675,91.349484 82.690935,79.192893 21.879844,66.405962 Z M 27.370571,49.449769 83.702859,75.685493 88.950454,64.41926 32.61704,38.183537 Z m 15.58745,-27.637107 47.75739,39.768934 7.953566,-9.550802 -47.757396,-39.767808 z m 30.827086,-29.3964357 -9.972906,7.41777128 37.086609,49.86453142 9.9729,-7.416645 z M 18.211603,107.01235 H 80.120164 V 94.630637 H 18.211603 Z" - id="path6" - style="fill:#000000;stroke-width:1.12561" /></g></svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 175.838 175.838"><path d="M88 80h11v44H0V80h11v33h77z" style="fill:#000" transform="translate(33.264 17.98)scale(1.12561)"/><path fill="#f58025" d="m19.324 78.568 60.81 12.781 2.557-12.156L21.88 66.406ZM27.37 49.45l56.332 26.235L88.95 64.42 32.617 38.184Zm15.587-27.637 47.757 39.769 7.954-9.551-47.757-39.768zM73.785-7.584 63.812-.166 100.9 49.699l9.973-7.417zM18.212 107.012H80.12V94.631H18.212Z" style="fill:#000;stroke-width:1.12561" transform="translate(39.816 25.78)"/></svg> |