Logo des Bilungsservers

Eine Seite des Sächsischen Bildungsservers

Beispielseite SVG - Pfadobjekte - Linien und Bezirkurven
SVG- Grafik Quelltext der SVG- Grafik
<?xml version="1.0" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"

"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

<svg width="200" height="400">

<path d="M10 10 L180 60 L110 150 z" style="stroke:rgb(0,0,0);opacity:0.5;fill:rgb(255,255,0)"/>

<path d="M10 210 L180 270 L110 360" style="stroke:rgb(0,0,0);opacity:0.5;fill:rgb(255,255,0)"/>

</svg>

<?xml version="1.0" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"

"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

<svg width="200" height="400">

<path d="M10 20 C100 30 150 100 150 200 C150 300 90 300 50 300"

style="fill:none;stroke:rgb(0,0,128);stroke-width:1"/>

</svg>