Beispiel: 7, Rechtecke mit abgerundeten Ecken Download Bsp7

<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="320" height="110" version="1.1" xmlns="http://www.w3.org/2000/svg">
  <rect x="5" y="5" width="100" height="100" stroke="#DE280B" stroke-width="4" fill="#F2BD37" rx="10" ry="10"/>
  <rect x="110" y="5" width="100" height="100" stroke="#DE280B" stroke-width="4" fill="#F2BD37" rx="10" ry="200"/>
  <rect x="215" y="5" width="100" height="100" stroke="#DE280B" stroke-width="4" fill="#F2BD37" rx="300" ry="10"/>
</svg>

< voriges Beispiel - nächtes Beispiel > Fenster schliessen