new local system-control plugin

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-04-11 20:00:25 +02:00
parent d4848d3700
commit 39a9c32a81
9 changed files with 304 additions and 2 deletions
+32
View File
@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- Locomotive body -->
<rect x="12" y="32" width="62" height="34" rx="5" fill="#ffffff"/>
<!-- Cab section -->
<rect x="12" y="22" width="28" height="13" rx="4" fill="#ffffff"/>
<!-- Cab window -->
<rect x="16" y="25" width="20" height="8" rx="2" fill="#87ceeb"/>
<!-- Chimney -->
<rect x="64" y="18" width="10" height="16" rx="3" fill="#ffffff"/>
<!-- Smoke puff -->
<circle cx="69" cy="14" r="5" fill="#cccccc" opacity="0.7"/>
<circle cx="75" cy="11" r="3.5" fill="#cccccc" opacity="0.5"/>
<!-- Front light -->
<circle cx="74" cy="46" r="5" fill="#f0c040"/>
<!-- Wheels -->
<circle cx="27" cy="68" r="9" fill="#444444" stroke="#ffffff" stroke-width="2"/>
<circle cx="27" cy="68" r="3" fill="#ffffff"/>
<circle cx="52" cy="68" r="9" fill="#444444" stroke="#ffffff" stroke-width="2"/>
<circle cx="52" cy="68" r="3" fill="#ffffff"/>
<circle cx="72" cy="68" r="6" fill="#444444" stroke="#ffffff" stroke-width="2"/>
<circle cx="72" cy="68" r="2" fill="#ffffff"/>
<!-- Rails -->
<rect x="5" y="77" width="90" height="4" rx="2" fill="#aaaaaa"/>
<rect x="5" y="85" width="90" height="4" rx="2" fill="#aaaaaa"/>
<!-- Sleepers -->
<rect x="12" y="76" width="6" height="14" fill="#888888"/>
<rect x="26" y="76" width="6" height="14" fill="#888888"/>
<rect x="40" y="76" width="6" height="14" fill="#888888"/>
<rect x="54" y="76" width="6" height="14" fill="#888888"/>
<rect x="68" y="76" width="6" height="14" fill="#888888"/>
<rect x="82" y="76" width="6" height="14" fill="#888888"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB