Unplanned
Last Updated: 17 Sep 2026 11:09 by Narayan
Narayan
Created on: 17 Sep 2026 11:09
Category: Reporting
Type: Bug Report
1
SVG with Text element that uses Arial font-family does not render on Linux

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.

0 comments