<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg" 
 xmlns:c="http://www.acooke.org/countries"
 xmlns:math="http://exslt.org/math"
 xmlns:xlink="http://www.w3.org/1999/xlink" 
 x="0" y="0" height="400" width="1000">
 <desc>Map of Arms Spending</desc>
 <rect x="0" y="0" width="1000" height="400" fill="black"/>
 <g transform="translate(50,50) scale(150,150)">
  <image x="-0.1" y="-0.1" width="2" height="2" xlink:href="arms2-image1.svg"/>
  <text fill="#ccc" font-size="0.03" font-family="Verdana" text-anchor="middle"
   y="2" x="0.9">Latitude 0; Longitude 85 W</text>
  <image x="2" y="-0.1" width="2" height="2" xlink:href="arms2-image2.svg"/>
  <text fill="#ccc" font-size="0.03" font-family="Verdana" text-anchor="middle"
   y="2" x="3">Latitude 20 N; Longitude 25 E</text>
  <image x="4.1" y="-0.1" width="2" height="2" xlink:href="arms2-image3.svg"/>
  <text fill="#ccc" font-size="0.03" font-family="Verdana" text-anchor="middle"
   y="2" x="5.1">Latitude 0; Longitude 110 E</text>
 </g>
 <defs>
 <linearGradient id="key" gradientUnits="objectBoundingBox">
 <stop stop-opacity="0.5" stop-color="red" offset="1%"/>
 <stop stop-opacity="0.5" stop-color="yellow" offset="50%"/>
 <stop stop-opacity="0.5" stop-color="white" offset="99%"/>
 </linearGradient>
 </defs>
 <g transform="rotate(-90,20,380)">
  <rect x="20" y="380" height="20" width="50" fill="url(#key)" stroke="#888" stroke-width="0.5"/>
 </g>
 <text x="68" y="332" text-anchor="end" font-family="Verdana" font-size="4.5" fill="#ccc">10% GDP</text>
 <text x="68" y="382" text-anchor="end" font-family="Verdana" font-size="4.5" fill="#ccc">0% GDP</text>
 <text fill="#ccc" font-size="4.5" font-family="Verdana" text-anchor="middle" y="382" x="500">Annual military spending by country.  Areas roughly proportional to annual budget.  Data from CIA World Factbook 2004.  Image copyright 2005, Andrew Cooke.  Released under the Creative Commons Attribution-NonCommercial License.  For downloads and more info see http://www.acooke.org.</text>
</svg>
