Altre stelle : A diciassette punte
Questa pagina mostra il sorgente SVG usato per disegnare tutte queste stelle se viene caricata quando i secondi dell'orologio del PC sono maggiori di 30.
Se tutti i browser accettassero l'attributo name non ci sarebbe bisogno di usare tanti attributi id ma purtroppo ... attualmente.. 201409 .. Firefox ed Opera ignorano l'attributo name applicato nella marca svg.
{svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
id="svgaggiunti"
width="100" height="100" viewBox="0 0 2010 2010"}
{a xlink:href="http://www.elegio.it/svg/" target="star"}
{g stroke="black" stroke-width="16" }
{animateTransform attributeType="xml"
attributeName="transform" type="rotate"
from="0 1000 1000" to="360 1000 1000" dur="13s"
repeatCount="indefinite"/}
{path id="n1pathaggiunti" fill="#ff0000" d="
M 1000 2000 L 1000 1309 1000 1309 1225 1309 Z
M 1294 1095 L 1069 1095 1182 750 1588 191 Z
M 1951 1309 L 1294 1095 1294 1095 1363 882 Z
M 1182 750 L 1112 964 818 750 412 191 Z
M 1588 191 L 1182 750 1182 750 1000 618 Z
M 818 750 L 1000 882 706 1095 49 1309 Z
M 412 191 L 818 750 818 750 637 882 Z
M 706 1095 L 888 964 1000 1309 1000 2000 Z
M 49 1309 L 706 1095 706 1095 775 1309 Z
M 1000 1309 L 931 1095 1294 1095 1951 1309 Z
" /}{/g}{/a}
{circle r="300" cx="1000" cy="1000" fill="#ffff00"
stroke="blue" stroke-width="16"
stroke-dasharray="32" fill-opacity="0.4" /}
{/svg}
|
.
.
.
.
.
.