<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   version="1.0"
   width="675"
   height="450"
   viewBox="0 0 675 450"
   xml:space="preserve">

<rect id="yellow_ground" x="0" y="0" width="675" height="450" fill="#fbe80e" />

<path id="red_stroke" d="M 0 75 L 675 75" stroke="#db000d" stroke-width="50" />
<use xlink:href="#red_stroke" transform="translate(0 100)" />
<use xlink:href="#red_stroke" transform="translate(0 200)" />
<use xlink:href="#red_stroke" transform="translate(0 300)" />

</svg>