Imagen SVG en un camino circular
Frecuentes
Visto 328 veces
1
I would like to create a circular path that has animated .gifs along the path, though I would like them all to be facing the center of the circle.
I would also really like it if the circular path could scale with the window width and height. Which would add or subtract .gifs to the circle.
¿Es esto posible?
Example jpg.. http://oi48.tinypic.com/5nitt4.jpg
1 Respuestas
0
I don't think SVG supports animated .gifs. But everything else is possible--you just need a bit of trigonometry to position and scale your elements in the way you want them to be displayed!
Editar: As per the comments below, animated gifs are in fact supported.
contestado el 03 de mayo de 12 a las 22:05
Firefox and Opera will to animated gifs in SVG. I imagine most other UAs will too jsfiddle.net/longsonr/MNN8t - Roberto Longson
Chrome, Safari, and IE9 also support animated GIFs in SVG. - Phrogz
Thank you everyone, so could someone point me in the right direction? - Craterface
welcome to stackoverflow. it's all possible, but please show some research effort and return to update your question to be more focused (once you encounter specific technological issues). you'd probably want to read the Entrada de preguntas frecuentes sobre cómo preguntar, too. good luck! - Eliran Malka