.. highlightlang:: us .. _what's-new-in-uniplot-5.8.1: What's New in UniPlot 5.8.1 =========================== This page describes the changes made to UniPlot 5.8.1 since version 5.8. Bug Fixes --------- The following bugs have been fixed: * (ID1801): The documentation of :ref:`GetSaveFileName` did not contain the form `` = GetSaveFileName(...)``. * (ID1802): Images (jpg, bmp, ...) were inserted incorrectly into a UniPlot document page if the DPI value (dots per inch) was missing in the file. The image was plotted distorted. * (ID1803): :ref:`editclear`: It was possible to delete the background layer. If a page did not contain a background layer, the paste function caused a memory access violation. This error occurred only in UniPlot 5.8.0. * (ID1804): :ref:`LayerDestroy`: The :ref:`LayerDestroy` function deleted the background layer even though a page must contain a background layer. Now the function returns TRUE (1) if a background layer is given and the layer will not be deleted. * (ID1805): :ref:`diagramalign-drawing-objects`: Elements could not aligned to top edge. :sub:`id-576952`