Hello.
It is all about image scaling process. Both metafiles contain bitmaps, which are bigger than metafiles' own size, so, when rendering them to smaller bitmaps some distortion appears.
There are two aproach to beat this. You can render metafiles to bigger images. Or you can change image interpolation mode (see RenderingHints.KEY_INTERPOLATION).
If you are using playMetafile function, you can set rendering hints of target Graphics2D object. If you are using some of create*Rendering functions, see Metafile.setDefaultRenderingHints function.
Nikolay Kuzmin
Developer
Aspose.Slides Team
http://www.aspose.comYour File Format Experts
Keep in touch! We're on
Twitter and
Facebook