]> git.xonotic.org Git - xonotic/mediasource.git/commitdiff
Update and add luma crosshair sourcefiles
authorSeverin Meyer <sev.ch@web.de>
Tue, 3 Feb 2015 09:50:47 +0000 (10:50 +0100)
committerSeverin Meyer <sev.ch@web.de>
Tue, 3 Feb 2015 09:50:47 +0000 (10:50 +0100)
44 files changed:
gfx/crosshairs/luma/gfx/common.css [deleted file]
gfx/crosshairs/luma/gfx/common.filters
gfx/crosshairs/luma/gfx/crosshair29.svg [deleted file]
gfx/crosshairs/luma/gfx/crosshair30.svg [deleted file]
gfx/crosshairs/luma/gfx/crosshair31.svg
gfx/crosshairs/luma/gfx/crosshair32.svg
gfx/crosshairs/luma/gfx/crosshair33.svg
gfx/crosshairs/luma/gfx/crosshair34.svg
gfx/crosshairs/luma/gfx/crosshair35.svg
gfx/crosshairs/luma/gfx/crosshair36.svg
gfx/crosshairs/luma/gfx/crosshair37.svg
gfx/crosshairs/luma/gfx/crosshair38.svg
gfx/crosshairs/luma/gfx/crosshair39.svg
gfx/crosshairs/luma/gfx/crosshair40.svg
gfx/crosshairs/luma/gfx/crosshair41.svg
gfx/crosshairs/luma/gfx/crosshair42.svg
gfx/crosshairs/luma/gfx/crosshair43.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair44.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair45.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair46.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair47.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair48.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair49.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair50.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair51.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair52.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair53.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair54.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair55.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair56.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair57.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair58.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair59.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair60.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair61.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair62.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair63.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair64.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair65.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshair66.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshairdot.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshairmoustache.svg [new file with mode: 0644]
gfx/crosshairs/luma/gfx/crosshairtuba.svg [new file with mode: 0644]
gfx/crosshairs/luma/render-crosshairs.sh

diff --git a/gfx/crosshairs/luma/gfx/common.css b/gfx/crosshairs/luma/gfx/common.css
deleted file mode 100644 (file)
index 6165e88..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.crosshair { fill:#ffffff; filter:url(common.filters#shadow) }
index 49a9c85c6e8260a43e79412b2a6d21f68830b16c..45de8bac96ecb255ded08fffcce94c1adc834fa8 100644 (file)
@@ -1,14 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
        <defs>
-               <filter id="shadow" x="-1" y="-1" width="3" height="3">
-                       <feMorphology operator="dilate" radius="1" in="SourceAlpha"/>
-                       <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 0"/>
+               <filter id="shadow" x="-0.5" y="-0.5" width="2" height="2">
+                       <feMorphology operator="dilate" radius="0.7" in="SourceAlpha"/>
+                       <feColorMatrix values="1 0 0 0 0.25 0 1 0 0 0.25 0 0 1 0 0.25 0 0 0 0.7 0"/>
                        <feGaussianBlur stdDeviation="1" result="shadow"/>
                        <feMerge>
                                <feMergeNode in="shadow"/>
                                <feMergeNode in="SourceGraphic"/>
                        </feMerge>
                </filter>
+               <filter id="shadowdot" x="-0.5" y="-0.5" width="2" height="2">
+                       <feMorphology operator="dilate" radius="1.4" in="SourceAlpha"/>
+                       <feColorMatrix values="1 0 0 0 0.25 0 1 0 0 0.25 0 0 1 0 0.25 0 0 0 0.7 0"/>
+                       <feGaussianBlur stdDeviation="2"/>
+                       <feOffset dx="0.25" dy="0.25" result="shadow"/>
+                       <feMerge>
+                               <feMergeNode in="shadow"/>
+                               <feMergeNode in="SourceGraphic"/>
+                       </feMerge>
+               </filter>
        </defs>
 </svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair29.svg b/gfx/crosshairs/luma/gfx/crosshair29.svg
deleted file mode 100644 (file)
index 0fe757d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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="64" height="64">
-       <g class="crosshair">
-               <path d="M 32,32 18,46 19.5,47.5 32,35 44.5,47.5 46,46 z"/>
-       </g>
-</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair30.svg b/gfx/crosshairs/luma/gfx/crosshair30.svg
deleted file mode 100644 (file)
index 8994fa1..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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="64" height="64">
-       <g class="crosshair">
-               <path d="m 31,14 0,17 -17,0 0,2 17,0 0,17 2,0 0,-17 17,0 0,-2 -17,0 0,-17 z"/>
-       </g>
-</svg>
index 35b40a307bec310e5969e1827091ca304528dad1..9b647f27aaed54a7c16189f7edfdc3fe276d4877 100644 (file)
@@ -1,9 +1,3 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="8" width="2" height="16"/>
-               <rect x="31" y="7" width="2" height="17" transform="matrix(-0.5,0.866,-0.866,-0.5,75.7,20.3)"/>
-               <rect x="31" y="7" width="2" height="17" transform="matrix(-0.5,-0.866,0.866,-0.5,20.3,75.7)"/>
-       </g>
 </svg>
index 9a3fa5fc46e4d93f9bf593ffd978ed68ebfd0372..0dc4cd61f4bd1dadc8cde02f2d2b916d419bda1d 100644 (file)
@@ -1,10 +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" version="1.1" width="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="31" width="2" height="2"/>
-               <rect x="31" y="8" width="2" height="16"/>
-               <rect x="31" y="7" width="2" height="17" transform="matrix(-0.5,0.866,-0.866,-0.5,75.7,20.3)"/>
-               <rect x="31" y="7" width="2" height="17" transform="matrix(-0.5,-0.866,0.866,-0.5,20.3,75.7)"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="56" height="56">
+       <g filter="url(common.filters#shadow)">
+               <circle fill="none" stroke="#fff" stroke-width="2" cx="28" cy="28" r="7"/>
        </g>
 </svg>
index c09a0c3ce4d27af6f61e7be9fe5e901e9dccdc55..580713580fb41a0e0b299a4c3b5ca79c2d92b9f0 100644 (file)
@@ -1,9 +1,7 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="40" y="31" width="16" height="2"/>
-               <rect x="31" y="40" width="2" height="16"/>
-               <rect x="8" y="31" width="16" height="2"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="56" height="56">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <path d="M 22,20.5 20.5,22 34,35.5 35.5,34 z"/>
+               <path d="M 34,20.5 35.5,22 22,35.5 20.5,34 z"/>
        </g>
 </svg>
index 6838a7cdc275fc9c601c79c4d7ca79115a066d3e..fee3e2bd902a0328b7d65405d7e54ffc6a42e487 100644 (file)
@@ -1,10 +1,7 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="31" width="2" height="2"/>
-               <rect x="40" y="31" width="16" height="2"/>
-               <rect x="31" y="40" width="2" height="16"/>
-               <rect x="8" y="31" width="16" height="2"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="56" height="56">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="27" y="12" width="2" height="32"/>
+               <rect x="12" y="27" width="32" height="2"/>
        </g>
 </svg>
index cb8fa6d55972040e2f7cb43ee1d5217dbe1f0d7d..ea7cb5249d0dd3e3acaf1b1504e8445cf53a47d7 100644 (file)
@@ -1,10 +1,15 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="8" width="2" height="16"/>
-               <rect x="40" y="31" width="16" height="2"/>
-               <rect x="31" y="40" width="2" height="16"/>
-               <rect x="8" y="31" width="16" height="2"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="80" height="80">
+       <defs>
+               <radialGradient id="gradient" gradientUnits="userSpaceOnUse" cx="40.5" cy="40.5" r="20">
+                       <stop stop-color="#fff" stop-opacity="0" offset="0"/>
+                       <stop stop-color="#fff" offset="1"/>
+               </radialGradient>
+       </defs>
+       <g fill="url(#gradient)" filter="url(common.filters#shadow)">
+               <rect x="40" y="8" width="1" height="29"/>
+               <rect x="44" y="40" width="29" height="1"/>
+               <rect x="40" y="44" width="1" height="29"/>
+               <rect x="8" y="40" width="29" height="1"/>
        </g>
 </svg>
index 5aa619796f01892961fc4f07aba3f50916e442cd..f8e7bfe416ef16d50f02de4c3795d918566fe125 100644 (file)
@@ -1,11 +1,15 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="31" width="2" height="2"/>
-               <rect x="31" y="8" width="2" height="16"/>
-               <rect x="40" y="31" width="16" height="2"/>
-               <rect x="31" y="40" width="2" height="16"/>
-               <rect x="8" y="31" width="16" height="2"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="80" height="80">
+       <defs>
+               <radialGradient id="gradient" gradientUnits="userSpaceOnUse" cx="40" cy="40" r="20">
+                       <stop stop-color="#fff" stop-opacity="0" offset="0"/>
+                       <stop stop-color="#fff" offset="1"/>
+               </radialGradient>
+       </defs>
+       <g fill="url(#gradient)" filter="url(common.filters#shadow)">
+               <path d="M 44,37.5 42.5,36 64,14.5 65.5,16 z"/>
+               <path d="M 42.5,44 44,42.5 65.5,64 64,65.5 z"/>
+               <path d="M 36,42.5 37.5,44 16,65.5 14.5,64 z"/>
+               <path d="M 37.5,36 36,37.5 14.5,16 16,14.5 z"/>
        </g>
 </svg>
index c6482938576b758271129e818d77c8d4316c34ec..62396c62d1809f9426e2bb7001683bf294ab7c75 100644 (file)
@@ -1,10 +1,9 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <path d="m 27,25.5 -12,-12 -1.5,1.5 12,12 z"/>
-               <path d="m 37,25.5 12,-12 1.5,1.5 -12,12 z"/>
-               <path d="m 37,38.5 12,12 1.5,-1.5 -12,-12 z"/>
-               <path d="M 27,38.5 15,50.5 13.5,49 25.5,37 z"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="44" height="44">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="22" y="22" width="1" height="1"/>
+               <rect x="22" y="4" width="1" height="13"/>
+               <rect x="21.9" y="3" width="1.2" height="14" transform="matrix(-0.5,0.866,-0.866,-0.5,53.24,14.26)"/>
+               <rect x="21.9" y="3" width="1.2" height="14" transform="matrix(-0.5,-0.866,0.866,-0.5,14.26,53.24)"/>
        </g>
 </svg>
index ef749a4e22b72331ab388b16e4e7aedec905b0dc..a21e04a30c00e22fe4ff414986084d49b800a6a2 100644 (file)
@@ -1,11 +1,9 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="31" width="2" height="2"/>
-               <path d="m 27,25.5 -12,-12 -1.5,1.5 12,12 z"/>
-               <path d="m 37,25.5 12,-12 1.5,1.5 -12,12 z"/>
-               <path d="m 37,38.5 12,12 1.5,-1.5 -12,-12 z"/>
-               <path d="M 27,38.5 15,50.5 13.5,49 25.5,37 z"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="44" height="44">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="22" y="22" width="1" height="1"/>
+               <rect x="28" y="22" width="13" height="1"/>
+               <rect x="22" y="28" width="1" height="13"/>
+               <rect x="4" y="22" width="13" height="1"/>
        </g>
 </svg>
index fdd43437892c9f8ceb3b245e31aeef9117f072d8..28ea3f3a1f87afc52ca2d43a9268e6981064d34b 100644 (file)
@@ -1,15 +1,10 @@
 <?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="64" height="64">
-       <defs>
-               <clipPath id="clip">
-                       <rect x="0" y="0" width="26" height="26"/>
-                       <rect y="0" x="38" width="26" height="26"/>
-                       <rect x="38" y="38" width="26" height="26"/>
-                       <rect y="38" x="0" width="26" height="26"/>
-               </clipPath>
-       </defs>
-       <g class="crosshair">
-               <path clip-path="url(#clip)" d="m 54,32 a 22,22 0 1 0 -44,0 22,22 0 1 0 44,0 z m 2,0 a 24,24 0 0 1 -48,0 24,24 0 1 1 48,0 z"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="44" height="44">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="22" y="22" width="1" height="1"/>
+               <rect x="22" y="4" width="1" height="13"/>
+               <rect x="28" y="22" width="13" height="1"/>
+               <rect x="22" y="28" width="1" height="13"/>
+               <rect x="4" y="22" width="13" height="1"/>
        </g>
 </svg>
index 288de05738518c4647f9f74e1caa485f20535492..8a92f342becc67aacbecf2d7f15da30c8fbc667c 100644 (file)
@@ -1,19 +1,10 @@
 <?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="64" height="64">
-       <defs>
-               <clipPath id="clip">
-                       <rect x="0" y="0" width="26" height="26"/>
-                       <rect y="0" x="38" width="26" height="26"/>
-                       <rect x="38" y="38" width="26" height="26"/>
-                       <rect y="38" x="0" width="26" height="26"/>
-               </clipPath>
-       </defs>
-       <g class="crosshair">
-               <path clip-path="url(#clip)" d="m 54,32 a 22,22 0 1 0 -44,0 22,22 0 1 0 44,0 z m 2,0 a 24,24 0 0 1 -48,0 24,24 0 1 1 48,0 z"/>
-               <rect x="31" y="8" width="2" height="16"/>
-               <rect x="40" y="31" width="16" height="2"/>
-               <rect x="31" y="40" width="2" height="16"/>
-               <rect x="8" y="31" width="16" height="2"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="44" height="44">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="22" y="22" width="1" height="1"/>
+               <path d="M 26,18.1 26.9,19 37,8.9 36.1,8 z"/>
+               <path d="M 26,26.9 26.9,26 37,36.1 36.1,37 z"/>
+               <path d="M 19,26.9 18.1,26 8,36.1 8.9,37 z"/>
+               <path d="M 19,18.1 18.1,19 8,8.9 8.9,8 z"/>
        </g>
 </svg>
index 9b436cb3789e9bd67f566ebe563dbecbb9842fe8..fde3bab19560c29804954d7ce2e2b25bd86a71c5 100644 (file)
@@ -1,7 +1,15 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <path d="m 54,32 a 22,22 0 1 0 -44,0 22,22 0 1 0 44,0 z m 2,0 a 24,24 0 0 1 -48,0 24,24 0 1 1 48,0 z"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="44" height="44">
+       <defs>
+               <clipPath id="clip">
+                       <rect x="0" y="0" width="18" height="18"/>
+                       <rect x="27" y="0" width="18" height="18"/>
+                       <rect x="27" y="27" width="18" height="18"/>
+                       <rect x="0" y="27" width="18" height="18"/>
+               </clipPath>
+       </defs>
+       <g filter="url(common.filters#shadow)">
+               <rect fill="#fff" x="22" y="22" width="1" height="1"/>
+               <circle fill="none" stroke="#fff" stroke-width="1.5" clip-path="url(#clip)" cx="22.5" cy="22.5" r="16"/>
        </g>
 </svg>
index 725ce93a2c1e37fa12676fc83a16f87d4293fd99..971e84e840c5d61633c4af3fb1551a76fc498ba5 100644 (file)
@@ -1,8 +1,7 @@
 <?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="64" height="64">
-       <g class="crosshair">
-               <rect x="31" y="31" width="2" height="2"/>
-               <path d="m 54,32 a 22,22 0 1 0 -44,0 22,22 0 1 0 44,0 z m 2,0 a 24,24 0 0 1 -48,0 24,24 0 1 1 48,0 z"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="44" height="44">
+       <g filter="url(common.filters#shadow)">
+               <rect fill="#fff" x="22" y="22" width="1" height="1"/>
+               <circle fill="none" stroke="#fff" stroke-width="1.5" cx="22.5" cy="22.5" r="16"/>
        </g>
 </svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair43.svg b/gfx/crosshairs/luma/gfx/crosshair43.svg
new file mode 100644 (file)
index 0000000..9f850dd
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="31" y="6" width="2" height="18"/>
+               <rect x="31" y="5" width="2" height="19" transform="matrix(-0.5,0.866,-0.866,-0.5,75.71,20.29)"/>
+               <rect x="31" y="5" width="2" height="19" transform="matrix(-0.5,-0.866,0.866,-0.5,20.29,75.71)"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair44.svg b/gfx/crosshairs/luma/gfx/crosshair44.svg
new file mode 100644 (file)
index 0000000..ef2110f
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="40" y="31" width="18" height="2"/>
+               <rect x="31" y="40" width="2" height="18"/>
+               <rect x="6" y="31" width="18" height="2"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair45.svg b/gfx/crosshairs/luma/gfx/crosshair45.svg
new file mode 100644 (file)
index 0000000..0d2c44e
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="31" y="6" width="2" height="18"/>
+               <rect x="40" y="31" width="18" height="2"/>
+               <rect x="31" y="40" width="2" height="18"/>
+               <rect x="6" y="31" width="18" height="2"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair46.svg b/gfx/crosshairs/luma/gfx/crosshair46.svg
new file mode 100644 (file)
index 0000000..ab3d212
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <path d="M 27.5,26 13,11.5 11.5,13 26,27.5 z"/>
+               <path d="M 36.5,26 51,11.5 52.5,13 38,27.5 z"/>
+               <path d="M 36.5,38 51,52.5 52.5,51 38,36.5 z"/>
+               <path d="M 27.5,38 13,52.5 11.5,51 26,36.5 z"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair47.svg b/gfx/crosshairs/luma/gfx/crosshair47.svg
new file mode 100644 (file)
index 0000000..7082560
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <defs>
+               <clipPath id="clip">
+                       <rect x="0" y="0" width="26" height="26"/>
+                       <rect y="0" x="38" width="26" height="26"/>
+                       <rect x="38" y="38" width="26" height="26"/>
+                       <rect y="38" x="0" width="26" height="26"/>
+               </clipPath>
+       </defs>
+       <g filter="url(common.filters#shadow)">
+               <circle fill="none" stroke="#fff" stroke-width="2" clip-path="url(#clip)" cx="32" cy="32" r="23"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair48.svg b/gfx/crosshairs/luma/gfx/crosshair48.svg
new file mode 100644 (file)
index 0000000..df9b47b
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <g filter="url(common.filters#shadow)">
+               <circle fill="none" stroke="#fff" stroke-width="2" cx="32" cy="32" r="23"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair49.svg b/gfx/crosshairs/luma/gfx/crosshair49.svg
new file mode 100644 (file)
index 0000000..774077b
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="45" y="9" width="6" height="27"/>
+               <rect x="45" y="7" width="6" height="29" transform="matrix(-0.5,0.866,-0.866,-0.5,113.57,30.43)"/>
+               <rect x="45" y="7" width="6" height="29" transform="matrix(-0.5,-0.866,0.866,-0.5,30.43,113.57)"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair50.svg b/gfx/crosshairs/luma/gfx/crosshair50.svg
new file mode 100644 (file)
index 0000000..ed290b1
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="60" y="45" width="27" height="6"/>
+               <rect x="45" y="60" width="6" height="27"/>
+               <rect x="9" y="45" width="27" height="6"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair51.svg b/gfx/crosshairs/luma/gfx/crosshair51.svg
new file mode 100644 (file)
index 0000000..57c3bb6
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="45" y="9" width="6" height="27"/>
+               <rect x="60" y="45" width="27" height="6"/>
+               <rect x="45" y="60" width="6" height="27"/>
+               <rect x="9" y="45" width="27" height="6"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair52.svg b/gfx/crosshairs/luma/gfx/crosshair52.svg
new file mode 100644 (file)
index 0000000..e32072e
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <path d="M 55,37 75,17 79,21 59,41 z"/>
+               <path d="M 41,37 21,17 17,21 37,41 z"/>
+               <path d="M 55,59 75,79 79,75 59,55 z"/>
+               <path d="M 41,59 21,79 17,75 37,55 z"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair53.svg b/gfx/crosshairs/luma/gfx/crosshair53.svg
new file mode 100644 (file)
index 0000000..f4356ba
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <defs>
+               <clipPath id="clip">
+                       <rect x="0" y="0" width="39" height="39"/>
+                       <rect x="57" y="0" width="39" height="39"/>
+                       <rect x="57" y="57" width="39" height="39"/>
+                       <rect x="0" y="57" width="39" height="39"/>
+               </clipPath>
+       </defs>
+       <g filter="url(common.filters#shadow)">
+               <circle fill="none" stroke="#fff" stroke-width="6" clip-path="url(#clip)" cx="48" cy="48" r="34"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair54.svg b/gfx/crosshairs/luma/gfx/crosshair54.svg
new file mode 100644 (file)
index 0000000..75ef1e2
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <g filter="url(common.filters#shadow)">
+               <circle fill="none" stroke="#fff" stroke-width="6" cx="48" cy="48" r="34"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair55.svg b/gfx/crosshairs/luma/gfx/crosshair55.svg
new file mode 100644 (file)
index 0000000..feedf4e
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="80" height="80">
+       <g filter="url(common.filters#shadow)" fill="#fff">
+               <path d="m 20,21 -15,18 0,2 15,18 9,0 0,-2 -6,0 -10,-16 0,-2 10,-16 6,0 0,-2 z"/>
+               <path d="m 60,21 15,18 0,2 -15,18 -9,0 0,-2 6,0 10,-16 0,-2 -10,-16 -6,0 0,-2 z"/>
+               <g opacity="0.8">
+                       <rect x="39" y="32" width="2" height="16"/>
+                       <rect x="20" y="39" width="15" height="2"/>
+                       <rect x="45" y="39" width="15" height="2"/>
+               </g>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair56.svg b/gfx/crosshairs/luma/gfx/crosshair56.svg
new file mode 100644 (file)
index 0000000..861769e
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <rect x="31" y="6" width="2" height="18"/>
+               <rect x="40" y="31" width="18" height="2"/>
+               <rect x="31" y="40" width="2" height="18"/>
+               <rect x="6" y="31" width="18" height="2"/>
+               <path d="m 11,11 0,12 4,0 0,-8 8,0 0,-4 z"/>
+               <path d="m 53,11 0,12 -4,0 0,-8 -8,0 0,-4 z"/>
+               <path d="m 11,53 0,-12 4,0 0,8 8,0 0,4 z"/>
+               <path d="m 53,53 0,-12 -4,0 0,8 -8,0 0,4 z"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair57.svg b/gfx/crosshairs/luma/gfx/crosshair57.svg
new file mode 100644 (file)
index 0000000..e41c08a
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <defs>
+               <clipPath id="clip">
+                       <rect x="0" y="0" width="24" height="24"/>
+                       <rect y="0" x="40" width="24" height="24"/>
+                       <rect x="40" y="40" width="24" height="24"/>
+                       <rect y="40" x="0" width="24" height="24"/>
+               </clipPath>
+       </defs>
+       <g filter="url(common.filters#shadow)">
+               <circle fill="none" stroke="#fff" stroke-width="4" clip-path="url(#clip)" cx="32" cy="32" r="24"/>
+               <g fill="#fff">
+                       <rect x="31" y="6" width="2" height="18"/>
+                       <rect x="40" y="31" width="18" height="2"/>
+                       <rect x="31" y="40" width="2" height="18"/>
+                       <rect x="6" y="31" width="18" height="2"/>
+               </g>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair58.svg b/gfx/crosshairs/luma/gfx/crosshair58.svg
new file mode 100644 (file)
index 0000000..b6cd3a5
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="96" height="96">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <path id="segment" d="m 46,10 0,3 c -7.4,0 -14.2,2.3 -19.8,6.2 l 1.1,1.7 C 18.7,26.8 13,36.7 13,48 l -3.5,0 c 0,6.7 1.8,13 5,18.4 l 5.6,-3.3 C 17.5,58.7 16,53.5 16,48 16,31.4 29.4,18 46,18 c 3.5,0 6.9,0.6 10,1.7 L 58.7,12.2 C 54.7,10.8 50.5,10 46,10 z"/>
+               <use xlink:href="#segment" transform="matrix(-1,0,0,-1,96,96)"/>
+               <g opacity="0.8">
+                       <use xlink:href="#segment" transform="matrix(0,0.5,-0.5,0,72,25)"/>
+                       <use xlink:href="#segment" transform="matrix(0,-0.5,0.5,0,24,71)"/>
+               </g>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair59.svg b/gfx/crosshairs/luma/gfx/crosshair59.svg
new file mode 100644 (file)
index 0000000..184ca25
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="96" height="96">
+       <g filter="url(common.filters#shadow)">
+               <g id="segment" fill="#fff">
+                       <path d="m 21.6,62.3 -5.3,2.9 c 2.2,4 5.2,7.5 8.7,10.5 l -2.6,3 C 13.6,71.4 8,60.3 8,48 8,35.7 13.6,24.6 22.4,17.3 l 2.6,3 c -3.5,3 -6.5,6.5 -8.7,10.5 l 5.3,2.9 C 19.3,38 18,42.8 18,48 c 0,5.2 1.3,10 3.6,14.3 z m -4,-4.2 C 16.6,54.9 16,51.5 16,48 16,44.5 16.6,41.1 17.6,37.9 L 12.9,36.3 C 11.7,40 11,43.9 11,48 c 0,4.1 0.7,8 1.9,11.7 l 4.7,-1.6 z"/>
+                       <path opacity="0.9" d="m 63.1,34.8 4.6,-3.9 c -2.4,-2.7 -5.4,-5 -8.7,-6.5 l -1.3,2.8 C 54.7,25.8 51.5,25 48,25 c -3.5,0 -6.7,0.8 -9.7,2.2 L 37,24.4 c -3.3,1.5 -6.3,3.8 -8.7,6.5 l 4.6,3.9 C 36.6,30.7 42,28 48,28 c 6,0 11.4,2.7 15.1,6.8 z"/>
+                       <path opacity="0.6" d="m 55.6,40.1 2.1,-2.2 C 55.1,35.5 51.7,34 48,34 c -3.7,0 -7.1,1.5 -9.7,3.9 l 2.1,2.2 c 2,-2 4.7,-3.1 7.6,-3.1 2.9,0 5.6,1.1 7.6,3.1 z"/>
+               </g>
+               <use xlink:href="#segment" transform="matrix(-1,0,0,-1,96,96)"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair60.svg b/gfx/crosshairs/luma/gfx/crosshair60.svg
new file mode 100644 (file)
index 0000000..2ffcca4
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <defs>
+               <clipPath id="clip-outer">
+                       <path d="M -13,0 48,35.3 109,0 z"/>
+                       <path d="M -13,0 48,35.3 109,0 z" transform="matrix(-0.5,0.866,-0.866,-0.5,113.57,30.43)"/>
+                       <path d="M -13,0 48,35.3 109,0 z" transform="matrix(-0.5,-0.866,0.866,-0.5,30.43,113.57)"/>
+               </clipPath>
+               <clipPath id="clip-inner">
+                       <path d="M 48,52.6 -27,96 123,96 z"/>
+                       <path d="M 48,52.6 -27,96 123,96 z" transform="matrix(-0.5,0.866,-0.866,-0.5,113.57,30.43)"/>
+                       <path d="M 48,52.6 -27,96 123,96 z" transform="matrix(-0.5,-0.866,0.866,-0.5,30.43,113.57)"/>
+               </clipPath>
+       </defs>
+       <g fill="none" stroke="#fff" filter="url(common.filters#shadow)">
+               <circle clip-path="url(#clip-outer)" stroke-width="6" cx="48" cy="48" r="34"/>
+               <circle clip-path="url(#clip-inner)" stroke-width="3" cx="48" cy="48" r="12.5" opacity="0.8"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair61.svg b/gfx/crosshairs/luma/gfx/crosshair61.svg
new file mode 100644 (file)
index 0000000..38d4587
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="96" height="96">
+       <g filter="url(common.filters#shadow)">
+               <g id="segment" fill="#fff">
+                       <path d="m 34.5,28.5 2,1.5 2,-11 9.5,-3 9.5,3 2,11 2,-1.5 L 60.5,13 48,8 35.5,13 z"/>
+                       <path d="M 48,34.5 40.5,39 42,41.5 48,39 54,41.5 55.5,39 z" opacity="0.8"/>
+               </g>
+               <use xlink:href="#segment" transform="matrix(-0.5,0.866,-0.866,-0.5,113.57,30.43)"/>
+               <use xlink:href="#segment" transform="matrix(-0.5,-0.866,0.866,-0.5,30.43,113.57)"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair62.svg b/gfx/crosshairs/luma/gfx/crosshair62.svg
new file mode 100644 (file)
index 0000000..2baa011
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="96" height="96">
+       <defs>
+               <clipPath id="clip">
+                       <path d="M 48,59.5 -15,96 111,96 z"/>
+                       <path d="M 58,42 121,79 58,-30 z"/>
+                       <path d="M 38,42 -25,79 38,-30 z"/>
+               </clipPath>
+       </defs>
+       <g fill="none" stroke="#fff" filter="url(common.filters#shadow)">
+               <path clip-path="url(#clip)" stroke-width="6" d="m 33,80 30,0 20.2,-35 -15,-26 -40.4,0 -15,26 z"/>
+               <path stroke-width="3" opacity="0.8" d="m 55,58.5 5,-9 -7,-12 -10,0 -7,12 5,9 z"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair63.svg b/gfx/crosshairs/luma/gfx/crosshair63.svg
new file mode 100644 (file)
index 0000000..cc6af35
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="112" height="112">
+       <g filter="url(common.filters#shadow)">
+               <g fill="#fff">
+                       <path d="m 44,51 0,-8 -7,0 -6,6 -22,0 0,2 z"/>
+                       <path d="m 44,61 0,8 -7,0 -6,-6 -22,0 0,-2 z"/>
+                       <path d="m 68,51 0,-8 7,0 6,6 22,0 0,2 z"/>
+                       <path d="m 68,61 0,8 7,0 6,-6 22,0 0,-2 z"/>
+               </g>
+               <g fill="#fff" opacity="0.8">
+                       <rect x="54" y="64" width="4" height="19"/>
+                       <rect x="54" y="29" width="4" height="19"/>
+               </g>
+               <g fill="none" stroke="#fff" stroke-width="3" opacity="0.7">
+                       <path d="M 49,25.5 19,25.5 6,39"/>
+                       <path d="m 63,25.5 30,0 13,13.5"/>
+                       <path d="M 49,86.5 19,86.5 6,73"/>
+                       <path d="m 63,86.5 30,0 13,-13.5"/>
+               </g>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair64.svg b/gfx/crosshairs/luma/gfx/crosshair64.svg
new file mode 100644 (file)
index 0000000..fea3f2e
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="128" height="128">
+       <g fill="#fff" filter="url(common.filters#shadow)">
+               <g id="segment">
+                       <path opacity="0.8" d="m 72.9,14.8 -0.7,4 c 18.8,3.3 33.7,18.2 37.1,37 l 7.8,-1.5 c -1.3,-7.1 -3.9,-13.7 -7.7,-19.6 l -5.8,-1.3 C 96.2,23.9 85.3,17.1 72.9,14.8 z"/>
+                       <path d="m 68.9,36.9 -0.8,4.4 c 10.7,1.5 19.2,8.8 21.4,18.1 l 2.4,-0.5 C 90.5,52.8 86.6,47.5 81.1,43.8 L 80.3,40.7 C 76.9,38.8 73.1,37.5 68.9,36.9 z"/>
+               </g>
+               <use xlink:href="#segment" transform="matrix(1,0,0,-1,0,128)"/>
+               <use xlink:href="#segment" transform="matrix(-1,0,0,1,128,0)"/>
+               <use xlink:href="#segment" transform="matrix(-1,0,0,-1,128,128)"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair65.svg b/gfx/crosshairs/luma/gfx/crosshair65.svg
new file mode 100644 (file)
index 0000000..fda16dd
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128" height="128">
+       <g filter="url(common.filters#shadow)">
+               <g fill="none" stroke="#fff">
+                       <g stroke-width="6" opacity="0.8">
+                               <path d="M 115,78 A 37,37 0 0 1 78,115"/>
+                               <path d="M 14,77 A 37,37 0 0 0 51,114"/>
+                               <path d="M 14,51 A 37,37 0 0 1 51,14"/>
+                               <path d="M 114,51 A 37,37 0 0 0 77,14"/>
+                       </g>
+                       <g stroke-width="3">
+                               <path d="m 76.5,61 a 9.5,9.5 0 0 0 -9.5,-9.5"/>
+                               <path d="m 76.5,67 a 9.5,9.5 0 0 1 -9.5,9.5"/>
+                               <path d="m 51.5,67 a 9.5,9.5 0 0 0 9.5,9.5"/>
+                               <path d="m 51.5,61 a 9.5,9.5 0 0 1 9.5,-9.5"/>
+                       </g>
+               </g>
+               <g fill="#fff" opacity="0.5">
+                       <rect x="54" y="20" width="20" height="2"/>
+                       <rect x="58" y="24" width="12" height="2"/>
+                       <rect x="62" y="28" width="4" height="2"/>
+                       <rect x="54" y="106" width="20" height="2"/>
+                       <rect x="58" y="102" width="12" height="2"/>
+                       <rect x="62" y="98" width="4" height="2"/>
+                       <rect x="106" y="54" width="2" height="20"/>
+                       <rect x="102" y="58" width="2" height="12"/>
+                       <rect x="98" y="62" width="2" height="4"/>
+                       <rect x="20" y="54" width="2" height="20"/>
+                       <rect x="24" y="58" width="2" height="12"/>
+                       <rect x="28" y="62" width="2" height="4"/>
+               </g>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshair66.svg b/gfx/crosshairs/luma/gfx/crosshair66.svg
new file mode 100644 (file)
index 0000000..6b5189b
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="128" height="128">
+       <g filter="url(common.filters#shadow)">
+               <g id="segment" fill="#fff">
+                       <path opacity="0.9" d="M 30,55.5 15.5,51.9 c 1.5,-6 4.1,-11.6 7.6,-16.5 l 1.6,1.2 c 3.3,-4.7 7.3,-8.7 12,-12 l -3.4,-5 C 21.2,28 12.7,41.2 10.5,56.5 L 22,58 22,70 10.5,71.5 c 2.2,15.3 10.7,28.5 22.8,36.9 l 3.4,-5 C 32,100.1 28,96.1 24.7,91.4 l -1.6,1.2 C 19.6,87.7 17,82.1 15.5,76.1 L 30,72.5 z"/>
+                       <path opacity="0.7" d="m 34.2,40.4 2.3,1.9 C 39.4,38.7 43,35.7 47,33.4 l 1,1.8 C 52.7,32.5 58.2,31 64,31 c 5.8,0 11.3,1.5 16,4.2 l 1,-1.8 c 4,2.3 7.6,5.3 10.5,8.9 l 2.3,-1.9 C 86.8,31.7 76.1,26 64,26 51.9,26 41.2,31.7 34.2,40.4 z"/>
+                       <path d="m 58.3,80.5 -0.8,2.4 C 53.3,81.4 49.7,78.6 47.3,75 L 40,72.5 40,55.5 47.3,53 c 2.4,-3.6 6,-6.4 10.2,-7.9 l 0.8,2.4 c -6.9,2.3 -11.8,8.8 -11.8,16.5 0,7.7 4.9,14.2 11.8,16.5 z"/>
+                       <path opacity="0.5" d="m 7,59 0,10 12,-1.5 0,-7 z"/>
+               </g>
+               <use xlink:href="#segment" transform="matrix(-1,0,0,-1,128,128)"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshairdot.svg b/gfx/crosshairs/luma/gfx/crosshairdot.svg
new file mode 100644 (file)
index 0000000..ac35d38
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128" height="128">
+       <g filter="url(common.filters#shadowdot)">
+               <circle fill="#fff" cx="64" cy="64" r="7"/>
+       </g>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshairmoustache.svg b/gfx/crosshairs/luma/gfx/crosshairmoustache.svg
new file mode 100644 (file)
index 0000000..19a8598
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <path fill="#fff" filter="url(common.filters#shadow)" d="m 8,26 c -3,0 -5,3 -5,6 0,6 5,10 15,10 7,0 11,-3 14,-7 3,4 7,7 14,7 10,0 15,-4 15,-10 0,-3 -2,-6 -5,-6 -2,0 -4,2 -3,4 1,-2 4,-2 4,1 0,2 -2,3 -4,3 -6,0 -8,-8 -14,-8 -3,0 -5,1 -7,4 -2,-3 -4,-4 -7,-4 -6,0 -8,8 -14,8 -2,0 -4,-1 -4,-3 0,-3 3,-3 4,-1 1,-2 -1,-4 -3,-4 z"/>
+</svg>
diff --git a/gfx/crosshairs/luma/gfx/crosshairtuba.svg b/gfx/crosshairs/luma/gfx/crosshairtuba.svg
new file mode 100644 (file)
index 0000000..587e952
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+       <path fill="#fff" opacity="0.7" filter="url(common.filters#shadow)" d="m 24,49 0,-22 22,-5.5 0,16.4 c -1.5,-0.9 -3.4,-1.4 -5.5,-1.4 -4.7,0 -8.5,2.7 -8.5,6 0,3.3 3.8,6 8.5,6 4.7,0 8.5,-2.7 8.5,-6 L 49,12 21,19 21,44.4 C 19.5,43.5 17.6,43 15.5,43 10.8,43 7,45.7 7,49 c 0,3.3 3.8,6 8.5,6 4.7,0 8.5,-2.7 8.5,-6 z"/>
+</svg>
index ccbf4890cb86bcbbb39503b2ac935e941975f2bb..52569e2327fa25d9ce196f55e2953e143c672735 100755 (executable)
@@ -8,8 +8,8 @@
 #   the svg files are rendered at a large size and then scaled down.
 #
 # DEPENDENCIES
-#   librsvg
-#   imagemagick
+#   rsvg-convert (librsvg)
+#   convert (imagemagick)
 #
 # USAGE
 #   ./render-svg.sh DATADIR