diff etc/NEWS.8.md @ 31432:df8bdaf1164b

print.m: Use -svgconvert by default (bug #62979) * NEW.8.md: Announce the change. * print.m: Reword the documentation. Document the new "-nosvgconvert" option. * __print_parse_opts__.m: Make svgconvert option true by default. Check for new "-nosvgconvert" option.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Mon, 29 Aug 2022 18:29:24 +0200
parents 662499ba0d21
children 0924234dd747
line wrap: on
line diff
--- a/etc/NEWS.8.md	Tue Nov 15 09:36:55 2022 -0800
+++ b/etc/NEWS.8.md	Mon Aug 29 18:29:24 2022 +0200
@@ -45,6 +45,11 @@
 
 ### Graphics backend
 
+- When printing, the option `-svgconvert` is now the default.  If you want to
+use the more limited EPS-based tool chain (the former default)&mdash;e.g., if
+you encounter inaccurate image rendering&mdash;you can pass the `-nosvgconvert`
+option to the `print` function.
+
 - Additional properties have been added to the `figure` graphics object:
     * `"innerposition"` (equivalent to `"position"`)
     * `"windowstate"` (not yet implemented)