SVG allows specifying a spread method for gradients, e.g.: spreadMethod="reflect" which specifies how the gradient behaves beyond its bounds. It would be useful if Pathfinder could support these settings:
- Pad (what Pathfinder currently does by default)
- Reflect
- Repeat