Beispiel: 2, Positionierung mit x- und y-Attributen Download Beispiel2

<?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="160" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg">
  <rect x="0" y="0" width="90" height="90"/>
  <rect x="95" y="49" width="50" height="57"/>
  <rect x="125" y="125" width="35" height="35"/>
  <rect x="80" y="175" width="25" height="25"/>
</svg>

< voriges Beispiel - nächtes Beispiel > Fenster schliessen