diff scripts/plot/util/print.m @ 27347:1807acfe2150

maint: merge stable to default
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Tue, 20 Aug 2019 17:05:23 +0200
parents 8ff5628d8b55 493922902ae9
children df8942d19b7b
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Tue Aug 20 16:39:48 2019 +0200
+++ b/scripts/plot/util/print.m	Tue Aug 20 17:05:23 2019 +0200
@@ -1116,7 +1116,7 @@
       fontdir = __octave_config_info__ ("octfontsdir");
     endif
 
-    cmd = sprintf ("%s - %%s %3.2f %s %d %%s", opts.svgconvert_binary, ...
+    cmd = sprintf ("%s - %%s %3.2f %s %d \"%%s\"", opts.svgconvert_binary, ...
                    get (0, "screenpixelsperinch"), ...
                    fullfile (fontdir, "FreeSans.otf"), 1);