115
SVG Patterns
Patterns can be defined using the <pattern> element. It is used to fill graphics elements in tiled fashion.
Example
Explanation
- The id attribute of <pattern> defines a unique name for the pattern.
- patternUnits is used to define x, y, width and height attributes.
- x and y are the x and y axis coordinates of the pattern bounding box.
Next TopicSVG Clip Path