Aligned images breaks the docx file
echan00 opened this issue · 2 comments
echan00 commented
After numerous testing of a document that won't open when saved with this gem, I've been able to pinpoint that a docx containing an aligned image will break after saving.
Here is an example docx with just one aligned image:
www.docx
Here is the resulting docx when saved with this gem:
www-broken.docx
chrahunt commented
Can you please provide the code that takes the example as input and generates the broken file?