Skip to content
Snippets Groups Projects

Closes #18 Add space before flag value in inkscape command

Merged Eric Rasmussen requested to merge erasmussen2/unl_lockup_factory:issue-18 into new
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -181,7 +181,7 @@ class LockupsConverter
#for png
// exec('inkscape --export-type="png" --export-area-snap -h 800 "' . $SvgPath . '" -o "' . $pngDirectory . '"' . ' 2>&1', $backend_output, $return_var);
exec('inkscape -h800 --export-png=' . $pngDirectory . ' ' . $SvgPath . ' 2>&1', $backend_output, $return_var);
exec('inkscape -h 800 --export-png=' . $pngDirectory . ' ' . $SvgPath . ' 2>&1', $backend_output, $return_var);
$lockupFileClass[1] = new LockupFiles();
Loading