Hi,
I have a DOCX file that contains a flowchart with shapes that have gradient or striped background fills. When I simply open the document with Aspose.Words and save it back to DOCX without making any changes, the shape backgrounds become distorted (blurry/corrupted appearance).
Steps to reproduce:
Document doc = new Document("input.docx");
doc.save("output.docx");
Environment:
- Aspose.Words for Java version: 24.12
- Java version: 21
- OS: Windows10
Expected result:
The output DOCX should look identical to the input DOCX.
Actual result:
The shapes with gradient/striped background fills are visually distorted in the output file. The background appears blurry and corrupted, as shown in the attached screenshot.
Please note:
- This issue occurs with a simple open/save, without any Range.Replace or other modifications.
- I have tested with multiple versions of Aspose.Words (including 24.12) and the issue persists.
- I have attached the input.docx, output.docx, and a screenshot showing the difference.
Please investigate. Thank you.
input.docx (49.5 KB)
output.docx (20.1 KB)
