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.0652519"
inkscape:cx="291.48035"
inkscape:cy="375.49804"
inkscape:zoom="0.53262595"
inkscape:cx="271.29733"
inkscape:cy="690.91639"
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"
@ -78,6 +78,6 @@
sodipodi:nodetypes="cccsscc"
inkscape:path-effect="#path-effect7"
inkscape:original-d="M 33.072922,26.458337 85.98959,79.375 13.229167,152.13542 h 92.604173 l 10e-6,-145.520838 -92.604178,4.9e-6 V 119.0625"
transform="matrix(0,3.7795276,3.7795276,0,7.5590551e-6,174.99998)" />
transform="matrix(0,3.7795276,3.7795276,0,7.5590551e-6,-24.999957)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After