I am configuring a Map Region in APEX 23.2. When attempting to use an SVG file stored in Shared Components as a background layer, I encounter a MapLibre-gl decoding error. The console reports: 'The source image could not be decoded. Please make sure to use a supported image type such as PNG or JPEG.' > How can I properly implement a vector-based SVG as a background without the engine attempting to parse it as a Raster XYZ Tile? Is there a supported way to register SVGs as Image Sources within the APEX Map Attributes?