Und damit nicht jeder den Anhang öffnen muss hier die beiden SVG-Dateien
svg-fraktale.html*
Code:
<?
xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="360" height="360" fill="blue" />
</svg>
(* im Original ist ein Fehler in der Datei, hinter height fehlt das = )
svg-verfeinerungsstufe0.html
Code:
<?
xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="120" height="120" fill="blue"/>
<rect x="120" y="0" width="120" height="120" fill="blue"/>
<rect x="240" y="0" width="120" height="120" fill="blue"/>
<rect x="0" y="120" width="120" height="120" fill="blue"/>
<rect x="120" y="120" width="120" height="120" fill="black"/>
<rect x="240" y="120" width="120" height="120" fill="blue"/>
<rect x="0" y="240" width="120" height="120" fill="blue"/>
<rect x="120" y="240" width="120" height="120" fill="blue"/>
<rect x="240" y="240" width="120" height="120" fill="blue"/>
</svg>
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)