Loading data.
PAGE CONTENTS
Display settings
With this object type you can insert a SVG. You can use XML data directly or reference a file.
Properties
width
height
src
renderMode
stdWrap
Example:
integer /stdWrap
600
Width of the SVG.
400
Height of the SVG.
resource /stdWrap
resource
SVG file resource, can also be referenced via EXT: prefix to point to files of extensions.
EXT:
src = fileadmin/svg/tiger.svg
string /stdWrap
Setting renderMode to inline will render an inline version of the SVG.
->stdWrap
10 = SVG 10 { width = 600 height = 600 src = EXT:my_ext/Resources/Public/Images/example.svg }
This example will output the svg with the defined dimensions.