<?xml version="1.0" encoding="utf-8"?> | |
<!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" viewBox="0 0 100 100"> | |
<rect fill="#ff0000" x="0" y="0" width="100" height="50"/> | |
<rect fill="#00ff00" x="0" y="50" width="100" height="50"/> | |
</svg> |