URL: https://linuxfr.org/forums/programmationautre/posts/svg-anim%C3%A9-smil Title: SVG animé SMIL Authors: fleny68 Date: 2004年06月28日T08:02:38+02:00 Tags: Score: 0 Je cherche à animer un svg: Je voudrais un rectangle qui clignote toutes les 5 secondes. Je me suis basé là dessus: [http://www.kevlindev.com/tutorials/basics/animation/svg_smil/index.(...)](http://www.kevlindev.com/tutorials/basics/animation/svg_smil/index.htm) <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "[http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd(...)](http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd)"> <svg xmlns="[http://www.w3.org/2000/svg(...)](http://www.w3.org/2000/svg)" xmlns:xlink="[http://www.w3.org/1999/xlink(...)](http://www.w3.org/1999/xlink)"> Chez moi ça marche pas. ça boucle pas apparemment. Alors j'ai rien compris ou c'est ksvg qui sait pas y faire?