From 5a476584825712624604f6a76c34433aa44e574f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 15 Mar 2023 18:53:16 +0100 Subject: [PATCH] wip #5811 @0.5 --- src/CommandLine/Inkscape.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CommandLine/Inkscape.php b/src/CommandLine/Inkscape.php index 13c8de4..dd926fc 100644 --- a/src/CommandLine/Inkscape.php +++ b/src/CommandLine/Inkscape.php @@ -6,7 +6,6 @@ use Cubist\Util\CommandLine; class Inkscape extends CommandLine { -//inkscape -f $1"-stroketopath/"$svgfile --verb="EditSelectAll" --verb="StrokeToPath" --verb="FileSave" --verb="FileQuit" public function __construct($output = null, $error = true) { -- 2.39.5