TRVShape.SVGPath, SVGViewBox

<< Click to display table of contents >>

TRVShape.SVGPath, SVGViewBox

The properties define the SVG shape.

property SVGPath: TRVUnicodeString;
property SVGViewBox: TRVIntegerRect;

These properties are used only if ShapeProperties.Shape = rvrshCustom.

SVGPath – SVG path. This is a set of drawing commands used within the <path> element in SVG to define the outline of a shape.

SVGViewBox defines the dimension of the SVG image. All coordinates in SVGPath must be inside SVGViewBox.

Default values

'' and (0, 0, 1000, 1000)