<?xml version="1.0" encoding="utf-8"?>
 <!-- Some random comment #1 -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    width="120px" height="120px" viewBox="0 0 120 120"
    enable-background="new 0 0 120 120" xml:space="preserve"
>
    <!-- Some random comment #2 -->
    <g>
        <g>
            <circle fill="#ff0000" cx="60px" cy="60px" r="50px"/>
            <text>test</text>
        </g>
    </g>
    <g style="color: black"></g>
</svg>
