Hello,
We have tried to process the DWG at (many_hatches.zip) with the Aspose.Cad library version 25.9 and the following code:
var image = (CadImage)Image.Load(fileDownloadPath, new LoadOptions { CancellationToken = ca…...cancellationToken }); foreach (var layout in image.Layouts) { var (width, height...VisualisationGenerat.ComputeImageSize(layout, image.Bounds); var svgRasterizationOpti...