ISvgShapeFormattingController

public interface ISvgShapeFormattingController

Controls SVG shape generation.

Methods

MethodDescription
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:

ParameterTypeDescription
svgShapeISvgShapeObject to control SVG shape generation.
shapeIShapeSource shape.