<softEdge>
(Soft Edge Effect)
This element specifies a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Attributes |
Description |
---|---|
|
Specifies the radius of blur to apply to the edges. The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SoftEdgesEffect">
<attribute name="rad" type="ST_PositiveCoordinate" use="required"/>
</complexType>