From c9da54dd025abb134fe71c66ebeb5c3e6da4721c Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Sep 2024 12:34:56 +0200 Subject: [PATCH] Fix key_command icon This error was introduced on 7dc3e8e04d97dd80d12f491e9277162c0289aa23 by the automatic script used (after my original PR code - !127194). The SVG had the same attributes added twice. The issue was technically introduced on ffa802da7ac09273a34903438550e0966c4063dc (which is not in main but part of the code which was merged). --- release/datafiles/icons_svg/key_command.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/datafiles/icons_svg/key_command.svg b/release/datafiles/icons_svg/key_command.svg index 2d2a3bd6b97..f40dfe6bc35 100644 --- a/release/datafiles/icons_svg/key_command.svg +++ b/release/datafiles/icons_svg/key_command.svg @@ -10,7 +10,7 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"> + xmlns:svg="http://www.w3.org/2000/svg">