The solidFillStyle element fills a shape with one color.
<solidFillStyle id="styleId" color="color" [alpha="fillOpacity"]/>
Name |
Description |
Value type |
Optional |
Default Value |
| id |
Object identifier |
no |
- |
|
| color |
Color of the solid fill |
yes |
#000000 |
|
| alpha |
Sets the transparancy of the solid fill. It is the same for all pixels. This attribute can take values from 0 to 255. 0 - completely transparent. 255 - completely opaque. |
yes |
255 |