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="375"
viewBox="0 0 600 375"
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="0.35810169"
inkscape:cx="372.79913"
inkscape:cy="424.46044"
inkscape:zoom="0.50643227"
inkscape:cx="271.50719"
inkscape:cy="596.32851"
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"
@ -105,7 +105,7 @@
sodipodi:nodetypes="csscccc"
inkscape:original-d="m 42.994743,85.989619 c -9.132824,-1e-6 -16.53644,-7.403617 -16.536441,-16.536441 0,-9.132824 7.403617,-16.536441 16.536441,-16.536442 9.132825,0 16.536442,7.403617 16.536442,16.536442 l 6.6e-5,16.536438 85.989589,1.7e-5 6.61458,6.614583"
inkscape:path-effect="#path-effect7"
transform="matrix(3.7795276,0,0,3.7795276,0,49.999812)" />
transform="matrix(3.7795276,0,0,3.7795276,0,-175.00014)" />
<path
style="fill:none;stroke:#000000;stroke-width:13.2292;stroke-linecap:round;stroke-linejoin:round"
d="M 145.52084,152.13542 V 132.29167 A 13.229167,13.229167 45 0 0 132.29167,119.0625 H 39.687501 a 13.229167,13.229167 135 0 0 -13.229167,13.22917 v 19.84375"
@ -113,10 +113,10 @@
sodipodi:nodetypes="cccc"
inkscape:path-effect="#path-effect1"
inkscape:original-d="M 145.52084,152.13542 V 119.0625 H 26.458334 v 33.07292"
transform="scale(3.7795276)" />
transform="matrix(3.7795276,0,0,3.7795276,0,-224.99995)" />
<path
style="fill:none;stroke:#000000;stroke-width:50.0001;stroke-linecap:round;stroke-linejoin:round"
d="M 25.000001,250 25,575.00001"
d="M 25.000001,25.00005 25,350.00006"
id="path1-1"
sodipodi:nodetypes="cc" />
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After