Browse Source

Add initial versions of all files

Alois Mahdal 3 years ago
parent
commit
d73ffcba9e
15 changed files with 763 additions and 0 deletions
  1. BIN
      16x16.png
  2. BIN
      16x16.xcf
  3. BIN
      16x16b.png
  4. BIN
      16x16b.xcf
  5. BIN
      16x16g.png
  6. BIN
      16x16g.xcf
  7. BIN
      16x16gw.png
  8. BIN
      16x16gw.xcf
  9. BIN
      32x32.png
  10. BIN
      32x32.xcf
  11. 306
    0
      main.svg
  12. 63
    0
      showbox.html
  13. 156
    0
      src/globe.svg
  14. 108
    0
      symbolic.svg
  15. 130
    0
      vimb2.svg

BIN
16x16.png View File


BIN
16x16.xcf View File


BIN
16x16b.png View File


BIN
16x16b.xcf View File


BIN
16x16g.png View File


BIN
16x16g.xcf View File


BIN
16x16gw.png View File


BIN
16x16gw.xcf View File


BIN
32x32.png View File


BIN
32x32.xcf View File


+ 306
- 0
main.svg
File diff suppressed because it is too large
View File


+ 63
- 0
showbox.html View File

@@ -0,0 +1,63 @@
1
+<!DOCTYPE html>
2
+<html>
3
+    <head>
4
+    <style>
5
+        .box { width: 3em; height: 3em }
6
+        .black  { padding: 1em; background: black }
7
+        .white  { padding: 1em; background: white }
8
+        .grey   { padding: 1em; background: grey  }
9
+        .red    { padding: 1em; background: red   }
10
+        .green  { padding: 1em; background: green }
11
+        .blue   { padding: 1em; background: blue  }
12
+        .box { position: relative; }
13
+        .box>img {
14
+          position: absolute;
15
+          top: 50%;
16
+          left: 50%;
17
+          transform: translate(-50%, -50%);
18
+        }
19
+        </style>
20
+    </head>
21
+    <body>
22
+        <h1>16x16gw.png</h1>
23
+        <div class="black"><img src='16x16gw.png'/>a</div>
24
+        <div class="white"><img src='16x16gw.png'/></div>
25
+        <div class="grey"><img src='16x16gw.png'/></div>
26
+        <div class="red"><img src='16x16gw.png'/></div>
27
+        <div class="green"><img src='16x16gw.png'/></div>
28
+        <div class="blue"><img src='16x16gw.png'/></div>
29
+        Just about the smallest bearable with this design (well, Windows tray used to have even 14, if i rememer correctly.).  The oceans and land is re-drawn; automatic render is no use with this scale.
30
+        <h1>16x16g.png</h1>
31
+        Same as above, but vastly simplified -- the globe is now just a dot.
32
+        <div class="black"><img src='16x16g.png'/>a</div>
33
+        <div class="white"><img src='16x16g.png'/></div>
34
+        <div class="grey"><img src='16x16g.png'/></div>
35
+        <div class="red"><img src='16x16g.png'/></div>
36
+        <div class="green"><img src='16x16g.png'/></div>
37
+        <div class="blue"><img src='16x16g.png'/></div>
38
+        <h1>32x32.png</h1>
39
+        Good ol' 32x32, used to be Windows desktop icon size.  Just automatic render, no GIMP.
40
+        <div class="black"><img src='32x32.png'/>a</div>
41
+        <div class="white"><img src='32x32.png'/></div>
42
+        <div class="grey"><img src='32x32.png'/></div>
43
+        <div class="red"><img src='32x32.png'/></div>
44
+        <div class="green"><img src='32x32.png'/></div>
45
+        <div class="blue"><img src='32x32.png'/></div>
46
+        <h1>symbolic.svg</h1>
47
+        Font-like symbol to be used in some minimalistic modes.
48
+        <div class="black"><img src='symbolic.svg'/>a</div>
49
+        <div class="white"><img src='symbolic.svg'/></div>
50
+        <div class="grey"><img src='symbolic.svg'/></div>
51
+        <div class="red"><img src='symbolic.svg'/></div>
52
+        <div class="green"><img src='symbolic.svg'/></div>
53
+        <div class="blue"><img src='symbolic.svg'/></div>
54
+        <h1>main.svg</h1>
55
+        Working file with all versions.  The :V version is for tiny renders (which is why Australia, Madagascar and Cuba are missing :)).
56
+        <div class="black"><img src='main.svg'/>a</div>
57
+        <div class="white"><img src='main.svg'/></div>
58
+        <div class="grey"><img src='main.svg'/></div>
59
+        <div class="red"><img src='main.svg'/></div>
60
+        <div class="green"><img src='main.svg'/></div>
61
+        <div class="blue"><img src='main.svg'/></div>
62
+    </body>
63
+</html>

+ 156
- 0
src/globe.svg View File

@@ -0,0 +1,156 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<svg
3
+    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5
+    xmlns="http://www.w3.org/2000/svg"
6
+    xmlns:xlink="http://www.w3.org/1999/xlink"
7
+    xmlns:ns1="http://sozi.baierouge.fr"
8
+    xmlns:cc="http://web.resource.org/cc/"
9
+    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
+    xmlns:dc="http://purl.org/dc/elements/1.1/"
11
+    id="svg1"
12
+    sodipodi:docname="012_html_document.svg"
13
+    viewBox="0 0 60 60"
14
+    sodipodi:version="0.32"
15
+    _SVGFile__filename="oldscale/apps/012_html_document.svg"
16
+    version="1.0"
17
+    y="0"
18
+    x="0"
19
+    inkscape:version="0.40"
20
+    sodipodi:docbase="/home/danny/work/flat/SVG/mono/scalable/apps"
21
+  >
22
+  <sodipodi:namedview
23
+      id="base"
24
+      bordercolor="#666666"
25
+      inkscape:pageshadow="2"
26
+      inkscape:window-y="0"
27
+      pagecolor="#ffffff"
28
+      inkscape:window-height="699"
29
+      inkscape:zoom="6.7890612"
30
+      inkscape:window-x="0"
31
+      borderopacity="1.0"
32
+      inkscape:current-layer="svg1"
33
+      inkscape:cx="52.162371"
34
+      inkscape:cy="12.580249"
35
+      inkscape:window-width="1024"
36
+      inkscape:pageopacity="0.0"
37
+  />
38
+  <path
39
+      id="path1117"
40
+      style="stroke-linejoin:round;stroke:#ffffff;stroke-width:8.125;fill:none"
41
+      d="m6.6826 4.6879c-1.1054 0-1.9953 0.8963-1.9953 2.0095v46.606c0 1.113 0.8899 2.009 1.9953 2.009h46.634c1.106 0 1.996-0.896 1.996-2.009v-46.606c0-1.1128-0.89-2.0091-1.996-2.0091h-46.634z"
42
+  />
43
+  <g
44
+      id="g1105"
45
+      transform="matrix(.99765 0 0 1.0048 .019694 -.45290)"
46
+    >
47
+    <path
48
+        id="rect812"
49
+        style="stroke-linejoin:round;fill-rule:evenodd;stroke:#000000;stroke-width:3.1213;fill:#ffffff"
50
+        d="m6.6786 5.1165c-1.108 0-2 0.892-2 2v46.384c0 1.109 0.892 2.001 2 2.001h46.744c1.108 0 2-0.892 2-2v-46.384c0-1.1085-0.892-2.0005-2-2.0005h-46.744z"
51
+    />
52
+    <g
53
+        id="g845"
54
+        style="fill:#000000"
55
+      >
56
+      <path
57
+          id="path943"
58
+          style="stroke-linejoin:round;fill-rule:evenodd;stroke:#000000;stroke-linecap:round;stroke-width:.62425"
59
+          transform="translate(-16.735 -19.614)"
60
+          d="m22.845 39.677c2.918-1.836 6.144-2.329 7.4-2.043 0.141-1.242 2.072-3.303 5.541-5.486-4.107 1.047-4.961 1.318-6.739 3.744-3.041 0.299-3.914 1.192-6.202 3.785z"
61
+      />
62
+      <path
63
+          id="path944"
64
+          style="stroke-linejoin:round;fill-rule:evenodd;stroke:#000000;stroke-linecap:round;stroke-width:.62425"
65
+          transform="translate(-16.735 -19.614)"
66
+          d="m30.099 31.55c2.02-1.271 4.253-1.612 5.122-1.414 0.098-0.859 1.435-2.286 3.836-3.797-2.843 0.725-3.434 0.913-4.665 2.592-2.104 0.207-2.709 0.825-4.293 2.619z"
67
+      />
68
+    </g
69
+    >
70
+    <path
71
+        id="path640"
72
+        style="stroke-linejoin:round;fill-rule:evenodd;stroke:#000000;stroke-width:7.934;fill:#ffffff"
73
+        d="m799.19 123.26c0 33.23-26.96 60.19-60.19 60.19-33.22 0-60.18-26.96-60.18-60.19 0-33.218 26.96-60.181 60.18-60.181 33.23 0 60.19 26.963 60.19 60.181z"
74
+        transform="matrix(.31473 0 0 .31473 -200.19 -6.3261)"
75
+    />
76
+    <path
77
+        id="path593"
78
+        style="stroke-linejoin:round;stroke:#000000;stroke-linecap:round;stroke-width:2.7144;fill:none"
79
+        transform="matrix(.68993 0 0 .68993 43.564 35.27)"
80
+        d="m-2.0511 19.49l0.9152-3.701 5.5926-8.9487-2.9489 1.4236-5.7959-6.5078 1.0168-0.4067 5.2876 4.8808 4.7791-7.1179-1.4236-0.5084-1.3218 1.5253-2.0337-2.2371 0.9151-0.6101 2.7455 0.8135 3.3556-2.5421h2.3385m-18.038-25.421l-2.8074 1.017 3.7623 4.474-3.9657 4.779-1.2206-1.016 1.424-1.119-3.762-1.017-4.779 6.101 1.728 0.305 0.61 2.237 1.729-2.338-0.305-1.831 1.118-2.135h0.916l-1.221 2.339 0.915 1.22-0.101 2.542-5.898 1.627-3.762 2.339 0.712 3.0503-3.661-0.4068-0.61 2.2371-0.712 1.4235 1.22 0.7118 0.61 0.4068 2.136 0.1016 1.525-2.8471h0.813l0.611-0.9152 2.745-0.9151 2.746 3.6606 1.016-1.0168-2.542-3.0505h1.017l3.864 5.1858 1.1186-2.9488 1.5253-0.2034 0.4067-3.4572 5.0842 1.0168-0.1017 1.2202-5.796 2.1354 0.7118 1.7286 4.0674-0.8135-0.1017 3.7624-2.8471 1.0168-4.2705-0.7118-0.712 1.2202-4.779-1.3219-0.102-2.3387-10.473 1.2202-0.509 2.237-3.66 2.2371-0.814 4.8808 3.966 5.6948 8.541 1.321 2.542 1.017-0.406 1.729 2.135 1.83 0.407 1.017-1.22 1.22 2.948 1.22"
81
+    />
82
+    <path
83
+        id="path594"
84
+        style="stroke-linejoin:round;stroke:#000000;stroke-linecap:round;stroke-width:2.7144;fill:none"
85
+        transform="matrix(.68993 0 0 .68993 43.564 35.27)"
86
+        d="m-39.674-18.276l2.745-1.016v-1.017h0.712v1.017l1.424-0.102 4.067-6.203-4.677 1.932v-0.102"
87
+    />
88
+    <path
89
+        id="path595"
90
+        style="stroke-linejoin:round;stroke:#000000;stroke-linecap:round;stroke-width:2.7144;fill:none"
91
+        transform="matrix(.68993 0 0 .68993 43.564 35.27)"
92
+        d="m-30.523-21.224l4.169-1.729 3.763-0.508 4.067-4.271-4.677-0.61-3.153 3.457-4.169 3.661z"
93
+    />
94
+    <path
95
+        id="path597"
96
+        style="stroke-linejoin:round;stroke:#000000;stroke-linecap:round;stroke-width:2.7144;fill:none"
97
+        transform="matrix(.68993 0 0 .68993 43.564 35.27)"
98
+        d="m-22.693-11.768l2.644-0.712-1.322-2.44 0.712-0.61-0.814-0.814-1.22 4.576z"
99
+    />
100
+    <path
101
+        id="path598"
102
+        style="stroke-linejoin:round;stroke:#000000;stroke-linecap:round;stroke-width:2.7144;fill:none"
103
+        transform="matrix(.68993 0 0 .68993 43.564 35.27)"
104
+        d="m-23.1-12.988l0.305-1.627-1.728 1.119 1.423 0.508z"
105
+    />
106
+  </g
107
+  >
108
+  <metadata
109
+    >
110
+    <rdf:RDF
111
+      >
112
+      <cc:Work
113
+        >
114
+        <dc:format
115
+          >image/svg+xml</dc:format
116
+        >
117
+        <dc:type
118
+            rdf:resource="http://purl.org/dc/dcmitype/StillImage"
119
+        />
120
+        <cc:license
121
+            rdf:resource="http://creativecommons.org/licenses/publicdomain/"
122
+        />
123
+        <dc:publisher
124
+          >
125
+          <cc:Agent
126
+              rdf:about="http://openclipart.org/"
127
+            >
128
+            <dc:title
129
+              >Openclipart</dc:title
130
+            >
131
+          </cc:Agent
132
+          >
133
+        </dc:publisher
134
+        >
135
+      </cc:Work
136
+      >
137
+      <cc:License
138
+          rdf:about="http://creativecommons.org/licenses/publicdomain/"
139
+        >
140
+        <cc:permits
141
+            rdf:resource="http://creativecommons.org/ns#Reproduction"
142
+        />
143
+        <cc:permits
144
+            rdf:resource="http://creativecommons.org/ns#Distribution"
145
+        />
146
+        <cc:permits
147
+            rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
148
+        />
149
+      </cc:License
150
+      >
151
+    </rdf:RDF
152
+    >
153
+  </metadata
154
+  >
155
+</svg
156
+>

+ 108
- 0
symbolic.svg View File

@@ -0,0 +1,108 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="32.509533mm"
13
+   height="30.643581mm"
14
+   viewBox="0 0 32.509533 30.643582"
15
+   version="1.1"
16
+   id="svg8"
17
+   sodipodi:docname="vimb-symbolic.svg"
18
+   inkscape:version="0.92+devel unknown"
19
+   inkscape:export-filename="/home/amahdal/st/notes/Projects/vimb-logo/vimb-logo.png"
20
+   inkscape:export-xdpi="36.110001"
21
+   inkscape:export-ydpi="36.110001">
22
+  <defs
23
+     id="defs2" />
24
+  <sodipodi:namedview
25
+     id="base"
26
+     pagecolor="#ffffff"
27
+     bordercolor="#666666"
28
+     borderopacity="1.0"
29
+     inkscape:pageopacity="0.0"
30
+     inkscape:pageshadow="2"
31
+     inkscape:zoom="1.979899"
32
+     inkscape:cx="53.481671"
33
+     inkscape:cy="113.49635"
34
+     inkscape:document-units="mm"
35
+     inkscape:current-layer="layer1"
36
+     inkscape:document-rotation="0"
37
+     showgrid="false"
38
+     showguides="true"
39
+     inkscape:guide-bbox="true"
40
+     inkscape:snap-bbox="true"
41
+     inkscape:window-width="1080"
42
+     inkscape:window-height="1410"
43
+     inkscape:window-x="1920"
44
+     inkscape:window-y="484"
45
+     inkscape:window-maximized="0"
46
+     inkscape:bbox-paths="false"
47
+     fit-margin-top="5"
48
+     fit-margin-left="5"
49
+     fit-margin-right="5"
50
+     fit-margin-bottom="5" />
51
+  <metadata
52
+     id="metadata5">
53
+    <rdf:RDF>
54
+      <cc:Work
55
+         rdf:about="">
56
+        <dc:format>image/svg+xml</dc:format>
57
+        <dc:type
58
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
59
+        <dc:title />
60
+      </cc:Work>
61
+    </rdf:RDF>
62
+  </metadata>
63
+  <g
64
+     inkscape:label="Layer 1"
65
+     inkscape:groupmode="layer"
66
+     id="layer1"
67
+     transform="translate(-98.097374,-93.635689)">
68
+    <g
69
+       id="g4407"
70
+       transform="translate(7.5490875,-35.868158)">
71
+      <ellipse
72
+         fill="#7fafde"
73
+         cx="106.17389"
74
+         cy="144.82564"
75
+         ry="9.8217907"
76
+         rx="9.834012"
77
+         style="fill:none;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
+         id="ellipse4401" />
79
+      <text
80
+         transform="skewX(-11.398256)"
81
+         id="text4362-5"
82
+         y="152.36684"
83
+         x="127.81324"
84
+         style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:21.63755798px;line-height:1.25;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold Italic';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.54093641;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
85
+         xml:space="preserve"
86
+         inkscape:export-xdpi="17.830282"
87
+         inkscape:export-ydpi="17.830282"><tspan
88
+           style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold Italic';fill:#000000;stroke:#000000;stroke-width:0.54093641;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
89
+           y="152.36684"
90
+           x="127.81324"
91
+           id="tspan4360-6"
92
+           sodipodi:role="line">V</tspan></text>
93
+      <text
94
+         xml:space="preserve"
95
+         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:9.43148232px;line-height:1.25;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold';letter-spacing:0px;word-spacing:0px;fill:#000000;stroke:#000000;stroke-width:0.54093641;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
96
+         x="94.289597"
97
+         y="150.40858"
98
+         id="text4372-2"
99
+         inkscape:export-xdpi="17.830282"
100
+         inkscape:export-ydpi="17.830282"><tspan
101
+           sodipodi:role="line"
102
+           id="tspan4370-9"
103
+           x="94.289597"
104
+           y="150.40858"
105
+           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:20.12049675px;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold';fill:#000000;stroke:#000000;stroke-width:0.54093641;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">:</tspan></text>
106
+    </g>
107
+  </g>
108
+</svg>

+ 130
- 0
vimb2.svg View File

@@ -0,0 +1,130 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<svg
3
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+   xmlns:cc="http://creativecommons.org/ns#"
5
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+   xmlns:svg="http://www.w3.org/2000/svg"
7
+   xmlns="http://www.w3.org/2000/svg"
8
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+   id="svg1"
11
+   sodipodi:docname="vimb2.svg"
12
+   viewBox="0 0 60 60"
13
+   sodipodi:version="0.32"
14
+   _SVGFile__filename="oldscale/apps/012_html_document.svg"
15
+   version="1.0"
16
+   y="0"
17
+   x="0"
18
+   inkscape:version="0.92+devel unknown"
19
+   width="64"
20
+   height="64">
21
+  <defs
22
+     id="defs18" />
23
+  <sodipodi:namedview
24
+     id="base"
25
+     bordercolor="#666666"
26
+     inkscape:pageshadow="2"
27
+     inkscape:window-y="440"
28
+     pagecolor="#ffffff"
29
+     inkscape:window-height="1454"
30
+     inkscape:zoom="9.6011824"
31
+     inkscape:window-x="1920"
32
+     borderopacity="1.0"
33
+     inkscape:current-layer="svg1"
34
+     inkscape:cx="43.874821"
35
+     inkscape:cy="12.103641"
36
+     inkscape:window-width="1080"
37
+     inkscape:pageopacity="0.0"
38
+     inkscape:document-rotation="0"
39
+     showgrid="false"
40
+     inkscape:window-maximized="0" />
41
+  <path
42
+     inkscape:connector-curvature="0"
43
+     d="m 47.795002,30.090688 c 0,10.508679 -8.465181,19.034528 -18.899081,19.034528 -10.430761,0 -18.8959412,-8.525849 -18.8959412,-19.034528 0,-10.504883 8.4651802,-19.031681 18.8959412,-19.031681 10.4339,0 18.899081,8.526798 18.899081,19.031681 z"
44
+     style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.40625;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
45
+     id="path640" />
46
+  <g
47
+     id="g4302"
48
+     style="stroke-width:1.40625;stroke-miterlimit:4;stroke-dasharray:none">
49
+    <path
50
+       id="path593"
51
+       style="fill:none;stroke:#000000;stroke-width:1.40625;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
52
+       d="m 38.62642,46.417901 0.62994,-2.565687 3.849435,-6.203612 -2.029753,0.986899 -3.989368,-4.511478 0.699872,-0.281942 3.639501,3.383574 3.289496,-4.934425 -0.979877,-0.352444 -0.909806,1.057402 -1.399813,-1.550851 0.629871,-0.422947 1.889751,0.563952 2.309689,-1.762289 h 1.60961 m -12.415712,-17.622897 -1.932358,0.705027 2.589624,3.101563 -2.729626,3.313002 -0.840149,-0.704333 0.980151,-0.775738 -2.589417,-0.705026 -3.289427,4.229467 1.189398,0.211439 0.419868,1.550781 1.190085,-1.620799 -0.209934,-1.269325 0.769529,-1.480071 h 0.630491 l -0.840425,1.621492 0.629803,0.845755 -0.06952,1.76222 -4.059645,1.127904 -2.589417,1.621493 0.490076,2.114595 -2.519898,-0.282011 -0.419869,1.550851 -0.490075,0.986829 0.839736,0.49345 0.419868,0.28201 1.470228,0.07043 1.04967,-1.973729 h 0.559595 l 0.420557,-0.634454 1.889407,-0.634386 1.890096,2.537681 0.699321,-0.704888 -1.74968,-2.114734 h 0.70001 l 2.659624,3.595012 0.769942,-2.044231 1.049878,-0.141005 0.279935,-2.396675 3.499499,0.704888 -0.07,0.845894 -3.989437,1.480348 0.489938,1.198337 2.799626,-0.563952 -0.07,2.608253 -1.959683,0.704888 -2.939422,-0.49345 -0.490076,0.845894 -3.289427,-0.916396 -0.07021,-1.621285 -7.208656,0.845894 -0.350349,1.550782 -2.51921,1.55085 -0.560283,3.383574 2.729832,3.947873 5.878844,0.915772 1.749681,0.705027 -0.279454,1.198615 1.469539,1.268632 0.280142,0.705027 -0.839737,0.845755 2.029134,0.845754"
53
+       inkscape:connector-curvature="0" />
54
+    <path
55
+       id="path594"
56
+       style="fill:none;stroke:#000000;stroke-width:1.40625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
57
+       d="m 12.730252,20.236936 1.889407,-0.704333 v -0.705027 h 0.490076 v 0.705027 l 0.980152,-0.07071 2.799351,-4.300178 -3.219219,1.339343 v -0.07071"
58
+       inkscape:connector-curvature="0" />
59
+    <path
60
+       id="path595"
61
+       style="fill:none;stroke:#000000;stroke-width:1.40625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
62
+       d="m 19.028965,18.19326 2.869559,-1.198615 2.590105,-0.352167 2.799351,-2.960835 -3.219219,-0.422877 -2.170237,2.396536 z"
63
+       inkscape:connector-curvature="0" />
64
+    <path
65
+       id="path597"
66
+       style="fill:none;stroke:#000000;stroke-width:1.40625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
67
+       d="m 24.418422,24.748553 1.819888,-0.493588 -0.909944,-1.69151 0.490075,-0.422877 -0.560283,-0.564299 z"
68
+       inkscape:connector-curvature="0" />
69
+    <path
70
+       id="path598"
71
+       style="fill:none;stroke:#000000;stroke-width:1.40625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
72
+       d="m 24.13828,23.902798 0.209934,-1.127904 -1.189397,0.775738 z"
73
+       inkscape:connector-curvature="0" />
74
+  </g>
75
+  <metadata
76
+     id="metadata15">
77
+    <rdf:RDF>
78
+      <cc:Work>
79
+        <dc:format>image/svg+xml</dc:format>
80
+        <dc:type
81
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
82
+        <cc:license
83
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
84
+        <dc:publisher>
85
+          <cc:Agent
86
+             rdf:about="http://openclipart.org/">
87
+            <dc:title>Openclipart</dc:title>
88
+          </cc:Agent>
89
+        </dc:publisher>
90
+        <dc:title></dc:title>
91
+      </cc:Work>
92
+      <cc:License
93
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
94
+        <cc:permits
95
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
96
+        <cc:permits
97
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
98
+        <cc:permits
99
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
100
+      </cc:License>
101
+    </rdf:RDF>
102
+  </metadata>
103
+  <g
104
+     id="g4289"
105
+     transform="matrix(1.1005313,0,0,1.1005313,-4.8121703,-1.9764702)">
106
+    <text
107
+       transform="skewX(-11.860825)"
108
+       id="text4279"
109
+       y="43.06572"
110
+       x="19.268625"
111
+       style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40.83476257px;line-height:1.25;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold Italic';letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke:#000000;stroke-width:1.875;stroke-miterlimit:4;stroke-dasharray:none"
112
+       xml:space="preserve"><tspan
113
+         style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold Italic';fill:#ffffff;stroke:#000000;stroke-width:1.875;stroke-miterlimit:4;stroke-dasharray:none"
114
+         y="43.06572"
115
+         x="19.268625"
116
+         id="tspan4277"
117
+         sodipodi:role="line">V</tspan></text>
118
+    <text
119
+       id="text4283"
120
+       y="39.668335"
121
+       x="6.65973"
122
+       style="font-size:37.5px;line-height:1.25;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L';letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke:#000000;stroke-width:1.875;stroke-miterlimit:4;stroke-dasharray:none"
123
+       xml:space="preserve"><tspan
124
+         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Bold';fill:#ffffff;stroke:#000000;stroke-width:1.875;stroke-miterlimit:4;stroke-dasharray:none"
125
+         y="39.668335"
126
+         x="6.65973"
127
+         id="tspan4281"
128
+         sodipodi:role="line">:</tspan></text>
129
+  </g>
130
+</svg>