]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/gfx/hud/luma/border_shadow_east.svg
Update Luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / gfx / hud / luma / border_shadow_east.svg
diff --git a/gfx/luma/gfx/hud/luma/border_shadow_east.svg b/gfx/luma/gfx/hud/luma/border_shadow_east.svg
new file mode 100644 (file)
index 0000000..f2bcf8c
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="256" version="1.1">
+       <defs>
+               <mask id="mask">
+                       <rect class="border_shadow_mask" width="256" height="128"/>
+               </mask>
+       </defs>
+       <g transform="matrix(0,-1,1,0,0,256)">
+               <rect class="border_shadow" mask="url(#mask)" x="0" y="8" width="256" height="112"/>
+       </g>
+</svg>