html/graf.svg
changeset 83 6767606d6342
child 105 f9c0ce760189
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/html/graf.svg	Tue Mar 23 15:09:19 2010 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<svg width="1000" height="1000"
     1.6 +     xmlns="http://www.w3.org/2000/svg"
     1.7 +     xmlns:xlink="http://www.w3.org/1999/xlink">
     1.8 +
     1.9 +
    1.10 +    <!--
    1.11 +    <a xlink:href="http://frantovo.cz"  xlink:title="Moje stránky!">
    1.12 +	<circle cx="150" cy="100" r="50" style="fill:red; stroke-width: 3; stroke:rgb(0,0,0)"/>
    1.13 +    </a>
    1.14 +
    1.15 +    <a xlink:href="javascript:alert('To čumíš, co? :-)')" xlink:title="Nečum!">
    1.16 +	<circle cx="200" cy="100" r="50" style="fill:blue; stroke-width: 3; stroke:rgb(0,0,0)"/>
    1.17 +    </a>
    1.18 +    -->
    1.19 +
    1.20 +    <style type="text/css">
    1.21 +	rect.nekuracka {
    1.22 +	    fill: blue;
    1.23 +	    stroke: black;
    1.24 +	}
    1.25 +	rect.kuracka {
    1.26 +	    fill: red;
    1.27 +	    stroke: black;
    1.28 +	}
    1.29 +    </style>
    1.30 +
    1.31 +
    1.32 +    <rect x="10" y="10" width="100" height="400" class="nekuracka"/>
    1.33 +    <rect x="150" y="10" width="100" height="400" class="kuracka"/>
    1.34 +
    1.35 +
    1.36 +
    1.37 +</svg>
    1.38 \ No newline at end of file