hotfix: geometrically center player

This commit is contained in:
Muhammad Nauman Raza 2024-03-19 21:09:49 +00:00
parent 65d2d997b1
commit d860608eca
Signed by: devraza
GPG key ID: 91EAD6081011574B
4 changed files with 13 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 596 B

View file

@ -10,7 +10,7 @@
inkscape:export-filename="player-4x.png"
inkscape:export-xdpi="384"
inkscape:export-ydpi="384"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
sodipodi:docname="player.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
@ -26,11 +26,11 @@
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="8.1914491"
inkscape:cx="16.785797"
inkscape:cy="21.180624"
inkscape:window-width="1366"
inkscape:window-height="768"
inkscape:zoom="4.0957246"
inkscape:cx="32.594965"
inkscape:cy="14.161109"
inkscape:window-width="2560"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
@ -48,10 +48,13 @@
width="8.4666662"
height="8.4666662"
x="-2.220446e-16"
y="2.1166666" />
y="2.1166666"
inkscape:export-filename="./player.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<path
sodipodi:type="star"
style="fill:#7ee6ae;fill-opacity:1;stroke:none;stroke-width:16.9333;stroke-opacity:0.434347"
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:16.9333;stroke-opacity:0.434347"
id="path1"
inkscape:flatsided="true"
sodipodi:sides="3"
@ -63,8 +66,8 @@
sodipodi:arg2="0.52359878"
inkscape:rounded="0"
inkscape:randomized="0"
inkscape:transform-center-y="0.30864532"
transform="matrix(-1.8037062,0,0,-1.3188712,10.351161,4.2764908)"
inkscape:transform-center-y="0.33403004"
transform="matrix(-1.8037062,0,0,-1.4273424,10.351161,9.484664)"
d="M 5.7080297,-0.76973088 3.3918092,3.2420806 1.0755888,-0.76973086 Z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB