<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<linearGradient id="MyGrad" gradientUnits="userSpaceOnUse" x1="50" y1="0" x2="600" y2="0">
<stop offset="0" stop-color="#ff0000" />
<stop offset=".33" stop-color="#00ff00" />
<stop offset=".67" stop-color="#0000ff" />
<stop offset="1" stop-color="#000000" />
<feFuncR type="identity" />
<feFuncG type="identity" />
<feFuncB type="identity" />
<feFuncA type="identity" />
<feFuncR type="table" tableValues="0 0 1 1" />
<feFuncG type="table" tableValues="1 1 0 0" />