SVG/Attribut/patternTransform
Aus SELFHTML-Wiki
Das patternTransform-Attribut dient einer möglichen Transformation (Richtungsänderung, Skalierung, Streckung, Rotation) des Musters.
- Erlaubte Werte
Liste von Transformationen
translate(): Verschiebungrotate(): Drehungscale(): Streckungskew(): Neigen, Verzerrenmatrix(): Transformieren durch Angabe der Transformationsmatrix
- Standardwert
- anwendbar auf
- Präsentationsattribut
nein
- mit CSS animierbar
ja
Beispiel
<pattern id="muster" width="20" height="20" patternTransform="scale(1,2) rotate(45)" patternUnits="userSpaceOnUse" > <rect id="square" width="10" height="10" fill="skyblue" /> <use href="#square" transform="translate(10,10)" /> </pattern>
Das Muster wird um 45° gedreht und vertikal gestreckt.
Siehe auch
Weblinks
Liste der SVG-Attribute
- Kernattribute
- Präsentationsattribute
- Animations-Attribute
- Filter-Attribute
- Layout-Attribute
- viewBox-Attribute
- XLink-Attribute
- weitere XML-Attribute
- fx
- fy
- gradientTransform
- lengthAdjust
- markerHeight
- markerWidth
- orient
- path
- patternTransform
- refX
- refY
- spreadMethod
Abgerufen am 7.12.2025
von "http://wiki.selfhtml.org/wiki/SVG/Attribut/patternTransform"