implemented bridge
This commit is contained in:
@@ -309,4 +309,14 @@ table.brake-times th{
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
|
||||
polyline{
|
||||
stroke: black;
|
||||
stroke-width: 5px;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
svg.disconnected rect{
|
||||
fill: red;
|
||||
}
|
||||
4
resources/svg/BridgeE.svg
Normal file
4
resources/svg/BridgeE.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="" viewbox="0 0 100 100">
|
||||
<rect x="20" y="35" width="80" height="30" />
|
||||
<polyline points="30,10 20,20 20,80 30,90" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 151 B |
4
resources/svg/BridgeN.svg
Normal file
4
resources/svg/BridgeN.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="" viewbox="0 0 100 100">
|
||||
<rect x="35" y="0" width="30" height="80" />
|
||||
<polyline points="10,70 20,80 80,80 90,70" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 150 B |
4
resources/svg/BridgeS.svg
Normal file
4
resources/svg/BridgeS.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="" viewbox="0 0 100 100">
|
||||
<rect x="35" y="20" width="30" height="80" />
|
||||
<polyline points="10,30 20,20 80,20 90,30" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 151 B |
4
resources/svg/BridgeW.svg
Normal file
4
resources/svg/BridgeW.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="100" height="" viewbox="0 0 100 100">
|
||||
<rect x="0" y="35" width="80" height="30" />
|
||||
<polyline points="70,10 80,20 80,80 70,90" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 150 B |
Reference in New Issue
Block a user