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
render
can be set to inline
to render an inline version of the SVG file.
The
render
property additionally has
std
capabilities.
page.10 = SVG
page.10 {
renderMode = inline
src = fileadmin/foo.svg
}
Copied!
Impact
SVG can now be rendered as
<svg>
tag.