|
TSVGBrush
|
Provides the SVG TBrush class. TSVGBrush is used to fill solid shapes, such as rectangles and ellipses, with a color or pattern. The Kind property controls the mode in which a TSVGBrush instance operates.
The URI property stores a reference to another SVG element for providing the pattern or gradient for the brush.
|
|
TSVGPen
|
Provides a SVG Pen, or StrokeBrush, class. TSVGPen determines the color and pattern used to draw lines and shape contours of the graphical primitives.
To customize the outline pen, change the Cap, Dash, and Join properties.
To draw with a custom line style, use the SetCustomDash method.
The URI property stores a reference to another SVG element for providing the pattern or gradient for the Pen.
|