]> git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/gfx/hud/luma/border_shadow_north.svg
Merge branch 'sev/luma_hud_vehicles' into 'master'
[xonotic/mediasource.git] / gfx / luma / gfx / hud / luma / border_shadow_north.svg
diff --git a/gfx/luma/gfx/hud/luma/border_shadow_north.svg b/gfx/luma/gfx/hud/luma/border_shadow_north.svg
new file mode 100644 (file)
index 0000000..8d35990
--- /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" width="256" height="128" version="1.1">
+       <defs>
+               <mask id="mask">
+                       <rect class="border_shadow_mask" width="256" height="128"/>
+               </mask>
+       </defs>
+       <g transform="matrix(1,0,0,-1,0,128)">
+               <rect class="border_shadow" mask="url(#mask)" x="0" y="0" width="256" height="120"/>
+       </g>
+</svg>