W3cubDocs

/SVG

stitchTiles

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

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stitchTiles