Managing SVG in HTML - Fluid Topics - Latest

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
Latest

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 whose src attribute 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 test class when publishing:

    <image href="./logo.svg" outputclass="test"/>
    

    This means that PORTAL_ADMIN or ADMIN users 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.