Valid XHTML     Valid CSS2    

Listing du fichier bouger.svg

 

00001     <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="300">
00002     
00003     <script xlink:href="bouger.js"></script>
00004     
00005     <g onmousemove="deplacer(evt)" onmousedown="cliquer(evt)" onmouseup="appui=false">
00006     
00007      <rect x="0" y="0" width="600" height="300" stroke="#0E0E0E" fill="#EEEEEE"/>
00008     
00009      <rect id="rectangle"
00010      x="0" y="0" width="100" height="50"
00011      transform="matrix(1 0 0 1 50 50)" stroke-width="1" stroke="#0E0E0E" fill="red"
00012      />
00013     
00014      <ellipse id="cercle"
00015      cx="0" cy="0" rx="50" ry="50"
00016      transform="matrix(1 0 0 1 300 200)" stroke-width="1" stroke="#0E0E0E" fill="green"
00017      />
00018     
00019     </g>
00020     </svg>

Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.

 

 

retour gH    Retour à la page principale de   (gH)