Feature: #82091 - Allow inline rendering in SVG content object

See forge#82091

Description

The SVG content object supports a new option to render a SVG file as <svg> tag. The new setting renderMode can be set to inline to render an inline version of the SVG file. The renderMode property additionally has stdWrap capabilities.

page.10 = SVG
page.10 {
   renderMode = inline
   src = fileadmin/foo.svg
}

Impact

SVG can now be rendered as <svg> tag.