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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46+devel"
width="55"
height="55"
xml:space="preserve"
sodipodi:docname="xlogo.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0">
<title>X Window System Logo</title>
<metadata><rdf:RDF><cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>X Window System Logo</dc:title>
<dc:contributor><cc:Agent><dc:title>Designed by Danny Cheng
Converted to EPS by Stephen Gildea
Converted from EPS to SVG by Inkscape</dc:title></cc:Agent></dc:contributor>
<cc:license rdf:resource="" />
</cc:Work></rdf:RDF></metadata>
<g transform="matrix(0.1,0,0,-0.1,0,50)">
<path
d="M 440,440 350,440 0,0 90,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<path
d="m 40,0 180,220 50,0 L 90,0 40,0 z m 360,440 -180,-220 -50,0 180,220"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<path
d="M 0,440 110,440 440,0 330,0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<path
d="M 400,440 390,440 40,0 50,0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
</g>
</svg>
|