<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/SVG/DTD/svg10.dtd">
<!-- by Ken Sall, http://www.KenSall.com -->
<!--
	Copyright (c) 2002 Kenneth B. Sall. All Rights Reserved. 
	This code may not be copied, modified, or duplicated in any manner 
	without written consent from the author at ken@sall.net. 
-->
<svg viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>XML.Gov SVG Demo</title>

  <rect x="-100%" y="-100%" width="300%" height="300%" fill="black">
    <animateColor attributeName="fill" 
	values="black;#600;#060;#006;#333;#330;#303;#033;black" begin="0s" dur="31s" 
	repeatCount="indefinite"/>
  </rect>

  <g font-size="60" fill="white" font-family="sans-serif" text-anchor="middle">

    <text x="400" y="300" font-size="100"  font-family="fantasy" font-style="italic">
      Federal CIO Council
      <animateColor attributeName="fill" values="white;blue;red;green;orange;purple;white" begin="0s" dur="31s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;200,100;300,280;-200,-180;-270,80;0,0" begin="0s" dur="31s" repeatCount="indefinite"  additive="sum"/>
    </text>

    <text x="400" y="300">
      Fish &amp; Wildlife Service
      <animateColor attributeName="fill" values="white;magenta;cyan;yellow;white" begin="0s" dur="23s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;200,100;300,280;-200,-180;-270,80;0,0" begin="0s" dur="23s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="scale" values="1;2;1" begin="0s" dur="8s" repeatCount="indefinite" additive="sum"/>
    </text>

    <text x="400" y="300">
      GSA
      <animateColor attributeName="fill" values="white;violet;gray;cornflowerblue;green;white" begin="0s" dur="17s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;200,100;300,280;-200,-180;-270,80;0,0" begin="0s" dur="17s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="rotate" values="0;-45;90;0" begin="0s" dur="10s" repeatCount="indefinite" additive="sum"/>
    </text>

    <text x="400" y="300">
      EPA
      <animateColor attributeName="fill" values="white;blue;red;green;orange;purple;white" begin="0s" dur="37s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;200,-100;-300,280;-200,-180;-270,80;0,0" begin="0s" dur="37s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="skewX" values="0;40;-40;0" begin="0s" dur="10s" repeatCount="indefinite" additive="sum"/>
    </text>

    <text x="400" y="300">
      Department of Navy
      <animateColor attributeName="fill" values="white;blue;red;green;orange;purple;white" begin="0s" dur="15s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;200,100;300,280;-200,-180;-270,80;0,0" begin="0s" dur="15s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="skewY" values="0;30;-30;0" begin="0s" dur="15s" repeatCount="indefinite" additive="sum"/>
    </text>

    <text x="400" y="300">
      NIST
      <animateColor attributeName="fill" values="white;blue;red;green;orange;purple;white" begin="0s" dur="19s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;200,-100;-300,-280;-200,180;270,80;0,0" begin="0s" dur="19s" repeatCount="indefinite"/>
    </text>

    <text x="400" y="300">
      SAIC
      <animateColor attributeName="fill" values="white;yellow;white;yellow;white" begin="0s" dur="21s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate" values="0,0;-200,100;300,-280;200,-180;80,0;0,0" begin="0s" dur="21s" repeatCount="indefinite"/>
    </text>

    <text x="400" y="300" font-family="Courier" font-size="30" font-weight="bold">
      &lt;XML.Gov/&gt;
      <animateColor attributeName="fill" values="white;yellow;white;yellow;white" 
	begin="10s" dur="23s" repeatCount="indefinite"/>
      <animateTransform attributeName="transform" type="translate"
	 values="0,0;-200,100;300,-280;200,-180;80,0;0,0" 
	begin="10s" dur="23s" repeatCount="indefinite"/>
    </text>

  </g>

</svg>

