Aspose.Svg.Rendering.Styles.PaintServers

The Aspose.Svg.Rendering.Styles.PaintServers namespace contains classes and interfaces for handling SVG paint servers. Paint servers are elements that define graphical templates in SVG, such as gradients and patterns, which can be reused in SVG documents. This includes linear gradients, radial gradients, and pattern fills, which can be applied to the fill or stroke of SVG shapes. This namespace encapsulates the logic needed to parse, interpret, and render these paint servers in accordance with the SVG specification.

Interfaces

InterfaceDescription
ISvgPaintServerRepresents a paint server used in SVG rendering.

Enumeration

EnumerationDescription
SvgPaintServerTypeSpecifies the type of SVG paint server.