VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-numoctaves-attribute/

⇱ SVG numOctaves Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG numOctaves Attribute

Last Updated : 23 Jul, 2025

The numOctaves attribute defines the number of octaves for the noise function of the <feTurbulence> primitive. Only <feTurbulence> element is using this attribute.

Syntax:

numOctaves = "integer"

Attribute Values: The numOctaves attribute accepts the values mentioned above and described below

  • integer: This value shows the number of octaves.

Example 1: Below example illustrate the use of the numOctaves attribute.

Output:

👁 Image

Example 2:

Output:

👁 Image
Comment