SVG Timeline Test

by andydavies

HTML

<svg width="1050px" height="40px" viewBox="0 0 1100 40">
   <!-- horizontal line -->
   <line x1="0" y1="20" x2="1050" y2="20"
      style="stroke-width: 20; stroke: #ccc;"/>
   <line x1="10" y1="5" x2="10" y2="35"
      style="stroke-width: 5; stroke: black;"/>
   <line x1="100" y1="5" x2="100" y2="35"
      style="stroke-width: 5; stroke: black;"/>
   <line x1="1000" y1="5" x2="1000" y2="35"
      style="stroke-width: 5; stroke: black;"/>
 </svg>