when publishing a document which includes an SVG image, when the Managing SVG in HTML option is:
-
Active: Fluid Topics inserts the SVG content directly in the page.
Fluid Topics also removes HTML classes given to the image.
-
Inactive: Fluid Topics creates an
<img>HTML element whosesrcattribute is a link to the SVG image.Fluid Topics also keeps HTML classes given to the image.
In the following DITA example, Fluid Topics preserves the
testclass when publishing:<image href="./logo.svg" outputclass="test"/>This means that
PORTAL_ADMINorADMINusers can style the SVG image using CSS.
When toggling this option, PORTAL_ADMIN or ADMIN users must run a reprocess to apply the configuration to all documents.
This toggle is active by default.