]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/gfx/hud/luma/vehicle_shield.svg
Update Luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / gfx / hud / luma / vehicle_shield.svg
diff --git a/gfx/luma/gfx/hud/luma/vehicle_shield.svg b/gfx/luma/gfx/hud/luma/vehicle_shield.svg
new file mode 100644 (file)
index 0000000..beaae07
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
+       <defs>
+               <clipPath id="clip">
+                       <path d="M 74,92 51.5,77 74,38 182,38 204.5,77 182,92 Z"/>
+               </clipPath>
+               <filter id="shield" x="-1" y="-1" width="3" height="3">
+                       <feGaussianBlur stdDeviation="12"/>
+               </filter>
+       </defs>
+       <g fill="#fff" opacity="0.9">
+               <path d="m 74,38 -22.5,39 3,2 L 63,66.5 66.5,66 79,47 l 98,0 12.5,19 3.5,0.5 8.5,12.5 3,-2 L 182,38 Z" filter="url(#shield)" clip-path="url(#clip)"/>
+               <path d="m 74,38 -22.5,39 3,2 L 63,66.5 66.5,66 79,47 l 98,0 12.5,19 3.5,0.5 8.5,12.5 3,-2 L 182,38 Z" filter="url(common.filters#vehicleWeapon)"/>
+       </g>
+</svg>