markswindoll / jQuery-Word-Export

jQuery plugin for exporting HTML and images to a Microsoft Word document
http://markswindoll.github.io/jquery-word-export/
MIT License
220 stars 145 forks source link

Border radius not exported #13

Open johnboss94 opened 8 years ago

johnboss94 commented 8 years ago

Hello Mark,

When I export a circular image, the exported image is a rectangular image. How can I solve this? Also, how can I include external CSS stylesheets? Currently I am doing all my CSS inline, which is a pain in the ass.

Thanks in advance.