In vector graphics, there are typically three ways how corners of a path are rendered: miter (i. e. pointy), bevel (i. e. cut off), and round: Example (I don't have enough rep to post images). My goal is to create an image with Inkscape (version 0.92.2) and embed it into Microsoft Word (version 2010) in EMF format.
The above example shows how the image looks in Inkscape. When I save the image to EMF and open it with the viewer that is integrated in Windows, the result is basically the same: Screenshot from the Windows image viewer.
However, when I insert the image into Word, the "miter" join is rendered incorrectly and looks like the "bevel" join: Screenshot from Word. The problem persists if I print the file from Word or export it as PDF. Surprisingly, if I right-click the image in Word and select "Save as image", the resulting raster image (PNG) is correct.
Given that the Windows image viewer shows the EMF as expected, it seems that it has been saved correctly by Inkscape. How can I get Word to also display it correctly?