ISvgShapeFormattingController
public interface ISvgShapeFormattingController
Controls SVG shape generation.
Methods
| Method | Description |
|---|---|
| formatShape(ISvgShape svgShape, IShape shape) | This function is called before rendering of shape to SVG to allow user to control resulting SVG. |
formatShape(ISvgShape svgShape, IShape shape)
public abstract void formatShape(ISvgShape svgShape, IShape shape)
This function is called before rendering of shape to SVG to allow user to control resulting SVG.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| svgShape | ISvgShape | Object to control SVG shape generation. |
| shape | IShape | Source shape. |