Increase pointer size

This commit is contained in:
Florian 2025-11-23 12:32:07 +01:00
parent 9e06336cbc
commit 60df66dec9

View File

@ -1,24 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
width="4.2333331mm" width="35px"
height="4.2333331mm" height="35px"
viewBox="0 0 4.2333331 4.2333331" viewBox="0 0 100 100"
version="1.1" version="1.1"
id="svg1" id="pointer"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"> xmlns:svg="http://www.w3.org/2000/svg"
<defs >
id="defs1" />
<g
id="layer1"
transform="translate(-36.493334,-89.210833)">
<circle <circle
style="fill:#d40000;stroke-width:0.264583" style="fill:red;stroke:white;stroke-width:10"
id="path1" id="circle"
cx="38.610001" cx="50"
cy="91.327499" cy="50"
r="2.1166666" /> r="40"
</g> />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 374 B