Please confirm if this is a bug.
I used the following code to convert SVG (s3.2_cb2.zip ) to PNG(s3.2_cb2_from_svg_fromAspose.png) and the font changes. The font is helvetica so any system can recognize it. But why does…...return rasterOptions; } public List<String> convert(Image sourceImage...save(outputPath, options); return List.of(outputPath); } evgeniy.sidenko...