]> git.xonotic.org Git - xonotic/mediasource.git/commitdiff
Add sources of scoreboard graphics
authorSeverin Meyer <sev.ch@web.de>
Tue, 16 Sep 2014 04:57:46 +0000 (06:57 +0200)
committerSeverin Meyer <sev.ch@web.de>
Tue, 16 Sep 2014 04:57:46 +0000 (06:57 +0200)
gfx/luma/gfx/scoreboard/common.css [new file with mode: 0755]
gfx/luma/gfx/scoreboard/common.filters [new file with mode: 0755]
gfx/luma/gfx/scoreboard/player_ready.svg [new file with mode: 0644]
gfx/luma/gfx/scoreboard/playercolor_base.svg [new file with mode: 0644]
gfx/luma/gfx/scoreboard/playercolor_pants.svg [new file with mode: 0644]
gfx/luma/gfx/scoreboard/playercolor_shirt.svg [new file with mode: 0644]
gfx/luma/gfx/scoreboard/scoreboard_bg.svg [new file with mode: 0755]
gfx/luma/gfx/scoreboard/scoreboard_tableheader.svg [new file with mode: 0755]

diff --git a/gfx/luma/gfx/scoreboard/common.css b/gfx/luma/gfx/scoreboard/common.css
new file mode 100755 (executable)
index 0000000..1226523
--- /dev/null
@@ -0,0 +1,8 @@
+.background  { fill:#8f8f8f }
+.tableheader { fill:#cfcfcf }
+
+.shadow      { fill:#000000 } 
+.symbol      { fill:#ffffff }
+
+.strongblurred { filter:url(common.filters#strongblurred) }
+.weakblurred   { filter:url(common.filters#weakblurred) }
diff --git a/gfx/luma/gfx/scoreboard/common.filters b/gfx/luma/gfx/scoreboard/common.filters
new file mode 100755 (executable)
index 0000000..9a29e9e
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
+       <defs>
+               <filter id="strongblurred" x="-0.5" y="-0.5" width="2" height="2">
+                       <feGaussianBlur stdDeviation="2.5"/>
+                       <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 2 0"/>
+                       <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.6 0"/>
+               </filter>
+               <filter id="weakblurred" x="-0.5" y="-0.5" width="2" height="2">
+                       <feGaussianBlur stdDeviation="0.2"/>
+               </filter>
+       </defs>
+</svg>
diff --git a/gfx/luma/gfx/scoreboard/player_ready.svg b/gfx/luma/gfx/scoreboard/player_ready.svg
new file mode 100644 (file)
index 0000000..d3301ae
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1">
+       <path class="shadow strongblurred" d="M 26.7,3 12.3,20.5 5.7,13.9 3,16.6 12.7,29 29,4.9 z"/>
+       <path class="symbol weakblurred"   d="M 26.7,3 12.3,20.5 5.7,13.9 3,16.6 12.7,29 29,4.9 z"/>
+</svg>
diff --git a/gfx/luma/gfx/scoreboard/playercolor_base.svg b/gfx/luma/gfx/scoreboard/playercolor_base.svg
new file mode 100644 (file)
index 0000000..fc57c09
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1">
+       <path class="shadow strongblurred" d="m 6,4 -2,8 0,5 14,12 40,0 2,-8 0,-5 L 46,4 z"/>
+</svg>
diff --git a/gfx/luma/gfx/scoreboard/playercolor_pants.svg b/gfx/luma/gfx/scoreboard/playercolor_pants.svg
new file mode 100644 (file)
index 0000000..b47d432
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1">
+       <path class="symbol weakblurred" d="m 60,21 -2,8 -40,0 -14,-12 0,-2 23.5,0 8,6 z"/>
+</svg>
diff --git a/gfx/luma/gfx/scoreboard/playercolor_shirt.svg b/gfx/luma/gfx/scoreboard/playercolor_shirt.svg
new file mode 100644 (file)
index 0000000..e4b4a6d
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1">
+       <path class="symbol weakblurred" d="m 4,12 2,-8 40,0 14,12 0,2 -23.5,0 -8,-6 z"/>
+</svg>
diff --git a/gfx/luma/gfx/scoreboard/scoreboard_bg.svg b/gfx/luma/gfx/scoreboard/scoreboard_bg.svg
new file mode 100755 (executable)
index 0000000..b8ce536
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128" height="128">
+       <rect class="background" width="100%" height="100%"/>
+</svg>
diff --git a/gfx/luma/gfx/scoreboard/scoreboard_tableheader.svg b/gfx/luma/gfx/scoreboard/scoreboard_tableheader.svg
new file mode 100755 (executable)
index 0000000..0a15bcd
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128" height="128">
+       <rect class="tableheader" width="100%" height="100%"/>
+</svg>