Retourner au contenu associé (entrée de forum : SVG animé SMIL)
Posté par fleny68 le 28 juin 2004 à 08:46. En réponse au message SVG animé SMIL. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Le code avec balises...
Posté par fleny68 . En réponse au message SVG animé SMIL. Évalué à 1.
<?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/svg11.dtd(...)">
< svg xmlns="http://www.w3.org/2000/svg(...)"
xmlns:xlink="http://www.w3.org/1999/xlink(...)">
< rect y="45" width="30" height="10" fill="red"
style="visibility:hidden" >
< set attributeName="visibility" attributeType="CSS" to="visible"
begin="3s" dur="5s" repeatCount="indefinite"/ >
</ rect>
</ svg>
enlevez les espaces devant svg, rect et set pour que ça corresponde. J'ai pas trouvé comment faire autrement...