ruby-docx/docx

Aligned images breaks the docx file

echan00 opened this issue · 2 comments

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

Can you please provide the code that takes the example as input and generates the broken file?

Sorry about this @chrahunt, after further debugging, I found that the issue not related to this gem.

Thank you again for supporting this gem, its very helpful