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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
width="116"
height="20"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="language-Python3-brightgreen.svg"
inkscape:export-filename="/home/aleg/Programming/pycoQC/docs/pictures/language-Python3-brightgreen.png"
inkscape:export-xdpi="99.699997"
inkscape:export-ydpi="99.699997">
<metadata
id="metadata34">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs32" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="930"
inkscape:window-height="517"
id="namedview30"
showgrid="false"
inkscape:zoom="2.6206897"
inkscape:cx="58.763158"
inkscape:cy="10"
inkscape:window-x="1152"
inkscape:window-y="166"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<linearGradient
id="b"
x2="0"
y2="100%">
<stop
offset="0"
stop-color="#bbb"
stop-opacity=".1"
id="stop5" />
<stop
offset="1"
stop-opacity=".1"
id="stop7" />
</linearGradient>
<clipPath
id="a">
<rect
width="116"
height="20"
rx="3"
fill="#fff"
id="rect10" />
</clipPath>
<g
clip-path="url(#a)"
id="g12">
<path
fill="#555"
d="M0 0h61v20H0z"
id="path14" />
<path
fill="#4c1"
d="M61 0h55v20H61z"
id="path16" />
<path
fill="url(#b)"
d="M0 0h116v20H0z"
id="path18" />
</g>
<g
fill="#fff"
text-anchor="middle"
font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
font-size="110"
id="g20">
<text
x="315"
y="150"
fill="#010101"
fill-opacity=".3"
transform="scale(.1)"
textLength="510"
id="text22">language</text>
<text
x="315"
y="140"
transform="scale(.1)"
textLength="510"
id="text24">language</text>
<text
x="875"
y="150"
fill="#010101"
fill-opacity=".3"
transform="scale(.1)"
textLength="450"
id="text26">Python3</text>
<text
x="875"
y="140"
transform="scale(.1)"
textLength="450"
id="text28">Python3</text>
</g>
</svg>
|