Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

stitchTiles

« SVG Attribute reference home

The stitchTiles attribute defines how the Perlin tiles behave at the border.

If stitchTiles="noStitch", no attempt is made to achieve smooth transitions at the border of tiles which contain a turbulence function. Sometimes the result will show clear discontinuities at the tile borders.

If stitchTiles="stitch", then the browser will automatically adjust baseFrequency-x and baseFrequency-y values such that the <feturbulence> node's width and height (i.e., the width and height of the current subregion) contain an integral number of the Perlin tile width and height for the first octave.

Usage context

Categories None
Value noStitch | stitch
Animatable Yes
Normative document SVG 1.1 (2nd Edition)

Example

Elements

The following elements can use the stitchTiles attribute

Document Tags and Contributors

 Contributors to this page: kscarfone, Jeremie
 Last updated by: kscarfone,