Reduce canvas-height on smaller icons

This commit is contained in:
lilith 2025-03-06 02:54:35 +01:00
commit 24809391ed
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
15 changed files with 53 additions and 59 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="600"
height="600"
viewBox="0 0 600 600"
height="400"
viewBox="0 0 600 400"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
@ -21,9 +21,9 @@
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#5f5f5f"
inkscape:document-units="px"
inkscape:zoom="1"
inkscape:cx="169.5"
inkscape:cy="334"
inkscape:zoom="0.5"
inkscape:cx="281"
inkscape:cy="620"
inkscape:window-width="1280"
inkscape:window-height="1440"
inkscape:window-x="0"
@ -36,7 +36,7 @@
id="grid"
units="px"
originx="0"
originy="99.999995"
originy="99.999992"
spacingx="25.000001"
spacingy="25.000001"
empcolor="#0099e5"
@ -75,7 +75,7 @@
style="fill:none;stroke:#000000;stroke-width:13.2292;stroke-linecap:round"
inkscape:path-effect="#path-effect7"
inkscape:original-d="m 105.83334,106.92657 -46.302084,44.9236 -46.302084,-44.9236 V 87.082824 L 105.83334,60.62449 V 40.780739 L 59.531256,-4.1417084 13.229172,40.780739"
transform="matrix(0,3.7795276,3.7795276,0,20.868076,174.99998)"
transform="matrix(0,3.7795276,3.7795276,0,20.868076,-24.999957)"
d="m 105.83334,106.92657 -37.031561,35.92907 a 13.313167,13.313167 0 0 1 -18.541046,0 L 16.028781,109.64283 a 9.2196244,9.2196244 67.067143 0 1 -2.799609,-6.61701 v -8.957851 a 9.2604167,9.2604167 127.0273 0 1 6.716385,-8.904112 L 99.308852,62.488629 a 8.9958334,8.9958334 127.0273 0 0 6.524488,-8.649709 v -9.268871 a 8.9560624,8.9560624 67.066776 0 0 -2.71966,-6.427933 L 68.801871,4.8526751 a 13.313475,13.313475 0 0 0 -18.54123,0 L 13.229172,40.780739"
id="path49"
sodipodi:nodetypes="cccccccc" />

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Before After
Before After