Fill color is not working with Rounded Rectangle

Hi,
We are trying to draw a rounded rectangle and fill it with color by doing the given below

Aspose.Pdf.Drawing.Graph canvas2 = new Aspose.Pdf.Drawing.Graph(131, 20)
            {
                
                IsChangePosition = false,
                
                Left = 196,
                
                Top = 92
            };
            Aspose.Pdf.Drawing.Rectangle rect2 = new Aspose.Pdf.Drawing.Rectangle(0, 0, 131, 20);
            rect2.RoundedCornerRadius = 5;
            rect2.GraphInfo.Color = Aspose.Pdf.Color.FromArgb(204, 204, 204);
            rect2.GraphInfo.FillColor = Aspose.Pdf.Color.AliceBlue;
          
            canvas2.Shapes.Add(rect2);
            page.Paragraphs.Add(canvas2);

            return new AsposePdfDocument(Document);

but the expected out put should be rectangle filled with color according to your docs
please look into it and provide us with the solution
RoundedRectangleFillColorIssue.png (1.9 KB)

Thank you.

@cpaperless

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-55826

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as PDFNET-55826) have been fixed in Aspose.PDF for .NET 24.2.