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="500"
viewBox="0 0 600 500"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
@ -21,10 +21,10 @@
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#5f5f5f"
inkscape:document-units="px"
inkscape:zoom="0.70710678"
inkscape:cx="-74.246212"
inkscape:cy="176.7767"
inkscape:window-width="1280"
inkscape:zoom="1"
inkscape:cx="95.5"
inkscape:cy="256"
inkscape:window-width="2560"
inkscape:window-height="1440"
inkscape:window-x="0"
inkscape:window-y="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"
@ -108,7 +108,7 @@
style="fill:none;stroke:#000000;stroke-width:13.06;stroke-linecap:round;paint-order:markers fill stroke"
inkscape:path-effect="#path-effect19"
inkscape:original-d="M 290.55255,77.91616 H 166.48234 l 19.59004,71.83012 h 104.48017 l 19.59003,-71.83012"
transform="matrix(3.8284777,0,0,3.8284777,-612.37395,1.6997131)"
transform="matrix(3.8284777,0,0,3.8284777,-612.37395,-98.300247)"
d="M 290.55255,77.91616 H 179.44692 a 9.9022936,9.9022936 127.37244 0 0 -9.55337,12.50776 l 12.76762,46.8146 a 16.973887,16.973887 37.372438 0 0 16.37579,12.50776 h 78.55101 a 16.973885,16.973885 142.62756 0 0 16.37579,-12.50776 l 16.17882,-59.32236"
id="path19"
sodipodi:nodetypes="ccccc"
@ -116,7 +116,7 @@
<path
id="path2"
style="fill:none;stroke:#000000;stroke-width:50.0001;stroke-linecap:round;paint-order:markers fill stroke"
d="m 187.49967,225 66.66666,-99.99999 m 91.66734,0 L 412.50032,225"
d="m 187.49967,125.00004 66.66666,-99.99999 m 91.66734,0 66.66665,99.99999"
sodipodi:nodetypes="cccc"
inkscape:label="handle" />
</g>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before After
Before After