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.