svg:dynthemes_track-en

SVG Dynamic Themes

Track elements

  • | File name: | "straight.svg" |
  • | Name attribute: | "straight" |

The dynamic part of a track symbol is the color of the track
- depending of the state of the corresponding block
- or the state of the corresponding route.

symbol SVG code
free
block
route
shunting
<svg name="straight" ledsupport="true" width="100%" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
  <g>
    <!-- track -->
    <path stroke="rgb(000,000,000)" fill="rgb(000,000,000)" d="M 0,12 L 31,12 L 31,19 L 0,19 z "/>
    <path led="101" stroke="rgb(255,255,255)" fill="rgb(255,255,255)" d="M 8,14 L 23,14 L 23,17 L 8,17 z "/>
  </g>
</svg>

The track color will be calculated on the fly by the software of the Rocrail clients (Rocview, RocControl) .
For coding the LED attribute see LED Attribute Values .

svg/dynthemes_track-en.txt · Last modified: 2024/11/21 09:40 by 127.0.0.1