Valid XHTML     Valid CSS2    


        <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="300">
        
        <script xlink:href="bouger.js"></script>
        
        <g onmousemove="deplacer(evt)" onmousedown="cliquer(evt)" onmouseup="appui=false">
        
           <rect x="0" y="0" width="600" height="300" stroke="#0E0E0E" fill="#EEEEEE"/>
        
           <rect id="rectangle"
             x="0" y="0" width="100" height="50"
             transform="matrix(1 0 0 1 50 50)" stroke-width="1" stroke="#0E0E0E" fill="red"
           />
        
           <ellipse id="cercle"
             cx="0" cy="0" rx="50" ry="50"
             transform="matrix(1 0 0 1 300 200)" stroke-width="1" stroke="#0E0E0E" fill="green"
           />
        
        </g>
        </svg>
        

 

 

retour gH    Retour à la page principale de   (gH)