<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" 
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="400" height="125" xmlns="http://www.w3.org/2000/svg">
  
  <desc>Basic text</desc>
  
  <g>
    <rect x="0" y="0" width="400" height="125" fill="none" 
            stroke="blue" stroke-width="3"/>
  
    <text x="10" y="50" font-size="30">Welcome to the world of</text>
    <text x="10" y="100" font-size="40" 
       font-family="Monotype Corsiva"
       fill="yellow" stroke="red">Scalable Vector Graphics!</text>
  </g>
</svg>


