Diff for /Amaya/amaya/AmayaPage.html between versions 1.134 and 1.135

version 1.134, 2003/04/08 09:22:07 version 1.135, 2003/04/11 08:02:05
Line 70 Line 70
       </text>        </text>
     </a>      </a>
   </g>    </g>
   
   
   <g>    <g>
     <image id="backgroundImage" xlink:href="amaya.png" width="471px"      <image id="backgroundImage" xlink:href="amaya.png" width="471px"
            height="338px" y="1px">             height="338px" y="1px">
       <desc>Leading the Web to its full potential</desc>        <desc>Leading the Web to its full potential</desc>
     </image>      </image>
     <defs>  <defs>     
       <symbol id="cube">   <symbol id="cube">
         <polygon points="0,0 5,5 5,20 0,15" transform="translate(0,1)"          <polygon points="0,0 5,5 5,20 0,15" transform="translate(0,1)"
                  stroke-width="1"/>                   stroke-width="1"/>
         <polygon points="0,0 15,0 20,5 5,5" transform="translate(1,0)"          <polygon points="0,0 15,0 20,5 5,5" transform="translate(1,0)"
                  stroke-width="1"/>                   stroke-width="1"/>
         <rect x="6" y="6" width="15" height="15" stroke-width="1"/>          <rect x="6" y="6" width="15" height="15" stroke-width="1"/>
       </symbol>        </symbol>
   <symbol id="amayatext">
          <text x="80" y="80" style="fill:black">AMAYA
         </text> 
         </symbol>
     </defs>      </defs>
   
   <g transform="translate(-50,-20)" 
   style="font-family:Times New Roman;font-size:96">      
   <use xlink:href="#amayatext"/>
   <use opacity="20%" transform="matrix( 1 0 -1 -1 80 160 )" xlink:href="#amayatext"/>
       </g>
   
     <g id="cubes">      <g id="cubes">
       <animateColor attributeName="fill" attributeType="CSS"        <animateColor attributeName="fill" attributeType="CSS"
                     from="rgb(0,0,255)" to="rgb(128,0,0)" begin="0s" dur="6s"                      from="rgb(0,0,255)" to="rgb(128,0,0)" begin="0s" dur="6s"
Line 194 Line 207
                           fill="freeze" />                            fill="freeze" />
  </text>   </text>
 </g>  </g>
   
 </svg>  </svg>
 </p>  </p>
   

Removed from v.1.134  
changed lines
  Added in v.1.135


Webmaster