comparison 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
comparison
equal deleted inserted replaced
27346:1effc78e7cd1 27347:1807acfe2150
1114 1114
1115 if (isempty (fontdir)) 1115 if (isempty (fontdir))
1116 fontdir = __octave_config_info__ ("octfontsdir"); 1116 fontdir = __octave_config_info__ ("octfontsdir");
1117 endif 1117 endif
1118 1118
1119 cmd = sprintf ("%s - %%s %3.2f %s %d %%s", opts.svgconvert_binary, ... 1119 cmd = sprintf ("%s - %%s %3.2f %s %d \"%%s\"", opts.svgconvert_binary, ...
1120 get (0, "screenpixelsperinch"), ... 1120 get (0, "screenpixelsperinch"), ...
1121 fullfile (fontdir, "FreeSans.otf"), 1); 1121 fullfile (fontdir, "FreeSans.otf"), 1);
1122 1122
1123 if (opts.debug) 1123 if (opts.debug)
1124 fprintf ("svgconvert command: '%s'\n", cmd); 1124 fprintf ("svgconvert command: '%s'\n", cmd);