SVG Item
Defines the code for an SVG element to be repeated by this repeater.
Example
<rect width="30" height="30" fill="green" x="[v1]00" y="[v2]"></rect>
This example creates a repeating green rectangle SVG element. The SVG element appears at the x- and y-coordinates defined by columns v1 and v2 of the linked table. In the case of the x-coordinate, the table cell values are multiplied by 100 by concatenating two zeroes.
Each X value is a distance in pixels from the left edge of this repeater. Each Y value is a distance in pixels from the top edge of this repeater.
The SVG Item property