The gradientFillStyle element fills a shape with a gradually changing color.
<gradientFillStyle id="styleId" type="gradientType">
<!-- Defining gradient entries -->
...
</gradientFillStyle>
Gradient fill is defined with gradientEntry elements (not more than 8). The defined gradient fill is then applied to a shape and scaled to the shape size.
Name |
Description |
Value type |
Optional |
Default Value |
| id |
Object identifier |
no |
- |
|
| type |
Fill style type. It may take the following values: radial - radial gradient fill linear - linear gradient fill |
no |
- |
styles