Nuestro conocimiento compartido. Nuestro tesoro compartido. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 <h1>SVG manipulation</h1>2 <div id="cuadrado">3  <svg id="misvg" width="300px" height="300px">4  <defs>5  <linearGradient id="myGradient" x1="0%" y1="100%" x2="100%" y2="0%">6  <stop offset="5%" stop-color="red"/><stop offset="95%" stop-color="blue" stop-opacity="0.5"/>7  </linearGradient>8  </defs>9  <circle cx="50%" cy="50%" r="120" fill="url(#myGradient)" stroke-color="red"/>10  </svg>11 </div>


Este ShareCode tiene versiones:
  1. SVG manipulation ... (05/08/2012)
Enlace
El enlace para compartir es: