Example


<svg width="400px" height="150px" version="1.1">
     <desc>Example OrigCoordSys - Simple transformations: original picture</desc>
     <g fill="none" stroke="black" stroke-width="3">
          <line x1="0" y1="1.5" x2="400" y2="1.5"/>
          <line x1="1.5" y1="0" x2="1.5" y2="150"/>
     </g>
     <g>
          <text x="30" y="30" font-size="20" font-family="Verdana"> ABC (orig coord system) </text>
     </g>
</svg>
Original SVG source