In addition to its common properties, the shape element has several properties of its own.
Name | Default | Description |
---|---|---|
width | null | Set this property to null to use unboxed coordinates with the path property. |
height | null | Set this property to null to use unboxed coordinates with the path property. |
path | null | The path of a shape can be defined either using unboxed or boxed coordinates. - In order to use the unboxed coordinate system, set the width and height to null. The path can then be expressed as a series of coordinates that are relative to the element's x and y position. - When you want to use boxed coordinates, define your path in relation to the width and height of the element using coordinates from 0% to 100%. |
Check out the template editor's documentation on the shape element as well.