2021-10-17 18:26:00 +02:00
|
|
|
---
|
2022-10-01 23:12:26 +02:00
|
|
|
title: Svg.pattern
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-10-01 23:12:26 +02:00
|
|
|
The `Svg.pattern` property holds a reference to [the Pattern
|
|
|
|
object](/reference/api/pattern/) itself.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-10-01 23:12:26 +02:00
|
|
|
## Notes
|
|
|
|
|
|
|
|
This allows hooks that only receive the SVG object (such as the preRender and
|
|
|
|
postRender hooks) to still access the pattern object.
|