added Relay to tiles

This commit is contained in:
Stephan Richter
2020-11-01 00:43:07 +01:00
parent 6932536d05
commit cc7fbd2bda
7 changed files with 233 additions and 6 deletions

View File

@@ -57,6 +57,10 @@ svg rect{
stroke:rgb(0,0,0);
}
svg.Relay rect{
fill: white;
}
svg.locked polygon,
svg.locked rect:not(.sig_a):not(.sig_b){
fill:lime;

4
resources/svg/Relay.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="100" height="100" viewbox="0 0 %width% 100">
<rect x="10" y="10" width="80" height="80" />
<text x="25" y="65" >%text%</text>
</svg>

After

Width:  |  Height:  |  Size: 146 B