WIP: add mech template counter

This commit is contained in:
2024-07-15 18:04:39 -07:00
parent a06d8b0325
commit b4fee4fde9
3 changed files with 117 additions and 0 deletions

View File

@@ -71,4 +71,25 @@
<polyline points="-2,-3.5 0,-5 2,-3.5"/>
</g>
</g>
<g id="mech-template">
<mask id="mech-template-mask">
<circle fill="white" r="36.5"/>
<rect x="-16.25" y="-18" width="34.5" height="36" fill="black"/>
</mask>
<g transform="rotate(0) translate(-2.25, 0)" style="pointer-events: none;">
<circle style="stroke: red; stroke-opacity: 0.5; pointer-events: none;" r="36.5"/>
<rect style="fill: red; fill-opacity: 0.5;" x="-16.25" y="5.75" width="34.5" height="12.25"/>
<rect style="fill: red; fill-opacity: 0.5;" x="-16.25" y="5.75" width="34.5" height="12.25" transform="scale(1 -1)"/>
<polyline points="-23,-3 -25,0 -23,3" style="stroke: black;"/>
<g mask="url(#mech-template-mask)" style="stroke: white; stroke-opacity: 0.5;">
<path d="M -4,0 L -32.55,-16.5 A 36.5 36.5 0 0 0 -32.55,16.5 Z"/>
<path d="M 4,0 L 32.55,-16.5 A 36.5 36.5 0 0 1 32.55,16.5 Z"/>
<path d="M 0,2.3 L -32.55,-16.5 A 36.5 36.5 0 0 1 0,-36.5 Z"/>
<path d="M 0,-2.3 L -32.55,16.5 A 36.5 36.5 0 0 0 0,36.5 Z"/>
<path d="M 0,2.3 L 32.55,-16.5 A 36.5 36.5 0 0 0 0,-36.5 Z"/>
<path d="M 0,-2.3 L 32.55,16.5 A 36.5 36.5 0 0 1 0,36.5 Z"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 28 KiB