]> git.rm.cloudns.org Git - xonotic/mediasource.git/commitdiff
Add SVG prefix to one file that lacked it 38/head
authorotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 18:52:26 +0000 (02:52 +0800)
committerotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 18:53:24 +0000 (02:53 +0800)
Also used its proper name (dom_icon_neutral-highlighted).

gfx/luma/gfx/hud/luma/dom_icon_neutral [deleted file]
gfx/luma/gfx/hud/luma/dom_icon_neutral-highlighted.svg [new file with mode: 0644]

diff --git a/gfx/luma/gfx/hud/luma/dom_icon_neutral b/gfx/luma/gfx/hud/luma/dom_icon_neutral
deleted file mode 100755 (executable)
index da1aa0d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="common_neutral.css" type="text/css"?>
-<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
-       <g class="teamcolor shining">
-               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
-               <path d="m 84,60 a 20,20 0 1 1 -40,0 20,20 0 1 1 40,0 z"/>
-       </g>
-</svg>
diff --git a/gfx/luma/gfx/hud/luma/dom_icon_neutral-highlighted.svg b/gfx/luma/gfx/hud/luma/dom_icon_neutral-highlighted.svg
new file mode 100644 (file)
index 0000000..da1aa0d
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common_neutral.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" version="1.1">
+       <g class="teamcolor shining">
+               <path d="m 30,82 -8,3 -10,11 52,20 52,-20 -10,-11 -8,-3 5,7 -39,11 -39,-11 z"/>
+               <path d="m 84,60 a 20,20 0 1 1 -40,0 20,20 0 1 1 40,0 z"/>
+       </g>
+</svg>