9/7. feladat megoldása


<?xml version="1.0"?>

<!DOCTYPE svg PUBLIC "-//W3//DTD SVG 1.1//EN"
	"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg xmlns= "http://www.w3.org/2000/svg"
     xmlns:xlink= "http://www.w3.org/1999/xlink"
     version="1.1" width="320" height="290">

<path d="M 30 60 C 30 30 120 30 120 60"
         style="stroke-width: 2; stroke: magenta; fill: none;"/>
<path d="M 180 60 C 205 30 295 30 270 60"
         style="stroke-width: 2; stroke: blue; fill: none;"/>

<path d="M 30 150 C 120 110 30 110 120 150"
         style="stroke-width: 2; stroke: orange; fill: none;"/>
<path d="M 180 150 C 180 105 270 195 270 150"
         style="stroke-width: 2; stroke: red; fill: none;"/>

<path d="M 30 240 C 180 200 0 200 120 240"
         style="stroke-width: 2; stroke: green; fill: none;"/>
<path d="M 180 240 C 260 200 190 280 270 240"
         style="stroke-width: 2; stroke: black; fill: none;"/>

</svg>