SVG to Image Conversion

Hello, We are facing an issue with some SVG to JPG Conversion for the attached SVG, Conversion gets successful but converted files are problematic, check those files here (https://drive.google.com/drive/folders/1_xVSpRV6Uzt3CJQqeelc4rLtqBkBUiUI?usp=sharing)
please let us know any configuration required for it

We have tried it groupDcos.Conversion latest version JAVA. with following load and conversion options

ImageLoadOptions loadOptions = new ImageLoadOptions();
loadOptions.setFormat(ImageFileType.Svg);

ImageConvertOptions options = new ImageConvertOptions();
options.setFormat(ImageFileType.Jpg);

Thanks.

@swapnilkumbhar

We couldn’t access this link.

@Atir_Tahir
Allowed access to the same link please check the files (https://drive.google.com/drive/folders/1_xVSpRV6Uzt3CJQqeelc4rLtqBkBUiUI?usp=sharing)
SVG_1.svg and its converted => SVG1_Converted.jpg
SVG_2.svg and its converted => SVG2_Converted.jpg

Thanks,
Swapnil

1 Like

@swapnilkumbhar

This issue is reproduced at our end. Hence, we’ve logged it in our internal issue tracking system with ID CONVERSIONJAVA-1191. You’ll be notified as there’s any update.