Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/02/2014, 09:29
daicon
 
Fecha de Ingreso: julio-2010
Mensajes: 134
Antigüedad: 13 años, 10 meses
Puntos: 0
Problema con SVG en SAFARI

Hola,

Tengo este simple codigo en mi web:
Código:
	<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" version="1.1">
     <clipPath id="clipping">
      <circle cx="18" cy="15" r="12" />
    </clipPath>
	<image clip-path="url(&quot;#clipping&quot;)" width="35" height="35" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="$zc_icon_path/$teicon" />

	</svg>
Pues bueno, se ve en todos los navegadores bien, pero safari no me muestra la imagen, directamente no se ve nada....
¿Que esta pasando?