public interface ISvgShapeFormattingController
Controls SVG shape generation.
Modifier and Type | Method and Description |
---|---|
void |
formatShape(ISvgShape svgShape,
IShape shape)
This function is called before rendering of shape to SVG to allow user to control resulting SVG.
|