<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
	"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400" viewBox="0 0 3 2">
   <rect id="black_stripe" fill="#000" width="3" height="2"/>
   <rect id="yellow_stripe" fill="#ffda0c" width="2" height="2" x="1"/>
   <rect id="red_stripe" fill="#f31830" width="1" height="2" x="2"/>
</svg>