Beispiel: 3, Transformationen Download Beispiel3

<?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="220" height="255" version="1.1" xmlns="http://www.w3.org/2000/svg">
  <rect x="2" y="2" width="60" height="60"/>
  <rect x="2" y="2" width="60" height="60" transform="translate(70 10)"/>
  <rect x="2" y="2" width="60" height="60" transform="translate(160) rotate(20)"/>
  <rect x="2" y="2" width="60" height="60"
transform="translate(0 75) scale(2 1.5)"/>
  <rect x="2" y="2" width="60" height="60" transform="translate(0 180) skewX(30)"/>
  <rect x="2" y="2" width="60" height="60"
transform="translate(110 190) skewY(-30)"/>
</svg>

< voriges Beispiel - nächtes Beispiel > Fenster schliessen