I have an SVG image that includes text, which uses the "Arial" font-family. On Windows, it renders correctly with GDI and SKIA. However, on Linux, an "Invalid Image Data" exception is thrown, and the image is not rendered. This happens when exporting to PDF and XLSX.
Furthermore, even though there is an exception, it is not caught by the Reporting engine, so RenderingResult.HasErrors returns false. The logic should be modified to catch this error and update the HasErrors flag.
So far, the issue seems to be specific to the Arial font. When I change font-family, the PDF document is created as expected.