summaryrefslogtreecommitdiff
path: root/src/ui/android/gf-translator.svg
blob: 21eee477d6ff169376b255374fd5849e862e21f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<?xml-stylesheet type="text/css" href="http://fonts.googleapis.com/css?family=Inconsolata"?>

<svg width="1024" height="500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
   <filter id="A"><feGaussianBlur stdDeviation="2"/></filter>
   <defs>
     <linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
       <stop offset="0%"   style="stop-color:#a8d8ff;stop-opacity:1" />
       <stop offset="100%" style="stop-color:#f6f6f6;stop-opacity:1" />
     </linearGradient>
   </defs>
   <rect width="1024" height="500" style="fill:url(#grad1)"/>
   <path filter="url(#A)"
	 d="M120,270 v-51 h59 m-59,0 v-53 h114 a110.5,105 0 1,1 -24,-66"
         fill="none" stroke="black" stroke-width="4" opacity="0.25"
         stroke-linejoin="round" stroke-linecap="round"/>
   <path d="M120,270 v-51 h59 m-59,0 v-53 h114 a110.5,105 0 1,1 -24,-66"
         fill="none" stroke="red" stroke-width="4"
         stroke-linejoin="round" stroke-linecap="round"/>
   <text x="310" y="120" font-size="70" font-family="Inconsolata">Offline Translation</text>
   <text x="600" y="170" font-size="35" font-family="Inconsolata">with</text>
   <text x="270" y="240" font-size="70" font-family="Inconsolata" fill="black" opacity="0.25" filter="url(#A)">Grammatical Framework</text>
   <text x="270" y="240" font-size="70" font-family="Inconsolata" fill="#06c">Grammatical Framework</text>
   <image x="0" y="270" width="1024" height="200"
     xlink:href="gf-translator-alignment.png" />
</svg>