drop_shadow method
drop_shadow
Adds a drop shadow filter.
Returns
The builder instance for chaining.
def drop_shadow(self, offset_x, offset_y, std_deviation):
...
| Parameter | Type | Description |
|---|---|---|
| offset_x | float | The X offset of the shadow. |
| offset_y | float | The Y offset of the shadow. |
| std_deviation | float | The standard deviation of the shadow. |
See Also
- module
aspose.svg.builder - class
FilterValueListBuilder