diff options
author | Jezra <jezra@jezra.net> | 2013-06-01 12:26:34 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2013-06-01 12:26:34 -0700 |
commit | fcb1172f7d0cfe52b6e00c984001a0b01ee3ab9e (patch) | |
tree | d714ab86ce612d4ff4f6e5fec8cbcc57cbcafd31 /assets | |
parent | 8fdc5cf0cdf84f25b84f9c0db003c1bc0f0d096e (diff) |
Added some graphical assets for blather (icon related)
Diffstat (limited to 'assets')
-rw-r--r-- | assets/blather.png | bin | 0 -> 13571 bytes | |||
-rw-r--r-- | assets/blather.svg | 85 | ||||
-rw-r--r-- | assets/blather.xcf | bin | 0 -> 23830 bytes |
3 files changed, 85 insertions, 0 deletions
diff --git a/assets/blather.png b/assets/blather.png new file mode 100644 index 0000000..e1a83cb --- /dev/null +++ b/assets/blather.png Binary files differdiff --git a/assets/blather.svg b/assets/blather.svg new file mode 100644 index 0000000..1e10ee7 --- /dev/null +++ b/assets/blather.svg @@ -0,0 +1,85 @@ +<?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" + width="744.09448819" + height="1052.3622047" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="blather.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.7" + inkscape:cx="-78.309837" + inkscape:cy="530.52381" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1366" + inkscape:window-height="747" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" /> + <metadata + id="metadata7"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Layer" + style="display:inline"> + <path + id="path3825" + style="fill:#00ff00;fill-rule:evenodd;stroke:none;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 279.41428,362.8165 c -79.6868,0 -144.28125,49.8972 -144.28125,111.4375 0,61.5403 64.59445,111.40625 144.28125,111.40625 17.09362,0 33.50236,-2.28624 48.71875,-6.5 l 72.71875,32.21875 -7.375,-68.90625 c 18.94346,-18.85561 30.21875,-42.50576 30.21875,-68.21875 l -0.0312,-2.125 C 422.164,411.42867 358.02781,362.8165 279.41433,362.8165 z" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:#00ff00;fill-rule:evenodd;stroke:#008900;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 279.41428,362.8165 c -79.6868,0 -144.28125,49.8972 -144.28125,111.4375 0,61.5403 64.59445,111.40625 144.28125,111.40625 17.09362,0 33.50236,-2.28624 48.71875,-6.5 l 72.71875,32.21875 -7.375,-68.90625 c 18.94346,-18.8556 30.21875,-42.50576 30.21875,-68.21875 l -0.0312,-2.125 C 422.164,411.42867 358.02781,362.8165 279.41433,362.8165 z" + inkscape:connector-curvature="0" + id="path2992" /> + <text + xml:space="preserve" + style="font-size:130.46780396px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#008900;stroke-width:5.77600002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Sans" + x="185.41168" + y="617.89215" + id="text3762" + sodipodi:linespacing="125%" + transform="scale(1.1228826,0.89056506)"><tspan + sodipodi:role="line" + id="tspan3764" + x="185.41168" + y="617.89215" + style="font-size:234.84202576px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;stroke:#008900;stroke-width:5.77600002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Bitstream Vera Sans Mono;-inkscape-font-specification:Bitstream Vera Sans Mono Bold">B</tspan></text> + </g> +</svg> diff --git a/assets/blather.xcf b/assets/blather.xcf new file mode 100644 index 0000000..9a11666 --- /dev/null +++ b/assets/blather.xcf Binary files differ |