<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Rob Lanphier; v.2 modified by Erik Hodge, RealNetworks
           Version: $Id: brushtest.smil.html,v 1.4 2002/03/11 11:06:52 root Exp $
            Module: Media Object
           Feature: Brush element
         File Name: brushtest.smil
  Media Components: 1 GIF
 Expected Behavior: After 3.5 seconds, top bar should be identical to bottom bar, except
                    rightmost square.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
    <head>
       <layout type="text/smil-basic-layout">
         <root-layout width="525px" height="150px"/>
         <region id="top" top="0px" left="0px" height="75px" width="525px"/>
         <region id="b1" top="75px" left="0px" height="75px" width="75px"/>
         <region id="b2" top="75px" left="75px" height="75px" width="75px"/>
         <region id="b3" top="75px" left="150px" height="75px" width="75px"/>
         <region id="b4" top="75px" left="225px" height="75px" width="75px"/>
         <region id="b5" top="75px" left="300px" height="75px" width="75px"/>
         <region id="b6" top="75px" left="375px" height="75px" width="75px"/>
         <region id="b7" top="75px" left="450px" height="75px" width="75px"/>
       </layout>
    </head>
    <body>
        <par dur="30s">
             <img src="../images/brushtest.gif" region="top"/>
	     <brush begin="0.5s" region="b1" color="#FF0000"/>
	     <brush begin="1s" region="b2" color="#00F"/> 
	     <brush begin="1.5s" region="b3" color="olive"/>
	     <brush begin="2s" region="b4" color="rgb(0,255,0)"/>
	     <brush begin="2.5s" region="b5" color="rgb(100%, 0%, 0%)"/>
	     <brush begin="3s" region="b6" color="black"/>
	     <brush begin="3.5s" region="b7" color="ActiveCaption"/> 
        </par>
    </body>
</smil>