SpreadMode enumeration
SpreadMode enumeration
Specifies the spread mode used in rendering SVG and HTML.
The SpreadMode type exposes the following members:
Fields
Field | Description |
---|---|
TILE | The gradient is tiled. |
TILE_FLIP_X | The gradient is tiled and flipped horizontally. |
TILE_FLIP_Y | The gradient is tiled and flipped vertically. |
TILE_FLIP_XY | The gradient is tiled and flipped both horizontally and vertically. |
CLAMP | The gradient is clamped to the edge. |
See Also
- module
aspose.svg.drawing