track minified svgs

pull/4566/head
Niklas Fiekas 2018-08-25 00:58:31 +02:00
parent d08cdda41b
commit 81e468305f
339 changed files with 180 additions and 17204 deletions

15
.gitignore vendored
View File

@ -7,21 +7,6 @@ project/target
public/trans
public/compiled
public/vendor/stockfish
public/images/?N-bg.svg
public/piece/alpha
public/piece/cburnett
public/piece/chess7
public/piece/chessnut
public/piece/companion
public/piece/fantasy
public/piece/letter
public/piece/merida
public/piece/mono
public/piece/pirouetti
public/piece/reillycraig
public/piece/riohacha
public/piece/spatial
public/piece/shapes
target
bin/.translate_version
data/

View File

@ -42,13 +42,13 @@ public/images/trophy | [James Clarke](https://github.com/clarkerubber/Staunton-P
public/images/flags | [Go Squared Ltd.](https://www.gosquared.com/resources/flag-icons/) | [MIT](https://github.com/gosquared/flags/blob/master/LICENSE.txt)
public/images/boards | the lila authors and [pirouetti](https://lichess.org/@/pirouetti) | AGPLv3+
public/images/learn/pieces | Thibault Duplessis and [Colin M.L. Burnett](https://en.wikipedia.org/wiki/User:Cburnett) | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece-src/mono | Thibault Duplessis and [Colin M.L. Burnett](https://en.wikipedia.org/wiki/User:Cburnett) | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece-src/cburnett | [Colin M.L. Burnett](https://en.wikipedia.org/wiki/User:Cburnett) | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece-src/chessnut | [Alexis Luengas](https://github.com/LexLuengas) | [Apache 2.0](https://github.com/LexLuengas/chessnut-pieces/blob/master/LICENSE.txt)
public/piece-src/letter | [usolando](https://lichess.org/@/usolando) | AGPLv3+
public/piece-src/pirouetti | [pirouetti](https://lichess.org/@/pirouetti) | AGPLv3+
public/piece-src/merida | Armando Hernandez Marroquin | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece-src/shapes | [flugsio](https://github.com/flugsio/chess_shapes) | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
public/piece/mono | Thibault Duplessis and [Colin M.L. Burnett](https://en.wikipedia.org/wiki/User:Cburnett) | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece/cburnett | [Colin M.L. Burnett](https://en.wikipedia.org/wiki/User:Cburnett) | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece/chessnut | [Alexis Luengas](https://github.com/LexLuengas) | [Apache 2.0](https://github.com/LexLuengas/chessnut-pieces/blob/master/LICENSE.txt)
public/piece/letter | [usolando](https://lichess.org/@/usolando) | AGPLv3+
public/piece/pirouetti | [pirouetti](https://lichess.org/@/pirouetti) | AGPLv3+
public/piece/merida | Armando Hernandez Marroquin | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
public/piece/shapes | [flugsio](https://github.com/flugsio/chess_shapes) | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
public/sounds/futuristic | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
public/sounds/nes | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
public/sounds/piano | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
@ -59,13 +59,13 @@ Exceptions (non-free)
Files | Author(s) | License
--- | --- | ---
public/piece-src/alpha | Eric Bentzen | "free for personal non commercial use" (see [zip](http://www.enpassant.dk/chess/downl/alpha.zip))
public/piece-src/chess7 | [Style-7](http://www.styleseven.com/) | "freeware"
public/piece-src/companion | David L. Brown | ["freeware"](http://www.enpassant.dk/chess/fonteng.htm#GC)
public/piece-src/fantasy | [Maurizio Monge](http://poisson.phc.unipi.it/~monge/chess_art.php) | "give credit in a suitable way"
public/piece-src/spatial | [Maurizio Monge](http://poisson.phc.unipi.it/~monge/chess_art.php) | "give credit in a suitable way"
public/piece-src/reillycraig | [Reilly Craig](https://instagram.com/fader_) |
public/piece-src/riohacha | |
public/piece/alpha | Eric Bentzen | "free for personal non commercial use" (see [zip](http://www.enpassant.dk/chess/downl/alpha.zip))
public/piece/chess7 | [Style-7](http://www.styleseven.com/) | "freeware"
public/piece/companion | David L. Brown | ["freeware"](http://www.enpassant.dk/chess/fonteng.htm#GC)
public/piece/fantasy | [Maurizio Monge](http://poisson.phc.unipi.it/~monge/chess_art.php) | "give credit in a suitable way"
public/piece/spatial | [Maurizio Monge](http://poisson.phc.unipi.it/~monge/chess_art.php) | "give credit in a suitable way"
public/piece/reillycraig | [Reilly Craig](https://instagram.com/fader_) |
public/piece/riohacha | |
public/piece/other | [Twitch](http://lazythunk.com/kappa/) |
public/images/staunton/staunton/Staunton | [Eden Murs](https://userstyles.org/styles/134558/lichess-pieces-3d-staunton) (?) |

View File

@ -1,73 +0,0 @@
#!/bin/bash -e
# Uses svgo and also https://github.com/RazrFalcon/svgcleaner unless run with
# --no-svgcleaner.
SVGCLEANER=svgcleaner
SVGO=./node_modules/svgo/bin/svgo
for opt in "$@"; do
case $opt in
--no-svgcleaner)
unset SVGCLEANER
;;
*)
echo "Unknown option: $opt"
exit 129
;;
esac
done
svgo_optimize() {
echo "$1 -> $2"
$SVGO --quiet --multipass -i "$1" -o "$2"
}
svgcleaner_optimize() {
echo "$1 -> $2"
if [[ $SVGCLEANER ]]; then
$SVGCLEANER "$1" "$2" --multipass
else
cp "$1" "$2"
fi
}
svg_optimize () {
svgcleaner_optimize "$1" "$2"
$SVGO --quiet --multipass -i "$2"
if [[ $SVGCLEANER ]]; then
$SVGCLEANER "$2" "$2" --multipass
fi
}
# pieces
for pset in alpha chess7 chessnut fantasy letter merida mono pirouetti reillycraig spatial shapes riohacha; do
mkdir -p public/piece/$pset
for file in public/piece-src/$pset/*.svg; do
svg_optimize $file $(echo $file | sed 's#/piece-src/#/piece/#')
done
done
# pieces broken by svgcleaner
for pset in cburnett; do
mkdir -p public/piece/$pset
for file in public/piece-src/$pset/*.svg; do
svgo_optimize $file $(echo $file | sed 's#/piece-src/#/piece/#')
done
done
# pieces broken by svgo
for pset in companion; do
mkdir -p public/piece/$pset
for file in public/piece-src/$pset/*.svg; do
svgcleaner_optimize $file $(echo $file | sed 's#/piece-src/#/piece/#')
done
done
# logo
for file in public/images/bN-bg.src.svg public/images/wN-bg.src.svg; do
svg_optimize $file $(echo $file | sed 's#.src.svg#.svg#')
done

View File

@ -1,80 +0,0 @@
<?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"
version="1.1"
width="33.529209"
height="33.504082"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="nl-full.svg">
<metadata
id="metadata18">
<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="defs16" />
<sodipodi:namedview
pagecolor="#ff5bff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0.46666667"
inkscape:pageshadow="2"
inkscape:window-width="2880"
inkscape:window-height="1800"
id="namedview14"
showgrid="false"
inkscape:zoom="32"
inkscape:cx="-6.2153285"
inkscape:cy="17.993977"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2"
borderlayer="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<g
style="fill:none;stroke:#ffffff;stroke-width:1.50000000000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.1"
id="g4"
transform="translate(-5.2499976,-6.2459203)">
<path
d="m 22,10 c 10.5,1 16.5,8 16,29 l -23,0 c 0,-9 10,-6.5 8,-21"
style="fill:#000000;stroke:#ffffff"
id="path6"
inkscape:connector-curvature="0" />
<path
d="m 24,18 c 0.38,2.91 -5.55,7.37 -8,9 -3,2 -2.82,4.34 -5,4 -1.042,-0.94 1.41,-3.04 0,-3 -1,0 0.19,1.23 -1,2 -1,0 -4.003,1 -4,-4 0,-2 6,-12 6,-12 0,0 1.89,-1.9 2,-3.5 -0.73,-0.994 -0.5,-2 -0.5,-3 1,-1 3,2.5 3,2.5 l 2,0 c 0,0 0.78,-1.992 2.5,-3 1,0 1,3 1,3"
style="fill:#000000;stroke:#ffffff"
id="path8"
inkscape:connector-curvature="0" />
<path
d="m 9.5,25.5 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
style="fill:#ffffff;stroke:#ffffff"
id="path10"
inkscape:connector-curvature="0" />
<path
d="m 15,15.5 a 0.5,1.5 0 1 1 -1,0 0.5,1.5 0 1 1 1,0 z"
transform="matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)"
style="fill:#ffffff;stroke:#ffffff"
id="path12"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1 @@
<svg height="33.504" width="33.529" xmlns="http://www.w3.org/2000/svg"><g style="fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.1;stroke:#fff"><path d="m16.75 3.754c10.5 1 16.5 8 16 29h-23c0-9 10-6.5 8-21"/><path d="m18.75 11.754c.38 2.91-5.55 7.37-8 9-3 2-2.82 4.34-5 4-1.042-.94 1.41-3.04 0-3-1 0 .19 1.23-1 2-1 0-4.003 1-4-4 0-2 6-12 6-12s1.89-1.9 2-3.5c-.73-.994-.5-2-.5-3 1-1 3 2.5 3 2.5h2s .78-1.992 2.5-3c1 0 1 3 1 3"/><path d="m4.25 19.254a.5.5 0 1 1 -1 0 .5.5 0 1 1 1 0zm5.433-9.75a.5 1.5 30 1 1 -.866-.5.5 1.5 30 1 1 .866.5z" fill="#fff"/></g></svg>

After

Width:  |  Height:  |  Size: 592 B

View File

@ -1,80 +0,0 @@
<?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"
version="1.1"
width="33.529209"
height="33.504082"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="nl-full.svg">
<metadata
id="metadata18">
<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="defs16" />
<sodipodi:namedview
pagecolor="#ff5bff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0.46666667"
inkscape:pageshadow="2"
inkscape:window-width="2880"
inkscape:window-height="1800"
id="namedview14"
showgrid="false"
inkscape:zoom="32"
inkscape:cx="-6.2153285"
inkscape:cy="17.993977"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2"
borderlayer="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<g
style="fill:none;stroke:#000000;stroke-width:1.50000000000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.1"
id="g4"
transform="translate(-5.2499976,-6.2459203)">
<path
d="m 22,10 c 10.5,1 16.5,8 16,29 l -23,0 c 0,-9 10,-6.5 8,-21"
style="fill:#ffffff;stroke:#000000"
id="path6"
inkscape:connector-curvature="0" />
<path
d="m 24,18 c 0.38,2.91 -5.55,7.37 -8,9 -3,2 -2.82,4.34 -5,4 -1.042,-0.94 1.41,-3.04 0,-3 -1,0 0.19,1.23 -1,2 -1,0 -4.003,1 -4,-4 0,-2 6,-12 6,-12 0,0 1.89,-1.9 2,-3.5 -0.73,-0.994 -0.5,-2 -0.5,-3 1,-1 3,2.5 3,2.5 l 2,0 c 0,0 0.78,-1.992 2.5,-3 1,0 1,3 1,3"
style="fill:#ffffff;stroke:#000000"
id="path8"
inkscape:connector-curvature="0" />
<path
d="m 9.5,25.5 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
style="fill:#000000;stroke:#000000"
id="path10"
inkscape:connector-curvature="0" />
<path
d="m 15,15.5 a 0.5,1.5 0 1 1 -1,0 0.5,1.5 0 1 1 1,0 z"
transform="matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)"
style="fill:#000000;stroke:#000000"
id="path12"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1 @@
<svg height="33.504" width="33.529" xmlns="http://www.w3.org/2000/svg"><g style="fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.1;stroke:#000"><path d="m16.75 3.754c10.5 1 16.5 8 16 29h-23c0-9 10-6.5 8-21" fill="#fff"/><path d="m18.75 11.754c.38 2.91-5.55 7.37-8 9-3 2-2.82 4.34-5 4-1.042-.94 1.41-3.04 0-3-1 0 .19 1.23-1 2-1 0-4.003 1-4-4 0-2 6-12 6-12s1.89-1.9 2-3.5c-.73-.994-.5-2-.5-3 1-1 3 2.5 3 2.5h2s .78-1.992 2.5-3c1 0 1 3 1 3" fill="#fff"/><path d="m4.25 19.254a.5.5 0 1 1 -1 0 .5.5 0 1 1 1 0zm5.433-9.75a.5 1.5 30 1 1 -.866-.5.5 1.5 30 1 1 .866.5z"/></g></svg>

After

Width:  |  Height:  |  Size: 604 B

View File

@ -1,204 +0,0 @@
{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch0\stshfloch38\stshfhich38\stshfbi0\deflang1030\deflangfe1030{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1\fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Arial;}
{\f38\froman\fcharset0\fprq2{\*\panose 00000000000000000000}BR-01T;}{\f39\fswiss\fcharset0\fprq0{\*\panose 00000000000000000000}Chess Berlin;}{\f40\fswiss\fcharset2\fprq2{\*\panose 020b0603050302020204}Chess Alpha;}
{\f210\froman\fcharset238\fprq2 Times New Roman CE;}{\f211\froman\fcharset204\fprq2 Times New Roman Cyr;}{\f213\froman\fcharset161\fprq2 Times New Roman Greek;}{\f214\froman\fcharset162\fprq2 Times New Roman Tur;}
{\f215\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f216\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f217\froman\fcharset186\fprq2 Times New Roman Baltic;}{\f218\froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
{\f220\fswiss\fcharset238\fprq2 Arial CE;}{\f221\fswiss\fcharset204\fprq2 Arial Cyr;}{\f223\fswiss\fcharset161\fprq2 Arial Greek;}{\f224\fswiss\fcharset162\fprq2 Arial Tur;}{\f225\fbidi \fswiss\fcharset177\fprq2 Arial (Hebrew);}
{\f226\fbidi \fswiss\fcharset178\fprq2 Arial (Arabic);}{\f227\fswiss\fcharset186\fprq2 Arial Baltic;}{\f228\fswiss\fcharset163\fprq2 Arial (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;
\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;
\red192\green192\blue192;}{\stylesheet{\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs20\alang1025 \ltrch\fcs0 \fs20\lang1030\langfe1030\cgrid\langnp1030\langfenp1030 \snext0 Normal;}{
\s1\ql \li0\ri0\sb240\sa60\keepn\widctlpar\wrapdefault\aspalpha\aspnum\faauto\outlinelevel0\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\af1\afs28\alang1025 \ltrch\fcs0 \b\f1\fs28\lang1030\langfe1030\cgrid\langnp1030\langfenp1030 \sbasedon0 \snext0
heading 1;}{\s2\ql \li0\ri0\sb240\sa60\keepn\widctlpar\wrapdefault\aspalpha\aspnum\faauto\outlinelevel1\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \ab\ai\af1\afs24\alang1025 \ltrch\fcs0 \b\i\f1\fs24\lang1030\langfe1030\cgrid\langnp1030\langfenp1030
\sbasedon0 \snext0 heading 2;}{\*\cs10 \additive \ssemihidden Default Paragraph Font;}{\*
\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tscellwidthfts0\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv
\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs20 \ltrch\fcs0 \f38\fs20\lang1024\langfe1024\cgrid\langnp1024\langfenp1024 \snext11 \ssemihidden Normal Table;}{\*\cs15 \additive \rtlch\fcs1 \af0
\ltrch\fcs0 \ul\cf2 \sbasedon10 \styrsid11560756 Hyperlink;}}{\*\latentstyles\lsdstimax156\lsdlockeddef0}{\*\rsidtbl \rsid11560756\rsid13315595}{\*\generator Microsoft Word 11.0.0000;}{\info{\title Chess Berlin }{\author Eric Bentzen}
{\operator Eric Bentzen}{\creatim\yr2006\mo11\dy4\hr8\min9}{\revtim\yr2013\mo12\dy1\hr14\min33}{\printim\yr1998\mo1\dy27\hr17\min43}{\version3}{\edmins1}{\nofpages3}{\nofwords767}{\nofchars4682}{\nofcharsws5439}{\vern24617}{\*\password 00000000}}
{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}{\xmlns2 urn:schemas-microsoft-com:office:smarttags}}\paperw11907\paperh16840\margl1134\margr1134\margt1134\margb1134\gutter0\ltrsect
\deftab1304\widowctrl\ftnbj\aenddoc\hyphhotz425\donotembedsysfont0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\noextrasprl\prcolbl
\cvmme\sprsspbf\brkfrm\swpbdr\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\lytprtmet\hyphcaps0\formshade\horzdoc\fracwidth\dghspace120\dgvspace120\dghorigin1701\dgvorigin1984\dghshow1\dgvshow0
\jexpand\viewkind1\viewscale100\pgbrdrhead\pgbrdrfoot\nolnhtadjtbl\rsidroot13315595 \fet0{\*\wgrffmtfilter 013f}\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\headery709\footery709\colsx709\endnhere\sectdefaultcl\sftnbj {\*\pnseclvl1
\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5
\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang
{\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\qc \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs20\alang1025 \ltrch\fcs0
\fs20\lang1030\langfe1030\cgrid\langnp1030\langfenp1030 {\rtlch\fcs1 \ab\af0\afs48 \ltrch\fcs0 \b\fs48\lang2057\langfe1030\langnp2057\insrsid13315595 Chess Alpha
\par }{\rtlch\fcs1 \ai\af0\afs24 \ltrch\fcs0 \i\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 a True Type Font for chess diagrams and figurine notation.
\par Copyright Eric Bentzen, 1998.
\par
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \'93Chess Alpha\'94 is free
for personal non commercial use. If distributed please include all files. To display or print this document correctly the font must be installed. If you don\rquote t know how, this is the time to exercise your Windows help!
\par }\pard \ltrpar\qc \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'31\'32\'32\'32\'32\'32\'32\'32\'32\'33
\par \'c7\'74\'4a\'6e\'57\'6c\'4e\'6a\'54\'35
\par \'c6\'4f\'6f\'4f\'6f\'4f\'6f\'4f\'6f\'35
\par \'c5\'20\'2b\'20\'2b\'20\'2b\'20\'2b\'35
\par \'c4\'2b\'20\'2b\'20\'2b\'20\'2b\'20\'35
\par \'c3\'20\'2b\'20\'2b\'20\'2b\'20\'2b\'35
\par \'c2\'2b\'20\'2b\'20\'2b\'20\'2b\'20\'35
\par \'c1\'70\'50\'70\'50\'70\'50\'70\'50\'35
\par \'c0\'52\'68\'42\'71\'4b\'62\'48\'72\'39
\par \'36\'c8\'c9\'ca\'cb\'cc\'cd\'ce\'cf\'38
\par }{\rtlch\fcs1 \ai\af0 \ltrch\fcs0 \i\lang2057\langfe1030\langnp2057\insrsid13315595 Example diagram 18 points}{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595
\par }\pard \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595
Usually the diagram will look far better on print than on screen. Co-ordinates and hourglass (move indicator) are optional.
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par I wanted to make a chess font sui
ted for diagrams in e.g. club newsletters, where the output device is usually a printer and/or photocopier. Most traditional chess fonts are drawn with many details (lines and ornaments) that tend to get lost or fuzzy when printed and maybe later photocop
ied, and the black squares are often made with lines so thin, that a disturbing interference effect (like Moir\'e9) appears when you print smaller diagrams (font size 15-16 points or less) \endash
even a 600 DPI laser printer cannot print the lines properly.
\par
\par So to obtain clarity and easy reading you need simplicity. On the other hand I know that chess players are creatures of habit; if the pieces in a font \'93don\rquote t look like they use to\'94, most chessplayers don\rquote
t like it, or it is at best described as \'93a bit fancy\'94. So I\rquote
ve tried to make a compromise: a traditional design, but with less details. Depending on the resolution of your printer (or output device) black squares smaller than 15-16 points may have the above mentioned interference \endash
my only advice is to experiment with different font sizes until it looks okay.
\par
\par Making diagrams with a chess font would be hard work if you had to do it manually. Luckily there is an excellent freeware program \'93EPD2diag\'94 by Manfred Rosenboom that can do the work for you. You can either
make the diagram with your mouse (drag and drop) or you can import the game in PGN format. Just save or copy the position as RTF (Rich Text Format) and paste it into your word processor. Practically all word processors of today reads RTF-format. If you w
ant borders with co-ordinates (1-8 and a-h) you must add these manually. You can download EPD2diag from: }{\rtlch\fcs1 \af1\afs24 \ltrch\fcs0 \f1\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 http://www.rebel.nl/epd2diag.htm}{\rtlch\fcs1 \af0\afs24
\ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par
\par \'93Chess Alpha\'94 can be used for diagrams and figurine notation}{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 . Beware that you don\rquote t use the same characters for both!}{\rtlch\fcs1 \af0\afs24
\ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595
The pieces for diagrams have a fixed width and a slightly elevated baseline and will not look good as figurine characters. The width and baseline of the pieces intended for figurine notation is \'93correct\'94: your lines will not look \'93jumpy\'94
(not like }{\rtlch\fcs1 \af40\afs24 \ltrch\fcs0 \f40\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \'68}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 b4, but like }{\rtlch\fcs1 \af40\afs24 \ltrch\fcs0
\f40\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \'86}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 b4), and the white space between piece and board co-ordinates will be more appropriate.
\par }{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par Keys for diagrams:
\par }{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 You can either use the character (e.g. small k for white king on white square), or you can use the ASCII sequence by typing ALT + number, whi
ch means: press the ALT-key and type the number on the numeric keypad.}{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par
\par \sect }\sectd \ltrsect\sbknone\linex0\headery709\footery709\cols2\colsx709\endnhere\sectdefaultcl\sftnbj \pard\plain \ltrpar\qj \li0\ri0\widctlpar\tx709\tx3119\tx3686\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1
\af0\afs20\alang1025 \ltrch\fcs0 \fs20\lang1030\langfe1030\cgrid\langnp1030\langfenp1030 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 White:
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'6b}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab King white square\tab k\tab (0107)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'4b}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab King black square\tab K\tab (075)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'71}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Queen white square\tab q\tab (0113)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'51}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Queen black square\tab Q\tab (081)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'72}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Rook white square\tab r\tab (0114)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'52}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Rook black square\tab R\tab (082)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'62}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Bishop white square\tab b\tab (098)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'42}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Bishop black square\tab B\tab (066)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'68}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Knight white square\tab h\tab (0104)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'48}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Knight black square\tab H\tab (072)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'70}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Pawn white square\tab p\tab (0112)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'50}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Pawn black square\tab P\tab (080)
\par
\par }{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Black:
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'6c}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab King white square\tab l\tab (0108)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'4c}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab King black square\tab L\tab (076)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'77}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Queen white square\tab w\tab (0119)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'57}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Queen black square\tab W\tab (087)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'74}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Rook white square\tab t\tab (0116)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'54}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Rook black square\tab T\tab (084)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'6e}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Bishop white square\tab n\tab (0110)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'4e}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Bishop black square\tab N\tab (078)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'6a}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Knight white square\tab j\tab (0106)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'4a}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Knight black square\tab J\tab (074)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'6f}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Pawn white square\tab o\tab (0111)
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'4f}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Pawn black square\tab O\tab (079)
\par }{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par Other diagram keys:
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'2b}{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab }{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0
\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Empty black square\tab +\tab (043)
\par \tab Empty white square\tab space
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Border (double):
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\tx0\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 {\*\xmlopen\xmlns2{\factoidname place}}
{\*\xmlopen\xmlns2{\factoidname State}}North west{\*\xmlclose}{\*\xmlclose} corner\tab 1\tab (049)
\par North border\tab \tab 2\tab (050)
\par North east corner\tab 3\tab (051)
\par Western border\tab 4\tab (052)
\par Eastern border\tab 5\tab (053)
\par South west corner\tab 6\tab (054)
\par South border\tab \tab 7\tab (055)
\par South east border\tab 8\tab (056)
\par Eastern b. with hourglass\tab 9\tab (057)
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par }{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Border (single):
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\tx0\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 {\*\xmlopen\xmlns2{\factoidname place}}
{\*\xmlopen\xmlns2{\factoidname State}}North west{\*\xmlclose}{\*\xmlclose} corner\tab !\tab (033)
\par North border\tab \tab \'93\tab (034)
\par North east corner\tab #\tab (035)
\par Western border\tab $\tab (036)
\par Eastern border\tab %\tab (037)
\par South west corner\tab &\tab (038)
\par South border\tab \tab \lquote \tab (039)
\par South east border\tab (\tab (040)
\par Eastern b. with hourglass\tab )\tab (041)
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par }\pard \ltrpar\qj \li0\ri70\widctlpar\tx2694\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin70\lin0\itap0 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Border (double) with co-ordinates:
\par }\pard \ltrpar\qj \li0\ri70\widctlpar\tx0\tx2410\tx3686\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin70\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 1\tab \'c0\tab (0192)
\par }\pard \ltrpar\qj \li0\ri70\widctlpar\tx0\tx2410\tx2694\tx3686\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin70\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 2\tab \'c1\tab \tab (0193)
\par 3\tab \'c2\tab \tab (0194)
\par 4\tab \'c3\tab \tab (0195)
\par 5\tab \'c4\tab \tab (0196)
\par 6\tab \'c5\tab \tab (0197)
\par 7\tab \'c6\tab \tab (0198)
\par 8\tab \'c7\tab \tab (0199)
\par a\tab \'c8\tab \tab (0200)
\par b\tab \'c9\tab \tab (0201)
\par c\tab \'ca\tab \tab (0202)
\par d\tab \'cb\tab \tab (0203)
\par e\tab \'cc\tab \tab (0204)
\par f\tab \'cd\tab \tab (0205)
\par g\tab \'ce\tab \tab (0206)
\par h\tab \'cf\tab \tab (0207)
\par
\par
\par
\par
\par }\pard \ltrpar\qj \li0\ri70\widctlpar\tx2694\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin70\lin0\itap0 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Border (single) with co-ordinates:
\par }\pard \ltrpar\qj \li0\ri70\widctlpar\tx0\tx2410\tx3686\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin70\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 1\tab \'e0\tab (0224)
\par }\pard \ltrpar\qj \li0\ri70\widctlpar\tx0\tx2410\tx2694\tx3686\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin70\lin0\itap0 {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 2\tab \'e1\tab \tab (0225)
\par 3\tab \'e2\tab \tab (0226)
\par 4\tab \'e3\tab \tab (0227)
\par 5\tab \'e4\tab \tab (0228)
\par 6\tab \'e5\tab \tab (0229)
\par 7\tab \'e6\tab \tab (0230)
\par 8\tab \'e7\tab \tab (0231)
\par a\tab \'e8\tab \tab (0232)
\par b\tab \'e9\tab \tab (0233)
\par c\tab \'ea\tab \tab (0234)
\par d\tab \'eb\tab \tab (0235)
\par e\tab \'ec\tab \tab (0236)
\par f\tab \'ed\tab \tab (0237)
\par g\tab \'ee\tab \tab (0238)
\par h\tab \'ef\tab \tab (0239)
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par
\par
\par
\par
\par
\par Keys for figurine notation:
\par }\pard \ltrpar\qj \li0\ri0\widctlpar\tx851\tx1985\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595\charrsid11560756 White:
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'82}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595\charrsid11560756 \tab King\tab \'82\tab Alt + 0130
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'83}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595\charrsid11560756 \tab Queen\tab \'83\tab Alt + 0131
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'84}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Rook\tab \'84\tab Alt + 0132
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'85}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Bishop\tab \'85\tab Alt + 0133
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'86}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Knight\tab \'86\tab Alt + 0134
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'87}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Pawn\tab \'87\tab Alt + 0135
\par
\par }{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\insrsid13315595\charrsid13315595 Black:
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'88}{\rtlch\fcs1 \af39\afs36 \ltrch\fcs0 \f39\fs36\insrsid13315595\charrsid13315595 \tab }{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 King
\tab \'88\tab Alt + 0136
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'89}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Queen\tab \'89\tab Alt + 0137
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'8a}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Rook\tab \'8a\tab Alt + 0138
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'8b}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Bishop\tab \'8b\tab Alt + 0139
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\insrsid13315595\charrsid13315595 \'8c}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\insrsid13315595\charrsid13315595 \tab Knight\tab \'8c\tab Alt + 0140
\par }{\rtlch\fcs1 \af40\afs36 \ltrch\fcs0 \f40\fs36\lang2057\langfe1030\langnp2057\insrsid13315595 \'91}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab Pawn\tab \lquote \tab Alt + 0145
\par }{\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0 \b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \sect }\sectd \ltrsect\sbknone\linex0\headery709\footery709\colsx709\endnhere\sectdefaultcl\sftnbj \pard\plain \ltrpar
\qj \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs20\alang1025 \ltrch\fcs0 \fs20\lang1030\langfe1030\cgrid\langnp1030\langfenp1030 {\rtlch\fcs1 \ab\af0\afs24 \ltrch\fcs0
\b\fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par }{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 Any comments, questions and suggestions are likely to be considered \endash maybe even answered! If the font doesn\rquote t behave
properly on your computer, please let me know.
\par
\par January 1998,
\par Eric Bentzen
\par }{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid11560756 Email may change - see: }{\field\fldedit{\*\fldinst {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid11560756\charrsid11560756
HYPERLINK "http://sitestory.dk/wordpress/kontakt-2/" }}{\fldrslt {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \cs15\fs24\ul\cf2\lang2057\langfe1030\langnp2057\insrsid11560756\charrsid11560756 http://sitestory.dk/wordpress/kontakt-2/}}}\sectd
\sbknone\linex0\headery709\footery709\colsx709\endnhere\sectdefaultcl\sftnbj {\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 \tab }{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0
\fs24\lang2057\langfe1030\langnp2057\insrsid11560756 (}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595 http://www.enpassant.dk}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0
\fs24\lang2057\langfe1030\langnp2057\insrsid11560756 )}{\rtlch\fcs1 \af0\afs24 \ltrch\fcs0 \fs24\lang2057\langfe1030\langnp2057\insrsid13315595
\par
\par Home address:
\par Birkevej 13
\par DK-9000 {\*\xmlopen\xmlns2{\factoidname country-region}}Aalborg{\*\xmlclose}
\par {\*\xmlopen\xmlns2{\factoidname country-region}}{\*\xmlopen\xmlns2{\factoidname country-region}}Denmark{\*\xmlclose}{\*\xmlclose}
\par }}

View File

@ -1,73 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="bb.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="700"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M768 683q-5 -39 -26 -82h564q-18 36 -26 82h-512zM1263 756l46 73q-142 49 -285 47q-144 2 -285 -47l46 -73q118 40 239 38q120 2 239 -38zM831 529h-207q67 116 72 229q-114 119 -162 223.5t-6 223.5q33 96 118 189.5t312 246.5q-17 11 -46 36t-29 79q0 58 41 96t100 38 q58 0 99.5 -38t41.5 -96q0 -54 -29.5 -79t-45.5 -36q226 -153 311 -246.5t119 -189.5q42 -119 -6 -223.5t-162 -223.5q4 -113 72 -229h-207q-2 4 10 -16q33 -53 70 -60t89 -7h250q76 0 141.5 -62t65.5 -179h-495q-123 0 -223.5 84.5t-100.5 198.5q0 -114 -101 -198.5 t-223 -84.5h-495q0 117 65 179t142 62h250q51 0 88 7t71 60q12 20 10 16zM977 1230h-95v-89h95v-165h94v165h95v89h-95v104h-94v-104z"
id="path6" />
</g>
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 761.54028,1406.6983 12.85605,-39.0508 249.60367,0 249.6037,0 12.856,39.0508 12.8561,39.0509 -275.3158,0 -275.31577,0 12.85605,-39.0509 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 765.07813,1250.9479 -17.65316,-29.9199 44.99938,-13.0677 c 84.66507,-24.5867 172.41074,-33.5953 274.96545,-28.2302 54.8882,2.8715 113.4644,8.9793 130.1695,13.5729 16.7051,4.5936 46.7792,12.6064 66.8314,17.8062 l 36.4585,9.4541 -17.7902,30.1522 c -20.3271,34.4518 -23.3108,34.9921 -91.5848,16.5858 -68.72,-18.5267 -266.2284,-18.5267 -334.94845,0 -68.23049,18.3946 -71.26607,17.8518 -91.44762,-16.3534 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 980.61017,981.47797 0,-82.44068 -47.72881,0 -47.72882,0 0,-39.05085 0,-39.05085 47.72882,0 47.72881,0 0,-52.06779 0,-52.0678 43.38983,0 43.3898,0 0,52.0678 0,52.06779 47.7288,0 47.7289,0 0,39.05085 0,39.05085 -47.7289,0 -47.7288,0 0,82.44068 0,82.44063 -43.3898,0 -43.38983,0 0,-82.44063 z"
id="path2993"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,93 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="bk.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="673"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M1024 279h489l-12 73h-477h-477l-12 -73h489zM1024 1200q-25 60 -62 111q31 48 62 65q30 -17 62 -65q-38 -51 -62 -111zM927 746q-154 -11 -303 -58q-123 108 -200 213.5t-77 201.5q0 89 73.5 159t148.5 70q67 0 134.5 -62.5t102.5 -130.5q30 -54 75 -175t46 -218z M577 529l-26 -156l145 84zM1024 1436q-47 0 -136 -121q-31 36 -50 55q93 140 186 140q92 0 186 -140q-20 -19 -50 -55q-90 121 -136 121zM1024 661q-1 126 -42 267.5t-84 226.5q-8 14 -14 27t-12 23q-28 43 -48 69q-51 63 -120 105t-134 42q-103 0 -208 -93t-105 -229 q0 -120 99 -254.5t249 -259.5q201 74 419 76zM1024 205h-576l61 365q-325 280 -326 535q-1 159 125 274.5t267 115.5q78 0 158.5 -47t142.5 -119q61 -74 98.5 -164.5t49.5 -150.5q12 60 49 150.5t99 164.5q61 72 142 119t159 47q140 0 266 -115.5t126 -274.5 q-2 -255 -326 -535l61 -365h-576zM1121 746q0 97 45 218t76 175q34 68 101.5 130.5t135.5 62.5q74 0 147.5 -70t74.5 -159q0 -96 -77 -201.5t-200 -213.5q-150 47 -303 58zM1471 529l-119 -72l145 -84zM1024 661q217 -2 419 -76q150 125 249 259.5t99 254.5 q0 136 -105.5 229t-207.5 93q-66 0 -135 -42t-119 -105q-21 -26 -48 -69q-6 -10 -12.5 -23l-13.5 -27q-44 -85 -85 -226.5t-41 -267.5zM885 502l139 -86l139 84l-139 86zM977 1750v95h94v-95h107v-95h-107v-153q-48 16 -94 0v153h-107v95h107z"
id="path6" />
</g>
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1401.4915,1445.0218 c -78.8657,-27.9719 -280.8492,-63.4896 -361.055,-63.4896 -13.5729,0 -8.3701,-92.9378 9.9317,-177.4108 46.5412,-214.81404 134.473,-397.65875 231.4791,-481.3361 104.2876,-89.95837 202.4256,-110.29259 301.8815,-62.54996 101.7059,48.82269 168.8559,126.47534 192.6106,222.736 11.9521,48.43347 12.5067,65.83472 3.6329,113.99457 -20.0474,108.80099 -81.3793,205.35889 -221.2364,348.30369 -109.9971,112.4256 -114.1265,115.0451 -157.2444,99.7522 z m 122.8177,-179.6594 c 134.7609,-141.4644 175.4829,-214.4621 176.1913,-315.83774 0.4683,-67.03663 -13.4333,-101.83522 -61.5242,-154.00777 -143.4095,-155.58091 -315.1045,-83.45215 -434.3981,182.48989 -42.6209,95.01492 -76.4874,206.09722 -82.5156,270.65102 -5.7063,61.108 -10.2312,57.4923 84.8046,67.7654 26.5972,2.875 83.221,14.3756 125.8305,25.5568 42.6095,11.1812 81.9736,20.7494 87.4759,21.2628 5.5022,0.5134 52.3632,-43.5328 104.1356,-97.8804 l 0,0 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 522.69348,1378.7619 C 282.85431,1147.8294 214.58388,976.10591 297.00399,811.07562 307.70836,789.64221 338.00727,752.40497 364.33493,728.3262 467.72145,633.77083 573.50641,610.75174 673.3258,661.08895 778.26588,714.00843 850.6748,798.31641 911.25199,938.11388 969.78,1073.1823 1015.322,1248.2704 1015.322,1338.215 l 0,41.9358 -58.57624,5.339 c -104.0056,9.4797 -214.78092,29.5868 -283.86381,51.5246 l -67.44533,21.4179 -82.74314,-79.6704 z m 186.38255,-35.874 c 46.72683,-11.7086 106.43583,-23.6599 132.68668,-26.5583 95.0231,-10.4919 89.91439,-6.2064 83.92014,-70.3974 -6.61695,-70.8594 -56.45658,-218.8281 -106.45317,-316.0484 -88.352,-171.80383 -210.06736,-249.01461 -320.08376,-203.04682 -44.15978,18.45113 -116.43706,87.49453 -135.7522,129.67827 -19.05108,41.60706 -20.9871,132.18468 -3.85178,180.20755 22.6552,63.4927 71.07585,130.9368 164.1489,228.6396 51.77234,54.3476 95.54808,98.8139 97.27942,98.8139 1.73135,0 41.37895,-9.5798 88.10577,-21.2884 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 1003.3744,949.74058 C 986.85194,899.18356 931.32063,785.54395 906.05991,750.5957 c -13.35176,-18.4722 -11.90128,-21.12111 41.57869,-75.93221 38.00403,-38.94995 61.9944,-56.7923 76.3614,-56.7923 14.367,0 38.3574,17.84235 76.3614,56.7923 53.717,55.05403 54.9805,57.37814 41.2802,75.93221 -24.0218,32.53209 -99.7443,191.12876 -105.4708,220.90261 -2.9834,15.51186 -7.9186,28.17512 -10.9671,28.14057 -3.0485,-0.0347 -12.8717,-22.48878 -21.8293,-49.8983 l 0,0 z m 56.6668,-157.68022 31.7022,-59.81846 -28.5336,-31.15146 c -15.6935,-17.1333 -33.3379,-31.15146 -39.2098,-31.15146 -5.8719,0 -23.5163,14.01816 -39.20978,31.15146 l -28.53362,31.15146 31.70221,59.81846 c 17.43619,32.90016 33.65479,59.81847 36.04119,59.81847 2.3864,0 18.605,-26.91831 36.0412,-59.81847 z"
id="path2993"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 961.08475,1587.5558 c -32.21695,-20.136 -58.54284,-38.6067 -58.50197,-41.046 0.0409,-2.4394 27.06664,-21.0865 60.05728,-41.4381 l 59.98294,-37.003 61.4343,36.958 c 33.7888,20.3268 61.4342,39.4619 61.4342,42.5224 0,4.9152 -115.8443,77.2345 -123.0087,76.7918 -1.552,-0.096 -29.18111,-16.6492 -61.39805,-36.7851 z"
id="path2995"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 558.77664,1652.3188 c 2.3664,-8.1326 6.96336,-34.312 10.21546,-58.1764 8.99418,-66.0007 11.04011,-67.1917 62.32993,-36.2864 25.05763,15.0988 45.55933,29.9113 45.55933,32.9166 0,3.0053 -27.54164,21.4096 -61.20364,40.8985 -45.11665,26.1206 -60.07274,31.5477 -56.90108,20.6477 z"
id="path2997"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1431.8644,1631.7223 c -31.0237,-18.3043 -57.3928,-36.2297 -58.5979,-39.8342 -2.4479,-7.3215 86.9459,-63.409 92.3885,-57.9665 3.4172,3.4172 26.4635,128.9748 23.9283,130.3629 -0.7217,0.3952 -26.6952,-14.2578 -57.7189,-32.5622 z"
id="path2999"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 545.06485,1732.9898 3.54586,-30.3729 475.38929,0 475.3893,0 3.5458,30.3729 3.5459,30.3729 -482.481,0 -482.48102,0 3.54587,-30.3729 z"
id="path3001"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -1,73 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="bn.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="678"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M502 1180l-52 -1l-26 -64l69 -21l46 55zM1038 1367q34 -1 -16 68t-80 42l-116 -109zM700 1465q6 39 115.5 107.5t220.5 143.5l115 154l96 -217q342 -172 432.5 -417.5t47.5 -603.5q-18 -128 4.5 -236t57.5 -190l-1242 -1q-9 178 39 301.5t183 237.5q50 11 82.5 39.5 t53.5 58.5l62.5 1t138 29t139 97t66.5 207q0 17 -8.5 34t-11.5 37q-62 -228 -161 -288.5t-191 -58.5q-236 42 -292 -60l-56 -102l-217 121l115 82l-51 50l-122 -86l-12 297zM1681 273q-102 130 -85 308.5t27 362.5t-50 351.5t-316 275.5q220 -164 252.5 -342t16.5 -350.5 t-12 -329t167 -276.5z"
id="path6" />
</g>
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1601.3052,1693.0403 c -81.081,-89.747 -91.5841,-156.5414 -74.2276,-472.0505 20.3789,-370.45059 -8.7512,-495.11834 -150.5575,-644.33895 -28.3483,-29.83051 -47.8136,-54.23729 -43.2562,-54.23729 17.0173,0 100.1093,58.43477 144.6504,101.72598 57.0521,55.45106 86.1396,107.89196 109.6386,197.66385 34.9938,133.6852 37.5437,201.94031 17.3275,463.81811 -19.9909,258.9589 -17.5419,312.6196 18.0578,395.6705 9.6985,22.6255 16.1305,42.6404 14.2935,44.4774 -1.8371,1.8371 -18.004,-12.891 -35.9265,-32.7291 l 0,0 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 896.70344,621.33017 c 55.68259,-53.26842 60.42184,-55.96132 78.1017,-44.37838 26.06806,17.07847 76.40326,84.06615 70.43026,93.73076 -2.6971,4.36392 -50.55804,7.80453 -106.35772,7.6458 l -101.45395,-0.2886 59.27971,-56.70958 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 464.27119,941.44594 c -27.44127,-6.6005 -31.26949,-14.68402 -20.9599,-44.25815 7.68249,-22.038 14.48333,-27.65559 33.48079,-27.65559 13.112,0 30.36269,7.20749 38.33486,16.01664 13.59229,15.01931 13.36664,17.45094 -3.62386,39.05085 -9.96529,12.66881 -20.76409,22.58121 -23.99733,22.02755 -3.23325,-0.55366 -13.6888,-2.88525 -23.23456,-5.1813 z"
id="path2993"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -1,59 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg3044"
version="1.1"
inkscape:version="0.48.4 r9939"
width="100%"
height="100%"
sodipodi:docname="bP.svg">
<metadata
id="metadata3054">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3052" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2880"
inkscape:window-height="1800"
id="namedview3050"
showgrid="false"
inkscape:zoom="0.75195312"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg3044" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g3046">
<path
fill="#101010"
d="M1024 205h-578v74q-4 80 41.5 137t125.5 108q117 91 171.5 217.5t78.5 267.5h-287l284 239q-86 74 -86 188q0 103 73 177t177 74q103 0 176.5 -74t73.5 -177q0 -114 -86 -188l284 -239h-287q23 -141 78 -267.5t172 -217.5q79 -51 124.5 -108t42.5 -137v-74h-578z"
id="path3048" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,83 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="bq.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="667"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M590 529q4 -72 -15 -158l134 86zM1024 205h-583q114 231 57.5 456.5t-202.5 449.5q-12 -2 -19 -2q-54 0 -92.5 38.5t-38.5 92.5t38.5 92.5t92.5 38.5t92.5 -38.5t38.5 -92.5q0 -20 -6 -38q-4 -14 -15 -33l196 -139l100 486q-64 31 -72 103q-5 44 29 91t88 53q54 5 96 -29 t48 -88q7 -68 -46 -114l198 -412l198 412q-54 46 -46 114q6 54 48 88t96 29q54 -6 87.5 -53t29.5 -91q-9 -72 -72 -103l100 -486l196 139q-12 19 -15 33q-6 18 -6 38q0 54 38.5 92.5t92.5 38.5t92.5 -38.5t38.5 -92.5t-38.5 -92.5t-92.5 -38.5q-7 0 -19 2 q-147 -224 -203 -449.5t58 -456.5h-583zM1024 655q109 0 222 -28.5t213 -67.5q2 41 11 89q-108 42 -221.5 68t-224.5 26t-225 -26t-221 -68q8 -48 11 -89q99 39 212 67.5t223 28.5zM1024 279h478q-15 34 -24 73h-454h-454q-10 -39 -24 -73h478zM1458 529l-119 -72l134 -86 q-20 86 -15 158zM885 482l139 -87l139 84l-139 86z"
id="path6" />
</g>
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 555.38983,1758.5831 c 0,-1.6742 4.2871,-15.342 9.52689,-30.3729 l 9.52689,-27.3288 449.55639,0 449.5564,0 9.5268,27.3288 c 5.2399,15.0309 9.527,28.6987 9.527,30.3729 0,1.6742 -210.8746,3.044 -468.6102,3.044 -257.73559,0 -468.61017,-1.3698 -468.61017,-3.044 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 952.36273,1602.4318 -58.62033,-37.2523 65.13723,-37.2686 65.13727,-37.2687 60.7373,36.0834 c 33.4055,19.8459 60.6625,38.8378 60.5711,42.2043 -0.2311,8.5096 -108.8863,71.2569 -122.911,70.98 -6.2872,-0.1242 -37.81039,-16.9893 -70.05157,-37.4781 l 0,0 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1412.923,1632.6676 c -27.1228,-17.3706 -49.3851,-35.4879 -49.4716,-40.2608 -0.086,-4.7729 20.1524,-21.5067 44.9753,-37.1863 l 45.1326,-28.5082 5.2025,67.5591 c 2.8614,37.1575 4.8139,68.1036 4.339,68.7691 -0.475,0.6655 -23.0549,-13.0023 -50.1778,-30.3729 z"
id="path2993"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 588.8,1452.531 c -0.71593,-16.1395 -1.6922,-33.6413 -2.16949,-38.8928 -2.09522,-23.0535 203.92127,-80.7864 343.77351,-96.3372 72.02368,-8.0087 114.68708,-8.0855 184.07668,-0.3314 140.5733,15.7087 348.9687,73.7829 346.8888,96.6686 -0.4773,5.2515 -1.4536,22.7533 -2.1695,38.8928 l -1.3017,29.3445 -101.9661,-32.592 c -133.917,-42.8047 -210.8059,-55.7092 -331.9322,-55.7092 -121.12634,0 -198.01519,12.9045 -331.9322,55.7092 L 590.10169,1481.8755 588.8,1452.531 z"
id="path2995"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 587.65069,1602.7569 c 2.11115,-34.3298 4.52362,-65.41 5.36106,-69.0669 0.83744,-3.657 24.25108,7.5677 52.03032,24.9437 27.77924,17.3761 47.28358,34.5936 43.34299,38.2611 -3.9406,3.6676 -29.08154,20.531 -55.86876,37.4742 l -48.70404,30.8059 3.83843,-62.418 z"
id="path2997"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -1,68 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="br.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="709"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M1024 205h-641l29 264l159 118l50 659l-149 107l-17 341h289v-147h137v147h143h143v-147h137v147h289l-17 -341l-149 -107l50 -659l159 -118l29 -264h-641zM1024 1194h333l-6 88h-327h-327l-6 -88h333zM1024 547h381l-6 87h-375h-375l-6 -87h381z"
id="path6" />
</g>
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 650.84746,1457.0305 0,-39.0508 373.15254,0 373.1525,0 0,39.0508 0,39.0509 -373.1525,0 -373.15254,0 0,-39.0509 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#ececec;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 694.23729,837.64068 c 0,-8.94915 2.44068,-28.47458 5.42373,-43.38983 l 5.42373,-27.11865 318.91525,0 318.9153,0 5.4237,27.11865 c 13.0658,65.32909 43.8795,59.66101 -324.339,59.66101 -316.64934,0 -329.76271,-0.64703 -329.76271,-16.27118 z"
id="path2991"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,83 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="wb.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="800"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523437"
inkscape:cx="216.51838"
inkscape:cy="1025.6257"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M1024 1692q66 0 64 66q1 55 -64 55q-66 0 -64 -55q-3 -66 64 -66zM1024 488q0 -114 -101 -198.5t-223 -84.5h-495q0 117 65 179t142 62h250q51 0 88 7t71 60q12 20 10 16h76q-7 -21 -3 -13q-45 -105 -109 -124.5t-146 -19.5h-240q-52 0 -86 -40t-34 -53h424 q66 0 158.5 65t93.5 185h-341q67 116 72 229q-114 119 -162 223.5t-6 223.5q33 96 118 189.5t312 246.5q-17 11 -46 36t-29 79q0 58 41 96t100 38q58 0 99.5 -38t41.5 -96q0 -54 -29.5 -79t-45.5 -36q226 -153 311 -246.5t119 -189.5q42 -119 -6 -223.5t-162 -223.5 q4 -113 72 -229h-341q0 -120 93 -185t159 -65h424q0 13 -34.5 53t-85.5 40h-240q-83 0 -146.5 19.5t-108.5 124.5q4 -8 -3 13h76q-2 4 10 -16q33 -53 70 -60t89 -7h250q76 0 141.5 -62t65.5 -179h-495q-123 0 -223.5 84.5t-100.5 198.5zM1024 602h283q-28 84 -29 154 q-120 41 -254 38q-135 3 -254 -38q-2 -70 -29 -154h283zM1024 869q159 1 285 -42q189 180 142 346q-60 193 -427 431q-368 -238 -427 -431q-48 -166 142 -346q125 43 285 42zM977 1230v104h94v-104h95v-89h-95v-165h-94v165h-95v89h95z"
id="path6" />
</g>
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 980.1794,333.34378 c -22.18939,-22.18939 -22.18939,-55.9123 0,-78.10169 35.8385,-35.83847 104.1356,-10.22705 104.1356,39.05085 0,29.45678 -29.0231,56.40678 -60.7458,56.40678 -14.4632,0 -33.74762,-7.71375 -43.3898,-17.35594 z"
id="path3009"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 691.55731,1162.9235 C 605.54121,1059.6201 573.12766,945.40894 606.35268,862.69972 629.81336,804.29752 693.97782,717.21803 759.20677,655.25689 825.86346,591.93956 953.04354,493.54248 1002.9959,466.64135 l 27.3378,-14.72235 90.7941,66.16731 c 230.3094,167.84081 347.2257,323.44333 333.1692,443.41096 -6.8093,58.11463 -46.0402,138.16403 -98.7159,201.42623 l -44.0489,52.9018 -63.7103,-17.4616 c -53.1663,-14.5718 -90.2799,-17.4616 -224.2527,-17.4616 -133.97272,0 -171.08634,2.8898 -224.25265,17.4616 l -63.71031,17.4616 -44.04893,-52.9018 0,0 z m 384.07969,-165.71531 0,-82.44068 47.7288,0 47.7289,0 0,-52.06779 0,-52.0678 -47.7289,0 -47.7288,0 0,-52.0678 0,-52.06779 -52.0678,0 -52.06777,0 0,52.06779 0,52.0678 -47.72881,0 -47.72882,0 0,52.0678 0,52.06779 47.72882,0 47.72881,0 0,82.44068 0,82.44071 52.06777,0 52.0678,0 0,-82.44071 z"
id="path3011"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 745.97731,1441.954 c 0.0566,-1.1933 5.86793,-23.6475 12.91395,-49.8984 7.04603,-26.2508 12.8573,-58.3587 12.91395,-71.3508 0.0923,-21.1571 5.30962,-25.2319 50.00131,-39.0508 70.88763,-21.9189 331.57998,-22.2614 401.71008,-0.5277 l 48.083,14.9011 10.2233,59.6178 c 5.6228,32.7898 12.7152,66.1114 15.7607,74.048 5.0923,13.2704 -16.858,14.4302 -273.0859,14.4302 -153.24288,0 -278.57704,-0.9762 -278.52039,-2.1694 z"
id="path3013"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 312.2258,1738.8235 c 38.20273,-53.6508 46.22465,-55.5747 255.3318,-61.2369 105.26661,-2.8505 205.32681,-9.687 222.44151,-15.1983 38.63186,-12.4402 87.30745,-60.1409 107.84504,-105.6851 12.79407,-28.3722 19.88609,-34.4781 40.04642,-34.4781 22.91955,0 24.16429,1.8183 19.30725,28.2034 -15.61677,84.8357 -58.8612,136.7166 -153.91318,184.6515 l -59.74222,30.1282 -225.05209,0 -225.05209,0 18.78756,-26.3847 z"
id="path3015"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1243.8538,1735.08 c -95.5906,-48.2066 -135.0941,-94.0027 -150.0248,-173.9229 -7.1192,-38.1075 -6.7916,-38.9265 15.4708,-38.6739 18.4398,0.2092 28.1702,9.6524 51.4163,49.8983 53.8546,93.2383 92.6115,105.7918 327.1243,105.9575 183.711,0.1298 204.9961,5.2158 245.5197,58.6658 l 21.3826,28.2034 -225.5733,0 -225.5734,0 -59.7422,-30.1282 z"
id="path3017"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -1,83 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="wk.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="800"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M977 1750v95h94v-95h107v-95h-107v-153q-48 16 -94 0v153h-107v95h107zM1024 1436q-47 0 -136 -121q-31 36 -50 55q93 140 186 140q92 0 186 -140q-20 -19 -50 -55q-90 121 -136 121zM577 529l-26 -156l145 84zM987 735q-1 147 -36.5 274.5t-80.5 193.5 q-45 88 -131.5 153t-168.5 65q-103 0 -208 -93t-105 -229q0 -109 86.5 -236t202.5 -223q212 88 441 95zM1024 205h-576l61 365q-325 280 -326 535q-1 159 125 274.5t267 115.5q78 0 158.5 -47t142.5 -119q61 -74 98.5 -164.5t49.5 -150.5q12 60 49 150.5t99 164.5 q61 72 142 119t159 47q140 0 266 -115.5t126 -274.5q-2 -255 -326 -535l61 -365h-576zM1024 279h489l-50 298q-216 84 -439 84t-439 -84l-50 -298h489zM1471 529l26 -156l-145 84zM1061 735q229 -7 441 -95q115 96 202 223t87 236q0 136 -105.5 229t-207.5 93 q-83 0 -169.5 -65t-130.5 -153q-46 -66 -81.5 -193.5t-35.5 -274.5zM885 502l141 84l137 -86l-141 -84z"
id="path6" />
</g>
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 467.47323,1324.7375 C 332.74325,1185.3658 267.04538,1065.0955 265.74597,955.44407 c -1.04822,-88.45552 19.99312,-141.27511 83.19197,-208.83488 138.71652,-148.2884 296.80148,-148.95987 437.61257,-1.85877 62.50377,65.29581 107.30272,142.85245 142.49303,246.68618 27.82923,82.1139 51.47467,207.4872 51.53174,273.2326 0.0382,44.3756 -8.35911,50.5259 -69.38884,50.8197 -55.25238,0.266 -185.21977,26.9779 -277.69491,57.0741 l -91.11865,29.6546 -74.89965,-77.4801 0,0 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1012.2531,976.9809 c -8.8869,-44.43482 -58.19029,-154.84421 -89.41745,-200.2405 l -29.69189,-43.16442 32.0635,-39.12928 c 78.29714,-95.55133 119.28834,-95.55133 197.58544,0 l 32.0635,39.12928 -29.6919,43.16442 c -31.2271,45.39629 -80.5305,155.80568 -89.4174,200.2405 -6.6965,33.4826 -16.7973,33.4826 -23.4938,0 l 0,0 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 470.3763,1325.679 C 326.17576,1164.7986 277.71503,1078.815 270.83676,971.63694 c -5.0514,-78.71161 8.73779,-131.78768 47.39619,-182.43295 15.88713,-20.81326 28.88569,-41.7136 28.88569,-46.44518 0,-4.73159 4.36583,-8.60288 9.70184,-8.60288 5.33601,0 23.70697,-12.29667 40.82435,-27.32593 77.14612,-67.73518 174.22726,-86.48846 259.19185,-50.06839 155.9496,66.84781 266.02969,245.19955 309.82248,501.97439 23.7739,139.396 17.61893,156.8437 -55.32919,156.8437 -58.31962,0 -162.08793,20.9778 -264.79492,53.5311 -47.74343,15.1324 -91.74801,28.4672 -97.78795,29.6328 -6.03994,1.1657 -41.30681,-31.7134 -78.3708,-73.0646 l 0,0 z"
id="path2993"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1410.1082,1371.3149 c -88.6963,-28.9855 -218.809,-55.5637 -273.2946,-55.826 -62.5971,-0.3014 -69.4238,-5.8269 -69.4238,-56.1914 0,-67.3583 23.4492,-189.8778 52.0209,-271.80385 35.0343,-100.45667 80.949,-178.92461 142.0388,-242.74323 140.8111,-147.1011 298.896,-146.42963 437.6126,1.85877 63.3065,67.67492 84.2961,120.44342 83.0674,208.83488 -1.0173,73.18843 -26.1616,140.49333 -85.5622,229.02843 -41.9743,62.5617 -160.4813,195.5854 -185.3629,208.0693 -9.1713,4.6015 -45.226,-2.9688 -101.0962,-21.2269 z"
id="path2995"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 544.12562,1734.2915 c 7.75901,-50.4938 14.7909,-58.425 90.5362,-102.1148 l 70.88665,-40.8874 -46.87593,-28.476 c -72.08497,-43.7898 -77.93204,-49.5973 -71.92846,-71.4418 5.9995,-21.8297 81.41767,-49.3715 212.71574,-77.6812 102.10326,-22.0149 346.97708,-22.0149 449.08038,0 131.298,28.3097 206.7162,55.8515 212.7157,77.6812 6.0036,21.8445 0.1562,27.652 -71.9285,71.4418 l -46.8759,28.476 70.8867,40.8874 c 75.7452,43.6898 82.7772,51.621 90.5361,102.1148 l 5.0006,32.5424 -484.8749,0 -484.87492,0 5.00054,-32.5424 z m 550.11788,-138.7706 c 37.7604,-22.6289 67.4226,-44.8412 65.9161,-49.3607 -1.5065,-4.5195 -32.2339,-26.7081 -68.2832,-49.3082 l -65.5442,-41.091 -67.72574,40.6391 c -37.24916,22.3515 -68.87195,44.5056 -70.27288,49.2314 -2.02651,6.836 121.99362,91.0329 134.08942,91.0329 1.741,0 34.0602,-18.5146 71.8205,-41.1435 z"
id="path2997"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -1,63 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="wn.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="800"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M1004 956q31 -17 54 -42q21 15 36.5 13.5t33.5 1.5q78 11 128.5 85t52.5 165l-19 67q-55 -239 -188 -257q-21 -3 -45 -5.5t-53 -27.5zM746 1405l-46 60q6 39 115.5 107.5t220.5 143.5l115 154l96 -217q342 -172 432.5 -417.5t47.5 -603.5q-18 -128 4.5 -236.5 t57.5 -190.5h-1242q-9 178 39 301.5t183 237.5q78 16 115 71t55 85q-236 42 -292 -60l-56 -102l-217 121l115 82l-51 50l-122 -86l-12 297l396 263q12 -18 23 -31t23 -29l-366 -241l4 -125l64 41l138 -144l-78 -65l47 -28l38.5 45t108.5 73q54 18 165 27t191 -74 q-56 -63 -91 -132.5t-152 -102.5q-92 -79 -146 -176.5t-48 -223.5h1019q-35 133 -32 234.5t12.5 199t9 205t-40.5 252.5q-51 126 -134 234t-262 188l-59 133l-49 -69q-99 -62 -208 -131t-131 -120zM1038 1375l-212 2l116 100q30 25 80 -38.5t16 -63.5zM502 1180l37 -31 l-46 -55l-57 26l33 56z"
id="path6" />
</g>
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 627.94675,1706.3058 c 7.06477,-76.0141 30.65854,-139.6867 76.01495,-205.1418 55.61304,-80.2568 94.33498,-116.147 155.13953,-143.7941 71.30471,-32.4214 79.38595,-39.881 134.58287,-124.2309 62.2113,-95.069 76.3891,-108.4351 115.2641,-108.6652 42.3073,-0.2503 94.9112,-25.321 129.387,-61.665 56.14,-59.1822 85.6492,-169.9964 63.3011,-237.71158 l -10.9068,-33.04807 -23.6455,70.4737 c -34.1306,101.7234 -65.494,146.50215 -123.4163,176.20645 -17.7081,9.0812 -42.2403,16.5114 -54.516,16.5114 -12.2756,0 -36.5459,5.9442 -53.9338,13.2094 -28.5895,11.9454 -35.74753,11.8366 -74.80822,-1.1373 -46.5853,-15.4731 -144.07746,-12.3776 -222.56074,7.0666 -42.82118,10.609 -159.71938,84.4839 -168.05388,106.2032 -6.11517,15.9359 -24.21245,17.5831 -38.30872,3.4868 -7.57303,-7.573 -1.33934,-17.7211 25.53583,-41.5707 l 35.55458,-31.5519 -69.61056,-73.3512 -69.61057,-73.35119 -30.33446,14.46549 -30.33446,14.4655 -5.4281,-39.60228 c -2.98545,-21.78127 -5.42809,-45.01882 -5.42809,-51.63902 0,-6.62021 82.03122,-66.3334 182.29158,-132.69599 100.26037,-66.36259 193.00614,-133.62137 206.1017,-149.46394 36.25706,-43.86259 48.44826,-52.97765 190.70679,-142.58678 95.76842,-60.32485 137.51892,-91.89433 151.54642,-114.59143 l 19.3617,-31.32777 29.5568,66.0844 c 26.0196,58.1756 33.8226,68.00372 65.1997,82.12184 190.4367,85.68688 333.5154,273.36872 379.393,497.66455 19.5517,95.58832 19.8215,149.10612 2.6248,520.67792 -4.224,91.2702 -2.2995,132.2161 8.7113,185.335 7.7733,37.5004 14.1333,71.6699 14.1333,75.9322 0,4.4589 -214.2648,7.7498 -504.5682,7.7498 l -504.56814,0 5.62549,-60.5281 0,0 z M 527.79793,884.36193 c -27.18858,-28.94093 -55.87775,-25.88372 -76.63881,8.16688 -22.55949,37.00026 -22.12421,39.11271 10.94257,53.10436 26.93341,11.39641 29.47134,10.73671 56.36148,-14.65047 l 28.15808,-26.58428 -18.82332,-20.03649 0,0 z M 1051.3699,651.91165 c -4.6583,-26.6179 -52.53065,-82.08726 -75.90862,-87.95476 -24.65611,-6.18829 -41.7762,4.14044 -107.66467,64.9553 l -47.72881,44.05354 117.15254,-1.94728 c 111.40656,-1.85175 117.00526,-2.7889 114.14956,-19.1068 z"
id="path2989"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1,73 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="wp.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="800"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M520 279h1008q8 97 -132 182q-132 101 -196.5 239.5t-79.5 308.5h-192q-15 -170 -79.5 -308.5t-196.5 -239.5q-141 -85 -132 -182zM1024 205h-578v74q-4 80 41.5 137t125.5 108q117 91 171.5 217.5t78.5 267.5h-287l284 239q-86 74 -86 188q0 103 73 177t177 74 q103 0 176.5 -74t73.5 -177q0 -114 -86 -188l284 -239h-287q23 -141 78 -267.5t172 -217.5q79 -51 124.5 -108t42.5 -137v-74h-578zM756 1074h536l-225 191q134 31 134 171q0 76 -52.5 126.5t-124.5 50.5q-73 0 -125 -50.5t-52 -126.5q0 -140 134 -171z"
id="path6" />
</g>
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995000000010;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 873.45679,881.34746 c 56.54792,-47.91245 103.90171,-90.22523 105.23064,-94.02839 1.32893,-3.80316 -13.55992,-14.11909 -33.08635,-22.92429 -152.25192,-68.65605 -108.09303,-302.53668 60.90082,-322.55149 35.5357,-4.20869 51.1593,-1.04323 90.959,18.42896 129.2782,63.2499 132.257,246.70967 4.938,304.12253 -19.5264,8.8052 -34.4153,19.12113 -33.0863,22.92429 1.3289,3.80316 48.6827,46.11594 105.2306,94.02839 l 102.8144,87.11356 -253.3576,0 -253.35762,0 102.81441,-87.11356 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 781.01695,961.87051 c 0,-3.62478 7.02888,-10.98012 15.61972,-16.34519 21.19634,-13.23734 178.93156,-152.07042 182.42048,-160.5602 1.53229,-3.72858 -7.25415,-9.29915 -19.52542,-12.37904 -12.27126,-3.0799 -22.31139,-8.42167 -22.31139,-11.87061 0,-3.44894 -9.72369,-11.47476 -21.60819,-17.83515 -49.5788,-26.53377 -72.35222,-127.53 -44.03719,-195.29739 5.98347,-14.32044 11.4862,-28.96598 12.22831,-32.54564 2.21152,-10.66768 35.37231,-41.22034 44.7391,-41.22034 4.77288,0 8.67797,-3.23439 8.67797,-7.18754 0,-13.20088 81.94676,-26.78655 115.68076,-19.1783 50.7342,11.44242 116.7925,62.12995 126.209,96.84198 19.7356,72.75196 19.4317,102.63983 -1.4539,142.97469 -15.9546,30.81208 -66.0164,77.40317 -92.0462,85.66469 -10.5465,3.34735 -17.9843,8.9494 -16.5284,12.44899 3.4189,8.21767 161.7573,147.32615 182.2817,160.14386 8.5909,5.36507 15.6198,12.72041 15.6198,16.34519 0,3.62478 -109.3424,6.59051 -242.9831,6.59051 -133.64068,0 -242.98305,-2.96573 -242.98305,-6.59051 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 520.67797,1757.8772 c 0,-15.8511 26.23604,-72.3348 41.5513,-89.4559 8.17051,-9.1339 50.1071,-45.0242 93.19241,-79.7562 152.94141,-123.2894 233.58879,-266.5147 265.97904,-472.3641 l 10.97326,-69.7383 91.62602,0 91.626,0 10.9733,69.7383 c 31.0401,197.2692 113.6807,349.5296 248.1069,457.1225 115.0409,92.0772 133.8399,113.7264 147.2243,169.546 l 5.7222,23.8644 -503.4874,0 c -340.31829,0 -503.48733,-2.9027 -503.48733,-8.9567 z"
id="path2993"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -1,88 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="wq.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="800"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M1024 279h478q-53 130 -43 280q-100 39 -213 67.5t-222 28.5q-110 0 -223 -28.5t-212 -67.5q9 -150 -43 -280h478zM1024 729q111 0 223.5 -26.5t220.5 -67.5v0v0q17 105 60.5 212.5t105.5 212.5l-220 -155l-123 601l-267 -555l-267 555l-123 -601l-220 155 q61 -105 104.5 -212.5t61.5 -212.5v0v0q108 41 220.5 67.5t223.5 26.5zM1024 205h-583q114 231 57.5 456.5t-202.5 449.5q-12 -2 -19 -2q-54 0 -92.5 38.5t-38.5 92.5t38.5 92.5t92.5 38.5t92.5 -38.5t38.5 -92.5q0 -20 -6 -38q-4 -14 -15 -33l196 -139l100 486 q-64 31 -72 103q-5 44 29 91t88 53q54 5 96 -29t48 -88q7 -68 -46 -114l198 -412l198 412q-54 46 -46 114q6 54 48 88t96 29q54 -6 87.5 -53t29.5 -91q-9 -72 -72 -103l100 -486l196 139q-12 19 -15 33q-6 18 -6 38q0 54 38.5 92.5t92.5 38.5t92.5 -38.5t38.5 -92.5 t-38.5 -92.5t-92.5 -38.5q-7 0 -19 2q-147 -224 -203 -449.5t58 -456.5h-583zM276 1302q-62 0 -62 -62t62 -62q63 0 63 62t-63 62zM742 1696q-62 0 -62 -62t62 -62t62 62t-62 62zM590 529l119 -72l-134 -86q19 86 15 158zM1772 1302q-63 0 -63 -62t63 -62q62 0 62 62t-62 62 zM1306 1696q-62 0 -62 -62t62 -62t62 62t-62 62zM1458 529l-119 -72l134 -86q-20 86 -15 158zM885 482l139 83l139 -86l-139 -84z"
id="path6" />
</g>
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 576.77375,1374.1559 c -14.26701,-66.7404 -52.3275,-173.441 -91.81304,-257.393 -23.37009,-49.6882 -40.83444,-91.9988 -38.80967,-94.0235 2.02478,-2.0248 45.82973,26.1756 97.34434,62.6676 l 93.66294,66.3491 58.44658,-284.7323 c 32.14563,-156.60275 59.63246,-290.30352 61.08186,-297.11282 1.4494,-6.80931 60.9447,109.36696 132.21177,258.16949 71.26708,148.80252 132.06277,270.55003 135.10147,270.55003 3.0387,0 63.8344,-121.74751 135.1015,-270.55003 71.267,-148.80253 130.7623,-264.9788 132.2117,-258.16949 1.4494,6.8093 28.9362,140.51007 61.0819,297.11282 l 58.4466,284.7323 93.6629,-66.3491 c 51.5146,-36.492 95.5423,-64.4697 97.8394,-62.1726 2.2971,2.297 -11.9565,36.2633 -31.6746,75.4805 -38.4742,76.5213 -78.3166,184.4041 -95.3142,258.0851 -5.7805,25.0576 -13.0494,45.4903 -16.1529,45.406 -3.1036,-0.084 -41.6602,-11.521 -85.6812,-25.4149 -142.535,-44.987 -212.9873,-56.3442 -349.5211,-56.3442 -136.53379,0 -206.98613,11.3572 -349.52113,56.3442 -44.02101,13.8939 -82.65672,25.3306 -85.85716,25.4149 -3.20042,0.084 -8.53201,-12.5382 -11.84796,-28.0501 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 558.9256,1747.3085 c 3.05801,-10.739 7.77143,-29.5882 10.47428,-41.8871 3.57372,-16.2617 23.60291,-34.0159 73.42429,-65.0847 37.68052,-23.4977 68.56831,-45.2039 68.63954,-48.236 0.0712,-3.032 -27.20608,-22.0292 -60.61625,-42.216 -33.41017,-20.1867 -60.74577,-41.3391 -60.74577,-47.0052 0,-12.7684 141.32044,-59.8118 251.35762,-83.6731 110.96384,-24.0623 254.11749,-24.0623 365.08139,0 110.0372,23.8613 251.3576,70.9047 251.3576,83.6731 0,5.6661 -27.3356,26.8185 -60.7458,47.0052 -33.4101,20.1868 -60.6595,39.184 -60.554,42.216 0.1054,3.0321 29.4291,23.9012 65.1637,46.3759 62.8415,39.5231 73.8042,52.9529 87.3805,107.0451 l 5.349,21.3122 -470.5631,0 -470.56302,0 5.56002,-19.5254 z m 538.5293,-132.9889 c 35.9659,-21.8354 65.3727,-42.3371 65.3485,-45.5593 -0.054,-7.1432 -127.7143,-88.2993 -138.897,-88.2993 -14.7283,0 -139.62559,79.8268 -137.00564,87.5658 3.40174,10.0482 120.99584,84.6546 134.62194,85.4096 5.7968,0.3212 39.9663,-17.2814 75.9322,-39.1168 l 0,0 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1738.195,857.43908 c -27.9239,-17.75025 -27.8529,-81.32848 0.1106,-99.10924 35.3356,-22.46834 92.7452,8.22729 92.7452,49.5888 0,41.43078 -57.4137,72.04978 -92.8558,49.52044 z"
id="path2993"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 1284.339,467.97506 c -34.2763,-12.72523 -46.6934,-67.71654 -21.0751,-93.33487 17.5761,-17.57609 67.9639,-17.57609 85.54,0 16.3618,16.36184 17.8172,55.67505 2.7893,75.34825 -12.1478,15.90293 -47.4418,25.34204 -67.2542,17.98662 z"
id="path2995"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 720.27119,467.97506 c -34.27633,-12.72523 -46.69339,-67.71654 -21.07506,-93.33487 17.57609,-17.57609 67.96385,-17.57609 85.53994,0 16.36185,16.36184 17.8172,55.67505 2.78935,75.34825 -12.14782,15.90293 -47.44187,25.34204 -67.25423,17.98662 z"
id="path2997"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 234.30508,846.96949 c -22.18939,-22.18939 -22.18939,-55.9123 0,-78.10169 17.44138,-17.44137 56.09909,-22.80205 75.49992,-10.46959 27.92388,17.75025 27.85292,81.32849 -0.11061,99.10924 -19.29871,12.27118 -57.98821,6.86314 -75.38931,-10.53796 z"
id="path2999"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -1,73 +0,0 @@
<?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"
viewBox="0 0 2048 2048"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
width="100%"
height="100%"
sodipodi:docname="wr.svg">
<metadata
id="metadata12">
<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="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="800"
id="namedview8"
showgrid="false"
inkscape:zoom="0.11523438"
inkscape:cx="1024"
inkscape:cy="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
transform="matrix(1 0 0 -1 0 2048)"
id="g4">
<path
fill="#101010"
d="M1024 547h-381l5 74h376h376l5 -74h-381zM1024 1208h-332l5 74h327h327l5 -74h-332zM1024 205h-641l29 264l159 118l50 659l-149 107l-17 341h289v-147h137v147h143h143v-147h137v147h289l-17 -341l-149 -107l50 -659l159 -118l29 -264h-641zM1024 279h557l-15 149 l-161 119l-54 735l152 109l13 230h-138v-148h-285v148h-69h-69v-148h-285v148h-138l13 -230l152 -109l-54 -735l-161 -119l-15 -149h557z"
id="path6" />
</g>
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 655.83219,1378.4949 c 5.02264,-49.6842 38.4051,-500.56736 38.4051,-518.72181 0,-11.06153 44.86783,-12.8036 329.76271,-12.8036 284.8949,0 329.7627,1.74207 329.7627,12.8036 0,18.15445 33.3825,469.03761 38.4051,518.72181 l 4.167,41.2204 -372.3348,0 -372.33482,0 4.16701,-41.2204 z"
id="path2989"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 624.78434,707.64711 -73.73349,-52.54273 -5.64719,-71.11829 c -3.10595,-39.11507 -6.03477,-89.66745 -6.50847,-112.33863 l -0.86129,-41.22034 65.08474,0 65.08475,0 0,73.76271 0,73.76271 147.52542,0 147.52543,0 0,-73.76271 0,-73.76271 60.74576,0 60.7458,0 0,73.76271 0,73.76271 147.5254,0 147.5254,0 0,-73.76271 0,-73.76271 65.0848,0 65.0847,0 -0.8609,41.22034 c -0.4738,22.67118 -3.4025,73.22356 -6.5084,112.33863 l -5.6476,71.11829 -73.7335,52.54273 -73.7335,52.54272 -325.4822,0 -325.48217,0 -73.73349,-52.54272 z"
id="path2991"
inkscape:connector-curvature="0" />
<path
style="fill:#f9f9f9;fill-opacity:1;stroke:#101010;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 471.66675,1751.6475 c 2.32439,-8.3526 6.75144,-41.0601 9.83789,-72.6835 l 5.61173,-57.497 79.33462,-57.486 79.33463,-57.4861 378.21438,0 378.2144,0 79.3346,57.4861 79.3346,57.486 5.6117,57.497 c 3.0865,31.6234 7.5136,64.3309 9.838,72.6835 3.9931,14.3493 -26.4521,15.1864 -552.3333,15.1864 -525.88123,0 -556.32646,-0.8371 -552.33325,-15.1864 z"
id="path2993"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-rule:evenodd; fill-opacity:1; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#000000; stroke:#000000; stroke-linecap:butt;">
<path
d="M 9,36 C 12.39,35.03 19.11,36.43 22.5,34 C 25.89,36.43 32.61,35.03 36,36 C 36,36 37.65,36.54 39,38 C 38.32,38.97 37.35,38.99 36,38.5 C 32.61,37.53 25.89,38.96 22.5,37.5 C 19.11,38.96 12.39,37.53 9,38.5 C 7.646,38.99 6.677,38.97 6,38 C 7.354,36.06 9,36 9,36 z" />
<path
d="M 15,32 C 17.5,34.5 27.5,34.5 30,32 C 30.5,30.5 30,30 30,30 C 30,27.5 27.5,26 27.5,26 C 33,24.5 33.5,14.5 22.5,10.5 C 11.5,14.5 12,24.5 17.5,26 C 17.5,26 15,27.5 15,30 C 15,30 14.5,30.5 15,32 z" />
<path
d="M 25 8 A 2.5 2.5 0 1 1 20,8 A 2.5 2.5 0 1 1 25 8 z" />
</g>
<path
d="M 17.5,26 L 27.5,26 M 15,30 L 30,30 M 22.5,15.5 L 22.5,20.5 M 20,18 L 25,18"
style="fill:none; stroke:#ececec; stroke-linejoin:miter;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,89 +0,0 @@
<?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"
version="1.1"
width="34.763126"
height="35.141476"
id="svg3079"
inkscape:version="0.48.4 r9939"
sodipodi:docname="bK.svg">
<metadata
id="metadata3098">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3096" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2880"
inkscape:window-height="1800"
id="namedview3094"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.2444444"
inkscape:cx="17.417635"
inkscape:cy="17.875"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg3079" />
<g
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="g3081"
transform="translate(-5.0823652,-5.2335229)">
<path
d="M 22.5,11.63 22.5,6"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
id="path6570"
inkscape:connector-curvature="0" />
<path
d="m 22.5,25 c 0,0 4.5,-7.5 3,-10.5 0,0 -1,-2.5 -3,-2.5 -2,0 -3,2.5 -3,2.5 -1.5,3 3,10.5 3,10.5"
style="fill:#000000;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:miter"
id="path3084"
inkscape:connector-curvature="0" />
<path
d="m 11.5,37 c 5.5,3.5 15.5,3.5 21,0 l 0,-7 c 0,0 9,-4.5 6,-10.5 -4,-6.5 -13.5,-3.5 -16,4 l 0,3.5 0,-3.5 C 19,16 9.5,13 6.5,19.5 c -3,6 5,10 5,10 l 0,7.5 z"
style="fill:#000000;stroke:#000000"
id="path3086"
inkscape:connector-curvature="0" />
<path
d="m 20,8 5,0"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
id="path3088"
inkscape:connector-curvature="0" />
<path
d="m 32,29.5 c 0,0 8.5,-4 6.03,-9.65 C 34.15,14 25,18 22.5,24.5 l 0.01,2.1 -0.01,-2.1 C 20,18 9.906,14 6.997,19.85 c -2.497,5.65 4.853,9 4.853,9"
style="fill:none;stroke:#ffffff"
id="path3090"
inkscape:connector-curvature="0" />
<path
d="m 11.5,30 c 5.5,-3 15.5,-3 21,0 m -21,3.5 c 5.5,-3 15.5,-3 21,0 m -21,3.5 c 5.5,-3 15.5,-3 21,0"
style="fill:none;stroke:#ffffff"
id="path3092"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 22.5,11.63 L 22.5,6"
style="fill:none; stroke:#000000; stroke-linejoin:miter;"
id="path6570" />
<path
d="M 22.5,25 C 22.5,25 27,17.5 25.5,14.5 C 25.5,14.5 24.5,12 22.5,12 C 20.5,12 19.5,14.5 19.5,14.5 C 18,17.5 22.5,25 22.5,25"
style="fill:#000000;fill-opacity:1; stroke-linecap:butt; stroke-linejoin:miter;" />
<path
d="M 11.5,37 C 17,40.5 27,40.5 32.5,37 L 32.5,30 C 32.5,30 41.5,25.5 38.5,19.5 C 34.5,13 25,16 22.5,23.5 L 22.5,27 L 22.5,23.5 C 19,16 9.5,13 6.5,19.5 C 3.5,25.5 11.5,29.5 11.5,29.5 L 11.5,37 z "
style="fill:#000000; stroke:#000000;" />
<path
d="M 20,8 L 25,8"
style="fill:none; stroke:#000000; stroke-linejoin:miter;" />
<path
d="M 32,29.5 C 32,29.5 40.5,25.5 38.03,19.85 C 34.15,14 25,18 22.5,24.5 L 22.51,26.6 L 22.5,24.5 C 20,18 9.906,14 6.997,19.85 C 4.5,25.5 11.85,28.85 11.85,28.85"
style="fill:none; stroke:#ececec;" />
<path
d="M 11.5,30 C 17,27 27,27 32.5,30 M 11.5,33.5 C 17,30.5 27,30.5 32.5,33.5 M 11.5,37 C 17,34 27,34 32.5,37"
style="fill:none; stroke:#ececec;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 22,10 C 32.5,11 38.5,18 38,39 L 15,39 C 15,30 25,32.5 23,18"
style="fill:#000000; stroke:#000000;" />
<path
d="M 24,18 C 24.38,20.91 18.45,25.37 16,27 C 13,29 13.18,31.34 11,31 C 9.958,30.06 12.41,27.96 11,28 C 10,28 11.19,29.23 10,30 C 9,30 5.997,31 6,26 C 6,24 12,14 12,14 C 12,14 13.89,12.1 14,10.5 C 13.27,9.506 13.5,8.5 13.5,7.5 C 14.5,6.5 16.5,10 16.5,10 L 18.5,10 C 18.5,10 19.28,8.008 21,7 C 22,7 22,10 22,10"
style="fill:#000000; stroke:#000000;" />
<path
d="M 9.5 25.5 A 0.5 0.5 0 1 1 8.5,25.5 A 0.5 0.5 0 1 1 9.5 25.5 z"
style="fill:#ececec; stroke:#ececec;" />
<path
d="M 15 15.5 A 0.5 1.5 0 1 1 14,15.5 A 0.5 1.5 0 1 1 15 15.5 z"
transform="matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)"
style="fill:#ececec; stroke:#ececec;" />
<path
d="M 24.55,10.4 L 24.1,11.85 L 24.6,12 C 27.75,13 30.25,14.49 32.5,18.75 C 34.75,23.01 35.75,29.06 35.25,39 L 35.2,39.5 L 37.45,39.5 L 37.5,39 C 38,28.94 36.62,22.15 34.25,17.66 C 31.88,13.17 28.46,11.02 25.06,10.5 L 24.55,10.4 z "
style="fill:#ececec; stroke:none;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,54 +0,0 @@
<?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"
version="1.1"
width="45"
height="45"
id="svg4"
sodipodi:docname="bP.svg"
inkscape:version="0.92.1 r">
<metadata
id="metadata10">
<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="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1143"
inkscape:window-height="1037"
id="namedview6"
showgrid="false"
inkscape:zoom="5.2444444"
inkscape:cx="-11.345339"
inkscape:cy="22.5"
inkscape:window-x="773"
inkscape:window-y="20"
inkscape:window-maximized="0"
inkscape:current-layer="svg4" />
<path
d="m 22.5,9 c -2.21,0 -4,1.79 -4,4 0,0.89 0.29,1.71 0.78,2.38 C 17.33,16.5 16,18.59 16,21 c 0,2.03 0.94,3.84 2.41,5.03 C 15.41,27.09 11,31.58 11,39.5 H 34 C 34,31.58 29.59,27.09 26.59,26.03 28.06,24.84 29,23.03 29,21 29,18.59 27.67,16.5 25.72,15.38 26.21,14.71 26.5,13.89 26.5,13 c 0,-2.21 -1.79,-4 -4,-4 z"
style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#000000; stroke:none;">
<circle cx="6" cy="12" r="2.75" />
<circle cx="14" cy="9" r="2.75" />
<circle cx="22.5" cy="8" r="2.75" />
<circle cx="31" cy="9" r="2.75" />
<circle cx="39" cy="12" r="2.75" />
</g>
<path
d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z"
style="stroke-linecap:butt; stroke:#000000;" />
<path
d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z"
style="stroke-linecap:butt;" />
<path
d="M 11,38.5 A 35,35 1 0 0 34,38.5"
style="fill:none; stroke:#000000; stroke-linecap:butt;" />
<path
d="M 11,29 A 35,35 1 0 1 34,29"
style="fill:none; stroke:#ececec;" />
<path
d="M 12.5,31.5 L 32.5,31.5"
style="fill:none; stroke:#ececec;" />
<path
d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5"
style="fill:none; stroke:#ececec;" />
<path
d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5"
style="fill:none; stroke:#ececec;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 9,39 L 36,39 L 36,36 L 9,36 L 9,39 z "
style="stroke-linecap:butt;" />
<path
d="M 12.5,32 L 14,29.5 L 31,29.5 L 32.5,32 L 12.5,32 z "
style="stroke-linecap:butt;" />
<path
d="M 12,36 L 12,32 L 33,32 L 33,36 L 12,36 z "
style="stroke-linecap:butt;" />
<path
d="M 14,29.5 L 14,16.5 L 31,16.5 L 31,29.5 L 14,29.5 z "
style="stroke-linecap:butt;stroke-linejoin:miter;" />
<path
d="M 14,16.5 L 11,14 L 34,14 L 31,16.5 L 14,16.5 z "
style="stroke-linecap:butt;" />
<path
d="M 11,14 L 11,9 L 15,9 L 15,11 L 20,11 L 20,9 L 25,9 L 25,11 L 30,11 L 30,9 L 34,9 L 34,14 L 11,14 z "
style="stroke-linecap:butt;" />
<path
d="M 12,35.5 L 33,35.5 L 33,35.5"
style="fill:none; stroke:#ececec; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 13,31.5 L 32,31.5"
style="fill:none; stroke:#ececec; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 14,29.5 L 31,29.5"
style="fill:none; stroke:#ececec; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 14,16.5 L 31,16.5"
style="fill:none; stroke:#ececec; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 11,14 L 34,14"
style="fill:none; stroke:#ececec; stroke-width:1; stroke-linejoin:miter;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-rule:evenodd; fill-opacity:1; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#ffffff; stroke:#000000; stroke-linecap:butt;">
<path
d="M 9,36 C 12.39,35.03 19.11,36.43 22.5,34 C 25.89,36.43 32.61,35.03 36,36 C 36,36 37.65,36.54 39,38 C 38.32,38.97 37.35,38.99 36,38.5 C 32.61,37.53 25.89,38.96 22.5,37.5 C 19.11,38.96 12.39,37.53 9,38.5 C 7.646,38.99 6.677,38.97 6,38 C 7.354,36.06 9,36 9,36 z" />
<path
d="M 15,32 C 17.5,34.5 27.5,34.5 30,32 C 30.5,30.5 30,30 30,30 C 30,27.5 27.5,26 27.5,26 C 33,24.5 33.5,14.5 22.5,10.5 C 11.5,14.5 12,24.5 17.5,26 C 17.5,26 15,27.5 15,30 C 15,30 14.5,30.5 15,32 z" />
<path
d="M 25 8 A 2.5 2.5 0 1 1 20,8 A 2.5 2.5 0 1 1 25 8 z" />
</g>
<path
d="M 17.5,26 L 27.5,26 M 15,30 L 30,30 M 22.5,15.5 L 22.5,20.5 M 20,18 L 25,18"
style="fill:none; stroke:#000000; stroke-linejoin:miter;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,94 +0,0 @@
<?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"
version="1.1"
width="34.763126"
height="35.141476"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="wK.svg">
<metadata
id="metadata24">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs22" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2880"
inkscape:window-height="1800"
id="namedview20"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.2444444"
inkscape:cx="17.798991"
inkscape:cy="17.875"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<g
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="g4"
transform="translate(-5.0823652,-5.2335229)">
<path
d="M 22.5,11.63 22.5,6"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
id="path6"
inkscape:connector-curvature="0" />
<path
d="m 20,8 5,0"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
id="path8"
inkscape:connector-curvature="0" />
<path
d="m 22.5,25 c 0,0 4.5,-7.5 3,-10.5 0,0 -1,-2.5 -3,-2.5 -2,0 -3,2.5 -3,2.5 -1.5,3 3,10.5 3,10.5"
style="fill:#ffffff;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter"
id="path10"
inkscape:connector-curvature="0" />
<path
d="m 11.5,37 c 5.5,3.5 15.5,3.5 21,0 l 0,-7 c 0,0 9,-4.5 6,-10.5 -4,-6.5 -13.5,-3.5 -16,4 l 0,3.5 0,-3.5 C 19,16 9.5,13 6.5,19.5 c -3,6 5,10 5,10 l 0,7.5 z"
style="fill:#ffffff;stroke:#000000"
id="path12"
inkscape:connector-curvature="0" />
<path
d="M 11.5,30 C 17,27 27,27 32.5,30"
style="fill:none;stroke:#000000"
id="path14"
inkscape:connector-curvature="0" />
<path
d="m 11.5,33.5 c 5.5,-3 15.5,-3 21,0"
style="fill:none;stroke:#000000"
id="path16"
inkscape:connector-curvature="0" />
<path
d="M 11.5,37 C 17,34 27,34 32.5,37"
style="fill:none;stroke:#000000"
id="path18"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 22.5,11.63 L 22.5,6"
style="fill:none; stroke:#000000; stroke-linejoin:miter;" />
<path
d="M 20,8 L 25,8"
style="fill:none; stroke:#000000; stroke-linejoin:miter;" />
<path
d="M 22.5,25 C 22.5,25 27,17.5 25.5,14.5 C 25.5,14.5 24.5,12 22.5,12 C 20.5,12 19.5,14.5 19.5,14.5 C 18,17.5 22.5,25 22.5,25"
style="fill:#ffffff; stroke:#000000; stroke-linecap:butt; stroke-linejoin:miter;" />
<path
d="M 11.5,37 C 17,40.5 27,40.5 32.5,37 L 32.5,30 C 32.5,30 41.5,25.5 38.5,19.5 C 34.5,13 25,16 22.5,23.5 L 22.5,27 L 22.5,23.5 C 19,16 9.5,13 6.5,19.5 C 3.5,25.5 11.5,29.5 11.5,29.5 L 11.5,37 z "
style="fill:#ffffff; stroke:#000000;" />
<path
d="M 11.5,30 C 17,27 27,27 32.5,30"
style="fill:none; stroke:#000000;" />
<path
d="M 11.5,33.5 C 17,30.5 27,30.5 32.5,33.5"
style="fill:none; stroke:#000000;" />
<path
d="M 11.5,37 C 17,34 27,34 32.5,37"
style="fill:none; stroke:#000000;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 22,10 C 32.5,11 38.5,18 38,39 L 15,39 C 15,30 25,32.5 23,18"
style="fill:#ffffff; stroke:#000000;" />
<path
d="M 24,18 C 24.38,20.91 18.45,25.37 16,27 C 13,29 13.18,31.34 11,31 C 9.958,30.06 12.41,27.96 11,28 C 10,28 11.19,29.23 10,30 C 9,30 5.997,31 6,26 C 6,24 12,14 12,14 C 12,14 13.89,12.1 14,10.5 C 13.27,9.506 13.5,8.5 13.5,7.5 C 14.5,6.5 16.5,10 16.5,10 L 18.5,10 C 18.5,10 19.28,8.008 21,7 C 22,7 22,10 22,10"
style="fill:#ffffff; stroke:#000000;" />
<path
d="M 9.5 25.5 A 0.5 0.5 0 1 1 8.5,25.5 A 0.5 0.5 0 1 1 9.5 25.5 z"
style="fill:#000000; stroke:#000000;" />
<path
d="M 15 15.5 A 0.5 1.5 0 1 1 14,15.5 A 0.5 1.5 0 1 1 15 15.5 z"
transform="matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)"
style="fill:#000000; stroke:#000000;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,55 +0,0 @@
<?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"
version="1.1"
width="45"
height="45"
id="svg4"
sodipodi:docname="wP.svg"
inkscape:version="0.92.1 r">
<metadata
id="metadata10">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1134"
inkscape:window-height="1037"
id="namedview6"
showgrid="false"
inkscape:zoom="5.2444444"
inkscape:cx="4.3189007"
inkscape:cy="22.5"
inkscape:window-x="782"
inkscape:window-y="20"
inkscape:window-maximized="0"
inkscape:current-layer="svg4" />
<path
d="m 22.5,9 c -2.21,0 -4,1.79 -4,4 0,0.89 0.29,1.71 0.78,2.38 C 17.33,16.5 16,18.59 16,21 c 0,2.03 0.94,3.84 2.41,5.03 C 15.41,27.09 11,31.58 11,39.5 H 34 C 34,31.58 29.59,27.09 26.59,26.03 28.06,24.84 29,23.03 29,21 29,18.59 27.67,16.5 25.72,15.38 26.21,14.71 26.5,13.89 26.5,13 c 0,-2.21 -1.79,-4 -4,-4 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#ffffff; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z"
transform="translate(-1,-1)" />
<path
d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z"
transform="translate(15.5,-5.5)" />
<path
d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z"
transform="translate(32,-1)" />
<path
d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z"
transform="translate(7,-4.5)" />
<path
d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z"
transform="translate(24,-4)" />
<path
d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38,14 L 31,25 L 31,11 L 25.5,24.5 L 22.5,9.5 L 19.5,24.5 L 14,10.5 L 14,25 L 7,14 L 9,26 z "
style="stroke-linecap:butt;" />
<path
d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z "
style="stroke-linecap:butt;" />
<path
d="M 11.5,30 C 15,29 30,29 33.5,30"
style="fill:none;" />
<path
d="M 12,33.5 C 18,32.5 27,32.5 33,33.5"
style="fill:none;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#ffffff; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 9,39 L 36,39 L 36,36 L 9,36 L 9,39 z "
style="stroke-linecap:butt;" />
<path
d="M 12,36 L 12,32 L 33,32 L 33,36 L 12,36 z "
style="stroke-linecap:butt;" />
<path
d="M 11,14 L 11,9 L 15,9 L 15,11 L 20,11 L 20,9 L 25,9 L 25,11 L 30,11 L 30,9 L 34,9 L 34,14"
style="stroke-linecap:butt;" />
<path
d="M 34,14 L 31,17 L 14,17 L 11,14" />
<path
d="M 31,17 L 31,29.5 L 14,29.5 L 14,17"
style="stroke-linecap:butt; stroke-linejoin:miter;" />
<path
d="M 31,29.5 L 32.5,32 L 12.5,32 L 14,29.5" />
<path
d="M 11,14 L 34,14"
style="fill:none; stroke:#000000; stroke-linejoin:miter;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,161 +0,0 @@
<?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"
version="1.1"
width="34.679718"
height="35.141476"
id="svg3103"
inkscape:version="0.48.4 r9939"
sodipodi:docname="wbK.svg">
<metadata
id="metadata3125">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3123">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3139">
<rect
style="opacity:0.1"
id="rect3141"
width="19.358171"
height="38.631809"
x="3.0501842"
y="2.6169381"
ry="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath3234">
<rect
style="opacity:0.1"
id="rect3236"
width="18.646702"
height="37.849575"
x="22.492069"
y="3.8135593" />
</clipPath>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2880"
inkscape:window-height="1800"
id="namedview3121"
showgrid="false"
inkscape:zoom="22.627417"
inkscape:cx="35.214665"
inkscape:cy="13.13276"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg3103"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<g
id="g3127"
clip-path="url(#clipPath3139)"
transform="translate(-5.0823652,-5.2335228)">
<g
id="g3105"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
<path
id="path3107"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
d="M 22.5,11.63 22.5,6"
inkscape:connector-curvature="0" />
<path
id="path3109"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
d="m 20,8 5,0"
inkscape:connector-curvature="0" />
<path
id="path3111"
style="fill:#ffffff;stroke:#000000;stroke-linecap:butt;stroke-linejoin:miter"
d="m 22.5,25 c 0,0 4.5,-7.5 3,-10.5 0,0 -1,-2.5 -3,-2.5 -2,0 -3,2.5 -3,2.5 -1.5,3 3,10.5 3,10.5"
inkscape:connector-curvature="0" />
<path
id="path3113"
style="fill:#ffffff;stroke:#000000"
d="m 11.5,37 c 5.5,3.5 15.5,3.5 21,0 l 0,-7 c 0,0 9,-4.5 6,-10.5 -4,-6.5 -13.5,-3.5 -16,4 l 0,3.5 0,-3.5 C 19,16 9.5,13 6.5,19.5 c -3,6 5,10 5,10 l 0,7.5 z"
inkscape:connector-curvature="0" />
<path
id="path3115"
style="fill:none;stroke:#000000"
d="M 11.5,30 C 17,27 27,27 32.5,30"
inkscape:connector-curvature="0" />
<path
id="path3117"
style="fill:none;stroke:#000000"
d="m 11.5,33.5 c 5.5,-3 15.5,-3 21,0"
inkscape:connector-curvature="0" />
<path
id="path3119"
style="fill:none;stroke:#000000"
d="M 11.5,37 C 17,34 27,34 32.5,37"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(-5.1657722,-5.2335229)"
id="g3223"
clip-path="url(#clipPath3234)">
<g
id="g3204"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
<path
inkscape:connector-curvature="0"
id="path6570"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
d="M 22.5,11.63 22.5,6" />
<path
inkscape:connector-curvature="0"
id="path3207"
style="fill:#000000;fill-opacity:1;stroke-linecap:butt;stroke-linejoin:miter"
d="m 22.5,25 c 0,0 4.5,-7.5 3,-10.5 0,0 -1,-2.5 -3,-2.5 -2,0 -3,2.5 -3,2.5 -1.5,3 3,10.5 3,10.5" />
<path
inkscape:connector-curvature="0"
id="path3209"
style="fill:#000000;stroke:#000000"
d="m 11.5,37 c 5.5,3.5 15.5,3.5 21,0 l 0,-7 c 0,0 9,-4.5 6,-10.5 -4,-6.5 -13.5,-3.5 -16,4 l 0,3.5 0,-3.5 C 19,16 9.5,13 6.5,19.5 c -3,6 5,10 5,10 l 0,7.5 z" />
<path
inkscape:connector-curvature="0"
id="path3211"
style="fill:none;stroke:#000000;stroke-linejoin:miter"
d="m 20,8 5,0" />
<path
inkscape:connector-curvature="0"
id="path3213"
style="fill:none;stroke:#ffffff"
d="m 32,29.5 c 0,0 8.5,-4 6.03,-9.65 C 34.15,14 25,18 22.5,24.5 l 0.01,2.1 -0.01,-2.1 C 20,18 9.906,14 6.997,19.85 c -2.497,5.65 4.853,9 4.853,9" />
<path
inkscape:connector-curvature="0"
id="path3215"
style="fill:none;stroke:#ffffff"
d="m 11.5,30 c 5.5,-3 15.5,-3 21,0 m -21,3.5 c 5.5,-3 15.5,-3 21,0 m -21,3.5 c 5.5,-3 15.5,-3 21,0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -1,110 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="bb.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3358"
transform="translate(2.0005548,-2.4156092)">
<g
id="text3135"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3339"
d="m 25.983445,53.887609 q -2.752,-0.064 -4.544,-0.064 -1.792,-0.064 -1.92,-0.256 -0.832,-0.768 -0.896,-1.856 -0.064,-1.088 0.768,-1.792 0.064,-0.128 1.088,-1.536 1.024,-1.472 2.432,-3.584 -2.432,-3.072 -4.608,-6.016 -2.176,-3.008 -2.624,-3.52 -1.408,-1.216 -1.408,-3.008 0,-1.856 1.408,-3.264 0.384,-0.384 2.304,-2.944 1.984,-2.56 4.224,-5.568 2.304,-3.008 4.224,-5.568 1.984,-2.624 2.24,-2.88 0.256,-0.256 0.384,-0.448 -0.704,-0.768 -1.472,-1.472 -0.704,-0.7039996 -0.832,-0.9599996 -2.048,-1.792 0,-3.584 0.192,-0.32 1.728,-1.792 1.6,-1.472 1.856,-1.856 1.728,-1.66400003 3.328,0 0.384,0.384 1.856,1.856 1.472,1.472 1.856,1.792 1.792,1.792 0,3.584 -0.256,0.256 -1.024,0.9599996 -0.768,0.704 -1.408,1.472 0.064,0 0.32,0.192 0.448,0.512 2.368,3.136 1.92,2.56 4.096,5.568 2.24,3.008 4.096,5.568 1.92,2.56 2.304,2.944 1.344,1.408 1.344,3.264 0,1.792 -1.344,3.008 -0.448,0.512 -2.56,3.392 -2.048,2.816 -4.352,5.888 1.6,2.112 2.688,3.712 1.152,1.536 1.344,1.664 1.728,1.792 -0.192,3.648 -0.128,0.192 -2.112,0.256 -1.92,0 -4.8,0.064 -0.192,1.408 -0.128,1.408 0.32,0.32 2.176,0.32 1.856,-0.064 4.096,-0.128 2.24,-0.064 4.288,-0.064 2.112,-0.064 2.944,0.192 2.112,0.704 2.944,3.264 0.832,2.496 1.408,4.864 l -17.088,0 q -1.344,0 -2.56,-0.064 -1.152,-0.128 -2.368,-0.704 -1.152,-0.576 -1.472,-0.832 -0.32,-0.32 -0.384,-0.704 0,0.384 -0.256,0.704 -0.256,0.256 -1.408,0.832 -1.344,0.576 -2.56,0.704 -1.216,0.064 -2.368,0.064 l -17.2799997,0 q 0.704,-2.368 1.664,-4.864 1.0239997,-2.56 3.1359997,-3.264 0.768,-0.256 2.752,-0.192 2.048,0 4.16,0.064 2.176,0.064 3.904,0.128 1.792,0 2.112,-0.32 0.32,-0.192 0.192,-0.384 -0.064,-0.256 -0.064,-1.024 z m 7.552,-20.416 3.52,0 0,-2.944 -3.52,0 0,-4.288 -2.944,0 0,4.288 -3.52,0 0,2.944 3.52,0 0,11.072 2.944,0 0,-11.072 z m -1.536,-29.4399996 q -0.256,0.384 -1.6,1.728 -1.28,1.344 -1.472,1.536 0.192,0.384 1.472,1.728 1.344,1.2799996 1.6,1.4719996 0.192,-0.192 1.536,-1.4719996 1.344,-1.344 1.728,-1.728 -0.384,-0.192 -1.728,-1.536 -1.344,-1.344 -1.536,-1.728 z m -2.944,49.7279996 5.888,0 0.576,-2.496 -7.04,0 0.576,2.496 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3139"
d="m 28.885772,52.858856 c -0.4058,-1.758022 -0.670873,-1.622492 3.173319,-1.622492 l 3.386364,0 -0.116201,0.581003 c -0.06391,0.319552 -0.200019,0.89228 -0.302463,1.272728 l -0.186262,0.691723 -2.870856,0 -2.870855,0 -0.213046,-0.922962 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3141"
d="m 30.672727,38.963636 0,-5.545454 -1.727272,0 -1.727273,0 0,-1.454546 0,-1.454545 1.727273,0 1.727272,0 0,-2.090909 0,-2.090909 1.363637,0 1.363636,0 0,2.090909 0,2.090909 1.818182,0 1.818182,0 0,1.447961 0,1.447962 -1.772728,0.05204 -1.772727,0.05204 -0.04812,5.5 -0.04812,5.5 -1.36097,0 -1.360971,0 0,-5.545455 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3143"
d="M 30.415854,8.877498 28.99819,7.420714 29.91016,6.3739933 C 30.411743,5.7982969 31.095332,5.079411 31.429247,4.776469 l 0.607117,-0.5508038 1.571579,1.6001455 1.571579,1.6001455 -1.540486,1.4052036 c -0.847267,0.7728622 -1.600118,1.4272352 -1.673002,1.4541632 -0.07288,0.02693 -0.770465,-0.6065937 -1.55018,-1.407825 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<g
id="g3351">
<g
id="g3341"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3343"
d="m 25.983445,53.887609 q -2.752,-0.064 -4.544,-0.064 -1.792,-0.064 -1.92,-0.256 -0.832,-0.768 -0.896,-1.856 -0.064,-1.088 0.768,-1.792 0.064,-0.128 1.088,-1.536 1.024,-1.472 2.432,-3.584 -2.432,-3.072 -4.608,-6.016 -2.176,-3.008 -2.624,-3.52 -1.408,-1.216 -1.408,-3.008 0,-1.856 1.408,-3.264 0.384,-0.384 2.304,-2.944 1.984,-2.56 4.224,-5.568 2.304,-3.008 4.224,-5.568 1.984,-2.624 2.24,-2.88 0.256,-0.256 0.384,-0.448 -0.704,-0.768 -1.472,-1.472 -0.704,-0.7039996 -0.832,-0.9599996 -2.048,-1.792 0,-3.584 0.192,-0.32 1.728,-1.792 1.6,-1.472 1.856,-1.856 1.728,-1.66400003 3.328,0 0.384,0.384 1.856,1.856 1.472,1.472 1.856,1.792 1.792,1.792 0,3.584 -0.256,0.256 -1.024,0.9599996 -0.768,0.704 -1.408,1.472 0.064,0 0.32,0.192 0.448,0.512 2.368,3.136 1.92,2.56 4.096,5.568 2.24,3.008 4.096,5.568 1.92,2.56 2.304,2.944 1.344,1.408 1.344,3.264 0,1.792 -1.344,3.008 -0.448,0.512 -2.56,3.392 -2.048,2.816 -4.352,5.888 1.6,2.112 2.688,3.712 1.152,1.536 1.344,1.664 1.728,1.792 -0.192,3.648 -0.128,0.192 -2.112,0.256 -1.92,0 -4.8,0.064 -0.192,1.408 -0.128,1.408 0.32,0.32 2.176,0.32 1.856,-0.064 4.096,-0.128 2.24,-0.064 4.288,-0.064 2.112,-0.064 2.944,0.192 2.112,0.704 2.944,3.264 0.832,2.496 1.408,4.864 l -17.088,0 q -1.344,0 -2.56,-0.064 -1.152,-0.128 -2.368,-0.704 -1.152,-0.576 -1.472,-0.832 -0.32,-0.32 -0.384,-0.704 0,0.384 -0.256,0.704 -0.256,0.256 -1.408,0.832 -1.344,0.576 -2.56,0.704 -1.216,0.064 -2.368,0.064 l -17.2799997,0 q 0.704,-2.368 1.664,-4.864 1.0239997,-2.56 3.1359997,-3.264 0.768,-0.256 2.752,-0.192 2.048,0 4.16,0.064 2.176,0.064 3.904,0.128 1.792,0 2.112,-0.32 0.32,-0.192 0.192,-0.384 -0.064,-0.256 -0.064,-1.024 z m 7.552,-20.416 3.52,0 0,-2.944 -3.52,0 0,-4.288 -2.944,0 0,4.288 -3.52,0 0,2.944 3.52,0 0,11.072 2.944,0 0,-11.072 z m -1.536,-29.4399996 q -0.256,0.384 -1.6,1.728 -1.28,1.344 -1.472,1.536 0.192,0.384 1.472,1.728 1.344,1.2799996 1.6,1.4719996 0.192,-0.192 1.536,-1.4719996 1.344,-1.344 1.728,-1.728 -0.384,-0.192 -1.728,-1.536 -1.344,-1.344 -1.536,-1.728 z m -2.944,49.7279996 5.888,0 0.576,-2.496 -7.04,0 0.576,2.496 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3345"
d="m 28.885772,52.858856 c -0.4058,-1.758022 -0.670873,-1.622492 3.173319,-1.622492 l 3.386364,0 -0.116201,0.581003 c -0.06391,0.319552 -0.200019,0.89228 -0.302463,1.272728 l -0.186262,0.691723 -2.870856,0 -2.870855,0 -0.213046,-0.922962 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3347"
d="m 30.672727,38.963636 0,-5.545454 -1.727272,0 -1.727273,0 0,-1.454546 0,-1.454545 1.727273,0 1.727272,0 0,-2.090909 0,-2.090909 1.363637,0 1.363636,0 0,2.090909 0,2.090909 1.818182,0 1.818182,0 0,1.447961 0,1.447962 -1.772728,0.05204 -1.772727,0.05204 -0.04812,5.5 -0.04812,5.5 -1.36097,0 -1.360971,0 0,-5.545455 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3349"
d="M 30.415854,8.877498 28.99819,7.420714 29.91016,6.3739933 C 30.411743,5.7982969 31.095332,5.079411 31.429247,4.776469 l 0.607117,-0.5508038 1.571579,1.6001455 1.571579,1.6001455 -1.540486,1.4052036 c -0.847267,0.7728622 -1.600118,1.4272352 -1.673002,1.4541632 -0.07288,0.02693 -0.770465,-0.6065937 -1.55018,-1.407825 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -1,109 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="bk.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-34.636363"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3343"
transform="translate(2.0588332,-1.999875)">
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
id="text3115">
<path
d="m 21.855602,52.383875 0.32,2.88 q 1.152,0 2.176,-0.064 1.024,-0.064 2.112,-0.192 l 0,-2.944 q -2.048,0 -4.608,0.32 z m 19.968,0 q -0.96,0 -2.112,-0.128 -1.088,-0.192 -1.984,-0.192 l 0,3.072 q 0.96,0 1.856,0.064 0.896,0.064 1.984,0.064 l 0.256,-2.88 z m -23.68,-4.608 q 0.704,-0.384 1.728,-0.768 1.024,-0.448 2.752,-0.96 2.304,-0.768 4.352,-1.152 2.112,-0.384 3.648,-0.512 l 0,-11.392 q -1.28,-5.952 -2.688,-11.2 -1.408,-5.248 -3.904,-6.016 -2.88,-0.768 -6.72,-0.448 -3.776,0.32 -4.992,0.896 -1.344,0.704 -3.3920004,2.624 -1.984,1.856 -2.752,4.16 -0.832,2.432 -1.088,4.352 -0.192,1.92 -0.32,3.136 0,2.496 1.088,7.104 0.64,2.304 1.728,3.968 1.152,1.664 3.3280004,3.392 1.92,1.664 3.712,2.176 1.792,0.448 3.52,0.64 z m 13.888,-21.44 q 0.576,-2.688 1.216,-5.12 0.704,-2.496 1.664,-4.416 0,-0.64 -0.576,-1.792 -0.512,-0.96 -1.152,-1.792 -0.576,-0.832 -1.024,-1.792 -1.6,2.176 -2.304,3.584 -0.576,1.024 -0.704,1.472 -0.064,0.448 -0.064,0.832 1.728,3.52 2.944,9.024 z m 16.256,24.192 q 0.512,5.504 1.28,12.16 l -35.584,0 q 0.384,-3.328 0.704,-6.464 0.32,-3.136 0.704,-5.696 -1.536,-0.32 -3.072,-0.96 -1.536,-0.704 -3.3920004,-2.112 -2.56,-2.112 -3.904,-4.16 -1.344,-2.048 -2.112,-4.928 -1.216,-4.736 -1.216,-8 0.064,-1.344 0.32,-3.52 0.32,-2.176 1.408,-4.928 0.896,-2.88 3.456,-5.248 2.56,-2.368 4.2240004,-3.072 1.472,-0.768 5.952,-1.216 4.48,-0.448 7.744,0.448 1.536,0.64 1.984,1.216 0.768,-1.344 1.792,-2.816 1.088,-1.536 2.048,-2.88 l 0,-1.088 -2.944,0 0,-3.072 2.944,0 0,-2.88 2.944,0 0,2.88 2.752,0 0,3.072 -2.752,0 0,1.088 q 0.896,1.344 1.856,2.816 1.024,1.408 1.792,2.752 0.448,-0.32 0.896,-0.576 0.512,-0.256 0.96,-0.512 3.328,-0.896 7.744,-0.448 4.48,0.448 6.144,1.216 1.472,0.704 4.032,3.072 2.56,2.368 3.648,5.248 0.896,2.752 1.216,4.928 0.32,2.176 0.32,3.52 0.128,3.2 -1.216,8 -0.768,2.88 -2.112,4.928 -1.28,2.048 -3.904,4.16 -1.92,1.536 -3.52,2.24 -1.6,0.64 -3.136,0.832 z m -16.128,-0.32 q -0.384,0.384 -1.728,1.728 -1.28,1.344 -1.472,1.536 0.192,0.384 1.472,1.728 1.344,1.28 1.728,1.472 0.064,-0.192 1.344,-1.472 1.344,-1.344 1.728,-1.728 -0.384,-0.192 -1.728,-1.536 -1.28,-1.344 -1.344,-1.728 z m 1.216,-5.824 q 1.6,0 4.16,0.256 2.56,0.256 3.84,0.832 0.896,0.448 2.048,1.024 1.152,0.576 2.304,1.28 1.728,-0.128 3.456,-0.576 1.792,-0.512 3.904,-2.24 3.904,-3.264 4.928,-7.36 1.216,-4.544 1.088,-7.104 0,-1.216 -0.256,-3.136 -0.256,-1.92 -1.152,-4.352 -0.832,-2.304 -2.88,-4.16 -2.048,-1.92 -3.264,-2.624 -1.344,-0.576 -4.992,-0.896 -3.648,-0.32 -6.528,0.448 -2.56,0.768 -3.968,6.016 -1.344,5.248 -2.688,11.2 l 0,11.392 z m -16.32,-0.192 q 0,0 -2.176,-0.896 -2.112,-0.896 -3.008,-2.304 -1.344,-1.28 -2.6240004,-4.16 -1.088,-2.432 -1.216,-6.336 -0.256,-2.048 0.512,-4.736 0.768,-2.688 1.6000004,-3.84 1.92,-2.688 5.888,-3.392 2.048,-0.192 4.16,-0.064 2.176,0.064 2.88,0.832 0.384,0.448 1.024,2.496 0.64,2.048 1.28,4.48 0.704,2.432 1.216,4.736 0.512,2.24 0.64,3.072 0.32,1.728 0.256,3.712 -0.064,1.92 -0.064,3.52 l -10.368,2.88 z m 30.016,0.32 -10.304,-2.752 q 0,-1.6 -0.128,-3.52 -0.064,-1.984 0.32,-3.904 0.064,-0.832 0.576,-3.072 0.512,-2.24 1.152,-4.608 0.64,-2.432 1.28,-4.416 0.704,-2.048 1.088,-2.496 0.704,-0.768 2.88,-0.896 2.24,-0.192 4.224,0.128 4.096,0.512 5.824,3.392 0.768,1.152 1.536,3.84 0.832,2.688 0.64,4.8 -0.192,3.84 -1.216,6.144 -0.512,1.408 -1.344,2.56 -0.832,1.152 -1.28,1.728 -0.96,1.28 -3.136,2.176 -2.112,0.896 -2.112,0.896 z m -27.072,11.52 -0.576,-3.072 -2.176,0.64 -0.192,3.392 2.944,-0.96 z m 23.552,-0.128 3.072,0.896 -0.32,-3.2 -2.112,-0.64 -0.64,2.944 z"
style=""
id="path3361" />
</g>
<path
inkscape:connector-curvature="0"
id="path3119"
d="m 17.218182,55.285737 0,-1.625896 1.042723,-0.290227 c 0.573498,-0.159625 1.063461,-0.26949 1.088806,-0.244145 0.137697,0.137696 0.544932,2.765223 0.443463,2.861273 -0.06625,0.06271 -0.570447,0.258716 -1.120447,0.435574 -0.55,0.176857 -1.102272,0.359304 -1.227272,0.405438 -0.171128,0.06316 -0.227273,-0.317778 -0.227273,-1.542017 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3121"
d="m 22.236164,55.033654 c -0.0442,-0.13851 -0.130639,-0.753316 -0.192082,-1.366236 -0.08875,-0.885359 -0.05692,-1.135426 0.154884,-1.216704 0.146629,-0.05627 1.172301,-0.159613 2.279271,-0.229659 l 2.012672,-0.127356 0,1.378784 c 0,0.758331 -0.06312,1.417797 -0.140278,1.46548 -0.07715,0.04768 -1.016388,0.145383 -2.087189,0.217112 -1.58333,0.10606 -1.96192,0.08339 -2.027278,-0.121421 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3123"
d="m 30.423014,55.041036 -1.442653,-1.468055 1.524987,-1.53295 c 0.838743,-0.843122 1.567252,-1.512043 1.61891,-1.48649 0.05166,0.02555 0.744353,0.723668 1.539323,1.551369 l 1.445398,1.50491 -1.441133,1.449635 c -0.792623,0.7973 -1.522369,1.449636 -1.621656,1.449636 -0.09929,0 -0.829717,-0.660625 -1.623176,-1.468055 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3125"
d="m 38.536364,55.103235 -0.772728,-0.0696 0,-1.467584 0,-1.467584 1.318182,0.124746 c 0.725,0.06861 1.633781,0.172862 2.019512,0.231669 0.690643,0.105293 0.699679,0.116912 0.592911,0.762383 -0.05963,0.360503 -0.109321,0.962278 -0.110422,1.337278 l -0.002,0.681819 -1.136363,-0.03177 c -0.625,-0.01747 -1.484091,-0.06308 -1.909091,-0.101364 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3127"
d="m 44.891884,56.281661 c -0.953917,-0.271229 -1.299453,-0.447067 -1.230683,-0.626277 0.05259,-0.137043 0.193289,-0.779263 0.312667,-1.427156 0.170834,-0.927148 0.278029,-1.160638 0.503411,-1.096518 1.797494,0.511384 1.831812,0.528712 1.831812,0.924944 0,0.219502 0.05256,0.902006 0.11681,1.516675 0.06526,0.62436 0.0452,1.110488 -0.04545,1.101511 -0.08925,-0.0088 -0.759099,-0.185769 -1.488563,-0.393179 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3129"
d="m 43.945455,46.753693 c -2.917373,-1.646362 -4.4387,-2.060538 -8.59091,-2.338849 L 33.4,44.283836 l 0,-5.594972 0,-5.594974 0.823882,-3.519672 c 2.294166,-9.800811 3.239051,-12.283492 5.072448,-13.327842 0.902666,-0.514181 1.251645,-0.598469 3.408431,-0.823229 1.872396,-0.195123 5.159878,0.01359 7.326419,0.465135 1.61614,0.336832 2.747036,1.085432 4.91704,3.254849 1.844067,1.843568 2.48878,2.965146 3.252738,5.658631 1.222335,4.309592 1.041651,8.943342 -0.532323,13.651749 -0.636226,1.903214 -1.783368,3.688669 -3.392786,5.28066 -2.167658,2.144189 -3.755258,3.118129 -5.830392,3.576754 -2.432994,0.537717 -2.595366,0.517611 -4.500002,-0.557232 z m 4.811113,-2.880924 c 2.104076,-0.918514 2.96515,-1.579856 4.229263,-3.248254 1.898831,-2.506108 2.788504,-4.939791 3.148605,-8.612961 0.236188,-2.409173 0.0519,-4.005279 -0.743483,-6.439241 -0.944729,-2.890981 -2.069004,-4.560872 -3.723435,-5.530433 -1.708749,-1.001393 -5.723985,-1.579912 -8.239518,-1.187157 -1.694701,0.264598 -2.301835,0.58261 -2.7317,1.430842 -0.885703,1.74772 -3.194964,10.225554 -3.753436,13.779739 -0.195087,1.24156 -0.267601,2.74084 -0.231615,4.788852 l 0.05239,2.981428 4.909091,1.324671 c 2.7,0.728569 5.072728,1.329109 5.272728,1.334532 0.2,0.0054 1.015001,-0.274483 1.811113,-0.622018 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3131"
d="m 16.127273,47.395544 c -0.95,-0.198251 -2.136364,-0.548742 -2.636364,-0.778869 C 11.550019,45.723373 8.4877513,42.926504 7.3268064,40.9868 6.1862786,39.081211 5.1471963,35.106075 4.9206658,31.781818 4.7315923,29.00723 5.6247446,24.039664 6.6964809,21.905026 c 0.878248,-1.749255 3.2349618,-4.170118 5.1836661,-5.324763 2.012744,-1.19259 8.769578,-1.636934 11.934113,-0.784813 0.390284,0.105092 1.073855,0.526828 1.519044,0.93719 1.517669,1.398937 2.336527,3.701167 4.239543,11.919526 l 0.918062,3.964739 0,5.846946 0,5.846944 -0.681818,0.104516 c -4.101975,0.628794 -8.747909,1.889027 -10.812138,2.932847 -0.471675,0.238513 -0.921675,0.427851 -1,0.420751 -0.07832,-0.0071 -0.91968,-0.175114 -1.86968,-0.373365 z m 6.247266,-4.603459 c 2.685996,-0.744305 4.928892,-1.398547 4.984214,-1.453869 0.212676,-0.212676 0.258732,-4.828976 0.06271,-6.285541 C 27.004764,31.956361 24.52346,22.374659 23.555856,20.1254 c -0.305341,-0.709783 -0.536351,-0.95405 -1.220777,-1.290838 -0.761593,-0.374759 -1.10206,-0.41538 -3.480534,-0.415258 -2.905355,1.49e-4 -3.991948,0.193646 -5.767661,1.027089 -2.350278,1.10312 -3.7512531,3.126454 -4.7025109,6.791518 C 7.9500765,27.911195 7.921134,28.255407 8.0175935,30.6 c 0.065549,1.593265 0.2423492,3.113689 0.4726343,4.064495 0.6829066,2.819601 3.1332172,6.802809 4.8298632,7.851394 0.976274,0.603371 3.739671,1.790735 3.968478,1.705158 0.111287,-0.04162 2.399973,-0.684654 5.08597,-1.428962 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3133"
d="m 31.870011,25.418182 c -0.342248,-1.590076 -1.281857,-4.613752 -1.949252,-6.272727 -0.530106,-1.31771 -0.708714,-1.994641 -0.648869,-2.459245 0.08944,-0.69434 1.219027,-2.829176 2.241896,-4.237006 l 0.637967,-0.878068 0.59062,0.968977 c 0.324841,0.532938 0.841411,1.378069 1.147934,1.878069 1.04591,1.70609 1.07613,2.038093 0.35106,3.856879 -0.589085,1.477676 -1.344674,4.036471 -1.975077,6.688575 l -0.259307,1.090909 -0.136972,-0.636363 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,108 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.48.2 r9819"
sodipodi:docname="bn.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3026">
<path
transform="translate(0,-4)"
inkscape:connector-curvature="0"
id="path3024"
d="m 42,50.727273 c -0.07038,1.971243 0.343407,3.898852 0.727273,5.818182 0.121212,0.545454 0.242424,1.090909 0.363636,1.636363 0.06061,0.06061 0.143488,0.105157 0.181818,0.181818 0.0271,0.05421 -0.05421,0.154715 0,0.181819 0.108416,0.05421 0.242425,0 0.363637,0 1.393939,0 2.787878,0 4.181818,0 1.151515,0 2.30303,0 3.454545,0 0.303031,0 0.607305,0.02744 0.909091,0 0.367138,-0.03338 0.725104,-0.136093 1.090909,-0.181819 0.120276,-0.01503 0.244074,0.01993 0.363637,0 0.246485,-0.04108 0.479899,-0.146479 0.727272,-0.181818 0.247475,-0.03535 1.084175,0.04714 1.272728,0 0.0588,-0.0147 -0.06061,-0.181818 0,-0.181818 0.06061,0 0,0.242424 0,0.181818 0,-0.363636 0,-0.727273 0,-1.090909 0,-0.424242 0,-0.848485 0,-1.272727 0,-0.06061 0.03362,-0.131391 0,-0.181818 -0.09509,-0.14263 -0.26855,-0.221007 -0.363637,-0.363637 -0.03362,-0.05043 0,-0.121212 0,-0.181818 -0.121212,-0.121212 -0.268549,-0.221006 -0.363636,-0.363636 -0.03362,-0.05043 0,-0.121212 0,-0.181818 0,-0.06061 0,-0.242425 0,-0.181819 0,0.121212 0,0.484849 0,0.363637 0,-0.424243 0,-0.848485 0,-1.272728 0,-0.121212 0.0294,-0.246043 0,-0.363636 -0.03287,-0.131473 -0.14895,-0.232163 -0.181818,-0.363636 -0.0294,-0.117593 0.05421,-0.255221 0,-0.363637 -0.0271,-0.05421 -0.181818,0.06061 -0.181818,0 0,-0.05433 0.603015,0.11969 0,-0.181818 -0.05421,-0.0271 -0.138964,0.04286 -0.181819,0 -0.04286,-0.04286 -0.06061,-0.181818 0,-0.181818 0.111953,0 0.668177,0.972718 0,-0.363636 -0.03833,-0.07666 -0.242424,-0.121212 -0.181818,-0.181819 0.06061,-0.06061 0.181818,0.267529 0.181818,0.181819 0,-0.191654 -0.07551,-0.38599 -0.181818,-0.545455 -0.03362,-0.05043 -0.121212,0 -0.181818,0 -0.06061,0 -0.242424,0 -0.181818,0 0.121212,0 0.472052,0.05421 0.363636,0 -0.223504,-0.111752 -0.490211,-0.102797 -0.727273,-0.181818 -0.128564,-0.04285 -0.242424,-0.121212 -0.363636,-0.181818 -0.545454,-0.06061 -1.095019,-0.09159 -1.636364,-0.181818 -0.189045,-0.03151 -0.354973,-0.160654 -0.545454,-0.181819 -0.361412,-0.04016 -0.727273,0 -1.090909,0 -0.898077,0 -1.087413,0 -1.818182,0 -0.181818,0 -0.365464,0.02571 -0.545455,0 -1.787196,-0.255313 0.451453,-0.181818 -1.636363,-0.181818 -0.931289,0 0.361162,0.01993 -1.454546,-0.181818 C 44.18293,49.979922 44,50 43.818182,50 c -0.06061,0 -0.127611,-0.0271 -0.181818,0 -0.195449,0.09772 -0.34577,0.274888 -0.545455,0.363636 -0.35027,0.155676 -0.900736,0.03083 -1.090909,0.363637 -0.161927,0.283371 0.309981,0.587158 0.363636,0.909091 0.01409,0.08454 -0.181818,0.09611 -0.181818,0.181818 0,0.06061 0.121212,0 0.181818,0"
style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="translate(1.8722109,-2.0001561)"
id="g3363">
<g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
id="text3169">
<path
d="m 22.975789,37.728156 q -0.384,0.704 0.192,1.28 0.576,0.576 -0.192,1.472 -0.704,1.024 -2.624,2.752 -1.856,1.728 -3.2,2.304 -2.176,1.28 -4.48,0.192 -1.152,-0.576 -2.8799999,-2.24 -1.664,-1.664 -2.304,-2.688 -0.768,-1.024 -0.576,-1.728 0.192,-0.704 0.064,-1.664 0,-0.768 -0.384,-1.088 -0.384,-0.384 0.384,-2.496 0.768,-1.92 3.2639999,-6.336 2.496,-4.416 3.2,-6.528 0.704,-1.92 -0.256,-1.728 -0.896,0.128 -0.512,-0.896 0.384,-1.152 1.408,-3.072 1.024,-1.984 1.856,-2.944 0.896,-0.896 1.856,-0.704 1.024,0.128 1.792,-1.152 0.704,-1.2159997 1.344,-3.7759998 0.704,-2.56 1.472,-4.6719999 0.96,1.9839999 2.048,3.7759999 1.088,1.792 2.24,2.2400001 2.88,-1.0880001 6.912,-0.5120001 5.76,0.7680001 8.512,2.3040001 2.752,1.4719997 6.592,6.2079997 1.472,1.856 2.368,3.968 0.896,2.048 1.6,4.48 0.704,2.432 1.088,5.568 0.448,3.136 0.64,5.632 0,2.688 -0.192,4.992 -0.128,2.24 0,4.544 0,2.304 0,3.776 0,1.408 0.512,3.776 0.32,1.984 1.28,4.416 0.96,2.432 1.792,4.8 l -40.192,0 q -0.832,-1.664 -0.576,-3.648 0,-1.28 0.32,-3.136 0.32,-1.856 1.024,-3.52 0.576,-1.472 1.536,-2.816 0.96,-1.408 2.048,-2.688 2.048,-3.2 3.84,-5.12 1.536,-1.728 3.328,-3.264 1.856,-1.6 3.392,-3.456 1.28,-1.856 1.728,-3.392 0.32,-1.024 -0.064,-2.752 -0.384,-1.792 -0.704,-1.728 -0.256,0.128 -1.024,2.368 -0.768,2.24 -1.472,3.008 -0.704,1.088 -1.536,1.536 -0.768,0.384 -1.344,0.768 -0.768,0.384 -1.216,0.384 -0.384,0 -0.96,0.384 -0.704,0.512 -1.664,1.344 -0.896,0.768 -1.28,1.472 z m -2.304,16.256 q 1.6,0.384 4.928,0.384 3.392,-0.064 4.48,-0.064 l 0.128,-3.2 q -0.96,0 -3.968,-0.128 -2.944,-0.128 -4.288,-0.384 l -1.28,3.392 z m 21.568,0.512 q 2.048,-0.128 4.864,-0.384 2.88,-0.256 4.992,-0.384 l -0.64,-3.264 q -1.728,0.384 -5.056,0.576 -3.328,0.128 -4.352,0.192 l 0.192,3.264 z m -6.144,-5.12 -3.392,3.392 3.392,3.52 3.392,-3.52 -3.392,-3.392 z m -15.232,-28.288 q -0.768,-0.128 -2.496,-0.128 -0.448,0 -0.896,0.512 -0.384,0.512 -0.448,0.832 0,0.256 0,0.896 0.064,0.64 0.448,0.96 0.128,0.128 1.344,0.128 0.384,-0.064 0.96,-0.32 0.576,-0.32 1.088,-0.576 1.344,-0.704 1.344,-1.216 0.128,-0.704 -0.32,-0.768 -0.384,-0.064 -1.024,-0.32 z m -12.1599999,13.696 q 1.088,1.088 1.088,2.304 0.064,0.256 -0.128,1.28 -0.192,0.96 -0.192,1.024 0.192,0.256 1.3439999,-1.088 1.216,-1.344 1.088,-1.856 0,-0.384 -1.28,-1.088 -1.2799999,-0.704 -1.9199999,-0.576 z M 27.903789,9.6961563 q 3.84,0.5759997 8,1.7279997 4.16,1.088 6.912,3.84 2.496,2.88 3.392,4.224 0.896,1.28 2.048,3.904 0.896,3.008 1.344,6.336 0.512,3.328 0.768,6.272 0.192,2.496 0.192,4.928 0,2.368 1.536,6.784 -0.192,-3.264 0,-6.016 0.256,-2.816 0.128,-5.824 -0.128,-3.328 -0.832,-7.488 -0.704,-4.16 -1.472,-6.08 -0.96,-2.368 -2.56,-4.416 -1.536,-2.048 -3.456,-4.16 -1.728,-1.856 -3.776,-2.688 -2.048,-0.896 -5.312,-1.4719997 -2.176,-0.448 -3.648,-0.192 -1.408,0.256 -3.264,0.32 z"
id="path3342"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
d="m 21.907642,54.159106 c -0.470797,-0.06577 -0.908555,-0.172141 -0.972796,-0.236381 -0.06424,-0.06424 0.150219,-0.82428 0.476576,-1.688977 l 0.593378,-1.572175 0.576704,0.10819 c 0.475379,0.08918 6.123155,0.45108 7.227587,0.463129 0.272034,0.003 0.318182,0.185904 0.318182,1.261329 0,1.980741 0.302183,1.836609 -3.79218,1.808758 -1.964301,-0.01336 -3.956654,-0.0781 -4.427451,-0.143873 z"
id="path3173"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
d="m 34.399666,54.508756 -1.631004,-1.638597 1.678021,-1.678021 1.678022,-1.678022 1.629858,1.622307 1.629859,1.622308 -1.505859,1.637305 c -0.828223,0.900518 -1.582817,1.662958 -1.676876,1.694311 -0.09406,0.03135 -0.904968,-0.680363 -1.802021,-1.581591 l 0,0 z"
id="path3175"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
d="m 45.169267,54.208012 c 0.123097,-0.0498 0.368551,-0.05284 0.545454,-0.0067 0.176904,0.0461 0.07619,0.08685 -0.223812,0.09055 -0.3,0.0037 -0.444739,-0.03401 -0.321642,-0.08382 z"
id="path3177"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
d="m 51.331529,45.054545 c -0.431314,-1.574367 -0.551776,-2.482903 -0.687054,-5.181818 -0.34806,-6.94406 -1.38272,-13.847967 -2.515588,-16.78559 -0.687505,-1.782763 -1.854723,-3.678746 -3.552318,-5.770251 -2.281611,-2.811035 -3.938318,-4.135987 -6.48442,-5.185915 -1.332739,-0.549578 -5.321628,-1.602102 -7.561932,-1.995322 -0.72838,-0.127846 -1.255069,-0.3017063 -1.170419,-0.3863566 0.08465,-0.08465 1.04878,-0.2023564 2.142511,-0.2615692 2.235588,-0.1210311 4.370784,0.2264119 7.421256,1.2076008 2.822175,0.907757 4.369916,2.174979 7.584131,6.209557 2.693533,3.381002 3.768882,5.796006 4.600382,10.331483 0.984507,5.370061 1.189362,9.441247 0.859984,17.090909 l -0.113517,2.636363 -0.523016,-1.909091 z"
id="path3179"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
d="m 17.770268,24.166154 c -0.812149,-0.226415 -0.965878,-1.717115 -0.263196,-2.552204 0.432659,-0.514186 0.561256,-0.559121 1.590909,-0.555897 1.668951,0.0052 2.923963,0.374136 2.997794,0.881202 0.08709,0.598105 -0.258356,0.910465 -1.867976,1.689074 -1.474051,0.713032 -1.672938,0.756558 -2.457531,0.537825 l 0,0 z"
id="path3181"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd"
d="m 9.712006,37.871317 c 0.083999,-1.533496 0.060513,-1.677264 -0.3784727,-2.316772 -0.37418,-0.5451 -0.4104294,-0.681818 -0.1807771,-0.681818 0.4097433,0 2.4501218,1.11605 2.5589728,1.399712 0.185463,0.483307 -0.159082,1.160128 -1.111425,2.183275 l -0.9778543,1.050556 0.089556,-1.634953 0,0 z"
id="path3183"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,74 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="bp.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3339"
transform="translate(1.999367,-2.0002658)">
<g
id="text3075"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3337"
d="m 25.792633,27.328266 q 0,-1.088 0.768,-1.664 0.448,-0.192 1.856,-1.792 -2.24,-1.024 -3.712,-3.072 -1.408,-2.112 -1.408,-4.8 0,-3.584 2.56,-6.0800004 2.624,-2.56 6.08,-2.56 3.52,0 6.016,2.56 2.56,2.4960004 2.56,6.0800004 0,2.688 -1.472,4.8 -1.408,2.048 -3.584,3.072 1.344,1.6 1.856,1.792 0.64,0.576 0.64,1.664 0,1.088 -0.64,1.728 l -0.768,0.768 q 1.152,2.816 2.176,5.504 1.024,2.688 1.984,4.8 0.768,1.92 2.112,2.496 1.408,0.576 1.408,0.576 0,0 2.752,1.664 2.752,1.664 3.264,3.008 0.448,1.28 0.576,3.712 0.192,2.368 0.32,5.056 l -38.272,0 q 0,-2.688 0.128,-5.056 0.128,-2.432 0.64,-3.712 0.384,-1.344 3.2,-3.008 2.816,-1.664 2.816,-1.664 0,0 1.344,-0.576 1.344,-0.576 2.176,-2.496 0.896,-2.112 1.984,-4.8 1.088,-2.688 2.176,-5.504 l -0.768,-0.768 q -0.768,-0.64 -0.768,-1.728 z m 5.952,-3.008 q -2.688,2.88 -2.88,3.072 0.192,0.256 1.472,1.6 1.344,1.28 1.6,1.6 0.192,-0.32 1.472,-1.6 1.344,-1.344 1.728,-1.6 -0.384,-0.192 -1.856,-1.6 -1.408,-1.472 -1.536,-1.472 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3079"
d="m 30.41931,28.932168 -1.435235,-1.515715 1.264072,-1.396627 c 0.69524,-0.768144 1.348745,-1.424851 1.452234,-1.459347 0.103489,-0.0345 0.884714,0.614829 1.736056,1.442946 l 1.547894,1.505666 -1.564893,1.469396 -1.564893,1.469396 -1.435235,-1.515715 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1,124 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="bq.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3349"
transform="translate(1.9843281,-2.3515939)">
<g
id="text3023"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3347"
d="m 19.103672,49.663594 -1.664,5.184 3.648,-3.328 -1.984,-1.856 z m 25.088,0.128 -2.176,1.856 3.264,2.752 -1.088,-4.608 z m -18.176,-0.768 -2.624,0.64 0.32,2.88 2.624,-0.448 -0.32,-3.072 z m 14.144,0.64 -2.56,-0.64 -0.512,3.072 2.496,0.32 0.576,-2.752 z m -23.04,-3.264 -10.7520001,-24.32 q -1.408,0.384 -2.304,-0.576 l -1.408,-1.536 q -1.92000003,-1.664 0,-3.584 l 1.408,-1.344 q 1.664,-2.048 3.52,0 l 1.536,1.344 q 1.5360001,1.92 0,3.584 l -0.768,0.768 10.9440001,8.576 -0.96,-13.824 q -0.832,-0.192 -1.408,-0.768 l -1.344,-1.408 q -1.984,-1.792 0,-3.5200003 l 1.344,-1.536 q 1.792,-1.6639999 3.584,0 l 1.536,1.536 q 1.536,1.7280003 0,3.5200003 l -1.536,1.408 6.592,11.264 3.52,-12.928 -0.576,-0.32 -1.408,-1.536 q -1.728,-1.7920003 0,-3.5840002 l 1.408,-1.536 q 1.728,-1.4080001 3.52,0 l 1.408,1.536 q 1.984,1.7919999 0,3.5840002 l -1.408,1.536 -0.64,0.32 3.584,13.056 6.592,-11.072 -1.536,-1.536 q -1.536,-1.856 0,-3.7120003 l 1.408,-1.408 q 1.856,-1.5359999 3.648,0 l 1.408,1.408 q 1.856,1.8560003 0,3.7120003 l -1.408,1.344 -1.216,0.768 -0.768,13.568 11.264,-9.984 -0.96,-0.768 q -1.536,-1.856 0,-3.712 l 1.536,-1.408 q 1.792,-1.664 3.584,0 l 1.344,1.408 q 1.856,1.856 0,3.712 l -1.344,1.344 q -1.088,1.088 -2.368,0.768 l -11.2,26.304 3.072,12.48 -36.928,0 4.48,-12.928 z m 14.784,0.64 -3.264,3.2 3.264,3.264 3.072,-3.264 -3.072,-3.2 z m -13.568,-5.056 1.216,2.56 q 2.688,-1.216 5.824,-2.304 3.2,-1.088 6.656,-1.088 3.328,0 5.824,0.832 2.496,0.832 6.336,2.752 l 1.088,-2.624 q -3.456,-1.92 -6.528,-2.88 -3.072,-0.96 -6.72,-0.96 -3.584,0 -7.296,0.96 -3.648,0.896 -6.4,2.752 z m -12.6080001,-24.96 -1.408,1.216 1.408,1.408 1.216,-1.408 -1.216,-1.216 z m 13.0560001,-6.784 -1.344,1.28 1.344,1.344 1.28,-1.344 -1.28,-1.28 z m 13.12,-2.3040003 -1.536,1.536 1.536,1.5360003 1.344,-1.5360003 -1.344,-1.536 z m 12.928,2.3040003 -1.408,1.408 1.408,1.408 1.216,-1.408 -1.216,-1.408 z m 13.376,4.928 -1.28,1.28 1.28,1.344 1.28,-1.344 -1.28,-1.28 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3027"
d="m 17.763636,54.210279 c 0,-0.06435 0.298307,-1.081479 0.662903,-2.260293 l 0.662904,-2.143299 0.974098,0.840975 0.974098,0.840975 -1.500638,1.410417 c -1.407982,1.323332 -1.773365,1.593495 -1.773365,1.311225 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3029"
d="m 23.675983,51.477408 c -0.06449,-0.582574 -0.132518,-1.216849 -0.151167,-1.409498 -0.02788,-0.288002 0.182879,-0.405299 1.185527,-0.6598 l 1.219434,-0.309527 0.104526,0.841618 c 0.05749,0.462889 0.142305,1.139074 0.188479,1.502633 l 0.08395,0.661015 -1.027326,0.128356 c -0.565029,0.0706 -1.130565,0.167973 -1.256746,0.216393 -0.161228,0.06187 -0.264273,-0.226801 -0.34668,-0.97119 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3031"
d="m 30.248189,51.816903 -1.606357,-1.618772 1.568413,-1.435429 c 0.862628,-0.789486 1.656755,-1.435429 1.764729,-1.435429 0.107973,0 0.807137,0.671196 1.553698,1.491548 l 1.357383,1.491548 -1.515755,1.562653 -1.515755,1.562654 -1.606356,-1.618773 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3033"
d="m 37.9,52.194824 c -0.774321,-0.081 -0.77176,-0.07107 -0.477598,-1.852288 l 0.204221,-1.236602 1.20487,0.307813 c 0.814444,0.20807 1.194174,0.391222 1.171859,0.565215 -0.01816,0.141571 -0.12623,0.727856 -0.240163,1.302856 -0.227966,1.150499 -0.116225,1.095744 -1.863189,0.913006 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3035"
d="m 43.527684,52.904897 -1.41777,-1.213988 0.958133,-0.853576 c 0.526973,-0.469468 1.001334,-0.810701 1.054134,-0.758297 0.151762,0.150623 1.052048,4.067931 0.931502,4.053134 -0.05953,-0.0073 -0.746225,-0.559579 -1.525999,-1.227273 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3037"
d="m 42.036364,43.685836 c -4.423622,-2.1527 -8.08592,-2.90676 -11.986031,-2.467901 -2.563142,0.288418 -4.194582,0.737339 -7.627122,2.098745 l -2.885881,1.144592 -0.532246,-1.173846 c -0.401692,-0.885911 -0.482781,-1.233449 -0.330582,-1.416837 0.31554,-0.380202 3.032457,-1.660494 4.596737,-2.166118 3.731074,-1.205999 8.519806,-1.648681 12.102881,-1.118821 2.694905,0.39852 4.490125,0.973855 7.4351,2.382816 2.286469,1.093914 2.400838,1.174104 2.244747,1.573905 -0.351878,0.901281 -0.916302,2.147763 -0.965687,2.132639 -0.02855,-0.0087 -0.951916,-0.453873 -2.051916,-0.989174 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3039"
d="m 57.510749,17.010873 -0.461061,-0.589127 0.575007,-0.593257 0.575008,-0.593257 0.588471,0.570369 0.588472,0.570369 -0.488323,0.61201 c -0.268578,0.336605 -0.584666,0.612012 -0.702418,0.612015 -0.117752,3e-6 -0.421572,-0.265102 -0.675156,-0.589122 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3041"
d="M 44.127273,12.236364 43.510485,11.6 l 0.626576,-0.646948 0.626575,-0.646948 0.597071,0.651001 0.59707,0.651001 -0.482286,0.632311 c -0.265258,0.347771 -0.538344,0.63231 -0.606859,0.63231 -0.06851,0 -0.402126,-0.286363 -0.741359,-0.636363 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3043"
d="M 31.163728,10.182788 30.49002,9.4928489 31.225705,8.7744724 31.961389,8.056096 l 0.609209,0.7256376 0.60921,0.7256376 -0.571722,0.6672878 c -0.314447,0.367008 -0.616481,0.674214 -0.671186,0.682678 -0.05471,0.0085 -0.402633,-0.295082 -0.773172,-0.674549 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3045"
d="m 18.088992,12.070132 -0.492826,-0.594523 0.589771,-0.571629 0.589771,-0.571629 0.571967,0.571968 0.571967,0.571967 -0.463219,0.607311 c -0.25477,0.334022 -0.555781,0.601405 -0.668912,0.594185 -0.113131,-0.0072 -0.427465,-0.280662 -0.698519,-0.60765 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3047"
d="M 5.0469813,18.977792 4.4212354,18.328985 4.9446343,17.782674 C 5.5911205,17.107888 5.750695,17.10409 6.3683524,17.748785 l 0.4909309,0.512422 -0.593278,0.682696 -0.593278,0.682696 -0.625746,-0.648807 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1,84 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="br.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3341"
transform="translate(1.999469,-2.0000548)">
<g
id="text3065"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3339"
d="m 28.288531,33.312055 3.52,3.712 3.712,-3.712 -3.712,-3.52 -3.52,3.52 z m 18.176,-10.304 2.432,19.52 2.816,6.016 0,12.928 -39.552,0 0,-12.928 2.624,-6.016 2.432,-19.52 -4.928,-10.752 3.072,-9.7280003 8.64,0 0,8.3200003 3.712,0 0,-8.3200003 8.768,0 0,8.3200003 3.648,0 0,-8.3200003 8.64,0 3.072,9.7280003 -5.376,10.752 z m -29.376,21.376 -1.408,3.072 32.32,0 -1.536,-3.072 -29.376,0 z m 27.2,-22.784 -24.576,0 0.576,2.944 23.68,0 0.32,-2.944 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3069"
d="m 20.133006,23.463636 c -0.111026,-0.575 -0.241113,-1.229545 -0.289082,-1.454545 L 19.756708,21.6 l 12.185283,0 12.185282,0 0,0.610987 c 0,0.336043 -0.05203,0.990588 -0.115622,1.454546 l -0.115624,0.843558 -11.780577,0 -11.780578,0 -0.201866,-1.045455 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3071"
d="m 30.002288,35.07604 -1.670439,-1.778613 1.710639,-1.703526 1.710638,-1.703525 0.505255,0.440532 c 0.277891,0.242292 1.09873,1.013837 1.824087,1.714543 l 1.318831,1.274012 -1.769965,1.776632 c -0.973481,0.977148 -1.81241,1.772565 -1.864286,1.767595 -0.05188,-0.005 -0.846018,-0.809413 -1.76476,-1.78765 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3073"
d="m 16.196981,46.463636 c 0.235818,-0.525 0.534283,-1.179545 0.663256,-1.454545 l 0.234496,-0.5 14.696059,0 14.696059,0 0.731331,1.454545 0.731331,1.454546 -16.090646,0 -16.090645,0 0.428759,-0.954546 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,89 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="wb.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="10.363636"
inkscape:cy="43.754075"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3342"
transform="translate(2.0005548,-2.4156092)">
<g
id="text3145"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3340"
d="m 25.983445,53.887609 q -2.752,-0.064 -4.544,-0.064 -1.792,-0.064 -1.92,-0.256 -0.832,-0.768 -0.896,-1.856 -0.064,-1.088 0.768,-1.792 0.064,-0.128 1.088,-1.536 1.024,-1.472 2.432,-3.584 -2.432,-3.072 -4.608,-6.016 -2.176,-3.008 -2.624,-3.52 -1.408,-1.216 -1.408,-3.008 0,-1.856 1.408,-3.264 0.384,-0.384 2.304,-2.944 1.984,-2.56 4.224,-5.568 2.304,-3.008 4.224,-5.568 1.984,-2.624 2.24,-2.88 0.256,-0.256 0.384,-0.448 -0.704,-0.768 -1.472,-1.472 -0.704,-0.7039996 -0.832,-0.9599996 -2.048,-1.792 0,-3.584 0.192,-0.32 1.728,-1.792 1.6,-1.472 1.856,-1.856 1.728,-1.66400003 3.328,0 0.384,0.384 1.856,1.856 1.472,1.472 1.856,1.792 1.792,1.792 0,3.584 -0.256,0.256 -1.024,0.9599996 -0.768,0.704 -1.408,1.472 0.064,0 0.064,0.128 0.064,0.064 0.256,0.064 0.448,0.512 2.368,3.136 1.92,2.56 4.096,5.568 2.24,3.008 4.096,5.568 1.92,2.56 2.304,2.944 1.344,1.408 1.344,3.264 0,1.792 -1.344,3.008 -0.448,0.512 -2.56,3.392 -2.048,2.816 -4.352,5.888 1.6,2.112 2.688,3.712 1.152,1.536 1.344,1.664 1.728,1.792 -0.192,3.648 -0.128,0.192 -2.112,0.256 -1.92,0 -4.8,0.064 -0.192,1.408 -0.128,1.408 0.32,0.32 2.176,0.32 1.856,-0.064 4.096,-0.128 2.24,-0.064 4.288,-0.064 2.112,-0.064 2.944,0.192 2.112,0.704 2.944,3.264 0.832,2.496 1.408,4.864 l -17.088,0 q -1.344,0 -2.56,-0.064 -1.152,-0.128 -2.368,-0.704 -1.152,-0.576 -1.472,-0.832 -0.32,-0.32 -0.384,-0.704 0,0.384 -0.256,0.704 -0.256,0.256 -1.408,0.832 -1.344,0.576 -2.56,0.704 -1.216,0.064 -2.368,0.064 l -17.2799997,0 q 0.704,-2.368 1.664,-4.864 1.0239997,-2.56 3.1359997,-3.264 0.768,-0.256 2.752,-0.192 2.048,0 4.16,0.064 2.176,0.064 3.904,0.128 1.792,0 2.112,-0.32 0.32,-0.192 0.192,-0.384 -0.064,-0.256 -0.064,-1.024 z m 6.912,-0.128 q 0,3.968 1.088,5.056 0.576,0.832 0.576,0.96 0,0.128 0.512,0.448 2.048,0.768 3.52,0.768 l 13.248,0 q -0.128,-0.32 -0.384,-1.28 -0.256,-0.96 -1.152,-1.344 -0.704,-0.192 -2.816,-0.128 -2.048,0 -4.352,0.128 -2.304,0.064 -4.288,0.064 -1.92,-0.064 -2.368,-0.512 -1.088,-0.896 -1.088,-1.92 0,-1.088 0.128,-2.24 l -2.624,0 z m -1.792,1.92 q 0,-1.92 -0.064,-1.92 -0.064,0 -2.56,0 0.064,1.152 0.064,2.176 0,0.96 -1.152,1.984 -0.448,0.448 -2.368,0.512 -1.92,0 -4.224,-0.064 -2.304,-0.128 -4.416,-0.128 -2.112,-0.064 -2.816,0.128 -0.832,0.384 -1.152,1.344 -0.32,0.96 -0.384,1.28 l 13.376,0 q 1.6,0 3.52,-0.768 0.576,-0.32 0.512,-0.448 0,-0.128 0.704,-0.96 0.96,-1.216 0.96,-3.136 z m 2.432,-22.208 0,11.072 -2.944,0 0,-11.072 -3.52,0 0,-2.944 3.52,0 0,-4.288 2.944,0 0,4.288 3.52,0 0,2.944 -3.52,0 z m -6.912,11.328 q -1.984,2.944 -3.52,4.864 -1.472,1.856 -1.536,1.92 0.064,0.128 3.392,0.192 3.328,0.064 7.296,0.064 3.968,0 7.296,-0.064 3.392,-0.064 3.52,-0.192 -0.128,-0.064 -1.792,-2.048 -1.6,-1.984 -3.712,-4.992 2.624,-3.648 5.248,-7.232 2.688,-3.584 3.2,-4.16 1.088,-0.832 0,-1.984 -0.512,-0.448 -2.432,-3.008 -1.92,-2.624 -4.16,-5.568 -2.176,-3.008 -4.096,-5.568 -1.856,-2.624 -2.24,-3.136 -0.448,-0.448 -0.96,-0.448 -0.704,0 -1.024,0.448 -0.512,0.512 -2.496,3.136 -1.92,2.56 -4.224,5.568 -2.24,2.944 -4.16,5.568 -1.92,2.56 -2.368,3.008 -1.28,1.152 0,1.984 0.384,0.576 3.136,4.224 2.816,3.648 5.632,7.424 z m 5.376,-40.7679996 q -0.256,0.384 -1.6,1.728 -1.28,1.344 -1.472,1.536 0.192,0.384 1.472,1.728 1.344,1.2799996 1.6,1.4719996 0.192,-0.192 1.536,-1.4719996 1.344,-1.344 1.728,-1.728 -0.384,-0.192 -1.728,-1.536 -1.344,-1.344 -1.536,-1.728 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3149"
d="m 12.227709,60.463636 c 0.312731,-1.023962 0.631406,-1.58552 1.058603,-1.86543 0.413864,-0.271174 1.132436,-0.296393 6.878823,-0.241415 7.210449,0.06898 7.163983,0.07627 7.990039,-1.252383 0.355282,-0.571445 0.421915,-0.906711 0.398371,-2.004408 l -0.02827,-1.318182 1.279854,0 1.279854,0 -0.08545,1.774511 c -0.08891,1.846401 -0.17608,2.121379 -1.120024,3.533168 -1.113059,1.664721 -1.800505,1.780993 -10.537216,1.782216 l -7.239525,10e-4 0.124941,-0.409091 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3151"
d="m 37.127273,60.78068 c -0.1,-0.03484 -0.650981,-0.193923 -1.224401,-0.353526 C 34.943589,60.160151 34.807,60.053776 34.193309,59.095756 33.379755,57.825731 33.041369,56.62822 33.038522,55.009091 l -0.0022,-1.227273 1.181818,0 1.181818,0 6.73e-4,1.409091 c 7.82e-4,1.627468 0.335319,2.368411 1.309461,2.900264 0.551211,0.300945 1.114759,0.322127 7.070453,0.265764 l 6.471504,-0.06125 0.48931,0.424882 c 0.269121,0.233685 0.605303,0.813518 0.747072,1.288518 l 0.257763,0.863636 -7.218576,-0.01435 c -3.97021,-0.0079 -7.300387,-0.04286 -7.400387,-0.07769 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3153"
d="m 22.809091,51.655615 c -0.575,-0.04057 -1.045455,-0.11702 -1.045455,-0.169891 0,-0.05287 0.480271,-0.68388 1.067268,-1.402246 1.035033,-1.266669 3.344632,-4.445953 3.674587,-5.058262 0.127198,-0.236043 -0.75014,-1.507549 -4.014544,-5.818181 -2.297523,-3.03387 -4.42379,-5.81744 -4.72504,-6.185715 -0.301249,-0.368275 -0.547725,-0.756676 -0.547725,-0.863113 0,-0.106438 0.272916,-0.500576 0.606481,-0.875865 C 18.158227,30.907054 19.442062,29.25 20.677628,27.6 c 4.068149,-5.432689 9.132004,-12.074555 9.928833,-13.022882 0.430699,-0.512586 0.936099,-0.971987 1.123111,-1.020892 0.786874,-0.205772 1.324763,0.36241 4.688806,4.952865 5.102342,6.962472 8.46188,11.443585 9.31152,12.420149 0.748584,0.860411 0.971862,1.609896 0.556144,1.866824 -0.197515,0.122071 -6.091226,7.977312 -7.864415,10.481827 -0.524778,0.741216 -0.813262,1.314464 -0.731991,1.454545 0.44068,0.759584 2.548299,3.569535 3.766031,5.021011 0.783924,0.934398 1.371684,1.75258 1.306135,1.818182 -0.129009,0.129118 -18.232975,0.205322 -19.952711,0.08399 l 0,0 z M 33.53903,39.1 l 0.04812,-5.5 1.724606,0 1.724608,0 0,-1.545455 0,-1.545454 -1.727273,0 -1.727273,0 0,-2.181818 0,-2.181818 -1.545454,0 -1.545455,0 0,2.181818 0,2.181818 -1.727273,0 -1.727272,0 0,1.545454 0,1.545455 1.727272,0 1.727273,0 0,5.424242 c 0,2.983334 0.05769,5.481927 0.128189,5.552433 0.0705,0.0705 0.745504,0.104594 1.5,0.07576 L 33.490909,44.6 33.53903,39.1 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3155"
d="M 30.415854,8.877498 28.99819,7.420714 29.91016,6.3739933 C 30.411743,5.7982969 31.095332,5.079411 31.429247,4.776469 l 0.607117,-0.5508038 1.571579,1.6001455 1.571579,1.6001455 -1.540486,1.4052036 c -0.847267,0.7728622 -1.600118,1.4272352 -1.673002,1.4541632 -0.07288,0.02693 -0.770465,-0.6065937 -1.55018,-1.407825 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -1,119 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="wk.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3348"
transform="translate(2.058833,-1.999875)">
<g
id="text3091"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3346"
d="m 37.535602,55.135875 q -3.52,3.52 -3.84,3.712 -1.6,1.472 -3.392,0 -0.384,-0.192 -3.84,-3.84 l -4.48,0.256 -3.968,4.352 27.84,0 -4.032,-4.16 -4.288,-0.32 z m 6.016,-5.056 q -0.96,-0.576 -1.856,-1.024 -0.896,-0.448 -1.536,-0.832 -1.28,-0.576 -4.096,-0.768 -2.752,-0.192 -3.776,-0.256 -0.96,0.064 -3.392,0.384 -2.368,0.32 -5.376,1.216 -3.136,1.152 -3.84,1.536 l 2.048,2.048 4.736,-0.32 3.84,-4.032 q 1.728,-1.6 3.392,0 l 4.032,4.032 3.904,0.32 1.92,-2.304 z m -25.408,2.88 -0.32,2.496 1.728,-1.408 -1.408,-1.088 z m 0,-5.184 q 0.704,-0.384 1.728,-0.768 1.024,-0.448 2.752,-0.96 2.304,-0.768 4.352,-1.152 2.112,-0.384 3.648,-0.512 l -0.128,-11.392 q -1.152,-5.952 -2.56,-11.2 -1.408,-5.248 -3.904,-6.016 -2.88,-0.768 -6.72,-0.448 -3.776,0.32 -4.992,0.896 -1.344,0.704 -3.3920004,2.624 -1.984,1.856 -2.752,4.16 -0.832,2.432 -1.088,4.352 -0.192,1.92 -0.32,3.136 0,2.496 1.088,7.104 0.64,2.304 1.728,3.968 1.152,1.664 3.3280004,3.392 1.92,1.664 3.712,2.176 1.792,0.448 3.52,0.64 z m 13.888,-21.44 q 0.576,-2.688 1.216,-5.12 0.704,-2.496 1.664,-4.416 0,-0.64 -0.576,-1.792 -0.512,-0.96 -1.152,-1.792 -0.576,-0.832 -1.024,-1.792 -1.6,2.176 -2.304,3.584 -0.576,1.024 -0.704,1.472 -0.064,0.448 -0.064,0.832 1.728,3.52 2.944,9.024 z m 16.256,24.192 1.28,12.16 -35.584,0 1.408,-12.16 q -1.536,-0.32 -3.072,-0.96 -1.536,-0.704 -3.3920004,-2.112 -2.56,-2.112 -3.904,-4.16 -1.344,-2.048 -2.112,-4.928 -1.216,-4.736 -1.216,-8 0.064,-1.344 0.32,-3.52 0.32,-2.176 1.408,-4.928 0.896,-2.88 3.456,-5.248 2.56,-2.368 4.2240004,-3.072 1.472,-0.768 5.952,-1.216 4.48,-0.448 7.744,0.448 1.536,0.64 1.984,1.216 0.768,-1.344 1.792,-2.816 1.088,-1.536 2.048,-2.88 l 0,-1.088 -2.944,0 0,-3.072 2.944,0 0,-2.88 2.944,0 0,2.88 2.752,0 0,3.072 -2.752,0 0,1.088 q 0.896,1.344 1.856,2.816 1.024,1.408 1.792,2.752 0.448,-0.32 0.896,-0.576 0.512,-0.256 0.96,-0.512 3.328,-0.896 7.744,-0.448 4.48,0.448 6.144,1.216 1.472,0.704 4.032,3.072 2.56,2.368 3.648,5.248 0.896,2.752 1.216,4.928 0.32,2.176 0.32,3.52 0.128,3.2 -1.216,8 -0.768,2.88 -2.112,4.928 -1.28,2.048 -3.904,4.16 -1.92,1.536 -3.52,2.24 -1.6,0.64 -3.136,0.832 z m -16.128,-0.32 -3.2,3.264 3.2,3.2 3.072,-3.2 -3.072,-3.264 z m 13.248,2.304 -1.536,1.216 1.856,1.728 -0.32,-2.944 z m -12.032,-8.128 q 1.6,0 4.16,0.256 2.56,0.256 3.84,0.832 0.896,0.448 2.048,1.024 1.152,0.576 2.304,1.28 1.728,-0.128 3.456,-0.576 1.792,-0.512 3.904,-2.24 3.904,-3.264 4.928,-7.36 1.216,-4.544 1.088,-7.104 0,-1.216 -0.256,-3.136 -0.256,-1.92 -1.152,-4.352 -0.832,-2.304 -2.88,-4.16 -2.048,-1.92 -3.264,-2.624 -1.344,-0.576 -4.992,-0.896 -3.648,-0.32 -6.528,0.448 -2.56,0.768 -3.968,6.016 -1.344,5.248 -2.496,11.2 l -0.192,11.392 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3095"
d="m 19.970648,57.554545 c 1.036144,-1.125 1.952603,-2.095729 2.036577,-2.157177 0.08397,-0.06145 1.106701,-0.156707 2.272727,-0.211686 L 26.4,55.085719 l 2,1.95908 c 1.1,1.077494 2.202296,2.093207 2.449547,2.25714 C 31.270317,59.580921 30.876227,59.6 24.692922,59.6 l -6.606171,0 1.883897,-2.045455 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3097"
d="m 18.005193,54.587697 c 0.06494,-0.393234 0.118978,-0.903224 0.120079,-1.133314 l 0.002,-0.418343 0.639029,0.487411 c 0.706948,0.539215 0.674935,0.672583 -0.333869,1.390915 l -0.545317,0.3883 0.118077,-0.714969 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3099"
d="m 30.532353,55.005297 -1.495982,-1.503795 1.590905,-1.58121 1.590906,-1.58121 1.48684,1.60211 1.48684,1.602111 -1.490638,1.482894 c -0.819851,0.815592 -1.531644,1.482894 -1.581763,1.482894 -0.05012,0 -0.764318,-0.676708 -1.587108,-1.503794 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3101"
d="m 33.330026,59.207964 c 0.288486,-0.21562 1.346567,-1.199898 2.351291,-2.187284 l 1.826771,-1.795249 2.08232,0.122935 2.082319,0.122935 1.788216,1.746168 c 0.983518,0.960392 1.865942,1.889349 1.960942,2.064349 C 45.58489,59.582091 45.234698,59.6 39.200059,59.6 l -6.394553,0 0.52452,-0.392036 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3103"
d="m 44.717012,54.459825 -0.751217,-0.768916 0.702493,-0.50129 0.702492,-0.50129 0.127583,1.191348 c 0.07017,0.655241 0.0921,1.226833 0.04873,1.270205 -0.04337,0.04337 -0.416906,-0.267154 -0.830076,-0.690057 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3105"
d="m 39.078907,52.152383 -1.321092,-0.121563 -2.35833,-2.333464 -2.358329,-2.333464 2.133967,0.122515 c 2.925146,0.167937 4.309573,0.496903 6.176375,1.467622 0.876676,0.455864 1.709121,0.902766 1.849878,0.993116 0.20348,0.130611 0.07308,0.389188 -0.636363,1.261873 -0.993044,1.221543 -0.85854,1.185145 -3.486106,0.943365 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3107"
d="m 20.696035,51.350874 -0.96427,-0.976399 1.334117,-0.55079 c 1.715062,-0.708063 2.674835,-1.026337 4.501039,-1.492609 1.258,-0.321196 4.606231,-0.908377 5.199408,-0.911822 0.101481,-5.89e-4 -0.839428,1.031706 -2.090909,2.29399 L 26.4,52.008306 24.581818,52.159864 c -2.973457,0.247858 -2.808054,0.282294 -3.885783,-0.80899 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3109"
d="m 16.127273,47.395544 c -0.95,-0.198251 -2.136364,-0.548742 -2.636364,-0.778869 C 11.550019,45.723373 8.4877513,42.926504 7.3268064,40.9868 6.1862786,39.081211 5.1471963,35.106075 4.9206658,31.781818 4.7315923,29.00723 5.6247446,24.039664 6.6964809,21.905026 c 0.878248,-1.749255 3.2349618,-4.170118 5.1836661,-5.324763 2.02034,-1.197091 8.739374,-1.635152 11.963088,-0.779958 1.129447,0.299622 2.44441,1.756582 3.179881,3.523262 0.663708,1.594297 1.822588,6.037946 2.815649,10.79642 l 0.652144,3.124889 0,5.53296 0,5.532959 -0.681818,0.104516 c -4.101975,0.628794 -8.747909,1.889027 -10.812138,2.932847 -0.471675,0.238513 -0.921675,0.427851 -1,0.420751 -0.07832,-0.0071 -0.91968,-0.175114 -1.86968,-0.373365 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3111"
d="m 43.945455,46.753693 c -2.915734,-1.645437 -4.439482,-2.060602 -8.581804,-2.338229 l -1.94544,-0.130388 0.101614,-5.66072 0.101613,-5.66072 0.712087,-3.359758 c 1.957825,-9.237373 3.092854,-12.29233 4.962805,-13.357502 0.902666,-0.514181 1.251645,-0.598469 3.408431,-0.823229 1.872396,-0.195123 5.159878,0.01359 7.326419,0.465135 1.61614,0.336832 2.747036,1.085432 4.91704,3.254849 1.844067,1.843568 2.48878,2.965146 3.252738,5.658631 1.222335,4.309592 1.041651,8.943342 -0.532323,13.651749 -0.636226,1.903214 -1.783368,3.688669 -3.392786,5.28066 -2.167658,2.144189 -3.755258,3.118129 -5.830392,3.576754 -2.432994,0.537717 -2.595366,0.517611 -4.500002,-0.557232 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3113"
d="m 31.870011,25.418182 c -0.342248,-1.590076 -1.281857,-4.613752 -1.949252,-6.272727 -0.530106,-1.31771 -0.708714,-1.994641 -0.648869,-2.459245 0.08944,-0.69434 1.219027,-2.829176 2.241896,-4.237006 l 0.637967,-0.878068 0.59062,0.968977 c 0.324841,0.532938 0.841411,1.378069 1.147934,1.878069 1.04591,1.70609 1.07613,2.038093 0.35106,3.856879 -0.589085,1.477676 -1.344674,4.036471 -1.975077,6.688575 l -0.259307,1.090909 -0.136972,-0.636363 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -1,89 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="wn.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3342"
transform="translate(1.8722109,-2.0001561)">
<g
id="text3157"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3340"
d="m 22.975789,37.728156 q -0.384,0.704 0.192,1.28 0.576,0.576 -0.192,1.472 -0.704,1.024 -2.624,2.752 -1.856,1.728 -3.2,2.304 -2.176,1.28 -4.48,0.192 -1.152,-0.576 -2.8799999,-2.24 -1.664,-1.664 -2.304,-2.688 -0.768,-1.024 -0.576,-1.728 0.192,-0.704 0.064,-1.664 0,-0.768 -0.384,-1.088 -0.384,-0.384 0.384,-2.496 0.768,-1.92 3.2639999,-6.336 2.496,-4.416 3.2,-6.528 0.704,-1.92 -0.256,-1.728 -0.896,0.128 -0.512,-0.896 0.384,-1.152 1.408,-3.072 1.024,-1.984 1.856,-2.944 0.896,-0.896 1.856,-0.704 1.024,0.128 1.792,-1.152 0.704,-1.2159997 1.344,-3.7759998 0.704,-2.56 1.472,-4.6719999 0.96,1.9839999 2.048,3.7759999 1.088,1.792 2.24,2.2400001 2.88,-1.0880001 6.912,-0.5120001 5.76,0.7680001 8.512,2.3040001 2.752,1.4719997 6.592,6.2079997 1.472,1.856 2.368,3.968 0.896,2.048 1.6,4.48 0.704,2.432 1.088,5.568 0.448,3.136 0.64,5.632 0,2.688 -0.192,4.992 -0.128,2.24 0,4.544 0,2.304 0,3.776 0,1.408 0.512,3.776 0.32,1.984 1.28,4.416 0.96,2.432 1.792,4.8 l -40.192,0 q -0.832,-1.664 -0.576,-3.648 0,-1.28 0.32,-3.136 0.32,-1.856 1.024,-3.52 0.576,-1.472 1.536,-2.816 0.96,-1.408 2.048,-2.688 2.048,-3.2 3.84,-5.12 1.536,-1.728 3.264,-3.2 1.792,-1.472 3.328,-3.392 1.344,-2.112 1.664,-3.712 0.192,-0.96 -0.064,-2.624 -0.192,-1.728 -0.512,-1.664 -0.256,0.128 -1.024,2.368 -0.768,2.24 -1.472,3.008 -0.704,1.088 -1.536,1.536 -0.768,0.384 -1.344,0.768 -0.768,0.384 -1.216,0.384 -0.384,0 -0.96,0.384 -0.704,0.512 -1.664,1.344 -0.896,0.768 -1.28,1.472 z m 2.624,7.488 -3.84,5.248 8.448,0.64 3.84,-4.032 q 1.92,-1.92 3.904,0 l 4.096,4.16 9.408,-0.64 q 0,-3.264 0.256,-7.744 0.32,-4.544 0.192,-6.976 -0.128,-2.496 -0.512,-5.44 -0.32,-3.008 -1.024,-5.184 -1.28,-4.288 -3.648,-7.424 -1.408,-1.536 -2.624,-2.752 -1.152,-1.216 -2.944,-2.624 -2.112,-0.896 -3.968,-1.6 -1.792,-0.704 -3.904,-0.832 -3.904,-0.4479997 -6.592,0.576 -2.112,-0.7679997 -2.688,-1.6639997 -0.512,-0.896 -0.832,-1.8560001 0,2.7520001 -1.408,4.4799998 -0.704,0.832 -1.984,1.216 -1.216,0.32 -1.984,1.216 -0.832,0.96 -1.664,2.496 -0.768,1.472 -1.152,2.432 -0.192,1.088 0.64,1.088 0.832,-0.064 0.128,1.856 -0.704,1.984 -3.264,6.528 -2.4959999,4.48 -3.1999999,6.4 -0.768,1.984 -0.32,1.92 0.512,-0.064 0.512,0.512 0,0.576 -0.32,1.088 -0.256,0.448 0.32,1.088 0.5759999,0.832 2.1119999,2.304 1.536,1.408 2.368,1.856 0.768,0.448 0.96,0.448 0.192,-0.064 1.152,-0.64 0.768,-0.384 2.56,-1.92 1.792,-1.536 2.368,-2.368 0.704,-0.896 0.064,-1.28 -0.576,-0.448 -0.192,-1.152 0.384,-0.768 1.6,-1.92 1.216,-1.216 1.92,-1.792 0.768,-0.576 1.28,-0.512 0.576,0 1.152,-0.384 0.576,-0.384 1.088,-0.512 0.512,-0.192 1.088,-0.896 0.448,-0.64 1.088,-1.984 0.704,-1.408 1.088,-2.496 0.192,-0.896 0.448,-1.664 0.32,-0.832 0,-1.536 -0.512,-0.768 -2.112,-1.664 -1.6,-0.896 -1.408,-1.28 0.064,-0.32 1.792,-0.32 1.728,0 2.816,0.768 0.768,0.768 1.792,2.496 1.024,1.728 1.408,3.072 1.088,3.2 0.512,5.376 -0.512,2.304 -2.368,4.48 -1.28,1.984 -3.008,3.584 -1.728,1.6 -3.456,3.328 -1.408,1.408 -1.984,2.432 z m -5.056,8.512 q -0.384,1.344 -0.64,3.008 -0.256,1.664 0.32,2.816 l 33.216,0 -1.664,-5.696 -9.728,0.64 -4.096,4.096 q -1.984,1.728 -3.904,0 l -3.968,-4.288 -9.536,-0.576 z m 15.552,-4.352 -3.392,3.392 3.392,3.52 3.392,-3.52 -3.392,-3.392 z m -15.232,-28.288 q 0.64,0.256 1.024,0.32 0.448,0.064 0.32,0.768 0,0.256 -0.576,0.448 -0.512,0.128 -0.96,0.32 -0.448,0.256 -1.088,0.448 -0.576,0.192 -0.768,0.32 -1.088,0.32 -1.536,-0.192 -0.256,-0.256 -0.256,-1.216 0.064,-0.32 0.448,-0.832 0.448,-0.512 0.896,-0.512 1.728,0 2.496,0.128 z m -10.304,14.272 q 0.576,0 1.344,0.192 0.768,0.192 0.96,0.576 0,0.512 -0.832,1.472 -0.832,0.896 -1.216,0.704 0,-0.192 0.128,-0.576 0.128,-0.384 0.064,-0.768 0,-0.96 -0.448,-1.6 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3161"
d="m 20.122773,59.133618 c -0.262017,-0.689155 -0.2163,-2.156839 0.119946,-3.850776 l 0.297546,-1.498976 1.202595,0.09499 c 1.914453,0.15121 6.953413,0.448167 7.654037,0.451069 0.586018,0.0024 0.81423,0.194419 2.730376,2.297032 1.360733,1.493152 2.344883,2.411489 2.818182,2.629723 0.720364,0.332152 0.654259,0.335376 -6.959046,0.339331 L 20.300091,59.6 20.122773,59.133618 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3163"
d="m 37.036364,59.285045 c 0.35,-0.168672 1.659091,-1.301349 2.909091,-2.517062 l 2.272727,-2.210386 4.706696,-0.302405 c 2.588683,-0.166323 4.736691,-0.27241 4.773353,-0.235749 0.05933,0.05933 0.600393,1.839314 1.406163,4.626012 L 53.3804,59.6 44.8902,59.59586 c -8.096484,-0.0039 -8.46069,-0.01836 -7.853836,-0.310815 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3165"
d="m 34.399666,54.508756 -1.631004,-1.638597 1.678021,-1.678021 1.678022,-1.678022 1.629858,1.622307 1.629859,1.622308 -1.505859,1.637305 c -0.828223,0.900518 -1.582817,1.662958 -1.676876,1.694311 -0.09406,0.03135 -0.904968,-0.680363 -1.802021,-1.581591 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3167"
d="m 40.016651,49.136893 c -2.683002,-2.873698 -3.759364,-3.444097 -5.146009,-2.727035 -0.281215,0.145422 -1.444915,1.257082 -2.586,2.470358 l -2.0747,2.205955 -4.086789,-0.312491 c -2.247734,-0.171871 -4.113082,-0.334824 -4.145217,-0.362118 -0.03214,-0.0273 0.941022,-1.427882 2.16257,-3.112413 1.755902,-2.421413 2.93077,-3.786196 5.610418,-6.517331 5.592681,-5.700143 7.127058,-8.299836 6.867947,-11.636363 -0.226406,-2.9154 -2.305629,-7.418979 -4.03376,-8.737089 -0.716915,-0.546817 -2.377046,-0.878607 -3.573086,-0.714109 -1.341252,0.184469 -1.191385,0.575632 0.706157,1.843095 2.029169,1.355384 2.202011,1.679995 1.763856,3.312674 -0.413833,1.542045 -1.370643,3.834427 -2.134354,5.11361 -0.499111,0.835988 -0.804709,1.110884 -1.863266,1.676071 -0.696431,0.371838 -1.470782,0.678962 -1.720782,0.682497 -0.614949,0.0087 -1.309892,0.465471 -2.805244,1.843836 -1.285114,1.184576 -2.285665,2.534447 -2.285665,3.083658 0,0.168177 0.122728,0.407631 0.272728,0.53212 0.715595,0.593891 -2.73e-4,1.656689 -2.548585,3.783731 -0.933298,0.779009 -2.108859,1.640593 -2.612358,1.914631 L 14.86906,43.978431 14.179985,43.623633 C 13.225546,43.132198 10.853602,41.061045 9.9601639,39.938935 9.1802316,38.95938 9.1004037,38.660725 9.4046303,37.860549 c 0.2211798,-0.581747 0.075614,-1.16964 -0.2896099,-1.16964 -0.1432612,0 -0.2604749,-0.12086 -0.2604749,-0.268576 0,-0.794344 1.6466815,-4.285797 4.3752755,-9.276878 1.725999,-3.15716 2.739643,-5.475016 2.776378,-6.348626 0.02632,-0.625927 -0.02778,-0.731464 -0.424381,-0.827927 -0.718986,-0.174873 -0.667322,-0.861308 0.194138,-2.579409 1.493017,-2.977682 2.406124,-3.98552 4.176965,-4.610309 0.432159,-0.152475 1.052345,-0.480573 1.37819,-0.729107 0.711797,-0.542914 1.641203,-2.3876035 1.808619,-3.5897569 l 0.120735,-0.8669527 0.361644,0.6851345 c 0.529099,1.0023777 1.006764,1.4561623 2.054574,1.9518561 0.927934,0.438983 0.942099,0.439927 2.010735,0.133963 0.809022,-0.231633 1.730758,-0.303187 3.712582,-0.288207 3.113793,0.02354 4.189385,0.24419 7.439071,1.526098 1.983236,0.782329 2.482704,1.068552 3.747574,2.147564 2.841351,2.423847 5.345373,5.580194 6.472284,8.158383 2.343098,5.360634 3.115433,11.525434 2.619289,20.907283 -0.152383,2.881507 -0.277322,5.787669 -0.27764,6.458138 l -5.45e-4,1.219033 -0.590909,0.09333 c -0.325,0.05133 -2.022728,0.178324 -3.772728,0.282207 -1.75,0.103886 -3.600125,0.233715 -4.111389,0.288511 l -0.929569,0.09963 -1.978754,-2.119396 -3.3e-5,0 z M 12.104116,37.513153 c 0.936535,-1.01602 0.966759,-1.477684 0.119906,-1.831522 -0.346789,-0.144896 -0.881485,-0.263449 -1.188216,-0.263449 -0.520637,0 -0.543264,0.02696 -0.340549,0.405733 0.119428,0.223154 0.212696,0.8777 0.207263,1.454545 -0.01221,1.296475 0.187012,1.335387 1.201596,0.234693 l 0,0 z m 8.204975,-14.325484 c 1.708707,-0.68872 1.909091,-0.817114 1.909091,-1.22324 0,-0.599678 -0.942852,-0.91602 -2.875601,-0.964808 -1.356521,-0.03424 -1.446807,-0.0113 -1.865858,0.474154 -0.591574,0.685315 -0.609975,1.804984 -0.03627,2.206824 0.567836,0.397728 0.726606,0.370446 2.868635,-0.49293 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,84 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="wp.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3341"
transform="translate(1.999367,-2.0007891)">
<g
id="text3081"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3339"
d="m 20.992633,42.752789 q 1.344,-0.64 2.176,-2.496 0.896,-2.176 1.984,-4.864 1.088,-2.752 2.176,-5.632 -0.256,-0.192 -0.512,-0.32 -0.192,-0.128 -0.256,-0.256 -1.792,-1.984 0,-3.392 0.192,-0.192 0.704,-0.704 0.576,-0.576 1.152,-1.152 -2.24,-1.024 -3.712,-3.136 -1.408,-2.176 -1.408,-4.736 0,-3.52 2.56,-6.1439999 2.624,-2.624 6.08,-2.624 3.52,0 6.016,2.624 2.56,2.6239999 2.56,6.1439999 0,2.56 -1.472,4.736 -1.408,2.112 -3.584,3.136 0.576,0.576 1.088,1.152 0.512,0.512 0.768,0.704 1.6,1.408 0,3.392 -0.128,0.128 -0.384,0.256 -0.192,0.128 -0.384,0.32 1.152,2.88 2.176,5.632 1.024,2.688 1.984,4.864 0.768,1.856 2.112,2.496 1.408,0.576 4.16,2.24 2.752,1.6 3.264,2.944 0.448,1.28 0.576,3.712 0.192,2.432 0.32,5.056 l -38.272,0 q 0,-2.624 0.128,-5.056 0.128,-2.432 0.64,-3.712 0.384,-1.344 3.2,-2.944 2.816,-1.664 4.16,-2.24 z m 10.752,-18.496 q 0,0.128 -1.344,1.536 -1.344,1.344 -1.536,1.536 0.192,0.384 1.472,1.728 1.344,1.28 1.6,1.472 0.192,-0.192 1.472,-1.472 1.344,-1.344 1.728,-1.728 -0.384,-0.192 -1.856,-1.536 -1.408,-1.408 -1.536,-1.536 z m 5.696,-8.32 q 0,-2.304 -1.6,-3.904 -1.6,-1.664 -3.904,-1.664 -2.24,0 -3.904,1.728 -1.664,1.664 -1.664,3.968 0,2.112 1.344,3.648 1.344,1.536 3.264,1.728 0.896,0.576 1.856,0 1.92,-0.192 3.264,-1.728 1.344,-1.536 1.344,-3.776 z m -21.056,32.896 q -0.448,1.984 -0.448,4.8 l 32,0 q 0,-2.304 -0.448,-4.8 -0.384,-0.768 -2.368,-1.664 -1.984,-0.96 -4.032,-1.92 -1.984,-1.024 -3.136,-3.904 -0.96,-1.92 -1.92,-4.288 -0.896,-2.368 -1.792,-4.8 -0.256,0.128 -0.384,0.32 -0.128,0.128 -0.256,0.128 -1.664,2.048 -3.392,0 -0.128,0 -0.256,-0.128 -0.128,-0.192 -0.32,-0.32 -0.96,2.432 -1.92,4.8 -0.896,2.368 -1.792,4.288 -1.152,2.88 -3.2,3.904 -2.048,0.96 -4.032,1.92 -1.984,0.896 -2.304,1.664 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3085"
d="m 15.945455,53.138289 c 0,-1.01786 0.404418,-4.002151 0.589449,-4.349683 0.311571,-0.5852 0.588842,-0.755181 3.891395,-2.385622 2.486621,-1.227622 3.272677,-1.707601 3.885746,-2.372702 0.917297,-0.99515 2.147043,-3.534402 4.014288,-8.288938 l 1.336893,-3.40411 0.459296,0.421681 c 1.368021,1.255985 1.978115,1.312687 3.206063,0.29797 l 0.87727,-0.724934 0.222176,0.58857 c 1.24554,3.299556 2.801309,7.07124 3.533027,8.5652 1.304244,2.662889 1.829817,3.131881 5.529851,4.934544 1.7,0.828242 3.277536,1.706391 3.505636,1.951442 0.429962,0.461914 0.625359,1.357334 0.853251,3.910111 L 47.967473,53.6 l -16.011009,0 -16.011009,0 0,-0.461711 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3087"
d="m 30.371087,28.939557 c -0.734098,-0.763244 -1.334723,-1.4812 -1.334723,-1.59546 0,-0.114259 0.605508,-0.80921 1.345573,-1.544336 1.552828,-1.542465 1.278821,-1.572789 3.337302,0.369328 l 1.27768,1.205452 -1.484076,1.476366 c -0.816241,0.812001 -1.55674,1.476366 -1.645554,1.476366 -0.08881,0 -0.762104,-0.624472 -1.496202,-1.387716 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3089"
d="m 30.1467,21.205187 c -3.729238,-1.157532 -4.89069,-5.877937 -2.200224,-8.942208 1.006805,-1.146688 2.022333,-1.623032 3.662609,-1.717986 1.758226,-0.101782 2.773578,0.234692 3.932887,1.303305 2.058573,1.897526 2.418047,4.973218 0.856915,7.331847 -0.703391,1.062715 -1.760451,1.771251 -3.223615,2.160755 -1.217321,0.324059 -1.602998,0.306777 -3.028572,-0.135713 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -1,134 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="wq.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3351"
transform="translate(1.9843281,-2.3515939)">
<g
id="text2993"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3349"
d="m 19.103672,49.663594 -1.664,5.184 3.648,-3.328 -1.984,-1.856 z m 25.088,0.128 -2.176,1.856 3.264,2.752 -1.088,-4.608 z m -17.728,2.176 -2.752,0.576 -3.392,4.16 22.464,0 q -0.704,-0.64 -3.392,-4.16 l -2.304,-0.448 -3.52,3.52 q -1.792,1.792 -3.52,0 l -3.584,-3.648 z m -9.344,-5.568 q -2.816,-6.08 -5.504,-12.16 -2.6240001,-6.144 -5.2480001,-12.16 -1.408,0.384 -2.304,-0.576 l -1.408,-1.536 q -1.92000003,-1.664 0,-3.584 l 1.408,-1.344 q 1.664,-2.048 3.52,0 l 1.536,1.344 q 1.5360001,1.92 0,3.584 l -0.768,0.768 10.9440001,8.576 -0.96,-13.824 q -0.832,-0.192 -1.408,-0.768 l -1.344,-1.408 q -1.984,-1.792 0,-3.5200003 l 1.344,-1.536 q 1.792,-1.6639999 3.584,0 l 1.536,1.536 q 1.536,1.7280003 0,3.5200003 l -1.536,1.408 6.592,11.264 3.52,-12.928 q 0.192,0 -0.576,-0.32 l -1.408,-1.536 q -1.728,-1.7920003 0,-3.5840002 l 1.408,-1.536 q 1.728,-1.4080001 3.52,0 l 1.408,1.536 q 1.984,1.7919999 0,3.5840002 l -1.408,1.536 q -0.32,0.32 -0.64,0.32 l 3.584,13.056 6.592,-11.072 -1.536,-1.536 q -1.536,-1.856 0,-3.7120003 l 1.408,-1.408 q 1.856,-1.5359999 3.648,0 l 1.408,1.408 q 1.856,1.8560003 0,3.7120003 l -1.408,1.344 -1.216,0.768 -0.768,13.568 11.264,-9.984 -0.96,-0.768 q -1.536,-1.856 0,-3.712 l 1.536,-1.408 q 1.792,-1.664 3.584,0 l 1.344,1.408 q 1.856,1.856 0,3.712 l -1.344,1.344 q -1.088,1.088 -2.368,0.768 l -11.2,26.304 3.072,12.48 -36.928,0 4.48,-12.928 z m 0,-7.36 q 6.592,-3.84 14.912,-3.84 7.552,0 14.336,4.16 l 5.376,-12.352 -9.216,6.848 -0.64,-10.816 -6.336,7.872 -3.648,-10.624 -4.352,10.624 -5.696,-7.872 -0.512,10.816 -9.28,-6.208 5.056,11.392 z m 14.784,8 -3.264,3.2 3.264,3.264 3.072,-3.264 -3.072,-3.2 z m -13.568,-5.056 q 0.32,0.704 0.64,1.344 0.384,0.64 0.576,1.216 2.688,-1.216 5.824,-2.304 3.2,-1.088 6.656,-1.088 3.328,0 5.824,0.832 2.496,0.832 6.336,2.752 l 1.088,-2.624 q -3.456,-1.92 -6.528,-2.88 -3.072,-0.96 -6.72,-0.96 -3.584,0 -7.296,0.96 -3.648,0.896 -6.4,2.752 z m -12.4800001,-24.832 -1.024,1.088 1.024,1.088 1.088,-1.088 -1.088,-1.088 z m 12.9280001,-6.72 -1.088,1.088 1.088,1.024 1.088,-1.024 -1.088,-1.088 z m 13.12,-2.0480003 -1.088,1.088 1.088,1.0880003 0.896,-1.0880003 -0.896,-1.088 z m 12.928,2.1760003 -1.088,1.088 1.088,1.088 1.024,-1.088 -1.024,-1.088 z m 13.376,4.928 -1.088,1.088 1.088,1.088 1.088,-1.088 -1.088,-1.088 z m -15.872,31.872 q -3.008,-1.6 -5.184,-2.432 -2.112,-0.832 -5.12,-0.832 -3.008,0 -5.888,1.088 -2.88,1.024 -5.184,2.176 0.576,0.576 2.304,2.304 l 2.944,-0.64 3.84,-4.16 q 1.728,-1.408 3.52,0 l 4.032,4.16 2.56,0.64 2.176,-2.304 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path2997"
d="m 17.763636,54.210279 c 0,-0.06435 0.298307,-1.081479 0.662903,-2.260293 l 0.662904,-2.143299 0.974098,0.840975 0.974098,0.840975 -1.500638,1.410417 c -1.407982,1.323332 -1.773365,1.593495 -1.773365,1.311225 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path2999"
d="m 20.832342,56.190909 c 0.201407,-0.275 0.936916,-1.194219 1.634464,-2.042709 l 1.268269,-1.542709 1.332462,-0.294405 1.332463,-0.294404 2.288352,2.246204 c 2.101933,2.06322 2.343596,2.246205 2.966498,2.246205 0.978178,0 1.254138,-0.188436 3.472423,-2.371093 l 2,-1.967879 1.1128,0.21494 c 1.098709,0.212219 1.127223,0.233359 2.251912,1.669486 0.626511,0.8 1.38953,1.720455 1.695593,2.045455 l 0.556482,0.590909 -11.138956,0 -11.138956,0 0.366194,-0.5 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3001"
d="m 30.248189,51.816903 -1.606357,-1.618772 1.568413,-1.435429 c 0.862628,-0.789486 1.656755,-1.435429 1.764729,-1.435429 0.107973,0 0.807137,0.671196 1.553698,1.491548 l 1.357383,1.491548 -1.515755,1.562653 -1.515755,1.562654 -1.606356,-1.618773 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3003"
d="m 43.527684,52.904897 -1.41777,-1.213988 0.958133,-0.853576 c 0.526973,-0.469468 1.001334,-0.810701 1.054134,-0.758297 0.151762,0.150623 1.052048,4.067931 0.931502,4.053134 -0.05953,-0.0073 -0.746225,-0.559579 -1.525999,-1.227273 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3005"
d="M 38.706577,49.272611 C 37.58887,48.993509 37.506232,48.929961 35.571614,46.861819 34.478767,45.693545 33.31808,44.606296 32.99231,44.44571 L 32.4,44.153735 l 0.545455,0.0022 c 0.975377,0.0039 3.244991,0.485451 4.454545,0.945057 0.990131,0.376229 4.485207,2.039482 4.702872,2.238023 0.113232,0.103284 -1.873654,2.253503 -2.066508,2.236388 -0.1,-0.0089 -0.698404,-0.145132 -1.329787,-0.302795 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3007"
d="m 22.228579,48.521269 c -0.594282,-0.601468 -1.044282,-1.126221 -1,-1.166118 0.197297,-0.177764 1.391227,-0.724081 3.213539,-1.470449 2.042922,-0.836724 4.203087,-1.447659 5.776064,-1.633579 l 0.909091,-0.107451 -0.545455,0.336414 c -0.3,0.185027 -1.420204,1.275881 -2.489342,2.424118 -1.880167,2.019271 -1.978506,2.095205 -3,2.316466 -0.580862,0.125819 -1.219749,0.265979 -1.419749,0.311469 -0.262665,0.05974 -0.663663,-0.220947 -1.444148,-1.01087 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3009"
d="m 42.036364,43.685836 c -4.423622,-2.1527 -8.08592,-2.90676 -11.986031,-2.467901 -2.559382,0.287994 -4.194472,0.737297 -7.603347,2.089306 l -2.862105,1.135152 -0.548904,-1.172982 c -0.403418,-0.862084 -0.49734,-1.235114 -0.354358,-1.407398 0.309474,-0.372893 3.041132,-1.657022 4.58962,-2.157542 3.731074,-1.205999 8.519806,-1.648681 12.102881,-1.118821 2.694905,0.39852 4.490125,0.973855 7.4351,2.382816 2.286469,1.093914 2.400838,1.174104 2.244747,1.573905 -0.351878,0.901281 -0.916302,2.147763 -0.965687,2.132639 -0.02855,-0.0087 -0.951916,-0.453873 -2.051916,-0.989174 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3011"
d="m 44.218182,38.162665 c -2.176722,-1.125893 -4.582802,-1.986722 -7,-2.504406 -2.204375,-0.472105 -8.861019,-0.47525 -11.090909,-0.0052 -2.448279,0.516042 -5.026423,1.365208 -7.074641,2.330181 -1.041052,0.490469 -1.919116,0.865467 -1.951252,0.833331 -0.127233,-0.127233 -4.787095,-10.736877 -4.737518,-10.786453 0.02917,-0.02917 2.033814,1.266185 4.454769,2.878564 2.420954,1.612379 4.441691,2.891642 4.490525,2.842808 0.04883,-0.04883 0.200958,-2.355503 0.338052,-5.125931 0.137094,-2.770428 0.285606,-5.073484 0.330025,-5.117904 0.04442,-0.04442 1.294812,1.591911 2.778649,3.63629 1.483838,2.044379 2.755034,3.681733 2.824881,3.638565 0.06985,-0.04317 1.060022,-2.366331 2.200388,-5.162584 1.140367,-2.796254 2.125256,-4.987832 2.188642,-4.870174 0.06339,0.117659 0.879218,2.444253 1.81296,5.17021 0.933742,2.725958 1.752803,4.935049 1.820136,4.909091 0.06733,-0.02596 1.441709,-1.683558 3.054171,-3.683558 1.612462,-2 2.995273,-3.658063 3.072915,-3.684584 0.07764,-0.02652 0.271585,2.248542 0.430989,5.055697 0.159403,2.807154 0.335911,5.150003 0.392236,5.20633 0.05633,0.05633 2.044178,-1.337641 4.417445,-3.097706 2.37327,-1.760066 4.35028,-3.164873 4.393359,-3.121794 0.09551,0.09551 -4.926802,11.727962 -5.054913,11.707953 -0.05,-0.0078 -0.990909,-0.479718 -2.090909,-1.048686 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3013"
d="M 5.3430763,18.726382 4.8530577,18.214913 5.3645269,17.724894 5.8759961,17.234876 6.3660145,17.746345 6.8560331,18.257814 6.344564,18.747833 5.8330949,19.237851 5.3430763,18.726382 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3015"
d="m 18.252167,11.999109 -0.490018,-0.511469 0.511469,-0.490018 0.511469,-0.490019 0.490018,0.511469 0.490019,0.51147 -0.511469,0.490018 -0.511469,0.490019 -0.490019,-0.51147 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3017"
d="m 31.339178,9.9950407 -0.48612,-0.5074004 0.512699,-0.4911969 0.512699,-0.4911969 0.412713,0.4393133 c 0.326563,0.3476097 0.373581,0.5124338 0.225244,0.789603 -0.39775,0.7432042 -0.659554,0.8012202 -1.177235,0.2608779 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3019"
d="m 44.34259,12.272022 c -0.500866,-0.533148 -0.497613,-0.696059 0.02367,-1.185783 0.530372,-0.498259 0.525116,-0.498935 0.988008,0.12716 l 0.386293,0.522489 -0.500419,0.479433 -0.50042,0.479432 -0.397136,-0.422731 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3021"
d="m 57.706713,17.090019 -0.490019,-0.51147 0.511469,-0.490018 0.511469,-0.490019 0.490019,0.511469 0.490018,0.51147 -0.511469,0.490018 -0.511469,0.490019 -0.490018,-0.511469 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,99 +0,0 @@
<?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="68"
height="68"
id="svg2985"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="wr.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5"
inkscape:cx="-12.181818"
inkscape:cy="32"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="972"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,4)">
<g
id="g3344"
transform="translate(1.999469,-2.0000548)">
<g
id="text3049"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:Chess-7;-inkscape-font-specification:Chess-7;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
id="path3342"
d="m 46.464531,23.008055 2.432,19.52 2.624,6.016 0,12.928 -39.36,0 0,-12.928 2.624,-6.016 2.432,-19.52 -4.928,-10.752 3.072,-9.7280003 8.64,0 0,8.3200003 3.712,0 0,-8.3200003 8.768,0 0,8.3200003 3.648,0 0,-8.3200003 8.64,0 3.072,9.7280003 -5.376,10.752 z m -31.552,27.2 0,8.64 33.984,0 0,-8.64 -33.984,0 z m 0.768,-2.752 32.32,0 -1.408,-3.392 -29.504,0 -1.408,3.392 z m 17.856,-19.52 4.16,4.16 7.232,0 -0.96,-7.872 -24,0 -1.024,7.872 6.912,0 4.416,-4.16 q 1.408,-1.792 3.264,0 z m -7.36,6.912 -7.552,0 -0.96,6.784 28.352,0 -0.768,-6.784 -7.744,0 -3.968,3.968 q -1.856,1.856 -3.264,0 l -4.096,-3.968 z m -11.136,-22.784 4.672,9.536 24.576,0 4.8,-9.536 -2.176,-6.9120003 -4.16,0 0,8.4480003 -8.896,0 0,-8.4480003 -3.584,0 0,8.4480003 -8.896,0 0,-8.4480003 -4.032,0 -2.304,6.9120003 z m 13.248,21.248 3.52,3.712 3.712,-3.712 -3.712,-3.52 -3.52,3.52 z" />
</g>
<path
inkscape:connector-curvature="0"
id="path3053"
d="m 15.036364,54.6 0,-4.272727 16.909091,0 16.90909,0 0,4.272727 0,4.272727 -16.90909,0 -16.909091,0 0,-4.272727 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3055"
d="m 16.153802,46.463636 c 0.211673,-0.525 0.509254,-1.261363 0.661291,-1.636363 l 0.276431,-0.681818 14.745147,6.75e-4 14.745147,6.76e-4 0.670271,1.635688 0.670271,1.635688 -16.076709,0 -16.076708,0 0.384859,-0.954546 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3057"
d="m 17.763636,41.435064 c 0,-0.09071 0.204546,-1.571039 0.454546,-3.289609 0.25,-1.718571 0.454545,-3.157987 0.454545,-3.198701 0,-0.04071 1.688582,-0.07403 3.752404,-0.07403 l 3.752404,0 2.495192,2.454546 c 2.654991,2.611741 2.909672,2.752747 3.963575,2.194463 0.270034,-0.143045 1.47151,-1.247591 2.669947,-2.454545 l 2.178976,-2.194464 3.866479,0 c 2.971374,0 3.866736,0.05262 3.867596,0.227273 5.45e-4,0.125 0.163749,1.577273 0.362518,3.227273 0.198769,1.65 0.361902,3.061363 0.362518,3.136363 6.15e-4,0.075 -6.339791,0.136364 -14.089791,0.136364 -8.311177,0 -14.090909,-0.06765 -14.090909,-0.164936 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3059"
d="m 30.002288,35.07604 -1.670439,-1.778613 1.710639,-1.703526 1.710638,-1.703525 0.505255,0.440532 c 0.277891,0.242292 1.09873,1.013837 1.824087,1.714543 l 1.318831,1.274012 -1.769965,1.776632 c -0.973481,0.977148 -1.81241,1.772565 -1.864286,1.767595 -0.05188,-0.005 -0.846018,-0.809413 -1.76476,-1.78765 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3061"
d="m 19.096498,31.372727 c 0.05533,-0.325 0.282554,-2.043182 0.504937,-3.818182 l 0.404334,-3.227272 11.969843,0 c 6.583413,0 11.969843,0.04701 11.969843,0.104479 0,0.19941 0.726874,6.171932 0.833674,6.850066 l 0.10738,0.681818 -3.61014,0 -3.610138,0 -1.905843,-1.928561 c -2.384249,-2.412671 -3.135672,-2.98053 -3.944006,-2.98053 -0.664261,0 -0.935649,0.217066 -4.256606,3.40458 l -1.567497,1.504511 -3.498192,0 -3.498193,0 0.100604,-0.590909 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
<path
inkscape:connector-curvature="0"
id="path3063"
d="M 17.425771,16.827273 15.100815,12.054545 16.220373,8.6909091 17.33993,5.3272727 19.369965,5.2758634 21.4,5.2244541 l 0,4.187773 0,4.1877729 4.454545,0 4.454546,0 0,-4.1818182 0,-4.1818182 1.727273,0 1.727272,0 0,4.1818182 0,4.1818182 4.545455,0 4.545454,0 0,-4.1877729 0,-4.187773 2.026051,0.051409 2.026049,0.051409 1.052104,3.34282 1.052106,3.3428199 -2.394742,4.793543 -2.39474,4.793544 -12.235324,0 -12.235323,0 -2.324955,-4.772727 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="black_bishop">
<g id="silhouette_5_">
<path d="M237.8,702.4c-42,0-77.3-14.9-102.2-43c-23-25.9-35.6-62.3-35.6-102.5c0-59.2,41.5-73.3,77.5-79.1l16.4-2.6l-5,15.8
c-6.5,20.5-10.2,42.9-10.2,61.2c0,54,24.4,87.6,63.6,87.6c29.2,0,56.6-23.8,70.7-60.2c-11.8-2.4-21.5-5.2-29.1-8.4
c-13.4-5.6-20.1-13-20.5-21.8l-7-55.7v-0.6c0-9.1,5.6-15.6,12.9-20.5c-1.6-4.3-3.3-8.9-5.1-13.5c-16.6-44.9-37.3-100.9-37.3-143.7
c0-50.4,22.1-95.4,62.4-126.9c10.9-15.3,27.2-32,48.5-49.7c17.8-14.8,38-29.3,56.9-40.9l5.4-3.2l5.4,3.2
c36.1,22.1,82.4,58.6,105.4,90.7c40.3,31.5,62.5,76.4,62.5,126.5c0,43.1-20.7,99.5-37.5,144.7c-1.6,4.4-2.9,8.6-4.4,12.7
c7.2,5,13.3,11.4,13.3,20.5v0.6l-7.6,55.6c-0.6,13.7-17.1,23.7-50,30.3c14.1,36.4,41.5,60.2,70.6,60.2c39.2,0,63.5-33.6,63.5-87.6
c0-18.4-3.7-40.7-10.2-61.2l-5-15.8l16.3,2.6c25.3,4,42.8,10.9,55.2,21.7c15,13.2,22.4,32,22.4,57.3c0,40.2-12.6,76.6-35.6,102.5
c-24.8,28.1-60.3,43-102.2,43c-65.6,0-118.8-45.1-137.8-115.7c-8,0.3-16.2,0.5-24.4,0.5c-8.2,0-16.4-0.2-24.4-0.5
C356.7,657.2,303.3,702.4,237.8,702.4z"/>
<path d="M400,106.5c33.5,20.5,80.6,56.7,103.2,89.2C539.1,223.2,563,264,563,315c0,48.3-28.5,117.6-44.4,161.9l0,0
c9.7,5.4,15.2,10.2,15.2,16.2l-7.2,55.4c0,9.5-21,17.9-53.1,23.1c13.2,44.7,45.9,78.4,84.2,78.4c45.7,0,73.9-38.9,73.9-97.8
c0-20-4-43.3-10.7-64.3c41.5,6.6,68.9,21.9,68.9,68.9c0,75-45.6,135.2-127.5,135.2c-62,0-113.6-43.6-129.9-116.1
c-10.4,0.6-21.2,1-32.4,1c-11.2,0-22-0.3-32.4-1C351.3,648.4,299.6,692,237.6,692c-82,0-127.5-60.3-127.5-135.2
c0-47,27.4-62.4,68.9-68.9c-6.6,21-10.7,44.4-10.7,64.3c0,59,28.1,97.8,73.9,97.8c38.3,0,71.1-33.7,84.2-78.4
c-32.2-5.2-53.1-13.5-53.1-23L266,493c0-5.9,5.5-10.8,15.2-16.2l0,0c-15.8-44.3-44.4-113.3-44.4-161.6c0-51,23.9-92.2,59.7-119.7
C319.4,163.1,366.5,127.1,400,106.5 M400,82.5L389.3,89c-34,20.8-82,57.1-107.6,92.1c-42.1,33.5-65.2,80.9-65.2,134
c0,44.7,21.1,101.6,37.9,147.3c0.9,2.2,1.6,4.3,2.4,6.5c-6,5.7-11.2,13.5-11.2,24.1v1.3l0.2,1.3l7.1,54.8
c0.3,5.7,2.7,13.4,10.6,20.4c4.2,3.8,9.5,6.9,16.4,9.8c5.3,2.3,11.6,4.3,18.6,6.2c-5.2,10.2-11.6,19-18.9,26
c-8,7.7-21,16.7-37.4,16.7c-15.8,0-28.4-6.3-37.6-18.6c-10.3-13.8-15.7-34.1-15.7-58.8c0-17.4,3.6-38.6,9.7-58.1l9.9-31.6
l-32.7,5.2c-37,5.8-86.2,21.5-86.2,89.2c0,21.1,3.2,41,9.5,59.4c6.5,19,16.2,35.7,28.7,49.9c26.9,30.3,64.9,46.4,109.8,46.4
c67.9,0,123.4-44.7,145.5-115.5c5.5,0.1,11.1,0.2,16.8,0.2c5.6,0,11.2-0.1,16.8-0.2c21.9,70.7,77.5,115.5,145.5,115.5
c45,0,82.9-16.1,109.8-46.4c12.5-14.1,22.1-30.9,28.7-49.9c6.3-18.4,9.5-38.3,9.5-59.4c0-67.7-49.1-83.4-86.2-89.2l-32.7-5.2
l9.9,31.6c6.2,19.5,9.7,40.7,9.7,58.1c0,24.6-5.4,44.9-15.7,58.8c-9.2,12.3-21.8,18.6-37.6,18.6c-16.4,0-29.4-9.1-37.4-16.7
c-7.2-7-13.7-15.9-18.9-26c7.1-1.8,13.3-3.9,18.7-6.2c6.8-2.9,12.2-6.2,16.4-9.9c7.9-7.1,10.2-14.7,10.6-20.4l7.1-54.5l0.1-1.3
v-1.4c0-10.6-5.2-18.4-11.1-24c0.6-1.9,1.4-3.9,2.2-5.8c17-46,38-103.4,38-148.3c0-52.9-23.1-100.2-65.2-133.6
C507,165.7,490.4,148.8,469,131c-18.3-15.2-38.9-30-58.1-41.9L400,82.5L400,82.5z"/>
</g>
<g id="bottom_1_">
<path style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="M526.7,548.5l7.2-55.7
c0-19.7-58.9-35.2-133.9-35.2c-75.1,0-133.9,15.7-133.9,35.2l7.2,55.7"/>
<path style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="M273.4,548.5
c0-15.7,56.7-28.4,126.7-28.4c70,0,126.7,12.7,126.7,28.4"/>
</g>
<g id="lappets">
<path id="left_3_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M169.8,491.2c-35.2,6.3-58.5,21.1-58.5,66.2c0,72,38.8,126.7,108.3,126.7c63.3,0,113.9-59.6,114.8-156.2"/>
<path id="right_3_" style="display:none;fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M426.3,526.3c0,80.4,50.4,154.4,113.1,154.4c52.3,0,93.3-43.2,93.3-116.9c0-24.9-5.1-54.1-13.3-80.4"/>
<path id="right_2_3_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M630.1,491.2c35.2,6.3,58.5,21.1,58.5,66.2c0,72-38.8,126.7-108.3,126.7c-63.3,0-113.9-59.6-114.8-156.2"/>
</g>
<path id="top_1_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-miterlimit:10;" d="M518.7,476.2
c15.8-44.7,44.4-113.3,44.4-161.6c0-51-23.9-92.1-59.7-119.7c-22.7-32.4-69.9-69-103.2-89.5c-33.5,20.5-80.6,57.1-103.2,89.5
c-35.9,27.4-59.7,68.6-59.7,119.7c0,48.3,28.6,116.9,44.4,161.6"/>
<g id="cross_3_">
<line style="fill:none;stroke:#F2F2F2;stroke-width:17.28;stroke-miterlimit:10;" x1="398.9" y1="211.2" x2="398.9" y2="395.9"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:17.28;stroke-miterlimit:10;" x1="329.8" y1="301.9" x2="470.2" y2="301.9"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="black_king">
<path id="silhouette" d="M694.7,363.2c-9.7-7.5-22.6-11.2-38-11.2c-0.4,0-1,0-1.4,0c-2.1,0-4.2,0.1-6.5,0.1c-2.7,0-5.6,0.1-8.5,0.1
c3.3-23.7,0.6-41.6-8-55.5c-6.6-10.6-15.9-18.3-27.8-22.9c-9.3-3.7-20.3-5.4-33.6-5.4c-12.2,0-25.2,1.4-38.8,3.2
c-3-14.1-9.3-25.4-18.7-33.5c-9.5-8.3-20.6-12.5-33-12.5c-24.1,0-47.2,16.3-65.9,29.6v-80.7h49.7v-30.2h-49.7V94.6h-30.2v49.7
h-46.4v30.2h46.4v78.9c-18.3-13-40.4-28-63.5-28c-12.4,0-23.5,4.2-33,12.5c-9.4,8.1-15.6,19.3-18.7,33.5
c-13.7-1.8-26.7-3.2-38.9-3.2c-13.3,0-24.3,1.7-33.7,5.4c-11.9,4.6-21.2,12.3-27.8,22.9c-8.6,14-11.3,32-8.1,55.5
c-2.8,0-5.6-0.1-8.2-0.1c-2.5,0-4.9-0.1-7-0.1c-0.4,0-1,0-1.4,0c-15.2,0-28.4,3.9-38.2,11.1c-8.5,6.4-18.6,18.3-18.6,39.4
c0,26.1,18.3,53.8,37.5,83.2c1.9,2.9,3.8,5.8,5.7,8.7l25.6,53.9c-7.6,8.3-11.3,17.3-11.3,26.8v2.2l0.4,2.2l15.7,64.6
c1.1,12.9,10.2,24,27,32.9c12.6,6.7,30.1,12.5,52.1,17.5c43.1,9.7,100.1,15,160.6,15c60,0,116.7-5.3,159.7-14.8
c21.8-4.9,39.3-10.7,52.1-17.3c17.1-8.9,26.5-19.9,27.9-32.6l14.7-65.7l0.6-1.9v-2.1c0-9.4-4-18.1-11.6-26.1l23.8-52.6
c2.5-3.7,4.9-7.5,7.3-11c19.4-29.2,37.8-56.7,37.8-82.7C712.8,381.4,702.9,369.5,694.7,363.2z"/>
<g id="top_3_">
<path id="_x31__5_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M182,371.5c-11.9,0.3-25.9-0.1-37.5-0.3c-21.9-0.3-39.4,8.7-39.4,32.2c0,39.1,60.6,95.7,73.3,146.7"/>
<path id="_x32__5_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M284.1,293.5c-45.6-6.3-83.3-13.8-100.3,13.7c-27,43.6,35.6,150.7,55.1,222.4"/>
<path id="_x33__3_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M398.9,286.8c-24.3-9-67.9-61.7-99.8-33.9c-43.6,37.9,22.9,173.9,38.1,260.5"/>
<path id="_x31__4_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M617.9,371.5c11.9,0.3,25.9-0.1,37.5-0.3c21.9-0.3,39.4,8.7,39.4,32.2c0,39.1-60.6,95.7-73.3,146.7"/>
<path id="_x32__3_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M515.9,293.5c45.6-6.3,83.3-13.8,100.3,13.7c27,43.6-35.6,150.7-55.1,222.4"/>
<path id="_x33__2_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M401.1,286.8c24.3-9,67.9-61.7,99.8-33.9c43.6,37.9-22.9,173.9-38.1,260.5"/>
</g>
<path id="middle_4_" style="stroke:#F2F2F2;stroke-width:12.96;stroke-linecap:round;stroke-miterlimit:10;" d="M177.9,554
c34-23.3,120.6-39.6,222-39.6c102.5,0,190.3,16.3,223.6,40l31.8-78.1c-11.8,13.1-23.7,18.5-33.9,15.3
c-26.9-8.4-26.5-40.6-24.4-66.5c-16.4,29.5-39.3,44.7-63.9,39.5c-24.9-5.3-40-40.5-39-68.6c-17.5,35.6-49.4,54.1-94.1,54.1
c-44.7,0-76.6-18.6-94.1-54.2c1.1,28.1-14,63.3-39,68.6c-24.6,5.2-47.4-10-63.9-39.5c1.9,25.9,2.6,58.5-24.4,66.5
c-9.1,2.7-22.1-3.8-33.9-15.3L177.9,554z"/>
<g id="bottom_5_">
<path style="display:none;fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M621.4,642.2c0,27.4-99.1,49.7-221.4,49.7c-122.3,0-221.4-22.2-221.4-49.7"/>
<path style="fill:none;stroke:#F2F2F2;stroke-width:12.96;stroke-linecap:round;stroke-miterlimit:10;" d="M162.5,575.9
c0-34.3,106.3-61.7,237.4-61.7c131.1,0,237.4,27.3,237.4,61.7"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:12.96;stroke-linecap:round;stroke-miterlimit:10;" x1="162.3" y1="577.7" x2="178.5" y2="642.8"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:12.96;stroke-linecap:round;stroke-miterlimit:10;" x1="637.7" y1="577.7" x2="621.5" y2="642.8"/>
<path style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="M178.6,642.2
c0-27.4,99.1-49.7,221.4-49.7c122.3,0,221.4,22.2,221.4,49.7"/>
</g>
<line id="line_2_" style="fill:none;stroke:#F2F2F2;stroke-width:6.48;stroke-linecap:round;stroke-miterlimit:10;" x1="400" y1="286.8" x2="400" y2="447.7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -1,62 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="800px"
height="800px"
viewBox="0 0 800 800"
style="enable-background:new 0 0 800 800;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="bN.svg"><metadata
id="metadata4314"><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="defs4312" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1039"
id="namedview4310"
showgrid="false"
inkscape:zoom="0.295"
inkscape:cx="-216.94915"
inkscape:cy="400"
inkscape:window-x="0"
inkscape:window-y="20"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" /><g
id="black_knight"
transform="matrix(-1,0,0,1,790.7,0)"><path
d="m 652.9,605.9 c -8,-43 -28.9,-151 -43.3,-212 l 0,-40 -0.5,-1.6 c -13.9,-41.9 -33.6,-85.5 -44.1,-109 -1,-2.2 -1.8,-4 -2.6,-5.7 11.9,-19 15.2,-45.7 18.4,-69.4 1.3,-9.9 2.5,-19.3 4.2,-27.3 l 2.9,-13.7 -14,0.8 c -33.7,1.7 -66.1,22.4 -83.6,51.9 5.9,-21.6 0.9,-49.4 -14.4,-72.1 l -5.8,-8.7 -9.4,4.8 c -27.5,13.9 -41.8,43.2 -42.6,68.7 -10.7,-1.1 -21.2,-1.6 -31.1,-1.6 -16.7,0 -32,1.5 -45.3,4.5 -53,12 -139.4,55 -200.9,99.9 l -4.4,3.2 0,428.3 319.5,0 L 440.7,689 C 374,610.9 338.6,536 338.6,472.1 c 0,-22 3.9,-43.7 11.1,-63.5 -1.4,21.1 1,41.3 7.5,59.1 12.6,34.9 49.1,55.3 70.8,64.7 17.7,16.2 46,51.2 61.3,74 l 25.9,67.4 139.1,-59.3 -1.4,-8.6 z"
id="path4305"
inkscape:connector-curvature="0" /><path
id="nose_2_"
style="fill:#f2f2f2"
d="m 613.3,578.1 c -19.4,-10.9 -33.9,3.8 -22.4,25.2 l 22.4,-25.2 z"
inkscape:connector-curvature="0" /><path
id="eye_2_"
style="fill:#f2f2f2"
d="m 561.7,361.1 c 6.9,9.5 0.6,29.3 -6,34.5 -4.5,-0.6 -14.1,-4.4 -18.6,-8 l -21.5,-24.9 4.5,-3.7 c 8.7,-0.1 30.7,-0.1 41.6,2.1 z"
inkscape:connector-curvature="0" /><path
id="crin_1_"
style="fill:#f2f2f2"
d="m 470.9,200.3 -0.6,-2.9 c -31.1,-5.1 -73,-6 -97.3,-6 -45.7,0 -148,58.8 -209.5,104.1 l 0,55.1 c 45,-43.5 141.2,-118.8 196.3,-135.8 37.2,-11.5 74.1,-15.7 111.1,-14.5 z"
inkscape:connector-curvature="0" /></g></svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="pawn" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="black_pawn">
<path id="base" d="M489.3,418.3L489.3,418.3c0.1-17,12-25.1,65.1-29.9V330h-90.7c32-19.5,52.8-53.5,52.8-92.9
c0-61.9-51.3-110.4-116.7-110.4c-65.4,0-116.7,48.5-116.7,110.4c0,39.4,20.7,73.3,52.8,92.9h-91.4v58.4
c53.7,4.8,65.2,12.9,65.2,29.8c0,60.7-37.6,131.5-115.5,200.1l0.1,64c0,18.6,93.2,32,205.3,32l0,0l0,0c112.1,0,205.4-13.5,205.4-32
l0.1-64C527.2,549.8,489.3,478.9,489.3,418.3z"/>
<path id="middle_9_" style="fill:none;stroke:#F2F2F2;stroke-width:19.44;stroke-linecap:round;stroke-miterlimit:10;" d="
M232.1,627.2c0,13.7,76,25.7,167.6,25.7l0,0c91.5,0,167.4-11,167.4-24.6"/>
<path id="top" style="fill:none;stroke:#F2F2F2;stroke-width:16.2;stroke-linecap:round;stroke-miterlimit:10;" d="M400.9,150.3
c-24-0.2-47.6,8.6-66.3,27.3c-26.7,26.8-32.5,63.2-20,95.3"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="black_queen">
<g id="silhouette_6_">
<path d="M400,704.4c-62,0-120.5-5.5-164.8-15.4c-49.7-11.1-74.2-25.8-75-44.8l-10.2-57.2v-0.9c0-5.4,1.6-13.2,8.6-21.4
c-7.5-43.1-24.6-117.2-44.6-192.2c-18.4-6.9-30.8-24.5-30.8-44.6c0-26.4,21.4-47.7,47.7-47.7s47.7,21.4,47.7,47.7
c0,11.1-3.7,21.5-10.6,29.9c21.1,67.1,46.9,136.7,64.9,175.2l5.3-1.3c-0.5-55.3-9.1-164.3-20.6-261.6c-18.6-8-31-26.6-31-47.1
c0-28.3,23-51.3,51.3-51.3c28.3,0,51.3,23,51.3,51.3c0,13.8-5.4,26.7-15,36.3c17.9,93.5,47.7,211.6,65.3,258.9l5.4-0.3
c8.6-66,19.4-184.5,24.6-294.5c-14.9-9.9-23.8-26.5-23.8-44.5c0-29.8,24.2-54,54-54c29.8,0,54,24.2,54,54c0,18-8.9,34.6-23.5,44.6
c5.2,110.1,16,228.5,24.6,294.5l5.4,0.3c17.6-47.3,47.4-165.3,65.3-258.9c-9.6-9.6-15-22.5-15-36.3c0-28.3,23-51.3,51.3-51.3
c28.3,0,51.3,23,51.3,51.3c0,20.6-12.4,39.1-31,47.1c-11.6,97.3-20.2,206.3-20.6,261.6l5.3,1.3c18-38.4,43.8-108.1,64.9-175.2
c-6.9-8.4-10.6-18.9-10.6-29.9c0-26.4,21.4-47.7,47.7-47.7c26.3,0,47.7,21.4,47.7,47.7c0,20.1-12.4,37.7-30.8,44.6
c-19.9,75.1-37,149.1-44.6,192.2c5.7,6.7,8.6,13.8,8.6,21.3v0.9l-10.3,57.7c-1.2,18.9-25.7,33.5-75,44.6
C520.6,698.9,462.1,704.4,400,704.4z M215,632.7c10.8,7.2,34.9,14.3,66.2,19.1c34.3,5.4,75.4,8.2,118.8,8.2
c98,0,163.9-13.8,184.2-26.9l3.3-2.9c-4.2-4.2-17-11.4-48.7-17.7c-35.3-6.9-84.7-10.7-138.9-10.7c-50.3,0-98.2,3.9-134.6,11
c-33.2,6.5-47.5,13.8-52.6,17.9L215,632.7z"/>
<path d="M400,134.5c24.4,0,44.3,19.9,44.3,44.3c0,17.1-9.6,31.9-23.8,39.2c5.1,114,16.8,242.6,26,309.1l20.4,1.3
c18.1-44.7,51.4-176.8,69.4-272.6c-9.7-7.6-15.9-19.4-15.9-32.7c0-23,18.6-41.6,41.6-41.6s41.6,18.6,41.6,41.6
c0,19-12.7,35-30.2,40c-12.3,102.1-21.8,222-21.5,276.4l20.4,4.9c20.3-41.1,49.7-121.9,70.4-188.9c-7.2-6.9-11.8-16.6-11.8-27.5
c0-21,17-38,38-38s38,17,38,38c0,17.9-12.4,32.9-29.1,36.9c-20.8,78-39.5,158.2-47,203.1c6,5.7,9.4,11.8,9.4,18.1l-10.2,57
l-0.1,0.1c0,28.5-103,51.6-230,51.6c-127.1,0-230-23.4-230-51.5l0,0l-10.2-57.1c0-6.3,3.2-12.5,9.4-18.3
c-7.5-44.9-26.1-125.2-47-203.1c-16.6-4-29.1-19-29.1-36.9c0-21,17-38,38-38c21.1,0,38,17,38,38c0,10.8-4.5,20.6-11.8,27.5
c20.8,67,50.1,147.9,70.4,188.9l20.4-4.9c0.3-54.2-9.2-174.3-21.5-276.4c-17.4-5-30.2-21-30.2-40c0-23,18.6-41.6,41.6-41.6
s41.6,18.6,41.6,41.6c0,13.3-6.3,25.1-15.9,32.7c18,95.8,51.2,227.9,69.4,272.6l20.4-1.3c9.1-66.5,20.8-195,26-309.1
c-14.1-7.5-23.8-22.1-23.8-39.2C355.7,154.4,375.6,134.5,400,134.5 M400,669.8c89.4,0,165-12.1,190.2-28.8l9-7.9
c0-25.6-89.1-41-199-41c-109.9,0-199,18.4-199,41l8.1,7.2C233.3,657.3,309.6,669.8,400,669.8 M400,115.1
c-35.1,0-63.7,28.6-63.7,63.7c0,19.3,8.6,37.3,23.2,49.2c-4.4,92.8-12.9,190.8-20.5,257.8c-17-55.4-39.6-148.1-54.3-223.5
c9.2-10.9,14.4-24.7,14.4-39.3c0-33.7-27.3-61-61-61s-61,27.3-61,61c0,13.5,4.3,26.4,12.6,37.2c5.2,6.7,11.7,12.3,19.1,16.4
c9.1,77.4,16.2,161.5,18.9,219.2c-15.3-37.6-33.2-87.4-48.6-136.3c6.2-9.3,9.6-20.4,9.6-31.6c0-31.6-25.8-57.5-57.5-57.5
c-31.6,0-57.6,25.7-57.6,57.3c0,22.5,12.9,42.2,32.3,51.6c18.7,70.8,34.8,140.2,42.4,182.6c-6.5,9.1-8.1,17.7-8.1,24v1.7l0.3,1.7
l9.9,55.8c0.4,5.7,2.6,13.5,9.7,21.4c4.6,5,10.7,9.4,18.7,13.6c13.1,6.9,31.3,13.1,54.1,18.1c45,10.2,104.3,15.7,167,15.7
c62.9,0,122.1-5.5,167-15.7c22.8-5.1,41-11.2,54.1-18.3c8-4.2,14-8.7,18.7-13.7c4.1-4.5,6.6-9.1,8-13.2l0.3-0.3l0.3-1.8
c0.5-1.9,0.9-3.8,1-5.5l10-56.4l0.3-1.7V586c0-6.2-1.6-14.8-8.1-23.9c7.6-42.4,23.8-111.8,42.4-182.6
c19.4-9.4,32.3-29.3,32.3-51.6c0-31.6-25.8-57.5-57.5-57.5c-31.6,0-57.5,25.8-57.5,57.5c0,11.3,3.3,22.4,9.6,31.6
c-15.4,48.9-33.4,98.7-48.6,136.3c2.7-57.8,9.8-141.8,18.9-219.2c7.3-4.1,13.9-9.6,19.1-16.4c8.2-10.7,12.6-23.5,12.6-37.2
c0-33.7-27.3-61-61-61s-61,27.3-61,61c0,14.6,5.1,28.4,14.4,39.3c-14.7,75.4-37.4,168-54.3,223.5c-7.7-67-16.1-164.9-20.5-257.8
c14.5-11.9,23.1-29.8,23.1-49.1C463.7,143.7,435.1,115.1,400,115.1L400,115.1z M234,631c8.5-3,21.6-6.7,41.3-10
c34.7-6,78.9-9.3,124.7-9.3c48,0,91.2,2.9,125.1,8.4c21.1,3.5,34.3,7.1,42.7,10.4c-9.5,3.6-25.5,8.1-51.5,12.1
c-33.7,5.2-73.9,7.9-116.2,7.9c-42.9,0-83.4-2.8-117.3-8.1C258.8,638.6,243.6,634.3,234,631L234,631z"/>
</g>
<g id="pearls_1_">
<g>
<circle cx="400" cy="112.9" r="25.9"/>
</g>
<g>
<circle cx="225" cy="164.8" r="23"/>
</g>
<g>
<circle cx="113.8" cy="273.8" r="22.4"/>
</g>
<g>
<circle cx="575" cy="164.8" r="23"/>
</g>
<g>
<circle cx="687.3" cy="273.8" r="22.4"/>
</g>
<g id="light">
<line style="fill:none;stroke:#F2F2F2;stroke-width:17.28;stroke-linecap:round;stroke-miterlimit:10;" x1="117.6" y1="287.9" x2="113.1" y2="272.9"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" x1="228.8" y1="180.7" x2="224.4" y2="162.7"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:17.28;stroke-linecap:round;stroke-miterlimit:10;" x1="682.7" y1="287.9" x2="687.3" y2="272.9"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" x1="570.4" y1="180.7" x2="575" y2="162.7"/>
<line style="fill:none;stroke:#F2F2F2;stroke-width:20.52;stroke-linecap:round;stroke-miterlimit:10;" x1="399.5" y1="108.6" x2="399.5" y2="127"/>
</g>
</g>
<g id="light_2_">
<path id="top_7_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="
M263.7,255.8c9.7-7.6,15.9-19.4,15.9-32.7c0-23-18.6-41.6-41.6-41.6s-41.6,18.6-41.6,41.6c0,19,12.7,35,30.2,40
c12.3,102.1,21.8,215.6,21.5,269.9l-20.4,4.9"/>
<path id="top_6_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="
M420.5,218c14.1-7.5,23.8-22.1,23.8-39.2c0-24.4-19.9-44.3-44.3-44.3c-24.4,0-44.3,19.9-44.3,44.3c0,17.1,9.6,31.9,23.8,39.2
c-5.1,114-16.8,236.1-26,302.6l-20.4,1.3"/>
<path id="top_5_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="
M573.3,263c17.4-5,30.2-21,30.2-40c0-23-18.6-41.6-41.6-41.6s-41.6,18.6-41.6,41.6c0,13.3,6.3,25.1,15.9,32.7
c-18,95.8-51.2,221.4-69.4,266.1l-20.4-1.3"/>
<path id="top_4_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="
M677.9,364.8c16.6-4,29.1-19,29.1-36.9c0-21-17-38-38-38s-38,17-38,38c0,10.8,4.5,20.6,11.8,27.5c-20.8,67-50.1,141.4-70.4,182.4
l-20.4-4.9"/>
<path id="top_2_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="
M157.2,355.4c7.2-6.9,11.8-16.6,11.8-27.5c0-21-17-38-38-38c-21.1,0-38,17-38,38c0,17.9,12.4,32.9,29.1,36.9
c20.8,78,39.5,155,47,199.9c-6,5.7-9.4,11.8-9.4,18.1l10.2,60.3c0-28.5,103-51.6,230.1-51.6c127.1,0,230.1,23.1,230.1,51.6
l10.2-60.3c0-6.3-3.2-12.3-9.4-18.1"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="black_rook">
<g id="silhouette_4_">
<path d="M398.3,708.2c-56.2,0-108.6-5.8-148.3-16.5c-44.6-12.1-67.1-28.4-67.1-48.5V582c0-28.3,43.1-46.1,73.2-55.2l7.9-172.5
c-3.2-2.6-5.6-5.3-7.2-8.2l-0.2-0.3L232.3,293c-7-3.5-19-10.7-19-22.2V145.3h73.4v50.8h42.1v-50.2l135,0.1v50.1h42.1v-50.8h74.5
v125.4c0,7.7-4.1,14.4-12.7,19.8L544.1,346l-0.4,0.8c-2.1,3.1-4.9,6-8.4,8.7l7.5,171.1c20.6,6,38,13.5,50.5,21.6
c16.2,10.5,24.3,21.8,24.3,34c0,0.8,0,1.6-0.1,2.5l-0.1,58.8c0,20.2-23,36.5-68.4,48.5C508.6,702.3,455.2,708.2,398.3,708.2z"/>
<path d="M570.6,155v115.7c0,4.5-3.1,9-10.7,13.1l-24.5,57.7c-2.1,3.2-5.5,6.2-10.2,9l8,183.5c46.3,12.5,74.6,30.8,74.6,48.2
c0,0.6,0,1.3-0.1,1.9l-0.1,59.3c0,30.6-93.1,55.4-209.2,55.4c-114.5,0-205.8-24.7-205.8-55.4v-61.2l0,0
c0-17.2,27.4-35.3,72.8-47.8l8.4-184.7c-4-2.6-7.1-5.3-8.7-8.1l-25.6-55.7c-10.2-4.5-16.6-9.6-16.6-15V155h54v50.8h61.6v-50.3
l115.6,0.1v50.2h61.6V155H570.6 M590.1,135.6h-18.9H516h-18.8v19.5v31.2h-23.8v-30.8v-19.2h-19.3l-115-0.1H320v19.3v30.8h-23.8
v-31.2v-19.5h-19.4h-54.1h-19.2v19.5v115.6c0,15.3,12.4,24.4,21.3,29.3l22.8,49.5l0.3,0.8l0.4,0.8c1.5,2.7,3.5,5.2,5.7,7.5
l-7.3,161.1c-18.4,5.9-33.5,12.9-45.4,20.6c-12.9,8.4-28.1,22.6-28.1,41.8v61.2c0,18,13.5,30.6,24.8,37.8
c12,7.7,28.5,14.4,49.4,20c40.4,10.9,94,16.8,151,16.8c57.7,0,112.1-6,153.1-16.8c21.1-5.6,37.9-12.3,50.1-20
c11.6-7.2,25.4-19.8,25.4-37.9l0.1-58.2c0.1-1.1,0.1-2.1,0.1-3c0-8.6-3.1-17.1-9.2-24.9c-4.6-6-11.2-11.9-19.5-17.2
c-12.1-7.8-27.6-14.8-46.4-20.7l-6.9-159.5c2.7-2.5,4.9-5.1,6.7-7.8l1-1.4l0.6-1.5l22.1-52.1c12.1-8.6,14.7-18.8,14.7-26.1V155
v-19.4H590.1z"/>
</g>
<path id="bottom_7_" style="fill:none;stroke:#F2F2F2;stroke-width:16.0507;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="
M606.1,586.6c-8.9,28.4-96.9,50.8-205.4,50.8c-114.5,0-208.3-25.1-208.3-55.6"/>
<path id="middle_5_" style="fill:none;stroke:#F2F2F2;stroke-width:12.96;stroke-linecap:round;stroke-miterlimit:10;" d="
M534.3,541.2c0,19.7-60.9,33.9-134.4,33.9h0.1c-73.4,0-134.4-14.3-134.4-33.9l6.5-190.7"/>
<path id="top_bottom_2_" style="fill:none;stroke:#F2F2F2;stroke-width:10.8;stroke-linecap:round;stroke-miterlimit:10;" d="
M534.6,341.3C525.2,357.9,472.9,370,400,370h0.1c-72.9,0-125.3-12.1-134.7-28.6l-24.5-54.5"/>
<path id="top_13_" style="fill:none;stroke:#F2F2F2;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" d="
M572.8,270.6V154h-57.2v50.8H454v-49.1l-115.6-0.1v49.2h-61.6V154H224v116.6l0,0c0,20.1,81.5,36.4,175.3,36.4
C493,307,572.8,290.8,572.8,270.6L572.8,270.6z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="white_bishop">
<g id="silhouette_1_">
<path style="fill:#FFFFFF;" d="M238.9,701.8c-41.8,0-77-14.8-101.8-42.8c-22.9-25.8-35.5-62.1-35.5-102.2
c0-58.9,41.1-72.9,77.1-78.5l15.6-2.5l-4.8,15c-6.5,20.5-10.2,43-10.2,61.3c0,54.3,24.5,88.1,64.2,88.1
c29.5,0,57.2-24.2,71.4-61.1c-33-6.6-49.5-16.4-50.1-29.9l-7.3-55.7v-0.5c0-9.1,5.9-15.3,13.2-20.3c-1.6-4.4-3.3-9.1-5.1-13.8
c-16.6-44.9-37.3-100.8-37.3-143.6c0-50.2,22.1-95.1,62.3-126.5c22.9-32,69.2-68.5,105.3-90.6l5.1-3.1l5.1,3.1
c36,22,82.3,58.5,105.3,90.7c40.2,31.4,62.3,76.1,62.3,126c0,43-20.7,99.4-37.4,144.6c-1.7,4.5-3.3,9-4.9,13.2
c7.2,5,13.2,11.3,13.2,20.3v0.6l-7.2,55.5c-0.5,13.5-17,23.4-50,29.9c14.1,36.9,41.9,61.1,71.4,61.1c39.5,0,64.2-33.8,64.2-88.1
c0-18.5-3.7-40.8-10.2-61.3l-4.8-15l15.6,2.5c25.2,4,42.6,10.8,54.9,21.6c14.9,13.1,22.2,31.8,22.2,56.9
c0,40.1-12.6,76.4-35.5,102.2c-24.8,28-59.9,42.8-101.8,42.8c-65.4,0-118.6-45.1-137.4-115.8c-8.2,0.3-16.5,0.5-24.8,0.5
c-8.3,0-16.6-0.2-24.8-0.5C357.4,656.7,304.3,701.8,238.9,701.8z"/>
<path d="M401.1,106.4c33.5,20.5,80.6,56.8,103.2,89.3C540.2,223.2,564,264,564,315c0,48.3-28.5,117.6-44.4,161.9l0,0
c9.7,5.4,15.2,10.2,15.2,16.2l-7.2,55.4c0,9.5-21,17.9-53.1,23.1c13.2,44.7,45.9,78.4,84.2,78.4c45.7,0,73.9-38.9,73.9-97.8
c0-20-4-43.3-10.7-64.3c41.5,6.6,68.9,21.9,68.9,68.9c0,75-45.6,135.2-127.5,135.2c-62,0-113.6-43.6-129.9-116.1
c-10.4,0.6-21.2,1-32.4,1c-11.2,0-22-0.3-32.4-1C352.4,648.4,300.6,692,238.6,692c-82,0-127.5-60.3-127.5-135.2
c0-47,27.4-62.4,68.9-68.9c-6.6,21-10.7,44.4-10.7,64.3c0,59,28.1,97.8,73.9,97.8c38.3,0,71.1-33.7,84.2-78.4
c-32.2-5.2-53.1-13.5-53.1-23L267,493c0-5.9,5.5-10.8,15.2-16.2l0,0c-15.8-44.3-44.4-113.3-44.4-161.6c0-51,23.9-92.2,59.7-119.7
C320.5,163.1,367.6,127,401.1,106.4 M401.1,83.6l-10.2,6.3C357,110.6,309.1,147,283.6,182c-41.9,33.3-65,80.5-65,133.3
c0,44.6,21,101.3,37.8,147c0.9,2.5,1.7,4.9,2.6,7.1c-6,5.5-11.3,13.2-11.3,23.7v1.3l0.2,1.3l7.1,54.8c0.3,5.5,2.6,12.9,10.3,19.8
c4.1,3.7,9.4,6.8,16.1,9.7c5.6,2.4,12.2,4.5,19.8,6.5c-5.3,10.7-12,20.1-19.7,27.4c-8.1,7.8-21.3,17.1-38.1,17.1
c-16.1,0-29.1-6.4-38.4-19c-10.4-13.9-15.9-34.6-15.9-59.4c0-17.5,3.6-38.8,9.7-58.4l9.4-29.9l-31,4.9
c-27.1,4.3-46,11.9-59.7,23.9c-17,14.8-25.5,36.4-25.5,64.3c0,21,3.1,40.8,9.5,59.1c6.5,18.9,16.1,35.5,28.5,49.6
c26.7,30.1,64.4,46,109.1,46c67.6,0,123-44.8,144.6-115.5c5.8,0.2,11.7,0.2,17.6,0.2c5.9,0,11.8-0.1,17.6-0.2
c21.7,70.6,77,115.5,144.6,115.5c44.7,0,82.4-15.9,109.1-46c12.4-14,22-30.7,28.5-49.6c6.3-18.3,9.5-38.1,9.5-59.1
c0-27.8-8.5-49.5-25.5-64.3c-13.7-12-32.7-19.7-59.7-23.9l-31-4.9l9.4,29.9c6.2,19.7,9.7,40.9,9.7,58.4c0,24.8-5.5,45.5-15.9,59.4
c-9.4,12.6-22.4,19-38.4,19c-16.8,0-30-9.3-38.1-17.1c-7.7-7.3-14.4-16.7-19.7-27.5c7.6-1.9,14.1-4.1,19.8-6.5
c6.7-2.9,12-6,16.1-9.7c7.7-6.9,9.8-14.3,10.2-19.8l7.1-54.5l0.1-1.3v-1.4c0-10.5-5.3-18.1-11.3-23.7c0.8-2.2,1.6-4.3,2.4-6.5
c17-46,38-103.1,38-148c0-52.6-23-99.7-65-132.8c-11.4-15.7-28-32.6-49.4-50.4c-18.2-15.2-38.8-30-58-41.8L401.1,83.6L401.1,83.6z
"/>
</g>
<g id="bottom_2_">
<path style="fill:none;stroke:#000000;stroke-width:16.9057;stroke-linecap:round;stroke-miterlimit:10;" d="M527.8,548.5
l7.2-55.7c0-19.7-58.9-35.2-133.9-35.2c-75.1,0-133.9,15.7-133.9,35.2l7.2,55.7"/>
<ellipse style="fill:none;stroke:#000000;stroke-width:15.9112;stroke-linecap:round;stroke-miterlimit:10;" cx="401.1" cy="548.5" rx="126.7" ry="28.4"/>
</g>
<g id="legs_3_">
<path id="_x31__8_" style="fill:#FFFFFF;stroke:#000000;stroke-width:18.36;stroke-miterlimit:10;" d="M333.9,527.1
c0,64.4-40.4,121.9-90.5,121.9c-45.7,0-73.9-38.9-73.9-97.8c0-20,4-43.3,10.7-64.3c-41.5,6.6-68.9,21.9-68.9,68.9
c0,75,45.6,135.2,127.5,135.2c74.5,0,134.2-63.2,135.2-163.6"/>
<path id="_x31__2_" style="fill:#FFFFFF;stroke:#000000;stroke-width:18.36;stroke-miterlimit:10;" d="M468.4,527.1
c0,64.4,40.4,121.9,90.5,121.9c45.7,0,73.9-38.9,73.9-97.8c0-20-4-43.3-10.7-64.3c41.5,6.6,68.9,21.9,68.9,68.9
c0,75-45.6,135.2-127.5,135.2c-74.5,0-134.2-63.2-135.2-163.6"/>
<path id="_x32__old_1_" style="display:none;fill:#FFFFFF;stroke:#000000;stroke-width:18.36;stroke-miterlimit:10;" d="
M470.4,527.1c0,62.3,27.5,122.3,84.5,122.3c45.9,0,74.5-36.1,74.5-93.2c0-19.9-1.9-49.1-8.6-70.4c35.7,2.7,58.4,13.3,68.3,37.2
c7.3,18,8.1,54.9-3.8,87.3c-19.5,52.8-64.6,87.3-119.4,87.3c-82.6,0-134.6-69.6-135.5-170.1"/>
</g>
<path id="top_8_" style="fill:none;stroke:#000000;stroke-width:20.52;stroke-miterlimit:10;" d="M519.8,476.2
c15.8-44.7,44.4-113.3,44.4-161.6c0-51-23.9-92.4-59.7-119.9c-22.7-32.4-69.9-69.2-103.2-89.7c-33.5,20.5-80.6,57.2-103.2,89.7
c-35.9,27.4-59.7,68.8-59.7,119.8c0,48.3,28.6,117,44.4,161.7"/>
<g id="cross_5_">
<line style="fill:none;stroke:#000000;stroke-width:19.44;stroke-miterlimit:10;" x1="401.1" y1="211.2" x2="401.1" y2="395.9"/>
<line style="fill:none;stroke:#000000;stroke-width:19.44;stroke-miterlimit:10;" x1="330.9" y1="301.9" x2="471.3" y2="301.9"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="white_king">
<g id="silhouette_7_">
<path style="fill:#FFFFFF;" d="M405.3,700c-59.8,0-116.1-5.3-158.7-14.8c-47.4-10.6-71.1-24.6-72.1-42.8L158.1,576v-1.1
c0-9.1,5.2-18,15.2-26.5c-6.2-21.9-21.6-45.5-36.6-68.4c-18.4-28-35.7-54.4-35.7-77.7c0-25.5,18.4-41.4,47.8-41.4
c0.4,0,0.9,0,1.3,0c2.2,0,4.5,0.1,7,0.1c6,0.1,12.9,0.2,19.3,0.2c-5.4-26.7-3.8-45.9,5-59.9c13.3-21.5,36.9-24,53.6-24
c14.1,0,29.8,2.1,46.4,4.4c1.8-16.3,7.5-28.5,17.2-36.9c7.8-6.8,17-10.3,27-10.3c21.3,0,42.2,14.9,60.8,28c7,5,13.6,9.7,19,12.5
c5.4-2.9,12.1-7.6,19-12.5c18.5-13.1,39.5-28,60.7-28c10.2,0,19.2,3.5,27,10.3c9.6,8.4,15.3,20.5,17.1,36.9
c16.6-2.3,32.3-4.4,46.4-4.4c16.6,0,40.3,2.5,53.6,24c8.6,14,10.3,33.3,4.9,60c6.6,0,13.6-0.1,19.8-0.2c2.3,0,4.4-0.1,6.5-0.1
c0.4,0,0.9,0,1.3,0c29.5,0,47.1,15.4,47.1,41.4c0,23.2-17.6,49.7-36.3,77.7c-15.2,22.8-30.8,46.3-37,68.1
c10.7,8.2,16.1,17.3,16.1,26.8v1.1l-15.8,67.2c-1.6,17.9-25.5,31.9-72.8,42.3C520.7,694.8,464.6,700,405.3,700z"/>
<path d="M325.6,243.8c28.2,0,60.4,33.6,79.8,41.5c19.4-8,51.6-41.5,79.8-41.5c7.3,0,14.5,2.3,21.1,8c10.2,8.9,14.3,22.9,14.6,40.4
c20-2.8,38.8-5.7,55-5.7c20.2,0,36.4,4.5,45.8,19.7s7.9,38,1.2,64.3c2.5,0,5.1,0.1,7.8,0.1c10.3,0,21.7-0.2,30.1-0.3
c0.4,0,0.8,0,1.2,0c21.4,0,37.9,9.2,37.9,32.2c0,39.1-60.9,95.7-73.9,146.7v3.3c10.8,6.9,16.5,14.5,16.5,22.5l-15.6,66.9
c-1.3,27.2-100,49.1-221.5,49.1c-122.3,0-221.5-22.2-221.5-49.7l-16.3-66.3c0-7.9,5.8-15.6,15.6-22.5v-3.6
c-11.9-51-72.8-107.6-72.8-146.7c0-23,17.3-32.2,38.7-32.2c0.4,0,0.8,0,1.2,0c8.5,0.1,20.3,0.4,30.6,0.4c2.6,0,5.1,0,7.5-0.1
c-6.7-26.4-8.1-49.1,1.3-64.3c9.4-15.1,25.5-19.7,45.8-19.7c16.2,0,35,2.9,55,5.7c0.3-17.5,4.4-31.6,14.6-40.4
C311.1,246.1,318.2,243.8,325.6,243.8 M325.6,225.5L325.6,225.5c-12.4,0-23.5,4.2-33,12.5c-9.4,8.1-15.6,19.3-18.7,33.5
c-13.7-1.8-26.7-3.2-38.9-3.2c-13.3,0-24.3,1.7-33.7,5.4c-11.9,4.6-21.2,12.3-27.8,22.9c-8.6,14-11.3,32-8.1,55.5
c-2.8,0-5.6-0.1-8.2-0.1c-2.5,0-4.9-0.1-7-0.1c-0.4,0-1,0-1.4,0c-15.2,0-28.5,3.8-38.2,11c-8.5,6.4-18.8,18.4-18.8,39.4
c0,26,18.1,53.6,37.3,82.7c13.4,20.4,27.3,41.4,34,60.5c-9.2,9.2-13.6,19-13.6,29.4v2.3l0.3,2.2l15.8,64.6
c1.1,12.9,10.2,24,27,32.8c12.6,6.7,30.1,12.5,52.1,17.5c43.1,9.6,100.2,15,160.6,15c60,0,116.7-5.3,159.7-14.8
c21.8-4.9,39.4-10.7,52.1-17.3c17-8.9,26.4-19.8,27.8-32.5l15.1-65.6l0.3-2.1v-2.2c0-10.8-4.8-20.7-14.4-29.8
c6.8-19,20.7-39.9,34.2-60c19.4-29.2,37.8-56.7,37.8-82.7c0-21.1-9.8-33-18.1-39.3c-9.8-7.5-22.6-11.2-38-11.2c-0.4,0-1,0-1.4,0
c-2.1,0-4.2,0.1-6.5,0.1c-2.8,0-5.7,0.1-8.7,0.1c3.3-23.5,0.6-41.6-8-55.5c-6.6-10.6-15.9-18.3-27.8-22.9
c-9.3-3.7-20.3-5.4-33.6-5.4c-12.2,0-25.2,1.4-38.9,3.2c-3.1-14.1-9.3-25.4-18.7-33.5c-9.5-8.3-20.6-12.5-33-12.5
c-24.2,0-47.4,16.4-66.1,29.7c-4.8,3.3-9.6,6.8-13.7,9.4c-4.1-2.6-9-6-13.7-9.4C373,241.9,349.8,225.5,325.6,225.5L325.6,225.5z"
/>
</g>
<g id="top_12_">
<path id="_x31__9_" style="fill:none;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M187.4,370.4c-11.9,0.3-25.9-0.1-37.5-0.3c-21.9-0.3-39.4,8.7-39.4,32.2c0,39.1,60.6,95.7,73.3,146.7"/>
<path id="_x32__7_" style="fill:none;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M289.5,292.4c-45.6-6.3-83.3-13.8-100.3,13.7c-27,43.6,35.6,150.7,55.1,222.4"/>
<path id="_x33__6_" style="fill:none;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M404.3,285.7c-24.3-9-67.9-61.7-99.8-33.9c-43.6,37.9,22.9,173.9,38.1,260.5"/>
<path id="_x31__3_" style="fill:none;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M623.3,370.4c11.9,0.3,25.9-0.1,37.5-0.3c21.9-0.3,39.4,8.7,39.4,32.2c0,39.1-60.6,95.7-73.3,146.7"/>
<path id="_x32__6_" style="fill:none;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M521.3,292.4c45.6-6.3,83.3-13.8,100.3,13.7c27,43.6-35.6,150.7-55.1,222.4"/>
<path id="_x33__5_" style="fill:none;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M406.5,285.7c24.3-9,67.9-61.7,99.8-33.9c43.6,37.9-22.9,173.9-38.1,260.5"/>
<line id="center" style="fill:none;stroke:#000000;stroke-width:15.12;stroke-linecap:round;stroke-miterlimit:10;" x1="405.4" y1="271.7" x2="405.4" y2="456.2"/>
</g>
<path id="middle_2_" style="fill:#FFFFFF;stroke:#000000;stroke-width:18.36;stroke-miterlimit:10;" d="M632.9,552.5l27.8-68.8
c-11.1,14.6-24.8,16.8-33.9,14.3c-27-8-26.5-40.6-24.4-66.5c-16.4,29.5-39.3,44.7-63.9,39.5c-24.9-5.3-40-40.5-39-68.6
c-17.5,35.6-49.4,54.1-94.1,54.1c-44.7,0-76.6-18.5-94.1-54.1c1.1,28.1-14,63.3-39,68.6c-24.6,5.2-47.4-10-63.9-39.5
c1.9,25.9,2.6,58.5-24.4,66.5c-9.1,2.7-22.9,0.3-33.9-14.3l27.8,68.8"/>
<g id="bottom_4_">
<path style="fill:none;stroke:#000000;stroke-width:21.6;stroke-linecap:round;stroke-miterlimit:10;" d="M167.9,574.8
c0-34.3,106.3-61.7,237.4-61.7c131.1,0,237.4,27.3,237.4,61.7"/>
<line style="fill:none;stroke:#000000;stroke-width:21.6;stroke-linecap:round;stroke-miterlimit:10;" x1="167.7" y1="576.7" x2="183.9" y2="641.7"/>
<line style="fill:none;stroke:#000000;stroke-width:21.6;stroke-linecap:round;stroke-miterlimit:10;" x1="643.1" y1="576.7" x2="626.9" y2="641.7"/>
<ellipse style="fill:none;stroke:#000000;stroke-width:21.6;stroke-linecap:round;stroke-miterlimit:10;" cx="405.4" cy="641.1" rx="221.4" ry="49.7"/>
</g>
<g id="cross_1_">
<line id="cross_h_2_" style="fill:none;stroke:#000000;stroke-width:30.24;stroke-miterlimit:10;" x1="404.3" y1="94.6" x2="404.3" y2="283.6"/>
<line id="cross_v_1_" style="fill:none;stroke:#000000;stroke-width:30.24;stroke-miterlimit:10;" x1="342.8" y1="159.4" x2="468" y2="159.4"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="800px"
height="800px"
viewBox="0 0 800 800"
style="enable-background:new 0 0 800 800;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="wN.svg"><metadata
id="metadata4260"><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="defs4258" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1039"
id="namedview4256"
showgrid="false"
inkscape:zoom="1.07625"
inkscape:cx="400"
inkscape:cy="400"
inkscape:window-x="0"
inkscape:window-y="20"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" /><g
id="white_knight"
transform="matrix(-1,0,0,1,794.15431,0)"><path
id="head_3_"
style="fill:#ffffff;stroke:#000000;stroke-width:29.15999985;stroke-linecap:round;stroke-miterlimit:10"
d="m 148.9,692.2 0,-411.6 c 57.2,-41.8 142.3,-85.8 196.6,-98.1 42.6,-9.7 101.3,-2.1 148.6,13.2 13.3,-34.9 48,-58.6 81.5,-60.4 -6.3,29.6 -5.9,74.3 -24.3,97.7 7,16.2 32.1,69.4 48.7,119.3 l 0,39.4 c 13.9,59.1 34.9,166.2 43.4,212.8 L 522.5,656 500.1,597.9 C 484.9,575.2 454.4,537 435,519.7 c -24.4,-10.3 -55.8,-29.4 -66.6,-59.2 -14,-38.4 -6.3,-84.3 10.5,-119.9 -31,30.2 -50,77 -50,127.8 0,68.1 38.1,145.9 104.7,223.7 l -284.7,0 0,0.1 z"
inkscape:connector-curvature="0" /><path
id="nose_3_"
style="stroke:#000000;stroke-width:9.16899967;stroke-miterlimit:10"
d="M 614.4,574.8 C 595,563.9 580.5,578.6 592,600 l 22.4,-25.2 z"
inkscape:connector-curvature="0" /><path
id="eye_3_"
style="stroke:#000000;stroke-width:0.95179999;stroke-miterlimit:10"
d="m 562.7,357.9 c 6.9,9.5 0.6,29.3 -6,34.5 -4.5,-0.6 -14.1,-4.4 -18.6,-8 l -21.5,-24.9 4.5,-3.7 c 8.8,-0.1 30.7,-0.1 41.6,2.1 z"
inkscape:connector-curvature="0" /><path
id="ear_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:23.76000023;stroke-linecap:square;stroke-miterlimit:10"
d="m 474.1,186 c 12.5,-17.9 9.9,-49.7 -7,-75.1 -28.2,14.3 -39.7,47.4 -35.1,70.6"
inkscape:connector-curvature="0" /></g></svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="white_pawn">
<path id="top_10_" style="fill:#FFFFFF;stroke:#000000;stroke-width:30.24;stroke-miterlimit:10;" d="M497.9,240
c0,53.6-44,93.9-98.1,93.9c-54.1,0-98.1-40.3-98.1-93.9c0-53.6,44-93.9,98.1-93.9C454,146.2,497.9,186.5,497.9,240z"/>
<path id="middle_10_" style="fill:#FFFFFF;stroke:#000000;stroke-width:30.24;stroke-miterlimit:10;" d="M526.4,337.6v55.3
c-30.2,3-42.8,12.1-42.8,28c0,56.9,36,123.4,109.1,187.9v60.9c0,17.4-87.5,30.8-192.7,30.8l0,0l0,0c-105.2,0-192.7-13.4-192.7-30.8
l-0.1-60.6c73.1-64.5,108.1-131.1,108.1-188c0-15.9-13.6-25.2-43.8-28.2v-55.3H526.4z"/>
<path id="middle_3_" style="fill:none;stroke:#000000;stroke-width:16.2;stroke-miterlimit:10;" d="M207.2,608
c0,17.4,87.5,30.3,192.7,30.3l0,0c105.2,0,192.6-12.9,192.6-30.2"/>
<line id="line_3_" style="fill:none;stroke:#000000;stroke-width:14.04;stroke-miterlimit:10;" x1="272.6" y1="386.7" x2="525.3" y2="386.7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="white_queen">
<path id="silhouette" style="fill:#FFFFFF;stroke:#000000;stroke-width:20.52;stroke-miterlimit:10;" d="M401.1,704.4
c-62,0-120.5-5.5-164.8-15.4c-49.6-11.1-74.1-25.8-75-44.7l-10.2-54v-0.9c0-5.4,1.6-13.2,8.6-21.4c-8-46.5-25.9-125.2-44.6-195.5
c-18.4-6.9-30.8-24.5-30.8-44.6c0-26.4,21.4-47.7,47.7-47.7s47.7,21.4,47.7,47.7c0,11.1-3.7,21.5-10.6,29.9
c21.1,67.1,46.9,136.7,64.9,175.2l5.3-1.3c-0.5-55.3-9.1-164.3-20.6-261.6c-18.6-8-31-26.6-31-47.1c0-28.3,23-51.3,51.3-51.3
c28.3,0,51.3,23,51.3,51.3c0,13.8-5.4,26.7-15,36.3c17.9,93.5,47.7,211.6,65.3,258.9l5.4-0.3c8.6-66,19.4-184.5,24.6-294.5
c-14.9-10-23.8-26.6-23.8-44.6c0-29.8,24.2-54,54-54c29.8,0,54,24.2,54,54c0,18-8.9,34.6-23.5,44.6c5.2,110.1,16,228.5,24.6,294.5
l5.4,0.3c17.6-47.3,47.4-165.3,65.3-258.9c-9.6-9.6-15-22.5-15-36.3c0-28.3,23-51.3,51.3-51.3s51.3,23,51.3,51.3
c0,20.6-12.4,39.1-31,47.1c-11.6,97.3-20.2,206.3-20.6,261.6l5.3,1.3c18-38.4,43.8-108.1,64.9-175.2c-6.9-8.4-10.6-18.9-10.6-29.9
c0-26.4,21.4-47.7,47.7-47.7s47.7,21.4,47.7,47.7c0,20.1-12.4,37.7-30.8,44.6c-18.7,70.3-36.5,148.9-44.6,195.5
c5.7,6.7,8.6,13.8,8.6,21.3v0.9l-10.3,54.3c-1.2,18.9-25.7,33.5-75,44.6C521.7,698.9,463.2,704.4,401.1,704.4z M211.7,613.7
c1.4,3,13.7,12.4,54.6,20.3c36.5,7,84.2,11,134.6,11c50.3,0,98.2-3.9,134.6-11c40.9-8,53.4-17.3,54.6-20.3
c-1.4-3-13.7-12.4-54.6-20.3c-36.5-7-84.2-11-134.6-11c-50.3,0-98.2,3.9-134.6,11C225.5,601.3,213.2,610.7,211.7,613.7z"/>
<path id="back" style="fill:#FFFFFF;stroke:#000000;stroke-width:16.2;stroke-miterlimit:10;" d="M592.9,607.6
c-41.8,13.8-112.3,23.2-191.8,23.2c-80.4,0-148.9-9.5-190.6-23.5C197,610.8,171,628.4,171,643c0,28.5,103,51.6,230,51.6
c127,0,230-23.1,230-51.6C631.1,628.8,606.6,611.3,592.9,607.6z"/>
<path id="front" style="fill:#FFFFFF;stroke:#000000;stroke-width:17.28;stroke-miterlimit:10;" d="M401.1,591.4
c127.1,0,230.1,23.1,230.1,51.6l10.2-60.3c0-6.3-3.2-12.3-9.4-18.1c7.5-44.9,26.1-121.9,47-199.9c16.6-4,29.1-19,29.1-36.9
c0-21-17-38-38-38c-21.1,0-38,17-38,38c0,10.8,4.5,20.6,11.8,27.5c-20.8,67-50.1,141.4-70.4,182.4l-20.4-4.9
c-0.3-54.2,9.2-167.8,21.5-269.9c17.4-5,30.2-21,30.2-40c0-23-18.6-41.6-41.6-41.6S521.5,200,521.5,223c0,13.3,6.3,25.1,15.9,32.7
c-18,95.8-51.2,221.4-69.4,266.1l-20.4-1.3c-9.1-66.5-20.8-188.6-26-302.6c14.1-7.5,23.8-22.1,23.8-39.2
c0-24.4-19.9-44.3-44.3-44.3c-24.4,0-44.3,19.9-44.3,44.3c0,17.1,9.6,31.9,23.8,39.2c-5.1,114-16.8,236.1-26,302.6l-20.4,1.3
c-18.1-44.7-51.4-170.3-69.4-266.1c9.7-7.6,15.9-19.4,15.9-32.7c0-23-18.6-41.6-41.6-41.6S197.3,200,197.3,223
c0,19,12.7,35,30.2,40C239.8,365,249.3,478.5,249,532.8l-20.4,4.9c-20.3-41.1-49.7-115.5-70.4-182.4c7.2-6.9,11.8-16.6,11.8-27.5
c0-21-17-38-38-38c-21.1,0-38,17-38,38c0,17.9,12.4,32.9,29.1,36.9c20.8,78,39.5,155,47,199.9c-6,5.7-9.4,11.8-9.4,18.1l10.2,60.3
C170.9,614.5,274,591.4,401.1,591.4z"/>
<g id="pearls_2_">
<circle cx="401.1" cy="112.9" r="25.9"/>
<circle cx="226.1" cy="164.8" r="23"/>
<circle cx="114.9" cy="273.8" r="22.4"/>
<circle cx="576" cy="164.8" r="23"/>
<circle cx="688.4" cy="273.8" r="22.4"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="800px" viewBox="0 0 800 800" style="enable-background:new 0 0 800 800;" xml:space="preserve">
<g id="white_rook">
<g id="silhouette_3_">
<path style="fill:#FFFFFF;" d="M400.4,708.3c-57.1,0-110.8-5.8-151.2-16.5c-45.5-12-68.5-28.4-68.5-48.6V582
c0-28.4,44.1-46.2,74.7-55.3l8.1-172.4c-3.2-2.6-5.6-5.3-7.3-8.1l-0.2-0.3l-24.7-52.8c-19.3-9.5-19.3-19-19.3-22.2V145.3h74.5
v50.8h43.2v-50.3l137.2,0.1v50.2H510v-50.8h75.6v125.4c0,7.8-4.2,14.5-13,19.9L548.6,346l-0.4,0.8c-2.1,3.1-5,6-8.5,8.6l7.6,170.9
c21.1,6,38.8,13.5,51.5,21.6c16.5,10.5,24.8,21.9,24.8,34.1c0,0.8,0,1.6-0.1,2.5l-0.1,58.6c0,20.2-23.4,36.6-69.6,48.6
C512.9,702.4,458.3,708.3,400.4,708.3z"/>
<path d="M576,155v115.7c0,4.5-3.2,9-10.9,13.1l-24.9,57.7c-2.2,3.2-5.6,6.2-10.4,9l8.2,183.5c47.2,12.5,76,30.8,76,48.2
c0,0.6,0,1.3-0.1,1.9l-0.1,59.3c0,30.6-95,55.4-213.3,55.4c-116.6,0-210-24.7-210-55.4v-61.2l0,0c0-17.2,28.2-35.3,74.4-47.8
l8.6-184.7c-4.1-2.6-7.2-5.3-8.9-8.1l-26-55.7c-10.4-4.5-16.8-9.6-16.8-15V155H277v50.8h62.6v-50.3l117.7,0.1v50.2H520V155H576
M595.5,135.6h-19h-56.2h-19.9v19.5v31.2h-23.8v-30.8v-19.4h-19.4L339.7,136h-19.7v19.4v30.9h-23.8v-31.2v-19.5h-19.5h-55.2h-19.2
v19.5v115.6c0,15.4,12.5,24.6,21.6,29.5l23.1,49.4l0.3,0.8l0.4,0.8c1.5,2.6,3.5,5.1,5.8,7.5l-7.6,160.8
c-18.7,5.9-34.2,12.9-46.2,20.5c-8.3,5.3-14.9,11.1-19.5,17.1c-6.2,7.9-9.3,16.2-9.3,24.9v61.3c0,18.3,13.9,30.8,25.5,38
c12.2,7.7,29.1,14.4,50.2,20c41.1,10.9,95.7,16.8,153.7,16.8c58.8,0,114-5.9,155.8-16.8c21.4-5.6,38.6-12.3,50.9-19.9
c11.9-7.3,25.9-19.9,25.9-38.1l0.1-58.2c0.1-1.1,0.1-2.1,0.1-3c0-8.7-3.1-17.3-9.4-25.2c-4.8-6-11.4-11.8-19.9-17.2
c-12.3-7.8-28.2-14.7-47.3-20.6l-7-159.1c2.7-2.4,5-5,6.8-7.8l1-1.4l0.6-1.6l22.5-52.1c12.3-8.7,14.9-18.9,14.9-26.4V155.1V135.6
L595.5,135.6z"/>
</g>
<g id="base_2_">
<path id="bottom" style="fill:#FFFFFF;stroke:#000000;stroke-width:18.36;stroke-linecap:round;stroke-miterlimit:10;" d="
M191,581.6v61.6c0,30.6,93.1,55.4,209.6,55.4c118.3,0,213.2-24.8,213.2-55.4l-0.3-61.3"/>
<path id="top" style="fill:#FFFFFF;stroke:#000000;stroke-width:21.6;stroke-miterlimit:10;" d="M613.9,582
c0,30.6-94.5,55.4-211.1,55.4c-116.6,0-211.1-24.8-211.1-55.4s87.5-64,211.1-64C524.4,517.9,613.9,551.3,613.9,582z"/>
</g>
<path id="middle_7_" style="fill:#FFFFFF;stroke:#000000;stroke-width:15.12;stroke-miterlimit:10;" d="M275.8,260.9l-10.5,280.6
c0,19.7,62.1,34.1,136.8,34.1c74.8,0,136.1-14.4,136.1-33.9l-14.9-280.8H275.8L275.8,260.9z"/>
<path id="top_bottom_3_" style="fill:#FFFFFF;stroke:#000000;stroke-width:15.12;stroke-miterlimit:10;" d="M231.3,268.1l33.8,73.1
c9.5,16.5,61.6,28.5,137.6,28.5c76,0,126.4-11.7,137.6-28.5l32.8-73.1"/>
<path id="top_11_" style="fill:#FFFFFF;stroke:#000000;stroke-width:19.44;stroke-linecap:square;stroke-miterlimit:10;" d="
M522,154v50.8h-63.7v-49.1l-116.6-0.1v49.2H278V154h-55.1v116.7c0,20.1,83.1,36.4,178.5,36.4c95.5,0,176.8-16.3,176.8-36.4V154H522
z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,149 +0,0 @@
<?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"
height="100%"
width="100%"
version="1.0"
viewBox="0 0 64 64"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="blackbishop.vers1.svg">
<metadata
id="metadata40">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="749"
inkscape:window-height="480"
id="namedview38"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="32"
inkscape:cy="32"
inkscape:window-x="135"
inkscape:window-y="61"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
transform="translate(0,-16)"
id="g6">
<path
stroke-linejoin="miter"
d="m25.487 24.483c1.2367-2.1063 4.7206-1.6612 5.4991.60980.86725 1.566-.68557 2.8181-1.4023 4.0429.86334.74804 1.7253 1.498 2.5921 2.2466.86280-.86353 1.7255-1.7289 2.5791-2.6047-1.2344-2.0411-1.0582-5.2311 1.7944-5.629 3.3937-.62093 4.4112 3.6427 2.7746 5.9255 3.042 3.825 5.8144 8.0724 6.7563 12.947 1.0639 5.5837-.35292 11.343-2.7639 16.393.07956 2.5038-.1187 5.0045-.51697 7.4768 4.2681-1.6795 9.5183-2.4813 13.577.13848 2.6417 1.7789 2.5061 5.2613 2.1981 8.0579-6.165-3.306-13.412-2.869-20.092-1.766-3.321-3.589-9.672-3.523-13.012.013-6.688-1.181-13.888-1.456-20.112 1.697-.1954-2.831-.3481-6.362 2.3973-8.091 4.0697-2.497 9.2537-1.736 13.477-.017-.434-2.506-.621-5.046-.535-7.587-2.468-4.365-4.631-9.441-3.474-14.547 1.355-5.53 4.967-10.116 8.48-14.457-.428-1.551-1.319-3.365-.216-4.849z"
stroke="#000"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
fill="#fff"
id="path8" />
<path
fill-rule="nonzero"
fill="#000"
d="m25.487 24.483c1.2367-2.1063 4.7206-1.6612 5.4991.60980.86725 1.566-.68557 2.8181-1.4023 4.0429.86334.74804 1.7253 1.498 2.5921 2.2466.86280-.86353 1.7255-1.7289 2.5791-2.6047-1.2344-2.0411-1.0582-5.2311 1.7944-5.629 3.3937-.62093 4.4112 3.6427 2.7746 5.9255 3.042 3.825 5.8144 8.0724 6.7563 12.947 1.0639 5.5837-.35292 11.343-2.7639 16.393.07956 2.5038-.1187 5.0045-.51697 7.4768 4.2681-1.6795 9.5183-2.4813 13.577.13848 2.6417 1.7789 2.5061 5.2613 2.1981 8.0579-6.165-3.306-13.412-2.869-20.092-1.766-3.321-3.589-9.672-3.523-13.012.013-6.688-1.181-13.888-1.456-20.112 1.697-.1954-2.831-.3481-6.362 2.3973-8.091 4.0698-2.4979 9.2538-1.7365 13.477-.01729-.43376-2.5059-.62114-5.0459-.53493-7.587-2.468-4.3654-4.6309-9.4411-3.4734-14.547 1.3544-5.5309 4.966-10.116 8.4799-14.457-.42876-1.551-1.3192-3.3658-.21612-4.8491z"
id="path10" />
<g
fill="#fff"
id="g12">
<path
stroke-linejoin="miter"
d="m32.234 33.193c2.9282-1.5981 5.4117 1.4174 6.7809 3.6532 2.7934 4.5069 5.2038 10.428 2.9606 15.615-2.747-1.974-2.722-5.748-3.854-8.663-.922-4.074-4.532-6.754-5.888-10.605z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
id="path14" />
<path
fill-rule="nonzero"
d="m32.234 33.193c2.9282-1.5981 5.4117 1.4174 6.7809 3.6532 2.7934 4.5069 5.2038 10.428 2.9606 15.615-2.747-1.974-2.722-5.748-3.854-8.663-.922-4.074-4.532-6.754-5.888-10.605z"
id="path16" />
<path
stroke-linejoin="miter"
d="m22.226 56.17c.16947-2.6819 3.2536-2.9726 5.2984-3.3901 3.9761-.46606 8.1554-.60147 12.002.67789.92437.43111 3.3546 1.544 1.6487 2.7324-6.3006-.94867-12.645-.91333-18.949-.02028z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
id="path18" />
<path
fill-rule="nonzero"
d="m22.226 56.17c.16947-2.6819 3.2536-2.9726 5.2984-3.3901 3.9761-.46606 8.1554-.60147 12.002.67789.92437.43111 3.3546 1.544 1.6487 2.7324-6.3006-.94867-12.645-.91333-18.949-.02028z"
id="path20" />
<path
stroke-linejoin="miter"
d="m29.159 57.599c2.0173-.47683 4.1414-.60691 6.0246.44535-1.874.93270-4.6318 1.6278-6.0246-.44535z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
id="path22" />
<path
fill-rule="nonzero"
d="m29.159 57.599c2.0173-.47683 4.1414-.60691 6.0246.44535-1.874.93270-4.6318 1.6278-6.0246-.44535z"
id="path24" />
<path
stroke-linejoin="miter"
d="m23.329 58.991z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
id="path26" />
<path
fill-rule="nonzero"
d="m23.329 58.991z"
id="path28" />
<path
stroke-linejoin="miter"
d="m39.419 59.047z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
id="path30" />
<path
fill-rule="nonzero"
d="m39.419 59.047z"
id="path32" />
<path
stroke-linejoin="miter"
d="m23.062 65.119c-.27242-3.0548 3.1646-3.4455 5.3954-4.0282 4.0798-.60768 8.9055-.65532 12.218 2.1614.0053.51920.01591 1.5576.0212 2.0768-5.8077-1.4857-11.775-.96572-17.634-.21006z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".089633"
id="path34" />
<path
fill-rule="nonzero"
d="m23.062 65.119c-.27242-3.0548 3.1646-3.4455 5.3954-4.0282 4.0798-.60768 8.9055-.65532 12.218 2.1614.0053.51920.01591 1.5576.0212 2.0768-5.8077-1.4857-11.775-.96572-17.634-.21006z"
id="path36" />
</g>
</g>
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.4839219,55.552542 c 0.00978,-3.45009 1.3430733,-5.42349 4.3760757,-6.476992 2.2087684,-0.767206 6.4942944,-0.657126 9.2316584,0.237128 l 2.088266,0.682205 -0.146062,-3.695745 -0.146063,-3.695748 -1.316593,-2.711865 c -1.775224,-3.656534 -2.433134,-6.152866 -2.428593,-9.214888 0.0063,-4.242733 1.710187,-8.089192 6.285119,-14.188351 1.309037,-1.745168 2.326627,-3.356083 2.261312,-3.579811 -0.694928,-2.380399 -0.732108,-2.9387782 -0.261689,-3.9301122 1.175299,-2.4767595 4.502449,-2.2066241 5.507741,0.4471803 0.27449,0.7246079 0.0523,1.3848559 -1.063457,3.1601539 -0.373531,0.59433 -0.331239,0.680628 0.826668,1.686823 0.671187,0.583246 1.347473,1.064089 1.502858,1.06854 0.155388,0.0045 0.811534,-0.530932 1.458105,-1.18974 1.119319,-1.140503 1.16096,-1.239784 0.870023,-2.074365 -0.449006,-1.288014 -0.367084,-3.0098459 0.175045,-3.6791136 1.131317,-1.3966346 2.871973,-1.5733783 4.160125,-0.4224135 0.685814,0.6127738 0.878302,1.0285468 0.983618,2.1245821 0.08744,0.910048 -0.0048,1.625359 -0.277728,2.153386 -0.402318,0.778384 -0.383821,0.824388 1.19014,2.960163 1.865622,2.531542 4.076005,6.68448 4.69098,8.81356 1.438861,4.981417 0.915658,10.904577 -1.455395,16.476472 -0.661809,1.555227 -0.824263,2.322842 -0.828648,3.915444 -0.003,1.089529 -0.119431,2.769619 -0.258736,3.733526 -0.139306,0.963911 -0.227236,1.778612 -0.195398,1.810449 0.03184,0.03184 0.774728,-0.184114 1.650863,-0.479897 6.580909,-2.2217 12.800022,-0.575734 13.967021,3.696548 0.354937,1.299387 0.397817,4.474576 0.06043,4.474576 -0.131395,0 -1.031308,-0.298261 -1.999807,-0.662804 -3.421361,-1.287796 -5.827455,-1.598842 -10.909437,-1.410305 -2.538012,0.09416 -5.102704,0.266937 -5.699314,0.383954 -0.979835,0.192182 -1.223376,0.116065 -2.518124,-0.787021 -0.78836,-0.549879 -2.052775,-1.148372 -2.809814,-1.329982 -2.767076,-0.663811 -6.886955,0.196848 -8.3385,1.741947 -0.553801,0.589494 -0.623599,0.595832 -2.941936,0.267137 -5.543504,-0.785963 -11.836229,-0.331037 -15.7385831,1.137806 -0.9633337,0.362598 -1.7980036,0.659268 -1.8548218,0.659268 -0.056818,0 -0.1006259,-0.945762 -0.09735,-2.101695 z M 40.732203,48.317988 c 0,-1.428082 -0.560149,-1.979686 -2.93776,-2.892941 -3.181556,-1.222059 -9.817487,-0.909793 -13.001841,0.611824 -1.187075,0.567235 -1.958704,1.626831 -1.958704,2.689684 0,0.555772 0.08424,0.579601 1.421774,0.402172 5.091596,-0.675425 12.226899,-0.630031 15.120599,0.09619 0.522034,0.131013 1.040678,0.250699 1.152543,0.265966 0.111864,0.01527 0.203389,-0.512537 0.203389,-1.172897 z M 34.15187,42.650555 c 1.221215,-0.443154 1.202744,-0.797383 -0.06373,-1.222322 -1.093687,-0.366961 -4.569504,-0.312312 -4.958835,0.07797 -0.106539,0.106799 0.148691,0.488882 0.567177,0.849074 0.603415,0.51936 1.052406,0.650628 2.169492,0.634265 0.774732,-0.01134 1.803389,-0.163889 2.2859,-0.338983 z m -2.368819,-2.75903 c 3.057627,0 6.535593,0.06102 7.728813,0.135594 2.11184,0.131989 2.171873,0.118785 2.259081,-0.496941 0.197286,-1.392917 -2.032865,-2.508507 -6.09546,-3.049139 -3.876836,-0.515911 -9.818437,0.09837 -12.034171,1.244173 -0.745623,0.385576 -1.620975,1.627477 -1.620975,2.299748 0,0.206834 0.632913,0.231308 2.101695,0.08126 1.155932,-0.118083 4.60339,-0.214699 7.661017,-0.214699 z m 10.803707,-4.630923 c 0.250405,-0.733898 0.324494,-1.947391 0.238815,-3.911449 -0.138058,-3.164788 -0.825337,-5.488451 -2.566715,-8.677967 -2.295918,-4.205213 -4.153589,-5.969025 -6.279208,-5.961949 -1.792483,0.006 -2.059245,0.240103 -1.572529,1.380202 0.216187,0.506402 1.426834,2.466675 2.690327,4.356164 2.07053,3.096366 2.383686,3.738733 3.172911,6.508474 0.481606,1.690173 1.074517,3.655259 1.317581,4.366859 0.494116,1.446592 1.853104,3.259878 2.326907,3.104775 0.169885,-0.05561 0.472245,-0.57991 0.671911,-1.165109 z"
id="path4168"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,190 +0,0 @@
<?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"
height="100%"
width="100%"
version="1.0"
viewBox="0 0 64 64"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="blackking.vers1.svg">
<metadata
id="metadata50">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="749"
inkscape:window-height="480"
id="namedview48"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="32"
inkscape:cy="32"
inkscape:window-x="218"
inkscape:window-y="47"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
transform="translate(0,-16)"
id="g6">
<path
stroke-linejoin="miter"
d="m24.251 23.212c5.1803-.0034 10.361-.0035 15.543.000028.00073 3.8659-.0012 7.7317-.000504 11.598 3.0216-1.9377 6.4833-3.5925 10.181-3.1705 4.6486.22884 9.001 4.2058 8.9365 8.9979-.05189 6.4587-4.2307 12.079-9.0592 16.001-.29108 4.4114-.52099 8.8265-.77138 13.241-4.122 4.066-10.268 4.083-15.67 4.199-5.039-.058-10.312.187-15.052-1.803-1.454-.735-3.349-1.72-3.425-3.568-.366-4.021-.449-8.063-.747-12.089-4.9104-3.827-8.893-9.555-9.0969-15.94-.12525-4.8497 4.3546-8.797 9.011-9.046 3.6822-.38832 7.133 1.252 10.15 3.1812-.0012-3.8671-.0031-7.7339-.000266-11.601z"
stroke="#000"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
fill="#fff"
id="path8" />
<path
d="m24.247 23.21c-.0028 3.867-.0012 7.7445 0 11.612-3.0171-1.9292-6.4693-3.5821-10.152-3.1938-4.6564.24897-9.1362 4.2068-9.0109 9.0566.20388 6.3846 4.1921 12.097 9.1022 15.923.29804 4.0264.38623 8.0695.75281 12.091.07566 1.8476 1.9684 2.847 3.4219 3.5816 4.74 1.9906 10.017 1.7449 15.056 1.8022 5.4018-.11588 11.55-.13156 15.672-4.1975.25039-4.4141.46173-8.8427.75281-13.254 4.8285-3.9219 9.0275-9.5329 9.0794-15.992.0645-4.7921-4.2939-8.7593-8.9425-8.9881-3.6981-.42192-7.1527 1.2333-10.174 3.1709-.00073-3.8661.00073-7.7456 0-11.612-5.182-.0035-10.378-.0034-15.558 0zm7.414 14.577c1.6991-.14181 3.5643 1.0064 3.6044 2.8288.37721 2.6895-3.3058 4.2914-5.2697 2.6462-1.6987-1.0483-1.6329-3.8839.09125-4.8819.45807-.35819 1.0077-.54585 1.5741-.59312z"
fill-rule="nonzero"
fill="#000"
id="path10" />
<g
fill="#fff"
id="g12">
<path
stroke-linejoin="miter"
d="m26.188 26.652c.60675-.77075 1.2178-1.54 1.8332-2.3079 1.3536 1.1234 2.6804 2.2807 3.9979 3.4505 1.3171-1.1691 2.6454-2.3261 4.0048-3.45.60888.76725 1.2188 1.536 1.8297 2.3062-1.1547 1.0497-2.3132 2.0954-3.4676 3.1403 1.2099 1.1044 2.4189 2.2123 3.6138 3.3383-.47912.55045-1.4374 1.6514-1.9165 2.2018-1.3681-1.1422-2.7182-2.3053-4.0577-3.476-1.349 1.1672-2.7002 2.3297-4.0671 3.472-.47882-.54940-1.4365-1.6482-1.9153-2.1976 1.1896-1.1265 2.3984-2.2344 3.6144-3.3369-1.1614-1.0452-2.3169-2.0913-3.4696-3.1409z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path14" />
<path
d="m26.188 26.652c.60675-.77075 1.2178-1.54 1.8332-2.3079 1.3536 1.1234 2.6804 2.2807 3.9979 3.4505 1.3171-1.1691 2.6454-2.3261 4.0048-3.45.60888.76725 1.2188 1.536 1.8297 2.3062-1.1547 1.0497-2.3132 2.0954-3.4676 3.1403 1.2099 1.1044 2.4189 2.2123 3.6138 3.3383-.47912.55045-1.4374 1.6514-1.9165 2.2018-1.3681-1.1422-2.7182-2.3053-4.0577-3.476-1.349 1.1672-2.7002 2.3297-4.0671 3.472-.47882-.54940-1.4365-1.6482-1.9153-2.1976 1.1896-1.1265 2.3984-2.2344 3.6144-3.3369-1.1614-1.0452-2.3169-2.0913-3.4696-3.1409z"
fill-rule="nonzero"
id="path16" />
<path
stroke-linejoin="miter"
d="m11.969 43.425c.12617-3.6967 4.7438-4.7081 7.5949-3.5035 5.2878 1.6878 7.9041 7.0639 9.7471 11.873 1.8226-.02068 3.6489-.0381 5.4765-.07148 1.7471-4.8299 4.5631-9.9668 9.6856-11.798 2.8366-1.2334 7.4771-.18234 7.5989 3.5044-.15087 4.1228-2.7073 7.6549-5.8075 10.171.76614 1.1028 1.308 2.3076 1.2627 3.6862-4.6805-.98837-9.3308-2.3026-14.147-2.3947-5.7315-.30498-11.315 1.1586-16.854 2.3945-.06131-1.38.46414-2.5865 1.2725-3.6716-3.1263-2.5056-5.7089-6.0467-5.83-10.19z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path18" />
<path
d="m11.969 43.425c.12617-3.6967 4.7438-4.7081 7.5949-3.5035 5.2878 1.6878 7.9041 7.0639 9.7471 11.873 1.8226-.02068 3.6489-.0381 5.4765-.07148 1.7471-4.8299 4.5631-9.9668 9.6856-11.798 2.8366-1.2334 7.4771-.18234 7.5989 3.5044-.15087 4.1228-2.7073 7.6549-5.8075 10.171.76614 1.1028 1.308 2.3076 1.2627 3.6862-4.6805-.98837-9.3308-2.3026-14.147-2.3947-5.7315-.30498-11.315 1.1586-16.854 2.3945-.06131-1.38.46414-2.5865 1.2725-3.6716-3.1263-2.5056-5.7089-6.0467-5.83-10.19z"
fill-rule="nonzero"
id="path20" />
<path
stroke-linejoin="miter"
d="m15.989 45.201c-.21739-1.5777 1.2565-2.2198 2.5729-1.6957 3.8606.96406 5.613 4.9743 7.0888 8.2691-1.5422.25536-3.0846.50107-4.6269.72704-1.792-2.3361-4.0877-4.4426-5.0349-7.3004z"
stroke="#000"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path22" />
</g>
<path
d="m15.989 45.201c-.21739-1.5777 1.2565-2.2198 2.5729-1.6957 3.8606.96406 5.613 4.9743 7.0888 8.2691-1.5422.25536-3.0846.50107-4.6269.72704-1.792-2.3361-4.0877-4.4426-5.0349-7.3004z"
fill-rule="nonzero"
fill="#000"
id="path24" />
<path
stroke-linejoin="miter"
d="m38.389 51.757c1.5118-3.4863 3.4545-8.0172 7.811-8.3992 1.5578-.47071 2.2422 1.4176 1.615 2.5473-1.1408 2.51-3.1375 4.4841-4.8416 6.6085-1.5333-.24001-3.0585-.50374-4.5845-.75654z"
stroke="#000"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
fill="#fff"
id="path26" />
<path
d="m38.389 51.757c1.5118-3.4863 3.4545-8.0172 7.811-8.3992 1.5578-.47071 2.2422 1.4176 1.615 2.5473-1.1408 2.51-3.1375 4.4841-4.8416 6.6085-1.5333-.24001-3.0585-.50374-4.5845-.75654z"
fill-rule="nonzero"
fill="#000"
id="path28" />
<g
fill="#fff"
id="g30">
<path
stroke-linejoin="miter"
d="m29.166 58.43c1.6649-1.0956 3.9704-1.0813 5.6671-.05217 1.5166 3.4202-6.9885 3.4832-5.6671.05217z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path32" />
<path
d="m29.166 58.43c1.6649-1.0956 3.9704-1.0813 5.6671-.05217 1.5166 3.4202-6.9885 3.4832-5.6671.05217z"
fill-rule="nonzero"
id="path34" />
<path
stroke-linejoin="miter"
d="m16.688 62.62c.31620-2.4013 2.7807-2.1975 4.5567-1.972-1.1173 1.4458-2.8044 1.9299-4.5567 1.972z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path36" />
<path
d="m16.688 62.62c.31620-2.4013 2.7807-2.1975 4.5567-1.972-1.1173 1.4458-2.8044 1.9299-4.5567 1.972z"
fill-rule="nonzero"
id="path38" />
<path
stroke-linejoin="miter"
d="m42.913 61.581c1.2712-1.8245 4.4453-1.2977 4.2345 1.231-1.4313-.35228-2.845-.75434-4.2345-1.231z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path40" />
<path
d="m42.913 61.581c1.2712-1.8245 4.4453-1.2977 4.2345 1.231-1.4313-.35228-2.845-.75434-4.2345-1.231z"
fill-rule="nonzero"
id="path42" />
<path
stroke-linejoin="miter"
d="m17.384 66.302c3.7184-2.1643 8.2128-1.91 12.363-2.2221 5.7726-.002 11.866-.23518 17.23 2.2434-.45755.39137-1.3726 1.1741-1.8302 1.5655-7.6695-1.7778-15.774-2.0866-23.504-.52653-1.5942.23278-4.0333 1.4443-4.2596-1.0603z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".091563"
id="path44" />
<path
d="m17.384 66.302c3.7184-2.1643 8.2128-1.91 12.363-2.2221 5.7726-.002 11.866-.23518 17.23 2.2434-.45755.39137-1.3726 1.1741-1.8302 1.5655-7.6695-1.7778-15.774-2.0866-23.504-.52653-1.5942.23278-4.0333 1.4443-4.2596-1.0603z"
fill-rule="nonzero"
id="path46" />
</g>
</g>
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 24.31784,57.659317 C 20.375362,57.104108 17.388214,55.95514 15.950802,54.441047 15.066379,53.50944 14.909011,52.417277 14.551227,44.727772 L 14.359859,40.614869 12.8728,39.331035 C 8.4289611,35.494503 5.2291498,29.305153 5.2114884,24.511868 5.1998777,21.360719 7.4077218,18.234067 10.74648,16.673455 c 1.694143,-0.791881 2.120357,-0.877067 4.338983,-0.867223 2.748235,0.01219 4.451336,0.500455 7.400987,2.121787 0.947128,0.520606 1.778867,0.946557 1.848309,0.946557 0.06944,0 0.126258,-2.623729 0.126258,-5.830508 l 0,-5.8305087 7.59322,0 7.593221,0 0,5.8305087 c 0,3.206779 0.05682,5.830508 0.126259,5.830508 0.06944,0 0.901179,-0.425951 1.848309,-0.946557 3.430668,-1.885733 6.129103,-2.496477 9.002215,-2.037495 2.301077,0.367599 3.719206,1.071672 5.384103,2.673104 2.317023,2.228696 3.093158,4.58324 2.617142,7.939582 -0.59274,4.179368 -2.771458,8.105864 -6.617432,11.925972 l -2.296754,2.281307 -0.373505,6.592708 -0.373502,6.592705 -0.79401,0.641983 c -1.275769,1.031498 -3.345708,1.980333 -5.675368,2.601518 -1.902937,0.507404 -3.052455,0.589023 -9.355932,0.664301 -3.952542,0.0472 -7.922057,-0.01776 -8.821143,-0.144387 z m -1.077162,-6.412865 c 1.925286,-0.387827 3.757791,-0.493316 8.677966,-0.499556 5.429231,-0.0069 6.705492,0.07664 9.851287,0.644754 l 3.613998,0.65267 0.948928,-0.948927 0.948927,-0.948931 -2.136634,-0.706164 c -3.045917,-1.006687 -5.013134,-1.287596 -10.243455,-1.462706 -7.511398,-0.251485 -13.811581,0.392198 -16.750314,1.711363 -0.836615,0.375547 -0.990128,0.561149 -0.848166,1.025469 0.446131,1.459173 1.061211,1.514289 5.937463,0.532028 z m 23.330831,-6.263605 c -0.959758,-0.825551 -2.328461,-0.811454 -3.311485,0.03411 l -0.756659,0.650853 2.029674,0.59319 c 1.11632,0.326257 2.151707,0.624374 2.300859,0.662487 0.149153,0.03811 0.312459,-0.244174 0.362905,-0.627298 0.06447,-0.4897 -0.12124,-0.879769 -0.625294,-1.313337 z m -26.895584,1.105508 c 1.002204,-0.507308 1.802041,-1.17002 1.802041,-1.493098 0,-0.345245 -2.932362,-0.275143 -3.611048,0.08633 -0.772444,0.411406 -1.250933,1.050543 -1.261683,1.68528 -0.0075,0.445166 0.131437,0.486839 1.104588,0.331224 0.612267,-0.0979 1.497013,-0.372285 1.966102,-0.609733 z M 33.829942,44.78493 c 0.962804,-0.402286 1.491859,-1.258446 1.279482,-2.070573 -0.264497,-1.011439 -3.096911,-1.594989 -4.802108,-0.989354 -1.366373,0.485294 -1.716707,1.016676 -1.289068,1.955241 0.608215,1.334888 2.965489,1.876079 4.811694,1.104686 z M 20.463011,40.591319 c 9.101731,-2.00659 13.548761,-2.035935 22.330982,-0.147349 2.401782,0.516494 4.512396,0.939081 4.690256,0.939081 0.432852,0 0.121742,-1.764258 -0.50212,-2.847458 l -0.468567,-0.813559 1.828027,-1.938435 c 2.373424,-2.516774 3.553969,-4.91553 3.7159,-7.550356 0.102099,-1.661287 0.03613,-2.020743 -0.523059,-2.850192 -0.915404,-1.357817 -2.419154,-2.025767 -4.570642,-2.03023 -4.45751,-0.0092 -9.000357,4.105989 -11.592667,10.501465 l -0.740613,1.827168 -2.594657,0.0033 -2.594659,0.0033 -0.889763,-2.155064 c -1.118521,-2.709132 -3.137132,-5.803878 -4.763593,-7.303097 -1.440196,-1.327528 -4.052729,-2.648019 -5.739399,-2.900951 -2.651949,-0.397684 -5.506228,1.074808 -6.058415,3.125472 -0.643984,2.391574 1.070286,6.678724 3.806007,9.518296 l 1.641944,1.704276 -0.556275,1.293093 c -0.600759,1.396502 -0.720007,2.41289 -0.283094,2.41289 0.150249,0 1.889232,-0.356279 3.864407,-0.791732 z m 12.8043,-12.764828 c 2.70604,-1.028835 2.768841,-4.75092 0.09819,-5.819503 -2.044424,-0.818016 -4.003833,0.03851 -4.593962,2.008191 -0.741461,2.474774 1.968519,4.772172 4.495773,3.811312 z m -3.167921,-10.062957 1.949735,-1.653415 1.91631,1.653415 c 1.053968,0.909378 2.021136,1.653415 2.149258,1.653415 0.269169,0 1.905646,-2.002997 1.905646,-2.332449 0,-0.121276 -0.749361,-0.899116 -1.665247,-1.728536 l -1.665251,-1.508034 1.679038,-1.622829 1.679037,-1.622829 -0.885383,-1.1519836 c -0.486959,-0.6335908 -1.011808,-1.1498621 -1.16633,-1.1472695 -0.154522,0.00259 -1.115305,0.7379417 -2.135075,1.634109 L 32.007005,11.566523 30.163817,9.9324141 c -1.013753,-0.8987599 -1.958973,-1.634109 -2.100488,-1.634109 -0.274777,0 -1.975193,2.0067279 -1.975193,2.3310039 0,0.106324 0.743479,0.866126 1.652176,1.68845 l 1.652176,1.495133 -1.793538,1.649486 -1.793537,1.649486 0.977411,1.152543 c 0.537577,0.633898 1.065031,1.152542 1.172121,1.152542 0.10709,0 1.07209,-0.744037 2.144445,-1.653415 z"
id="path4178"
inkscape:connector-curvature="0" />
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 19.159052,34.003417 c -1.772711,-2.195618 -3.104815,-4.427573 -3.104815,-5.20215 0,-0.658805 0.801439,-1.248725 1.696462,-1.248725 2.220101,0 4.766769,2.262054 6.67412,5.928223 l 1.11956,2.151934 -1.716437,0.298905 c -2.76611,0.481697 -2.701711,0.508293 -4.66889,-1.928187 z"
id="path4180"
inkscape:connector-curvature="0" />
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 40.003762,35.909179 -1.406407,-0.256898 0.53938,-1.258321 c 1.395704,-3.256045 3.37323,-5.665241 5.316706,-6.477277 1.231007,-0.514347 2.774861,-0.549455 3.078347,-0.07 0.763134,1.205611 -0.05624,3.022212 -2.949449,6.539064 -1.668794,2.028513 -1.720075,2.045576 -4.578577,1.523435 z"
id="path4182"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,92 +0,0 @@
<?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"
height="100%"
width="100%"
version="1.0"
viewBox="0 0 64 64"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="blackknight.vers1.svg">
<metadata
id="metadata24">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1237"
inkscape:window-height="823"
id="namedview22"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="32"
inkscape:cy="32"
inkscape:window-x="71"
inkscape:window-y="12"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
transform="translate(0,-16)"
id="g6">
<path
stroke-linejoin="miter"
d="m11.698 60.852c.92476.92951 3.2346.95240 4.38.12548.90758-1.1176 2.2293-1.6941 2.5839-3.1742.61739-1.9518-1.9179-3.0837-3.222-1.7012-1.4901 1.4104-4.7594 3.8523-3.7418 4.7499z"
stroke-dashoffset="0"
stroke="#201917"
stroke-linecap="butt"
stroke-miterlimit="4"
stroke-dasharray="none"
stroke-width="1.422"
fill="#fff"
id="path8" />
<path
d="m22.245 29.071c.20597-1.9788.33490-3.9646.43123-5.9517 1.9883 3.0016 4.5019 6.2066 8.3762 6.5823 7.7791 1.1731 15.125 5.6456 19.173 12.475 5.8028 9.5313 6.2665 21.372 3.4977 31.968-10.304-.0066-20.607.01636-30.909-.002-1.2234-.03411-3.4531.06056-3.1456-1.8212.74965-3.9733 3.8055-7.1684 7.2969-9.0242 4.4241-2.6506 5.6409-8.114 5.7011-12.912-2.4746 2.2916-6.6059 4.9362-10.314 4.8586-2.1527 3.4628-2.7729 5.6352-7.3428 6.8119-.61116-.67946.0714-1.5008.93898-3.9147-1.0144 1.0616-2.4963 2.4652-4.6153 3.334-2.1847-1.921-3.3993-4.6283-2.2626-7.8439.93823-1.4112.56631-1.7158 1.8382-2.9077 1.6509-1.547 4.0042-5.2911 4.4821-8.1005.46283-3.1574 2.1843-5.8864 4.0421-8.4033-1.2045-2.7992-1.7214-5.8187-1.6461-8.8587 1.4899 1.2297 2.9285 2.5224 4.4579 3.7095z"
fill-rule="nonzero"
fill="#000"
id="path10" />
<g
fill-rule="nonzero"
fill="#fff"
id="g12">
<path
d="m24.355 28.426c0.787 1.0721 2.0117 2.1759 3.1393 2.9155.0499.98886.58942 2.762-1.0227 2.6898-2.9763.29354-2.5169-3.8142-2.1166-5.6053z"
id="path14" />
<path
d="m32.042 32.324c6.3341-.02973 13.117 6.5315 15.01 9.1944 6.5723 7.9067 6.7916 19.162 5.3087 29.095.32949 1.813-1.6467 1.5827-2.7979 1.9718.11418-8.1758.85073-16.72-2.6863-24.377-3.051-6.365-8.6691-11.317-15.142-14.026.077-.46460.23085-1.3938.30780-1.8584z"
id="path16" />
<path
d="m10.878 55.372c.63170-1.0029 1.9787-.98986 2.9778-1.3707-.64846 1.3215-.95350 3.1954-2.5168 3.7202-.45216-.64066-1.0763-1.6031-.46106-2.3495z"
id="path18" />
<path
d="m20.434 42.99c1.8061-1.3623 3.5718-.51520 5.5015.06248-2.135 1.1951-4.6929 3.3449-6.4036 2.315-.69292-.41714-.11045-1.6138.90214-2.3775z"
id="path20" />
</g>
</g>
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.588524,57.669031 c -0.860485,-0.373535 -0.906548,-0.459583 -0.752891,-1.40646 0.261812,-1.613356 1.729975,-4.2985 3.14415,-5.750381 0.718506,-0.73766 2.175191,-1.903238 3.23708,-2.59017 1.061889,-0.686934 2.375183,-1.700914 2.918432,-2.253291 1.94099,-1.973605 3.584836,-6.657317 3.614566,-10.298763 l 0.0095,-1.158849 -1.381781,1.092235 c -2.6789,2.117548 -6.404678,3.801733 -8.410249,3.801733 -0.622127,0 -0.890892,0.256192 -1.635844,1.559322 -1.206897,2.1112 -2.795761,3.779642 -4.348834,4.566644 -2.219427,1.124667 -2.534792,0.849047 -1.579224,-1.380204 0.756042,-1.763774 0.680454,-1.997632 -0.338983,-1.048748 -1.174416,1.093136 -3.22288,2.54234 -3.578848,2.531889 -0.371301,-0.0109 -1.9296898,-2.085093 -2.3016776,-3.063496 -0.505137,-1.32861 -0.3440746,-3.713651 0.3516816,-5.207764 0.3494421,-0.750416 0.812158,-1.543636 1.028257,-1.762712 2.483923,-2.518145 4.205137,-5.612834 5.075638,-9.125841 0.585047,-2.361024 1.411672,-4.189924 2.921635,-6.464094 l 0.931772,-1.403349 -0.657317,-2.27879 c -0.656186,-2.274871 -1.206142,-6.2109928 -0.867802,-6.2109928 0.0983,0 1.048582,0.7322038 2.111742,1.6271188 1.063159,0.894915 2.022626,1.627118 2.132149,1.627118 0.109523,0 0.287595,-1.247772 0.395716,-2.772827 0.189089,-2.667116 0.213038,-2.7472414 0.628169,-2.1016951 0.806057,1.2534547 3.417491,3.8432811 4.537226,4.4996861 0.613317,0.359535 2.321792,0.908199 3.796611,1.219255 5.033977,1.061719 8.589101,2.622932 12.243688,5.376746 3.435645,2.588837 5.769933,5.545315 7.789779,9.866099 2.635943,5.638711 3.471007,9.538759 3.494286,16.319516 0.0163,4.745866 -0.198652,6.883401 -1.083973,10.779661 l -0.415935,1.830509 -16.046058,-0.0106 C 24.061703,58.06861 21.359049,58.003523 20.588524,57.669041 l 0,-1e-5 z m 31.153849,-1.583268 c 0.621483,-0.283309 0.704065,-0.53472 0.991235,-3.017749 0.472084,-4.081907 0.444128,-11.806889 -0.0531,-14.673169 C 51.610442,32.226472 49.54907,27.929316 45.629067,23.69535 41.742732,19.497749 36.313289,16.332021 32.99173,16.326936 c -0.651729,-0.001 -1.043953,0.144468 -1.152543,0.427447 -0.426633,1.111788 -0.167444,1.440413 2.043132,2.590481 6.530284,3.397427 11.6101,9.028172 13.809875,15.307621 1.327984,3.790842 1.646872,6.344231 1.80035,14.415678 l 0.145616,7.65799 0.713125,-0.165668 c 0.39222,-0.09112 1.018211,-0.304743 1.391092,-0.474722 z M 12.246816,41.20678 c 0.368654,-0.335594 0.92368,-1.203238 1.233391,-1.928098 l 0.56311,-1.317928 -1.014879,0.179477 c -1.191274,0.210671 -2.3327,0.963959 -2.462623,1.625214 -0.108579,0.552624 0.466829,2.051504 0.787556,2.051504 0.12274,0 0.52479,-0.274576 0.893445,-0.610169 z M 23.538983,28.610007 c 2.704142,-1.444056 2.77749,-1.587278 1.07223,-2.093686 -0.793022,-0.235502 -1.755302,-0.427729 -2.1384,-0.427172 -0.757349,0.0011 -2.384219,0.888311 -2.92041,1.592636 -0.548019,0.719863 -0.422856,1.650518 0.257766,1.91664 0.841984,0.329214 1.674816,0.108451 3.728814,-0.988418 z m 3.742373,-10.711702 c 0.178983,-0.178983 0.325424,-0.807521 0.325424,-1.396751 0,-0.960243 -0.170171,-1.230762 -1.641183,-2.608974 -0.902651,-0.845707 -1.683107,-1.468016 -1.734348,-1.382911 -0.119658,0.198739 -0.233512,2.33089 -0.186312,3.489098 0.06712,1.647024 2.223373,2.912584 3.236419,1.899538 z"
id="path4200"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -1,64 +0,0 @@
<?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"
height="100%"
width="100%"
version="1.0"
viewBox="0 0 64 64"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="blackpawn.vers1.svg">
<metadata
id="metadata12">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="749"
inkscape:window-height="480"
id="namedview10"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="32"
inkscape:cy="32"
inkscape:window-x="230"
inkscape:window-y="56"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
transform="translate(0,-16)"
id="g6">
<path
style="text-align:start;"
d="m49.246 74.14h-34.543c-.09595-3.013 1.0747-5.2007 3.5119-6.5632 1.8999-1.0555 4.4714-1.5736 7.7147-1.5544l.17272-2.4468c-1.1898-.65248-1.7848-1.9479-1.7847-3.8861-.000015-2.4372 1.0363-5.5653 3.1089-9.3843v-3.771h-10.392c-.15353-1.1322.14393-2.418.89237-3.8573 1.8931-4.1115 6.8385-4.1826 9.8736-6.736-.40305-.61408-.65251-1.0267-.74844-1.2378-.24948-.51812-.38381-.96910-0.403-1.353-.0384-1.4201.47972-2.6195 1.5545-3.5983 1.0747-.99788 2.3316-1.4968 3.771-1.4969 1.4201.000037 2.6675 0.499 3.7422 1.4969 1.0938.97876 1.6216 2.1782 1.5832 3.5983-.0384 1.2858-.42225 2.1494-1.1514 2.5908.19186.78685 1.3721 1.4681 3.5407 2.0438 4.8744 1.305 7.3116 3.8574 7.3117 7.6571-.00004.38381-.0288.68130-.0864.89237h-10.392v3.771c2.0918 3.819 3.1376 6.9471 3.1377 9.3843-.00003 1.9383-.60454 3.2336-1.8135 3.8861l.17272 2.4468c4.4138-.0384 7.5707.93074 9.4706 2.9074 1.209 1.2666 1.8135 2.773 1.8135 4.5194-.00004.28786-.0192.51814-.0576.69087"
fill="#000"
id="path8" />
</g>
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 14.969492,56.893923 c 0,-0.56988 0.318705,-1.671057 0.712154,-2.460608 1.223438,-2.455118 3.850436,-3.771916 8.440388,-4.230788 l 1.966102,-0.196555 0,-1.295206 c 0,-0.874449 -0.145791,-1.416111 -0.448788,-1.667392 -1.784648,-1.480044 -1.497205,-5.44678 0.742042,-10.240235 0.933867,-1.999088 1.062678,-2.516812 1.062678,-4.271186 l 0,-1.99636 -5.152543,0 -5.152542,0 2.14e-4,-0.881356 c 3.25e-4,-1.290407 1.385287,-4.002857 2.579017,-5.050966 0.570315,-0.500743 2.446905,-1.572948 4.1702,-2.382677 1.723296,-0.809729 3.34176,-1.660921 3.596588,-1.891537 0.436211,-0.394766 0.43276,-0.469426 -0.05898,-1.275874 -0.68696,-1.126612 -0.683084,-3.033558 0.0085,-4.167753 1.1713,-1.921011 3.972021,-2.954157 6.10237,-2.251078 2.792413,0.921579 4.48155,4.145226 3.269773,6.240224 -0.774535,1.339065 -0.783557,1.433523 -0.183333,1.919555 0.325444,0.263529 1.732281,0.859123 3.126304,1.323542 3.056489,1.01827 4.755632,2.049613 5.83769,3.54335 0.810007,1.118181 1.559767,3.749472 1.277771,4.484342 -0.123024,0.320598 -1.070652,0.390228 -5.310798,0.390228 l -5.161053,0 0,1.905075 c 0,1.624821 0.135022,2.173364 0.917831,3.728814 2.018673,4.01112 2.740035,8.341121 1.664751,9.992725 -0.279361,0.429091 -0.677933,0.906626 -0.885714,1.061186 -0.250806,0.186565 -0.348805,0.687891 -0.291564,1.491525 l 0.08622,1.210506 2.461337,0.325152 c 3.425982,0.452586 5.361288,1.23436 6.923826,2.796895 1.274159,1.274159 1.864415,2.580166 1.867561,4.13219 l 0.0015,0.745763 -17.084746,0 -17.084745,0 0,-1.031501 z"
id="path4140"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1,149 +0,0 @@
<?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"
height="100%"
width="100%"
version="1.0"
viewBox="0 0 64 64"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="blackqueen.vers1.svg">
<metadata
id="metadata44">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="749"
inkscape:window-height="480"
id="namedview42"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="32"
inkscape:cy="32"
inkscape:window-x="110"
inkscape:window-y="31"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
transform="translate(0,-16)"
id="g6">
<path
d="m22.322 27.775c-.16354-3.1879 1.1407-3.6123 3.2344-1.1459 1.971 1.8795.22986 2.5492 1.4432 4.7022 1.4676 3.2199 3.0656 6.3788 4.5599 9.5868 1.6187-3.3115 3.3847-6.5507 4.9538-9.8857 1.0778-2.2462.77818-3.5765 3.127-5.1991 2.2728-1.7606.93681-2.7589.78514.13212.25921 2.0698.57618 2.9663.89099 5.1832 1.3273 5.2652 2.5244 10.562 3.7998 15.84 2.4806-1.9125 4.9646-3.8207 7.4294-5.7538.33575-1.5198 1.5449-.06302 3.1215-.97226 2.167-1.6146.17101-2.5317-.32650.11805-.18283 1.8531 1.7682 1.997.38018 2.7379-1.7902 4.2031-3.961 8.2414-5.6251 12.496-.91114 4.8096-1.0257 9.7414-1.6309 14.599-6.444 3.994-14.343 4.274-21.689 3.722-4.016-.274-8.034-1.323-11.363-3.659-.677-4.813-.981-9.684-1.865-14.462-1.603-4.299-3.6957-8.4-5.4232-12.651-1.7311-.706-.8261-2.595-.4272-4.847.26161-3.2197-.11002-2.272.99945.73124.0387.79118 2.3284 1.5439 2.3672 2.3351 2.3043 1.8828 4.6224 3.7486 6.9389 5.6167 2.1495-7.5629 3.3986-13.066 4.32-19.225z"
fill-rule="nonzero"
fill="#000"
id="path8" />
<g
fill="#fff"
id="g10">
<path
stroke-linejoin="miter"
d="m20.903 53.561c8.0738-1.6222 16.822-1.8186 24.622 1.1195 1.5432.32639 1.5363 2.0881 2.0683 3.2539-4.7643-.26967-9.4511-1.4039-14.243-1.3361-5.7691-.26774-11.48.62026-17.171 1.4034-1.4384-3.1483 2.5988-3.7638 4.7243-4.4406z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".092496"
id="path12" />
<path
fill-rule="nonzero"
d="m20.903 53.561c8.0738-1.6222 16.822-1.8186 24.622 1.1195 1.5432.32639 1.5363 2.0881 2.0683 3.2539-4.7643-.26967-9.4511-1.4039-14.243-1.3361-5.7691-.26774-11.48.62026-17.171 1.4034-1.4384-3.1483 2.5988-3.7638 4.7243-4.4406z"
id="path14" />
<path
stroke-linejoin="miter"
d="m29.14 58.916c1.8988-.77806 4.8749-.93556 5.771 1.3565-.84163 3.2957-8.5952 2.0251-5.771-1.3565z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".092496"
id="path16" />
<path
fill-rule="nonzero"
d="m29.14 58.916c1.8988-.77806 4.8749-.93556 5.771 1.3565-.84163 3.2957-8.5952 2.0251-5.771-1.3565z"
id="path18" />
<path
stroke-linejoin="miter"
d="m16.478 62.118c1.4183-.96308 3.0154-.83363 4.5257-.13786-1.3158.55072-4.461 3.0227-4.5257.13786z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".092496"
id="path20" />
<path
fill-rule="nonzero"
d="m16.478 62.118c1.4183-.96308 3.0154-.83363 4.5257-.13786-1.3158.55072-4.461 3.0227-4.5257.13786z"
id="path22" />
<path
stroke-linejoin="miter"
d="m42.378 62.011c1.8997-1.193 3.808-.47688 5.1011 1.1971-1.8479.47047-3.5902-.14153-5.1011-1.1971z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".092496"
id="path24" />
<path
fill-rule="nonzero"
d="m42.378 62.011c1.8997-1.193 3.808-.47688 5.1011 1.1971-1.8479.47047-3.5902-.14153-5.1011-1.1971z"
id="path26" />
<path
stroke-linejoin="miter"
d="m20.509 65.256c6.2109-1.712 12.828-1.5053 19.169-.70693 2.4315.39009 6.2399 1.1585 5.4226 4.497-8.6934-3.0797-18.402-3.1077-27.086.01963-.41721-1.8735.66888-3.4229 2.4943-3.8097z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".092496"
id="path28" />
<path
fill-rule="nonzero"
d="m20.509 65.256c6.2109-1.712 12.828-1.5053 19.169-.70693 2.4315.39009 6.2399 1.1585 5.4226 4.497-8.6934-3.0797-18.402-3.1077-27.086.01963-.41721-1.8735.66888-3.4229 2.4943-3.8097z"
id="path30" />
</g>
<g
fill-rule="evenodd"
fill="#000"
id="g32">
<path
d="m12.5 12.5a4.8214 3.75 0 1 1 -.000255 -.03857"
transform="matrix(.74352 0 0 .90381 2.3267 28.591)"
id="path34" />
<path
d="m12.5 12.5a4.8214 3.75 0 1 1 -.000316 -.04296"
transform="matrix(.74352 0 0 .90381 50.255 28.76)"
id="path36" />
<path
d="m12.5 12.5a4.8214 3.75 0 1 1 -.000087 -.02254"
transform="matrix(.83815 0 0 1.0255 17.263 13.846)"
id="path38" />
<path
d="m12.5 12.5a4.8214 3.75 0 1 1 -.000227 -.03637"
transform="matrix(.83815 0 0 1.0255 33.261 12.877)"
id="path40" />
</g>
</g>
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 25.131399,57.642877 c -2.353135,-0.30772 -4.867921,-1.002769 -6.756389,-1.867362 -2.956786,-1.353695 -2.794824,-1.013085 -3.555447,-7.47721 -0.942759,-8.012 -1.040958,-8.434896 -3.01831,-12.998446 -0.97381,-2.247466 -2.1482165,-4.972933 -2.6097927,-6.056595 -0.7655441,-1.797302 -0.9275202,-1.99407 -1.84481,-2.241071 -1.3695404,-0.368778 -2.6822435,-1.891155 -2.6822435,-3.110668 0,-2.014737 2.6962161,-3.795055 4.7306224,-3.123641 1.4968398,0.494002 1.9098938,1.178221 1.9401148,3.213776 l 0.02667,1.796345 3.300513,2.690029 c 1.815283,1.479517 3.356967,2.633577 3.425965,2.564579 0.242726,-0.242726 3.070704,-11.783073 3.538915,-14.441518 l 0.473814,-2.690261 -0.650509,-0.526206 c -1.721097,-1.392219 -2.061861,-3.129485 -0.887584,-4.5250348 1.589551,-1.8890739 4.646556,-2.5393404 5.925469,-1.2604276 1.303227,1.3032268 1.493581,4.0760414 0.38771,5.6476384 -0.50901,0.723374 -0.508962,0.755843 0.003,2.033898 0.28613,0.714334 1.458772,3.251332 2.60587,5.637773 l 2.085632,4.338983 2.532046,-5.01695 c 1.392627,-2.759322 2.737245,-5.613617 2.988041,-6.342879 0.420339,-1.222247 0.421499,-1.345234 0.01486,-1.5728 -0.663989,-0.371588 -1.25468,-1.696682 -1.25468,-2.8146221 0,-0.7893386 0.21184,-1.2063643 1.02678,-2.0213043 2.391195,-2.391195 5.771173,-1.8628091 6.548431,1.0237043 0.520524,1.9330781 -0.134291,3.7788031 -1.611663,4.5427811 -0.446053,0.230664 -0.811005,0.61662 -0.811005,0.857681 0,0.631414 3.852049,16.727804 4.062443,16.975554 0.09689,0.11409 1.815694,-1.070101 3.819569,-2.631536 3.563957,-2.777061 3.643957,-2.862516 3.66838,-3.918486 0.08038,-3.475473 4.955772,-4.882914 6.50912,-1.879071 1.097716,2.122751 -0.331086,4.831826 -2.548375,4.831826 l -1.022676,0 -1.459292,3.186441 c -4.545701,9.925784 -4.263743,8.935097 -5.14761,18.086516 -0.601689,6.229809 -0.377817,5.807829 -3.813763,7.188589 -2.362478,0.94938 -4.521017,1.520306 -7.18644,1.900797 -2.196258,0.313513 -10.353646,0.31299 -12.753347,-8.14e-4 l 0,-8e-6 z M 24.59661,51.494454 c 1.736311,-0.328252 3.810282,-0.457885 7.186441,-0.449182 4.919612,0.01269 7.750994,0.420369 11.79661,1.698582 l 1.627119,0.514088 0.08687,-0.965869 c 0.170269,-1.893114 -1.26169,-3.009502 -4.832635,-3.767631 -3.342796,-0.709695 -14.307023,-0.71357 -17.627119,-0.0062 -1.267796,0.270101 -2.732203,0.69722 -3.254237,0.949152 -1.106325,0.533912 -2.03754,2.171471 -1.791741,3.150812 l 0.160495,0.639466 2.103759,-0.650885 c 1.157067,-0.35798 3.202063,-0.858517 4.544436,-1.112296 z m -4.887364,-4.608575 c 0.823644,-0.403951 1.497534,-0.822318 1.497534,-0.929703 0,-0.107384 -0.643473,-0.339249 -1.42994,-0.515251 -1.197652,-0.268025 -1.59413,-0.251404 -2.440678,0.102308 -1.045572,0.436867 -1.314006,1.122991 -0.685315,1.751682 0.510489,0.51049 1.435873,0.386726 3.058399,-0.409036 z m 27.531432,0.45123 c 0.340485,-0.230118 0.258644,-0.40215 -0.50218,-1.05559 -1.084133,-0.931114 -2.336342,-1.218563 -3.516391,-0.807195 -1.091452,0.38048 -1.087634,0.659881 0.01681,1.231013 1.71933,0.889101 3.260908,1.132477 4.001754,0.631772 z M 34.421231,45.37661 c 0.614246,-0.614245 0.685974,-0.836398 0.467433,-1.447718 -0.141985,-0.397171 -0.68337,-0.949413 -1.203078,-1.227205 -2.599399,-1.389424 -6.348717,0.354362 -5.043838,2.34586 0.638853,0.97501 1.375454,1.224003 3.351836,1.133012 1.425353,-0.06562 1.820019,-0.19632 2.427647,-0.803949 z M 20.935593,41.491604 c 1.715254,-0.23607 5.80339,-0.493068 9.084746,-0.57111 5.757887,-0.136941 8.985928,0.08351 16.745763,1.143598 0.559322,0.07641 1.016949,0.08105 1.016949,0.0103 0,-0.07074 -0.250449,-0.798009 -0.556553,-1.616143 -0.529305,-1.414699 -0.631737,-1.515651 -2.092353,-2.062137 -5.703449,-2.133937 -14.076616,-2.713191 -21.486687,-1.486446 -5.665541,0.937933 -7.864407,2.031134 -7.864407,3.909917 0,1.260062 0.154264,1.419642 1.200947,1.242335 0.458123,-0.07761 2.236341,-0.334248 3.951595,-0.570319 z"
id="path4172"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -1,101 +0,0 @@
<?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"
height="100%"
width="100%"
version="1.0"
viewBox="0 0 64 64"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="blackrook.vers1.svg">
<metadata
id="metadata24">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="749"
inkscape:window-height="480"
id="namedview22"
showgrid="false"
inkscape:zoom="3.6875"
inkscape:cx="32"
inkscape:cy="32"
inkscape:window-x="254"
inkscape:window-y="8"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
transform="translate(0,-16)"
id="g6">
<path
stroke-linejoin="miter"
d="m14.684 26.694c2.2974-.000525 4.5952-.000525 6.8937-.000118-.0010 1.7234-.0010 3.4467-.00081 5.1703 2.0104.000316 4.0214.00033 6.0333.000013-.0010-1.7236-.0010-3.447-.00087-5.1705 2.872.000158 5.7444.000144 8.6175.000052-.0010 1.7235-.002 3.4468-.00095 5.1705 2.0103.000289 4.0214.000342 6.0335.000145-.001-1.7236-.002-3.447-.001-5.1704 2.2972-.000382 4.5951-.000382 6.894.000092-.001 3.173-.001 6.3458.0002 9.5189-1.4362 1.4817-2.8737 2.9615-4.3093 4.4428.006 6.2726-.0118 12.545.01 18.818 2.6161 2.3534 3.3796 5.9959 6.1495 8.1932.0393 2.1397.0377 4.2801.0393 6.421-12.695-.000291-25.39-.000876-38.085.000223-.00047-2.136.00013-4.2715.0277-6.4065 2.7129-2.4094 3.8005-6.0772 6.864-8.183.0122-6.2799.002-12.56.006-18.839-1.7241-1.4817-3.4486-2.9622-5.1711-4.4446.00059-3.1736-.00005-6.3469.00045-9.5203z"
stroke="#000"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".086171"
fill="#fff"
id="path8" />
<path
fill-rule="nonzero"
fill="#000"
d="m14.684 26.694c2.2974-.000525 4.5952-.000525 6.8937-.000118-.0010 1.7234-.0010 3.4467-.00081 5.1703 2.0104.000316 4.0214.00033 6.0333.000013-.0010-1.7236-.0010-3.447-.00087-5.1705 2.872.000158 5.7444.000144 8.6175.000052-.0010 1.7235-.002 3.4468-.00095 5.1705 2.0103.000289 4.0214.000342 6.0335.000145-.001-1.7236-.002-3.447-.001-5.1704 2.2972-.000382 4.5951-.000382 6.894.000092-.001 3.173-.001 6.3458.0002 9.5189-1.4362 1.4817-2.8737 2.9615-4.3093 4.4428.006 6.2726-.0118 12.545.01 18.818 2.6161 2.3534 3.3796 5.9959 6.1495 8.1932.0393 2.1397.0377 4.2801.0393 6.421-12.695-.000291-25.39-.000876-38.085.000223-.00047-2.136.00013-4.2715.0277-6.4065 2.7129-2.4094 3.8005-6.0772 6.864-8.183.0122-6.2799.002-12.56.006-18.839-1.7241-1.4817-3.4486-2.9622-5.1711-4.4446.00059-3.1736-.00005-6.3469.00045-9.5203z"
id="path10" />
<g
fill="#fff"
id="g12">
<path
stroke-linejoin="miter"
d="m21.578 38.757c7.1806-.00004 14.361-.000066 21.542.000012-.00095 1.436-.00095 2.872.00008 4.3085-7.1811.000054-14.362-.000131-21.543.000093-.001-1.4365-.001-2.8726.00008-4.3086z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".086171"
id="path14" />
<path
fill-rule="nonzero"
d="m21.578 38.757c7.1806-.00004 14.361-.000066 21.542.000012-.00095 1.436-.00095 2.872.00008 4.3085-7.1811.000054-14.362-.000131-21.543.000093-.001-1.4365-.001-2.8726.00008-4.3086z"
id="path16" />
<path
stroke-linejoin="miter"
d="m21.578 58.577c7.1807-.000342 14.361-.000119 21.543-.000119-.0010 1.1484-.0010 2.2974.00007 3.4468-7.1812-.000052-14.362 0-21.543-.000025-.00088-1.1494-.0008-2.2983.00018-3.4467z"
stroke="#fff"
stroke-linecap="butt"
stroke-miterlimit="10"
stroke-width=".086171"
id="path18" />
<path
fill-rule="nonzero"
d="m21.578 58.577c7.1807-.000342 14.361-.000119 21.543-.000119-.0010 1.1484-.0010 2.2974.00007 3.4468-7.1812-.000052-14.362 0-21.543-.000025-.00088-1.1494-.0008-2.2983.00018-3.4467z"
id="path20" />
</g>
</g>
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.98780197;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 13.071186,54.839984 c 0,-2.473833 0.08445,-3.155528 0.426061,-3.439038 0.234333,-0.194478 1.424163,-1.753486 2.644067,-3.464458 1.219905,-1.710975 2.553601,-3.359238 2.963771,-3.662809 l 0.745762,-0.551949 -0.0058,-9.643915 -0.0058,-9.643917 -2.562099,-2.169491 -2.562098,-2.169492 -0.0083,-4.677966 -0.0083,-4.677966 3.389831,0 3.38983,0 0,2.576271 0,2.576271 3.118644,0 3.118644,0 0,-2.576271 0,-2.576271 4.20339,0 4.20339,0 0,2.576271 0,2.576271 3.118644,0 3.118644,0 0,-2.576271 0,-2.576271 3.389831,0 3.38983,0 0,4.684328 0,4.684328 -2.169491,2.156768 -2.169492,2.156767 0,9.659247 c 0,9.438993 0.01285,9.670887 0.564125,10.169773 0.31027,0.280789 1.239129,1.611569 2.064133,2.957285 0.825003,1.345717 1.899615,2.873877 2.388027,3.395911 0.868762,0.928569 0.892054,1.018251 1.074101,4.135593 l 0.186083,3.186441 -19.002641,0 -19.002642,0 0,-3.08544 z m 30.101695,-10.473882 0,-1.898305 -10.847457,0 -10.847458,0 0,1.898305 0,1.898305 10.847458,0 10.847457,0 0,-1.898305 z m 0,-19.389831 0,-2.305085 -10.847457,0 -10.847458,0 0,2.305085 0,2.305085 10.847458,0 10.847457,0 0,-2.305085 z"
id="path4152"
inkscape:connector-curvature="0" />
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -1,39 +0,0 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs></defs>
<g transform="translate(0,-16)">
<g fill="#fff">
<path stroke-linejoin="miter" d="m21.47 74.149c.33635-.000045.95623-.000088 1.8695-.00013 1.4761.000035 2.9474.000071 4.5497.000104 8.0058-.000006 15.867.000071 20.509.000199 7.1747.000197 10.034.000459 6.7066.000695-11.087 0-22.174-.0000010-33.261 0-2.2832-.000042-3.1149-.000114-.92138-.000163 3.3938-.00007 7.8916-.000121 10.263-.00021-2.5802.000006-5.1748.00001-7.7675.000006-1.5919.00005-3.5833.000116-7.0468.000111-2.319-.000005-4.8802.000009-6.9511-.000018-2.0376-.000025-2.1613-.00008-1.6585-.000121 1.2327-.00009 6.3168-.000134 7.387-.000225.40390-.000044 2.08-.000074 3.6076-.000104-.47388-.000066-.87095-.000133-.89423-.000201 1.2116.000019 2.4172.000038 3.6077.000057z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".00035688"/>
<path fill-rule="nonzero" d="m21.47 74.149c.33635-.000045.95623-.000088 1.8695-.00013 1.4761.000035 2.9474.000071 4.5497.000104 8.0058-.000006 15.867.000071 20.509.000199 7.1747.000197 10.034.000459 6.7066.000695-11.087 0-22.174-.0000010-33.261 0-2.2832-.000042-3.1149-.000114-.92138-.000163 3.3938-.00007 7.8916-.000121 10.263-.00021-2.5802.000006-5.1748.00001-7.7675.000006-1.5919.00005-3.5833.000116-7.0468.000111-2.319-.000005-4.8802.000009-6.9511-.000018-2.0376-.000025-2.1613-.00008-1.6585-.000121 1.2327-.00009 6.3168-.000134 7.387-.000225.40390-.000044 2.08-.000074 3.6076-.000104-.47388-.000066-.87095-.000133-.89423-.000201 1.2116.000019 2.4172.000038 3.6077.000057z"/>
<path d="m23.667 74.149c1.642.000025 3.2506.000051 4.9705.000074 1.3849-.000006 2.769-.000012 4.1556-.000017.33579.000013.67250.000026 1.0101.000038l2.9662-.000014 1.0562.000045c.22139.000009 1.4391-.000006 1.9187-.000008.26327.000017.52759.000034.79295.000051 1.1276.000003 2.2575.000006 3.3878.000009.19876.000021.39914.000043.60002.000064 1.1681.000004 2.3373.000007 3.5077.000011-.28277.000022-.56436.000044-.84476.000066 1.2849.000017 2.5708.000033 3.8581.000049-.50156.000025-1.0041.000049-1.5042.000074 1.3469.000018 2.6955.000036 4.0452.000054-.70327.000023-1.4076.000047-2.1091.000071.90668.000018 1.8151.000037 2.7254.000056-.83066.000026-1.6607.000053-2.489.00008.76905.000016 1.5403.000032 2.3126.000048-.50276.000036-1.0041.000071-1.5057.000107-10.267-.000007-20.543-.000004-30.815-.000005-.21399-.000026-.90476-.000059.26924-.00008 3.3462-.00006 7.2729-.000111 9.6674-.000189 1.2644-.00004 1.7228-.000087 2.319-.000132-4.0411.000055-8.349.000047-12.874.00003 1.3999.000068-1.8796.000109-5.0401.000124.01305-.000015.03912-.000045.05217-.00006-1.2664.000019-2.4941.000039-3.7134.000059-2.4984-.000019-3.0912-.000077-1.8553-.00012 1.6223-.000046 4.1088-.00008 5.4131-.00013.80697-.000042 1.1613-.000088 2.7091-.000122 1.5139-.000034 2.7075-.000072 3.8009-.000112 1.1786.000015 2.3574.00003 3.5787.000043-.72271-.000057-3.4458-.000101-2.3659-.000164z" fill-rule="nonzero"/>
<path stroke-linejoin="miter" d="m19.828 74.149c1.638-.000015 2.3648.000018 2.2719.000045-1.5231.000031-3.2169-.000015-2.2719-.000045z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".00035688"/>
<path d="m19.828 74.149c1.638-.000015 2.3648.000018 2.2719.000045-1.5231.000031-3.2169-.000015-2.2719-.000045z" fill-rule="nonzero"/>
<path d="m22.012 74.149c1.5085-.000027 3.8953.000005 5.696.000015-1.9923.000022-4.8523.00006-6.4487.000041-.64661-.000008.061-.000043.75277-.000056z" fill-rule="nonzero"/>
<path stroke-linejoin="miter" d="m12.64 74.15c.67796-.000012 2.7067-.000003 1.7308.000019-.90369.000031-3.9069.000005-1.7308-.000019z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".00035688"/>
<path fill-rule="nonzero" d="m12.64 74.15c.67796-.000012 2.7067-.000003 1.7308.000019-.90369.000031-3.9069.000005-1.7308-.000019z"/>
<path stroke-linejoin="miter" d="m25.14 24.7c1.2626-2.2003 4.9292-1.866 5.7644.54160.71111 1.5902-.59043 3.0144-1.1513 4.4153.81636 0.774 1.635 1.5475 2.4566 2.3201.86668-.89447 1.7292-1.7935 2.589-2.6974-.36162-1.4027-1.5261-2.9532-.61528-4.379 1.0525-2.1176 4.4749-2.2948 5.6415-.18781 1.0777 1.4415-.03335 3.1031-.45152 4.556 2.5584 3.4265 4.9674 7.0931 6.0581 11.279 1.4319 5.2183.53572 10.778-1.2446 15.795-1.301 3.1253-.78478 6.5891-1.3883 9.8596 4.5172-.56820 9.6937-1.5664 13.762 1.0832 2.2522 1.5069 2.0141 4.4384 1.9593 6.8015h-.90937c-6.155-1.792-12.602-1.35-18.921-1.192-3.196-4.126-10.023-4.089-13.233 0-6.304-.151-12.745-.607-18.88 1.192h-1.1293c.1648-2.355-.1034-5.295 2.1424-6.797 4.0669-2.65 9.2429-1.659 13.761-1.088-.369-2.533-.541-5.089-.546-7.648-2.351-4.264-4.439-9.134-3.493-14.103 1.168-5.659 4.844-10.32 8.327-14.762-.382-1.593-1.602-3.417-.498-4.99z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
</g>
<path fill-rule="nonzero" fill="#000" d="m25.14 24.7c1.2626-2.2003 4.9292-1.866 5.7644.54160.71111 1.5902-.59043 3.0144-1.1513 4.4153.81636 0.774 1.635 1.5475 2.4566 2.3201.86668-.89447 1.7292-1.7935 2.589-2.6974-.36162-1.4027-1.5261-2.9532-.61528-4.379 1.0525-2.1176 4.4749-2.2948 5.6415-.18781 1.0777 1.4415-.03335 3.1031-.45152 4.556 2.5584 3.4265 4.9674 7.0931 6.0581 11.279 1.4319 5.2183.53572 10.778-1.2446 15.795-1.301 3.1253-.78478 6.5891-1.3883 9.8596 4.5172-.56820 9.6937-1.5664 13.762 1.0832 2.2522 1.5069 2.0141 4.4384 1.9593 6.8015h-.90937c-6.155-1.792-12.602-1.35-18.921-1.192-3.196-4.126-10.023-4.089-13.233 0-6.304-.151-12.745-.607-18.88 1.192h-1.1293c.1648-2.355-.1034-5.295 2.1424-6.797 4.0669-2.65 9.2429-1.659 13.761-1.088-.369-2.533-.541-5.089-.546-7.648-2.351-4.264-4.439-9.134-3.493-14.103 1.168-5.659 4.844-10.32 8.327-14.762-.382-1.593-1.602-3.417-.498-4.99z"/>
<g fill="#fff">
<path stroke-linejoin="miter" d="m26.607 25.475c.86376-.76949 2.5663-.75514 2.4499.74101.06277 2.25-3.3608 1.2949-2.4499-.74101z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m26.607 25.475c.86376-.76949 2.5663-.75514 2.4499.74101.06277 2.25-3.3608 1.2949-2.4499-.74101z"/>
<path stroke-linejoin="miter" d="m35.855 25.679c1.3408-1.9382 2.8918.18601 2.4355 1.7895-1.2701.12936-2.9148-.13203-2.4355-1.7895z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m35.855 25.679c1.3408-1.9382 2.8918.18601 2.4355 1.7895-1.2701.12936-2.9148-.13203-2.4355-1.7895z"/>
<path stroke-linejoin="miter" d="m33.31 33.793c1.2783-1.3332 2.5461-2.677 3.8081-4.0273 2.8034 4.0211 5.6583 8.2368 6.5564 13.152.66442 3.3296.20573 6.7488-.64009 9.9997-.80419-7.3529-4.5664-13.947-9.7243-19.125z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m33.31 33.793c1.2783-1.3332 2.5461-2.677 3.8081-4.0273 2.8034 4.0211 5.6583 8.2368 6.5564 13.152.66442 3.3296.20573 6.7488-.64009 9.9997-.80419-7.3529-4.5664-13.947-9.7243-19.125z"/>
<path stroke-linejoin="miter" d="m27.731 30.43c5.1664 5.0634 9.9236 10.837 12.496 17.677.98829 2.4485.91676 5.1387.21633 7.6498-5.7685-2.1702-12.291-2.0926-18.09-.07179-2.3812-2.8801-3.9922-6.6757-2.9838-10.446 1.4189-5.5326 4.184-10.853 8.3609-14.809z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m27.731 30.43c5.1664 5.0634 9.9236 10.837 12.496 17.677.98829 2.4485.91676 5.1387.21633 7.6498-5.7685-2.1702-12.291-2.0926-18.09-.07179-2.3812-2.8801-3.9922-6.6757-2.9838-10.446 1.4189-5.5326 4.184-10.853 8.3609-14.809z"/>
<path stroke-linejoin="miter" d="m23.037 58.009c4.0201-2.105 8.7878-1.695 13.167-1.4383 1.7255.35842 4.2143.24793 4.9876 2.1911-.34105.43372-1.0231 1.3012-1.3642 1.7349.72805 1.0534 1.1084 2.2695 1.4471 3.4932-6.0746-1.0913-12.328-1.09-18.402-.000025.33055-1.2117.71011-2.4167 1.4333-3.459-.69978-.71413-1.1228-1.5547-1.2691-2.5219z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m23.037 58.009c4.0201-2.105 8.7878-1.695 13.167-1.4383 1.7255.35842 4.2143.24793 4.9876 2.1911-.34105.43372-1.0231 1.3012-1.3642 1.7349.72805 1.0534 1.1084 2.2695 1.4471 3.4932-6.0746-1.0913-12.328-1.09-18.402-.000025.33055-1.2117.71011-2.4167 1.4333-3.459-.69978-.71413-1.1228-1.5547-1.2691-2.5219z"/>
<path stroke-linejoin="miter" d="m30.711 59.135c1.2687-.48296 3.1757-.43578 3.5315 1.1734-1.2922.82494-2.9015.80195-4.2489.12795.17935-.32534.53806-.976.71741-1.3013z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
</g>
<path fill-rule="nonzero" fill="#000" d="m30.711 59.135c1.2687-.48296 3.1757-.43578 3.5315 1.1734-1.2922.82494-2.9015.80195-4.2489.12795.17935-.32534.53806-.976.71741-1.3013z"/>
<g fill="#fff">
<path stroke-linejoin="miter" d="m23.838 66.124c5.2439-1.7342 11.225-1.7357 16.468.0034-2.2402 2.0483-5.4331 1.6374-8.2253 1.7616-2.7997-.12332-6.0029.29145-8.2429-1.7651z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m23.838 66.124c5.2439-1.7342 11.225-1.7357 16.468.0034-2.2402 2.0483-5.4331 1.6374-8.2253 1.7616-2.7997-.12332-6.0029.29145-8.2429-1.7651z"/>
<path stroke-linejoin="miter" d="m6.8781 71.331c.63757-1.976 2.2178-3.4197 4.3268-3.5419 5.5923-.67612 11.268.30040 16.693 1.6521-6.7135 2.3769-14.024 1.5629-21.02 1.8898z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m6.8781 71.331c.63757-1.976 2.2178-3.4197 4.3268-3.5419 5.5923-.67612 11.268.30040 16.693 1.6521-6.7135 2.3769-14.024 1.5629-21.02 1.8898z"/>
<path stroke-linejoin="miter" d="m36.255 69.428c5.6552-1.3389 11.597-2.4823 17.397-1.4931 1.8876.19969 2.9556 1.7709 3.6226 3.3956-6.9934-.33637-14.318.50994-21.02-1.9025z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080220"/>
<path fill-rule="nonzero" d="m36.255 69.428c5.6552-1.3389 11.597-2.4823 17.397-1.4931 1.8876.19969 2.9556 1.7709 3.6226 3.3956-6.9934-.33637-14.318.50994-21.02-1.9025z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,27 +0,0 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs></defs>
<g transform="translate(0,-16)">
<path stroke-linejoin="miter" d="m24.285 23.139c5.1796-.000861 10.36-.000971 15.542.000063-.0055 3.8628.02408 7.7257-.029 11.588 2.9082-1.8118 6.1597-3.4734 9.7-3.1844 4.4711.06836 9.0945 3.4455 9.3648 8.134.52637 6.8165-3.9305 12.857-8.9862 16.943-.30577 4.2518-.34072 8.528-.81186 12.765-1.0019 2.1883-3.5953 3.0832-5.7541 3.7238-5.6481 1.2659-11.503 1.0289-17.246.7891-3.8078-.35090-8.2373-.84261-10.826-4.0086-.86569-4.344-0.599-8.8864-1.0177-13.307-4.9776-3.8285-8.9826-9.6341-9.1252-16.076-.06163-4.996 4.7065-8.9089 9.4904-8.9667 3.5456-.27224 6.8083 1.3749 9.7298 3.1896-.06024-3.8628-.02815-7.7259-.03119-11.589z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757" fill="#fff"/>
<path fill-rule="nonzero" fill="#000" d="m24.293 23.147c.0031 3.863-.03743 7.7259.02281 11.589-2.9215-1.8147-6.1954-3.466-9.7409-3.1938-4.7839.05776-9.5516 3.9693-9.49 8.9653.14264 6.4422 4.1474 12.254 9.125 16.083.41871 4.4208.16087 8.9557 1.0266 13.3 2.5886 3.166 7.0281 3.6641 10.836 4.015 5.7422.23978 11.598.46745 17.246-.79844 2.1588-.64064 4.7468-1.5302 5.7488-3.7184.47114-4.2366.49266-8.5232.79844-12.775 5.0557-4.086 9.5145-10.11 8.9881-16.927-.27032-4.6884-4.882-8.0757-9.3531-8.1441-3.5403-.28901-6.7871 1.3819-9.6953 3.1938.05308-3.8627.0173-7.7259.02281-11.589-5.1818-.001-10.356-.000861-15.535 0zm3.125 15.216c3.0874.01927 6.1705.02086 9.2619 0-1.8437 2.4593-3.3596 5.1452-4.6309 7.9388-1.2715-2.7961-2.7909-5.478-4.6309-7.9388z"/>
<g fill="#fff">
<path stroke-linejoin="miter" d="m27.474 25.461c3.0522-.0027 6.1065-.0031 9.1632.000517-1.5285 1.4538-3.0564 2.903-4.5837 4.3533-1.5286-1.4506-3.0581-2.9004-4.5795-4.3538z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m27.474 25.461c3.0522-.0027 6.1065-.0031 9.1632.000517-1.5285 1.4538-3.0564 2.903-4.5837 4.3533-1.5286-1.4506-3.0581-2.9004-4.5795-4.3538z"/>
<path stroke-linejoin="miter" d="m26.392 26.626c1.4501 1.4677 2.9003 2.9357 4.3533 4.4047-1.4523 1.4783-2.904 2.9552-4.3533 4.4329-.0014-2.946-.0028-5.8918-.000016-8.8376z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m26.392 26.626c1.4501 1.4677 2.9003 2.9357 4.3533 4.4047-1.4523 1.4783-2.904 2.9552-4.3533 4.4329-.0014-2.946-.0028-5.8918-.000016-8.8376z"/>
<path stroke-linejoin="miter" d="m33.362 31.029c1.4498-1.4696 2.9028-2.9386 4.3571-4.4078-.0018 2.9485-.0023 5.8969.000142 8.8456-1.4545-1.4793-2.9076-2.9578-4.3573-4.4378z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m33.362 31.029c1.4498-1.4696 2.9028-2.9386 4.3571-4.4078-.0018 2.9485-.0023 5.8969.000142 8.8456-1.4545-1.4793-2.9076-2.9578-4.3573-4.4378z"/>
<path stroke-linejoin="miter" d="m27.594 36.507c1.4807-1.4493 2.9703-2.894 4.4599-4.3385 1.4876 1.4455 2.9749 2.8905 4.4647 4.3388-2.9773.0037-5.9519.0039-8.9246-.000353z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m27.594 36.507c1.4807-1.4493 2.9703-2.894 4.4599-4.3385 1.4876 1.4455 2.9749 2.8905 4.4647 4.3388-2.9773.0037-5.9519.0039-8.9246-.000353z"/>
<path stroke-linejoin="miter" d="m7.4521 42.223c-.58155-3.3515 1.6213-6.9409 4.8867-7.9052 3.9594-1.1608 8.3536.21112 11.311 2.9948 3.9347 3.6028 6.0397 8.6627 7.6413 13.642-5.5333.21715-11.254.71616-16.185 3.4666-3.624-3.211-7.0569-7.208-7.6539-12.198z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m7.4521 42.223c-.58155-3.3515 1.6213-6.9409 4.8867-7.9052 3.9594-1.1608 8.3536.21112 11.311 2.9948 3.9347 3.6028 6.0397 8.6627 7.6413 13.642-5.5333.21715-11.254.71616-16.185 3.4666-3.624-3.211-7.0569-7.208-7.6539-12.198z"/>
<path stroke-linejoin="miter" d="m40.47 37.301c2.9145-2.7358 7.2117-4.104 11.128-3.028 3.3261.90883 5.5986 4.514 5.0688 7.9108-.50763 5.0297-4.0036 9.0286-7.6449 12.231-4.975-2.6499-10.672-3.2206-16.208-3.4628 1.6033-4.9825 3.7085-10.051 7.6556-13.651z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m40.47 37.301c2.9145-2.7358 7.2117-4.104 11.128-3.028 3.3261.90883 5.5986 4.514 5.0688 7.9108-.50763 5.0297-4.0036 9.0286-7.6449 12.231-4.975-2.6499-10.672-3.2206-16.208-3.4628 1.6033-4.9825 3.7085-10.051 7.6556-13.651z"/>
<path stroke-linejoin="miter" d="m16.571 56.377c9.7272-4.2006 21.236-4.2002 30.965-.0019-.08919 1.2914-.17492 2.583-.25598 3.8753-1.1327.0016-2.2609.0039-3.3845.007.93623 1.0941 1.8824 2.1878 2.823 3.2846.02664.67206.07994 2.0162.10659 2.6883-4.4147-2.7079-9.7326-2.9229-14.763-2.9574-5.037.03339-10.356.24783-14.775 2.9524.02652-.67147.07956-2.0144.10610-2.6858.93641-1.0959 1.8756-2.1886 2.8196-3.2822-1.1318-.003-2.2593-.0054-3.3826-.007-.09077-1.2916-.17803-2.5825-.25960-3.8731z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
<path fill-rule="nonzero" d="m16.571 56.377c9.7272-4.2006 21.236-4.2002 30.965-.0019-.08919 1.2914-.17492 2.583-.25598 3.8753-1.1327.0016-2.2609.0039-3.3845.007.93623 1.0941 1.8824 2.1878 2.823 3.2846.02664.67206.07994 2.0162.10659 2.6883-4.4147-2.7079-9.7326-2.9229-14.763-2.9574-5.037.03339-10.356.24783-14.775 2.9524.02652-.67147.07956-2.0144.10610-2.6858.93641-1.0959 1.8756-2.1886 2.8196-3.2822-1.1318-.003-2.2593-.0054-3.3826-.007-.09077-1.2916-.17803-2.5825-.25960-3.8731z"/>
<path stroke-linejoin="miter" d="m29.765 57.275c1.983-.40463 5.0175-.86837 6.0462 1.4007-1.7568 1.8099-4.6808 1.4816-6.8567.72772-.73301-1.1674-.46287-1.8768.81045-2.1284z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757"/>
</g>
<path fill-rule="nonzero" fill="#000" d="m29.765 57.275c1.983-.40463 5.0175-.86837 6.0462 1.4007-1.7568 1.8099-4.6808 1.4816-6.8567.72772-.73301-1.1674-.46287-1.8768.81045-2.1284z"/>
<path stroke-linejoin="miter" d="m24.211 65.997c6.3272-.85725 12.843-.78925 19.077.67314 1.2888.42308 3.246.92344 2.8236 2.7011-1.8693 1.4859-4.3098 1.8166-6.5938 2.1559-5.5588.78514-11.232.67766-16.759-.28798-1.6853-.30708-3.4013-.77276-4.7604-1.8596-.09306-2.9862 4.0926-2.8062 6.2122-3.3826z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".082757" fill="#fff"/>
<path fill-rule="nonzero" fill="#fff" d="m24.211 65.997c6.3272-.85725 12.843-.78925 19.077.67314 1.2888.42308 3.246.92344 2.8236 2.7011-1.8693 1.4859-4.3098 1.8166-6.5938 2.1559-5.5588.78514-11.232.67766-16.759-.28798-1.6853-.30708-3.4013-.77276-4.7604-1.8596-.09306-2.9862 4.0926-2.8062 6.2122-3.3826z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -1,15 +0,0 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs></defs>
<g transform="translate(0,-16)">
<path stroke-linejoin="miter" d="m21.47 30.004c.33635-2.2724.95623-4.4888 1.8695-6.5971 1.4761 1.7931 2.9474 3.5927 4.5497 5.2769 8.0058-.28360 15.867 3.5829 20.509 10.104 7.1747 10.015 10.034 23.333 6.7065 35.29-11.087.0049-22.174-.0147-33.261.01041-2.2832-2.1192-3.1149-5.7906-.92138-8.2841 3.3938-3.5635 7.8916-6.1562 10.263-10.634-2.5802.27809-5.1748.46872-7.7675.26572-1.5919 2.5429-3.5833 5.9192-7.0467 5.6746-2.319-.29155-4.8802.44423-6.951-.94922-2.0376-1.2401-2.1613-4.037-1.6585-6.1208 1.2327-4.5659 6.3168-6.8071 7.387-11.454.40390-2.2116 2.08-3.7584 3.6076-5.2584-.47388-3.382-.87095-6.7808-.89423-10.2 1.2116.94690 2.4172 1.9027 3.6077 2.8774z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080441" fill="#fff"/>
<path fill-rule="nonzero" fill="#000" d="m21.47 30.004c.33635-2.2724.95623-4.4888 1.8695-6.5971 1.4761 1.7931 2.9474 3.5927 4.5497 5.2769 8.0058-.28360 15.867 3.5829 20.509 10.104 7.1747 10.015 10.034 23.333 6.7065 35.29-11.087.0049-22.174-.0147-33.261.01041-2.2832-2.1192-3.1149-5.7906-.92138-8.2841 3.3938-3.5635 7.8916-6.1562 10.263-10.634-2.5802.27809-5.1748.46872-7.7675.26572-1.5919 2.5429-3.5833 5.9192-7.0467 5.6746-2.319-.29155-4.8802.44423-6.951-.94922-2.0376-1.2401-2.1613-4.037-1.6585-6.1208 1.2327-4.5659 6.3168-6.8071 7.387-11.454.40390-2.2116 2.08-3.7584 3.6076-5.2584-.47388-3.382-.87095-6.7808-.89423-10.2 1.2116.94690 2.4172 1.9027 3.6077 2.8774z"/>
<g fill="#fff">
<path d="m23.667 28.35c1.642 1.2598 3.2506 2.5653 4.9705 3.7214 1.3849-.28610 2.769-.57410 4.1556-.86181.33579.65379.67250 1.3077 1.0101 1.9617l2.9662-.71497 1.0562 2.2586c.22139.47343 1.4391-.27762 1.9187-.37017.26327.84831.52759 1.6968.79295 2.5454 1.1276.15359 2.2575.30736 3.3878.46086.19876 1.0894.39914 2.1789.60002 3.2688 1.1681.18479 2.3373.36962 3.5077.55449-.28277 1.1253-.56436 2.2508-.84476 3.3765 1.2849.82271 2.5708 1.6449 3.8581 2.4669-.50156 1.2567-1.0041 2.5129-1.5042 3.7699 1.3469.90529 2.6955 1.809 4.0452 2.7132-.70327 1.2067-1.4076 2.4125-2.1091 3.6198.90668.94775 1.8151 1.8949 2.7253 2.8419-.83066 1.3538-1.6607 2.7077-2.489 4.0627.76904.81971 1.5403 1.64 2.3126 2.4602-.50276 1.8122-1.0041 3.6249-1.5057 5.4378-10.267-.38599-20.543-.23003-30.815-.25581-.21399-1.337-.90476-2.9888.26924-4.0862 3.3462-3.0508 7.2729-5.6402 9.6674-9.5914 1.2644-2.0369 1.7228-4.4171 2.319-6.7036-4.0411 2.8064-8.3489 2.3804-12.874 1.5346 1.3999 3.4366-1.8796 5.521-5.0401 6.2727.01305-.75894.03912-2.2768.05217-3.0358-1.2664.95744-2.4941 1.9641-3.7134 2.9797-2.4984-.91873-3.0912-3.8921-1.8553-6.078 1.6223-2.3478 4.1088-4.0362 5.4131-6.6165.80697-2.0921 1.1613-4.4408 2.7091-6.1679 1.5139-1.7211 2.7075-3.6757 3.8009-5.6823 1.1786.73862 2.3574 1.479 3.5787 2.1483-.72271-2.8597-3.4458-5.107-2.3659-8.2911z" fill-rule="nonzero"/>
<path stroke-linejoin="miter" d="m19.828 31.539c1.638-.77762 2.3648.91734 2.2719 2.2742-1.5231 1.5766-3.2169-.75642-2.2719-2.2742z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080441"/>
<path d="m19.828 31.539c1.638-.77762 2.3648.91734 2.2719 2.2742-1.5231 1.5766-3.2169-.75642-2.2719-2.2742z" fill-rule="nonzero"/>
</g>
<path d="m22.012 42.511c1.5085-1.3602 3.8953.22823 5.6959.76729-1.9923 1.1152-4.8523 3.0353-6.4487 2.0743-.64661-.38926.061-2.2178.75277-2.8416z" fill-rule="nonzero" fill="#000"/>
<path stroke-linejoin="miter" d="m12.64 53.995c.67796-.64430 2.7067-.15409 1.7308.96545-.90369 1.5408-3.9069.21723-1.7308-.96545z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".080441" fill="#fff"/>
<path fill-rule="nonzero" fill="#000" d="m12.64 53.995c.67796-.64430 2.7067-.15409 1.7308.96545-.90369 1.5408-3.9069.21723-1.7308-.96545z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -1,13 +0,0 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs></defs>
<g transform="translate(0,-16)">
<path stroke-linejoin="miter" d="m27.705 30.724c1.7133-2.9661 6.3295-3.2428 8.3519-.46017 1.7594 1.8957.92434 4.5486.39717 6.7541 2.809 1.3428 6.099 1.8919 8.4288 4.0858 1.7166 1.5266 1.9092 3.9279 2.2697 6.0461-3.6227.12214-7.2474.05755-10.871.08205.02321 2.0535.19138 4.1388 1.2767 5.9413 1.7383 3.3796 3.0776 7.7199.46472 11.044-.02174.45710-.06521 1.3713-.08694 1.8284 3.1995.26714 6.7701.44416 9.2666 2.7369 1.5369 1.2864 1.8057 3.3677 2.2652 5.193-11.193.16227-22.389.02665-33.583.07112v-4.1198c2.48-3.1111 6.5871-3.6707 10.296-3.8871.01601-.43730.04806-1.3119.06407-1.7492-.72973-1.3979-1.8305-2.7729-1.6767-4.4484-.0058-4.5063 3.7838-8.0275 3.2671-12.61-3.5696-.02257-7.1396.02737-10.708-.06177.48710-2.5803 1.3492-5.3473 3.6307-6.904 2.1973-1.4619 4.6944-2.3896 6.9916-3.679-.47647-1.8922-1.3893-4.094-.04488-5.8634z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".078895" fill="#fff"/>
<path d="m27.705 30.724c1.7133-2.9661 6.3295-3.2428 8.3519-.46017 1.7594 1.8957.92434 4.5486.39717 6.7541 2.809 1.3428 6.099 1.8919 8.4288 4.0858 1.7166 1.5266 1.9092 3.9279 2.2697 6.0461-3.6227.12214-7.2474.05755-10.871.08205.02321 2.0535.19138 4.1388 1.2767 5.9413 1.7383 3.3796 3.0776 7.7199.46472 11.044-.02174.45710-.06521 1.3713-.08694 1.8284 3.1995.26714 7.2462.50884 9.2666 2.7369 2.0481 2.2587 1.8057 3.3677 2.2652 5.193-11.193.16227-23.804.12950-34.998.17398.28821-1.7431.19914-1.7328 1.426-4.3788 1.2161-2.6228 6.5765-3.5146 10.286-3.731.01601-.43730.04806-1.3119.06407-1.7492-.730-1.397-1.831-2.772-1.677-4.447-.0058-4.5063 3.7838-8.0275 3.2671-12.61-3.5696-.02257-7.1396.02737-10.708-.06177.48710-2.5803 1.3492-5.3473 3.6307-6.904 2.1973-1.4619 4.6944-2.3896 6.9916-3.679-.47647-1.8922-1.3893-4.094-.04488-5.8634z" fill-rule="nonzero" fill="#000"/>
<g fill="#fff">
<path stroke-linejoin="miter" d="m30.597 36.878c-1.9656-1.9649-1.7425-6.5302 1.7818-6.2111 3.0927.41023 2.7259 4.2292 1.3232 6.1645 2.98 3.6514 9.2481 2.9565 10.876 7.8811-8.2582.23812-16.538.23218-24.796.000192 1.718-4.8514 7.8139-4.2592 10.815-7.8347z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".078895"/>
<path fill-rule="nonzero" d="m30.597 36.878c-1.9656-1.9649-1.7425-6.5302 1.7818-6.2111 3.0927.41023 2.7259 4.2292 1.3232 6.1645 2.98 3.6514 9.2481 2.9565 10.876 7.8811-8.2582.23812-16.538.23218-24.796.000192 1.718-4.8514 7.8139-4.2592 10.815-7.8347z"/>
<path stroke-linejoin="miter" d="m30.127 47.223c1.2872-.000096 2.5745-.000096 3.8621-.000144-.93527 4.8565 3.4829 8.4918 3.1551 13.271-.03762 1.1966-.76587 2.1847-1.3223 3.1901.21274 1.3515.42870 2.7025.64182 4.0548 3.5403.24337 8.0231.22968 9.9339 3.8454-9.5955.14226-19.204.19417-28.798-.02751 2.0744-3.5587 6.5785-3.5727 10.188-3.8163.22438-1.3738.45138-2.7465.68305-4.118-.82115-1.1269-1.8191-2.2888-1.7133-3.7862-.07303-4.5685 4.3694-7.9001 3.3692-12.613z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".078895"/>
<path fill-rule="nonzero" d="m30.127 47.223c1.2872-.000096 2.5745-.000096 3.8621-.000144-.93527 4.8565 3.4829 8.4918 3.1551 13.271-.03762 1.1966-.76587 2.1847-1.3223 3.1901.21274 1.3515.42870 2.7025.64182 4.0548 3.5403.24337 8.0231.22968 9.9339 3.8454-9.5955.14226-19.204.19417-28.798-.02751 2.0744-3.5587 6.5785-3.5727 10.188-3.8163.22438-1.3738.45138-2.7465.68305-4.118-.82115-1.1269-1.8191-2.2888-1.7133-3.7862-.07303-4.5685 4.3694-7.9001 3.3692-12.613z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,25 +0,0 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs></defs>
<g transform="translate(0,-16)">
<path stroke-linejoin="miter" d="m19.71 26.503c.24866-3.4324 5.2556-4.5464 7.1382-1.7947 1.2789 1.5255.41908 3.4819-.15872 5.0951 1.6948 3.5135 3.4384 7.0035 5.1652 10.502 1.836-3.5187 3.6648-7.0414 5.5061-10.558-.54324-1.4977-1.4333-3.2007-.42734-4.7261 1.6952-3.0877 7.2104-2.1536 7.4314 1.4894.37308 1.984-1.3155 3.2448-2.6379 4.3472 1.263 5.1919 2.5337 10.382 3.8049 15.572 2.4343-1.8774 4.8835-3.7369 7.2958-5.6455-.01415-1.6127-.33144-3.6773 1.3427-4.6249 2.0957-1.5688 5.4141.32574 5.1241 2.9281.08455 2.0143-1.959 2.772-3.4143 3.5432-1.9494 4.3087-4.0852 8.5452-5.817 12.944-.75449 4.8154-.92972 9.7086-1.5318 14.547-6.4408 4.0134-14.336 4.3081-21.688 3.7489-4.018-.277-8.042-1.323-11.351-3.695-.701-4.864-.992-9.789-1.852-14.625-1.655-4.399-3.6788-8.655-5.5495-12.965-1.4644-.718-3.4227-1.486-3.3794-3.452-.3607-2.806 3.4185-4.686 5.4439-2.724 1.4471 1.0131.96589 2.8703.93461 4.3537 2.3654 1.8836 4.7216 3.7792 7.0843 5.6691 1.3674-5.202 2.7465-10.401 4.1058-15.605-1.3225-1.0896-2.9462-2.366-2.5707-4.3225z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247" fill="#fff"/>
<path fill-rule="nonzero" fill="#000" d="m19.71 26.503c.24866-3.4324 5.2556-4.5464 7.1382-1.7947 1.2789 1.5255.41908 3.4819-.15872 5.0951 1.6948 3.5135 3.4384 7.0035 5.1652 10.502 1.836-3.5187 3.6648-7.0414 5.5061-10.558-.54324-1.4977-1.4333-3.2007-.42734-4.7261 1.6952-3.0877 7.2104-2.1536 7.4314 1.4894.37308 1.984-1.3155 3.2448-2.6379 4.3472 1.263 5.1919 2.5337 10.382 3.8049 15.572 2.4343-1.8774 4.8835-3.7369 7.2958-5.6455-.01415-1.6127-.33144-3.6773 1.3427-4.6249 2.0957-1.5688 5.4141.32574 5.1241 2.9281.08455 2.0143-1.959 2.772-3.4143 3.5432-1.9494 4.3087-4.0852 8.5452-5.817 12.944-.75449 4.8154-.92972 9.7086-1.5318 14.547-6.4408 4.0134-14.336 4.3081-21.688 3.7489-4.018-.277-8.042-1.323-11.351-3.695-.701-4.864-.992-9.789-1.852-14.625-1.655-4.399-3.6788-8.655-5.5495-12.965-1.4644-.718-3.4227-1.486-3.3794-3.452-.3607-2.806 3.4185-4.686 5.4439-2.724 1.4471 1.0131.96589 2.8703.93461 4.3537 2.3654 1.8836 4.7216 3.7792 7.0843 5.6691 1.3674-5.202 2.7465-10.401 4.1058-15.605-1.3225-1.0896-2.9462-2.366-2.5707-4.3225z"/>
<g fill="#fff">
<path stroke-linejoin="miter" d="m22.953 25.102c2.6522-1.3034 3.9514 3.4503 1.2084 3.8216-2.4537.76436-3.5047-3.0066-1.2084-3.8216z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
<path fill-rule="nonzero" d="m22.953 25.102c2.6522-1.3034 3.9514 3.4503 1.2084 3.8216-2.4537.76436-3.5047-3.0066-1.2084-3.8216z"/>
<path stroke-linejoin="miter" d="m39.082 25.307c1.4483-.92978 3.7778.0032 3.3544 1.9306-.02808 1.7736-2.2082 2.0874-3.468 1.3485-.64026-.96826-.81487-2.4254.11355-3.2791z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
<path fill-rule="nonzero" d="m39.082 25.307c1.4483-.92978 3.7778.0032 3.3544 1.9306-.02808 1.7736-2.2082 2.0874-3.468 1.3485-.64026-.96826-.81487-2.4254.11355-3.2791z"/>
<path stroke-linejoin="miter" d="m19.148 49.707c2.034-6.409 3.0639-13.175 5.8222-19.326 2.4495 4.6127 4.5719 9.3891 6.8836 14.072 2.3344-4.6514 4.5284-9.3744 6.9684-13.973 1.0434 1.0938 1.508 2.5263 1.8568 3.9601 1.2761 5.0966 2.6013 10.181 3.9159 15.268 3.1074-2.4386 6.2113-4.8825 9.322-7.3191-1.8257 3.9028-3.6906 7.7866-5.5083 11.693-10.504-4.3175-22.581-4.1407-33.107.0064-1.8761-4.1108-3.7871-8.205-5.67-12.312 3.1764 2.6376 6.3433 5.2875 9.5165 7.9311z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
<path fill-rule="nonzero" d="m19.148 49.707c2.034-6.409 3.0639-13.175 5.8222-19.326 2.4495 4.6127 4.5719 9.3891 6.8836 14.072 2.3344-4.6514 4.5284-9.3744 6.9684-13.973 1.0434 1.0938 1.508 2.5263 1.8568 3.9601 1.2761 5.0966 2.6013 10.181 3.9159 15.268 3.1074-2.4386 6.2113-4.8825 9.322-7.3191-1.8257 3.9028-3.6906 7.7866-5.5083 11.693-10.504-4.3175-22.581-4.1407-33.107.0064-1.8761-4.1108-3.7871-8.205-5.67-12.312 3.1764 2.6376 6.3433 5.2875 9.5165 7.9311z"/>
<path stroke-linejoin="miter" d="m6.6943 37.614c1.9704-1.0057 3.3533.60185 2.5983 2.4778-1.8219 1.3282-3.8137-.63392-2.5983-2.4778z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
<path fill-rule="nonzero" d="m6.6943 37.614c1.9704-1.0057 3.3533.60185 2.5983 2.4778-1.8219 1.3282-3.8137-.63392-2.5983-2.4778z"/>
<path stroke-linejoin="miter" d="m54.458 40.599c.0427-1.1914-.24209-3.5117 1.719-3.0215 1.1369-.35164 1.4518 1.221 1.2967 2.0012-.12324 1.454-2.1187.73391-3.0157 1.0203z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
<path fill-rule="nonzero" d="m54.458 40.599c.0427-1.1914-.24209-3.5117 1.719-3.0215 1.1369-.35164 1.4518 1.221 1.2967 2.0012-.12324 1.454-2.1187.73391-3.0157 1.0203z"/>
<path stroke-linejoin="miter" d="m16.211 56.134c9.8023-4.3584 21.513-4.3755 31.312.0013-.10051 1.3227-.19811 2.6456-.29155 3.9693-1.1432.0018-2.2824.0045-3.4177.0079.98103 1.1107 1.9699 2.2212 2.9551 3.3339.01147.71301.0344 2.139.04588 2.852-3.072-1.4953-6.4202-2.3412-9.8224-2.5812-6.7354-.53158-13.886-.58839-20.049 2.5768.007-.71008.02096-2.1302.02794-2.8403.98340-1.1153 1.9687-2.228 2.9586-3.3413-1.1558-.0034-2.3081-.0059-3.4567-.0076-.09095-1.3242-.17916-2.6477-.26310-3.9709z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
<path fill-rule="nonzero" d="m16.211 56.134c9.8023-4.3584 21.513-4.3755 31.312.0013-.10051 1.3227-.19811 2.6456-.29155 3.9693-1.1432.0018-2.2824.0045-3.4177.0079.98103 1.1107 1.9699 2.2212 2.9551 3.3339.01147.71301.0344 2.139.04588 2.852-3.072-1.4953-6.4202-2.3412-9.8224-2.5812-6.7354-.53158-13.886-.58839-20.049 2.5768.007-.71008.02096-2.1302.02794-2.8403.98340-1.1153 1.9687-2.228 2.9586-3.3413-1.1558-.0034-2.3081-.0059-3.4567-.0076-.09095-1.3242-.17916-2.6477-.26310-3.9709z"/>
<path stroke-linejoin="miter" d="m29.65 57.316c1.8293-.48261 3.8113-.33065 5.5688.37176.46497 2.173-1.919 2.0217-3.3887 2.1015-1.4582-.076-3.7818.03886-3.3307-2.0921.28764-.0953.86294-.28590 1.1506-.38119z" stroke="#000" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247"/>
</g>
<path fill-rule="nonzero" fill="#000" d="m29.65 57.316c1.8293-.48261 3.8113-.33065 5.5688.37176.46497 2.173-1.919 2.0217-3.3887 2.1015-1.4582-.076-3.7818.03886-3.3307-2.0921.28764-.0953.86294-.28590 1.1506-.38119z"/>
<path stroke-linejoin="miter" d="m23.877 65.921c5.7426-.85198 11.621-.79194 17.337.24556 1.6475.33997 3.4145.70546 4.7027 1.8774.77554 1.7592-1.4648 2.3165-2.6957 2.7614-7.4254 1.7365-15.294 1.7218-22.724.02505-1.2824-.46145-3.6233-1.0025-2.7628-2.8348 1.7166-1.4202 4.0206-1.7038 6.1423-2.0746z" stroke="#fff" stroke-linecap="butt" stroke-miterlimit="10" stroke-width=".084247" fill="#fff"/>
<path fill-rule="nonzero" fill="#fff" d="m23.877 65.921c5.7426-.85198 11.621-.79194 17.337.24556 1.6475.33997 3.4145.70546 4.7027 1.8774.77554 1.7592-1.4648 2.3165-2.6957 2.7614-7.4254 1.7365-15.294 1.7218-22.724.02505-1.2824-.46145-3.6233-1.0025-2.7628-2.8348 1.7166-1.4202 4.0206-1.7038 6.1423-2.0746z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -1,11 +0,0 @@
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs></defs>
<g fill-rule="nonzero" transform="translate(0,-16)">
<path d="m15.039 26.785c2.1037-.000096 4.2088-.000132 6.3154-.000132-.0019 1.579-.0025 3.1578-.000536 4.7369 2.104-.000217 4.2093-.000252 6.3164-.000289-.0021-1.579-.0025-3.1578-.00056-4.7367 2.9306.000145 5.8622.000205 8.7951.000602-.0019 1.5786-.0023 3.157-.000339 4.7357 2.0667.000084 4.1347.000493 6.2046.000876-.0021-1.5792-.0027-3.1581-.00045-4.7371 2.1035.000071 4.2085.000071 6.3154.000059-.0017 3.1776-.0016 6.355 0 9.5326-1.318 1.4775-2.6341 2.9555-3.9491 4.4336.0057 6.2893-.0045 12.579.005 18.868 2.4814 2.7802 3.5595 5.5629 6.2892 8.0722-.000496 2.1523.000546 4.3049.0014 6.4581-12.887.001-25.773.001-38.66.001-.000876-2.1465-.000876-4.2926.000876-6.4383 3.0973-1.9391 3.6227-5.764 6.3093-8.1079.01258-6.2388.0012-12.477.0061-18.716-1.3187-1.4693-2.635-2.9395-3.9501-4.4099.0034-3.2309.002-6.4616.0023-9.6924z" fill="#000"/>
<g fill="#fff">
<path d="m17.408 29.152c.50857.00071 1.5257.0021 2.0343.0028-.0027 1.5781-.0033 3.1561-.0013 4.7344 3.5315.000603 7.0638.00012 10.597.000422-.002-1.5791-.0023-3.1579-.000214-4.7368 1.3994.000132 2.7999.000278 4.2043.00071-.0019 1.5785-.0025 3.1569-.000803 4.7356 3.5976.000651 7.196.000362 10.795.00035-.0022-1.5789-.0023-3.1576.000072-4.7363.39471-.000073 1.1841-.000192 1.5788-.000265-.0012 2.2552-.0012 4.5103-.0022 6.7656-1.3095 1.1649-2.6162 2.3305-3.9216 3.497-7.639-.000145-15.277-.00029-22.916.00006-.79143-.88195-1.5814-1.7641-2.3686-2.6461-.000803-2.5393-.0028-5.0784.0003-7.6175z"/>
<path d="m21.354 41.784c7.1043-.000012 14.209-.000096 21.314.000036-.000505 5.5259-.000687 11.052.000102 16.578-7.1053-.000241-14.21-.00006-21.314-.000096-.000562-5.526-.000514-11.052-.000041-16.578z"/>
<path d="m20.814 60.719c7.4785.02398 14.957.0077 22.437.0086 2.3204 2.1911 3.3433 4.8043 5.7322 6.9844-.0031 1.3561-.0021 2.7128.0022 4.0702-11.316-.000216-22.632-.000325-33.947.000048-.000949-1.3568-.000616-2.7128.0023-4.0684 2.7668-1.6776 3.345-5.0079 5.7738-6.9949z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,213 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.44"
version="1.0"
inkscape:export-filename="/home/maurizio/out/bb.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/chess_pieces/chess_set"
sodipodi:docname="bb.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient3099">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop3101" />
<stop
style="stop-color:#505090;stop-opacity:1"
offset="1"
id="stop3103" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3105"
x1="721.62231"
y1="220.04175"
x2="586.80768"
y2="554.59656"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3135"
x1="136.09714"
y1="629.62048"
x2="784.78107"
y2="865.10339"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3153"
x1="321.15759"
y1="90.161285"
x2="395.43152"
y2="128.46291"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3157"
gradientUnits="userSpaceOnUse"
x1="321.15759"
y1="90.161285"
x2="395.43152"
y2="128.46291"
gradientTransform="translate(139.2966,-3.892556)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient2366"
gradientUnits="userSpaceOnUse"
x1="721.62231"
y1="220.04175"
x2="541.26611"
y2="599.38" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient7270"
gradientUnits="userSpaceOnUse"
x1="192.30013"
y1="446.01318"
x2="825.77911"
y2="717.33643" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient7273"
gradientUnits="userSpaceOnUse"
x1="192.30013"
y1="446.01318"
x2="825.77911"
y2="717.33643" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient2211"
gradientUnits="userSpaceOnUse"
x1="721.62231"
y1="220.04175"
x2="541.26611"
y2="599.38" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.6"
inkscape:cx="377.95566"
inkscape:cy="454.73192"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="979"
inkscape:window-height="647"
inkscape:window-x="36"
inkscape:window-y="128" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient2211);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.90644,216.86928 C 446.72618,198.61232 475.06352,166.37988 504.28423,149.61703 C 540.51733,183.67294 589.92433,262.98787 614.36403,339.20339 C 633.41193,398.60447 637.36213,425.2952 638.35383,488.75188 C 639.34553,552.20856 605.97292,614.7178 585.48889,637.84248"
id="path9790"
sodipodi:nodetypes="ccsss" />
<path
style="fill:url(#linearGradient7273);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 565.46943,687.05822 C 571.50813,633.58914 271.34806,637.53577 283.62219,690.06431 C 293.5393,711.95156 285.71762,740.09938 285.71762,740.09938 C 285.71762,740.09938 354.99519,730.26901 432.10071,731.49403 C 509.20623,732.71907 561.39063,738.83263 561.39063,738.83263 C 561.39063,738.83263 559.43073,702.81494 565.46943,687.05822 z "
id="path9792"
sodipodi:nodetypes="cccscc" />
<path
style="fill:url(#linearGradient7270);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.43423,682.28415 C 256.64374,674.19935 240.05196,641.84824 225.67428,621.21446 C 202.72468,588.27893 189.19415,519.78547 202.6347,442.97984 C 216.07524,366.17423 289.12165,217.76038 363.92118,151.92698 C 455.0831,217.76038 513.87323,317.2894 560.26993,449.90968 C 585.09903,520.88108 597.42283,598.54869 574.63233,679.9742 C 521.45453,669.00197 341.38236,658.59411 279.43423,682.28415 z "
id="path9786"
sodipodi:nodetypes="csscscc" />
<path
style="fill:url(#linearGradient3153);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 350.42916,138.7187 C 362.90889,117.52297 330.69822,104.00044 347.54704,89.196936 C 357.00882,80.883753 373.19575,80.052065 382.28408,90.835241 C 395.38784,106.38266 359.53921,119.87045 377.17711,138.51224"
id="path12426"
sodipodi:nodetypes="csss" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 436.37986,712.34867 C 426.8471,709.77498 418.27757,714.30541 414.78227,711.40911 C 410.49321,707.85509 410.74432,693.06857 413.58395,689.31504 C 416.01189,686.10568 447.2154,685.7051 450.27727,688.66168 C 453.13163,691.41323 450.19461,709.32655 447.55006,713.85917"
id="path13305"
sodipodi:nodetypes="cssss" />
<path
style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:gray;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 381.3125,348.5625 C 369.88467,350.37485 364.197,362.90482 365.62763,373.53068 C 365.43079,382.61465 369.40989,394.31862 361.9375,401.4375 C 351.82894,404.80066 340.88953,400.58892 330.58939,399.70846 C 322.10928,398.93365 311.88292,395.72795 304.34375,401.1875 C 298.57324,408.02324 305.31381,418.35264 312.75,420.65625 C 327.70292,427.16091 345.45564,423.76805 359.84375,431.46875 C 364.81052,436.05076 363.79485,444.03122 365.3125,450.125 C 369.98999,486.42714 369.74289,523.74332 380.71875,558.90625 C 383.59174,566.62644 388.07927,577.33794 397.6875,577.40625 C 405.10471,574.86816 404.16828,565.0163 404.5625,558.65625 C 403.66414,518.78437 392.59873,479.92022 390.84375,440.125 C 390.6465,436.20729 390.99677,431.29064 396.0625,430.875 C 414.02454,425.70526 435.0116,431.45579 451.34375,420.53125 C 458.05097,416.89668 463.64934,403.33584 452.78125,401.5625 C 433.62439,398.74308 414.26057,406.99959 395.21875,403.40625 C 389.3239,401.31922 389.84012,393.15914 389.15625,388.03125 C 388.0402,375.95092 391.71129,363.09247 387.125,351.5625 C 385.97494,349.55149 383.66386,348.27184 381.3125,348.5625 z "
id="path18555" />
<path
style="fill:url(#linearGradient3135);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 317.86743,803.28882 C 373.69062,802.66355 400.56544,770.90748 425.27472,770.86997 C 449.984,770.83244 472.52775,802.51346 532.62653,802.61895 C 564.87233,802.67555 734.62543,806.06352 725.19103,780.33367 C 715.75683,754.60381 608.55093,789.1571 572.65493,770.85732 C 553.86543,761.27845 548.35303,759.00832 524.04703,755.32584 C 458.47808,745.39181 391.43792,745.78783 332.14787,754.95027 C 305.75257,759.02929 295.01616,763.5714 280.15001,773.57745 C 255.14361,790.4087 149.80653,755.41243 141.51579,779.99874 C 133.22505,804.58506 250.03455,804.04861 317.86743,803.28882 z "
id="path5000"
sodipodi:nodetypes="csssssssss" />
<path
style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:gray;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 635.6875,91.15625 C 615.10174,91.353568 599.74484,108.24858 591.20669,125.42145 C 585.55815,136.32687 575.59763,144.266 570.0625,155.15625 C 568.89778,161.7158 578.25214,163.85318 583.1875,162.4375 C 595.23563,159.88805 604.7795,150.363 608.8481,138.91541 C 613.6762,127.12784 624.57845,117.85433 637.5,117 C 650.19027,114.76895 661.91266,124.74444 664.46875,136.875 C 668.16252,149.59149 666.49135,164.5812 656.25,173.8125 C 640.26496,190.57956 616.01786,198.08279 602.5625,217.53125 C 528.71608,363.25967 454.98188,509.08261 382.12705,655.31328 C 356.2636,708.35107 328.93507,760.7905 306.28125,815.28125 C 304.5188,822.08008 299.22889,829.61877 302.0625,836.6875 C 306.53208,840.16049 312.16155,834.78962 316.03125,832.4375 C 331.95849,817.89904 340.78824,797.36128 351.34375,778.84375 C 395.81904,692.55428 437.50104,604.84069 480.78992,517.9438 C 527.79237,423.04763 574.79801,328.12096 622.8125,233.75 C 636.39574,213.64572 662.17734,206.91064 677.40714,188.33998 C 687.10558,177.69496 693.31113,163.60203 691.75,149 C 690.74944,124.70214 676.68003,98.405846 651.53125,92.625 C 646.37025,91.317039 641.03117,90.917712 635.6875,91.15625 z "
id="path5875" />
<path
sodipodi:nodetypes="csss"
id="path3155"
d="M 489.72573,134.82614 C 502.20546,113.63041 469.99479,100.10788 486.84361,85.30438 C 496.30539,76.991197 512.49232,76.159509 521.58065,86.942685 C 534.68441,102.4901 498.83578,115.97789 516.47368,134.61968"
style="fill:url(#linearGradient3157);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,289 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.44.1"
version="1.0"
inkscape:export-filename="/home/maurizio/out/bk.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/nfs/home/monge/chess_pieces/svg_fantasy"
sodipodi:docname="bk.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient2266">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop2268" />
<stop
style="stop-color:#505090;stop-opacity:1"
offset="1"
id="stop2270" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2272"
x1="297.55386"
y1="427.04959"
x2="368.56238"
y2="521.21625"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2274"
x1="495.29623"
y1="448.54721"
x2="595.97144"
y2="528.54724"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2302"
x1="221.55104"
y1="774.93707"
x2="633.49097"
y2="859.35083"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient3316"
x1="379.19693"
y1="160.25282"
x2="579.84833"
y2="286.91949"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient3318"
x1="368.46912"
y1="319.27548"
x2="494.5513"
y2="319.27548"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient5306"
gradientUnits="userSpaceOnUse"
x1="129.96214"
y1="428.65894"
x2="812.36853"
y2="836.31329" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient5309"
gradientUnits="userSpaceOnUse"
x1="129.96214"
y1="428.65894"
x2="812.36853"
y2="836.31329" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient5312"
gradientUnits="userSpaceOnUse"
x1="129.96214"
y1="428.65894"
x2="812.36853"
y2="836.31329" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient5315"
gradientUnits="userSpaceOnUse"
x1="129.96214"
y1="428.65894"
x2="812.36853"
y2="836.31329" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient6193"
gradientUnits="userSpaceOnUse"
x1="379.19693"
y1="160.25282"
x2="579.84833"
y2="286.91949" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient6195"
gradientUnits="userSpaceOnUse"
x1="368.46912"
y1="319.27548"
x2="494.5513"
y2="319.27548" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient6198"
gradientUnits="userSpaceOnUse"
x1="368.46912"
y1="319.27548"
x2="494.5513"
y2="319.27548" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient6201"
gradientUnits="userSpaceOnUse"
x1="379.19693"
y1="160.25282"
x2="579.84833"
y2="286.91949" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.2"
inkscape:cx="449.28046"
inkscape:cy="432.43572"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="1084"
inkscape:window-height="739"
inkscape:window-x="187"
inkscape:window-y="52" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient2272);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 288.63477,612.48517 C 311.82717,578.97497 281.58367,486.64627 288.65317,444.43347 C 300.12627,375.92537 390.14247,329.94308 402.15777,369.66177 C 416.41087,416.77777 358.54587,421.22527 342.44627,460.55547 C 327.65837,496.68117 330.82207,557.03767 359.61237,593.36517"
id="path3299"
sodipodi:nodetypes="csssc" />
<path
sodipodi:nodetypes="csssc"
id="path3303"
d="M 586.89047,617.31607 C 563.69807,583.80587 593.94157,491.47717 586.87217,449.26437 C 575.39897,380.75637 485.38277,334.77402 473.36747,374.49267 C 459.11437,421.60867 516.97937,426.05617 533.07897,465.38647 C 547.86687,501.51217 544.70327,561.86867 515.91287,598.19617"
style="fill:url(#linearGradient2274);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient6201);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.21667,288.11526 C 406.47427,273.11478 420.12097,217.1902 415.13287,200.71452 C 392.81897,198.94875 346.19757,219.41664 315.98077,212.85957 C 307.47027,197.47379 302.15657,164.36627 314.38147,146.19238 C 341.73677,137.86834 402.11217,152.46087 418.80027,154.69694 C 424.71627,137.84407 404.30597,87.059467 408.25987,68.670427 C 427.01037,59.707097 473.57437,60.593277 487.41327,69.704367 C 486.70847,89.018017 458.51827,135.92917 457.83397,151.96822 C 476.61797,151.00516 535.12757,135.09307 555.10187,138.97928 C 563.71817,155.68972 565.58767,185.54425 551.68757,204.6251 C 530.39277,211.71837 474.01257,195.69525 450.52137,200.35504 C 440.62167,220.32198 456.01227,271.87805 459.79897,286.96042"
id="path24710"
sodipodi:nodetypes="cccccccccccc" />
<path
style="fill:url(#linearGradient6198);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.40977,371.83207 C 383.67457,350.41377 372.77587,350.23587 377.57707,296.6259 C 381.67707,250.84464 483.83397,253.2069 486.21127,294.63501 C 489.19217,346.58196 471.92077,350.47217 459.91167,375.62417"
id="path3297"
sodipodi:nodetypes="csss" />
<path
style="fill:url(#linearGradient5315);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 270.96173,830.29917 L 206.98653,634.05637 L 678.21977,631.98867 L 603.32977,836.31327 L 270.96173,830.29917 z "
id="path25586"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
id="path9792"
d="M 643.45607,717.10927 C 549.7797,669.09498 336.31713,666.83914 235.85024,718.98477 C 249.92397,763.45757 255.55353,812.95807 255.55353,812.95807 C 347.2202,784.49429 533.42707,783.35844 623.42707,817.10087 C 623.42707,817.10087 632.70667,750.42127 643.45607,717.10927 z "
style="fill:url(#linearGradient5312);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient5309);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 553.53125,574.03125 C 517.29025,558.71802 476.82697,515.20482 431.55311,513.80939 C 387.97852,514.81873 352.99718,552.37314 328.15625,572.21875 C 212.88335,519.75182 214.26076,419.32727 294.90625,400.90625 C 308.04118,397.90597 347.13794,401.36983 372.96875,400.1875 C 364.74345,377.47191 355.77704,361.36375 364.28125,331.125 C 346.05303,319.3931 321.79339,310.98061 294.15625,309.34375 C 285.90453,308.85503 277.52511,308.64657 269.125,308.75 C 187.92394,309.74981 103.67373,339.28589 91.71875,414 C 74.27,523.0482 170.81113,587.31522 205.5625,702.65625 C 315.87004,639.7479 570.22714,643.75358 675.90625,698.125 C 703.95405,608.9629 815.75708,504.76439 790.75,413.875 C 767.5916,329.70485 655.00768,305.07367 580.71875,309.28125 C 550.61014,310.98654 521.70616,320.73355 500,334.125 C 504.20201,358.09614 495.68511,377.69442 488.625,398.40625 C 522.97011,398.4211 583.22654,390.43444 606.875,403.8125 C 659.1045,433.359 663.0869,539.70911 553.53125,574.03125 z "
id="path23833"
sodipodi:nodetypes="cccsccscsccssccsc" />
<path
sodipodi:nodetypes="cssssc"
id="path2408"
d="M 328.48797,572.52807 C 366.48307,545.84987 384.48627,492.86697 382.96687,450.09327 C 380.77597,388.41717 347.78747,377.66667 366.62687,323.67917 C 379.40137,287.07173 485.79017,285.19024 497.80557,324.90891 C 512.05857,372.02487 475.46347,401.35807 481.16787,449.05447 C 487.82227,504.69457 488.23487,541.57657 553.46247,575.62677"
style="fill:url(#linearGradient5306);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient2302);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.69149,832.67777 C 363.55557,843.16227 503.90277,844.88347 603.05777,835.03717 C 534.46074,807.05715 346.50252,807.36146 275.69149,832.67777 z "
id="path8563"
sodipodi:nodetypes="ccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16.55992416;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path21809"
sodipodi:cx="797.5"
sodipodi:cy="915"
sodipodi:rx="17.5"
sodipodi:ry="16.666666"
d="M 815 915 A 17.5 16.666666 0 1 1 780,915 A 17.5 16.666666 0 1 1 815 915 z"
transform="matrix(0.966188,0,0,0.966188,-333.8215,-147.0273)" />
<path
d="M 815 915 A 17.5 16.666666 0 1 1 780,915 A 17.5 16.666666 0 1 1 815 915 z"
sodipodi:ry="16.666666"
sodipodi:rx="17.5"
sodipodi:cy="915"
sodipodi:cx="797.5"
id="path21811"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:18.08697199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc"
transform="matrix(1.062619,-0.192444,0.129134,0.713042,-628.0719,249.5489)" />
<path
transform="matrix(1.038983,0.168613,-0.116082,0.715282,-188.6517,-40.44513)"
sodipodi:type="arc"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:18.32027848;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path21815"
sodipodi:cx="797.5"
sodipodi:cy="915"
sodipodi:rx="17.5"
sodipodi:ry="16.666666"
d="M 815 915 A 17.5 16.666666 0 1 1 780,915 A 17.5 16.666666 0 1 1 815 915 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,211 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="0 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.43"
version="1.0"
inkscape:export-filename="/home/maurizio/out/bn.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/out1"
sodipodi:docname="bn.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient2672">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop2674" />
<stop
style="stop-color:#505070;stop-opacity:1"
offset="1"
id="stop2676" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2230"
gradientUnits="userSpaceOnUse"
x1="705.29126"
y1="378.28769"
x2="787.12555"
y2="465.62366"
gradientTransform="translate(0,4)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2233"
gradientUnits="userSpaceOnUse"
x1="667.0329"
y1="299.32745"
x2="739.15356"
y2="348.42047"
gradientTransform="translate(4,4)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2236"
gradientUnits="userSpaceOnUse"
x1="598.67926"
y1="209.76059"
x2="705.53198"
y2="232.28799"
gradientTransform="translate(0,4)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2239"
gradientUnits="userSpaceOnUse"
x1="493.79175"
y1="157.9061"
x2="625.8526"
y2="159.48897"
gradientTransform="translate(4,-2)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2319"
gradientUnits="userSpaceOnUse"
x1="265.6459"
y1="255.9399"
x2="753.20837"
y2="854.32837"
gradientTransform="translate(0,4)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.15000001"
inkscape:cx="322.56502"
inkscape:cy="454.31563"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="997"
inkscape:window-height="730"
inkscape:window-x="161"
inkscape:window-y="23" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:url(#linearGradient2319);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 528.58974,401.8085 C 528.80425,478.30066 440.36335,544.461 353.13367,511.14215 C 339.7749,506.03954 218.5656,615.94543 199.14016,600.90798 C 183.81525,589.0448 216.11868,540.13943 213.77024,546.38578 C 202.58851,576.12672 153.22337,609.22986 113.58016,566.49819 C 98.07692,549.78715 102.87108,501.72211 136.26425,462.5651 C 171.04104,421.78565 206.35255,358.98804 220.02102,322.76921 C 247.51334,249.91983 236.72646,248.3286 289.41246,182.26341 C 299.31018,169.85224 273.32387,121.66778 282.76868,90.215849 C 320.07646,96.869072 334.45836,134.37834 351.6141,150.1194 C 361.61471,126.96772 354.895,64.758363 372.67311,67.657143 C 390.45124,70.555903 410.90073,124.44873 440.22836,148.1194 C 791.49081,256.21526 788.61945,818.32311 690.44973,820.14423 C 569.27826,822.39205 424.20927,821.88335 302.34491,819.94173 C 272.81744,819.47128 259.1485,781.27041 264.84223,758.44141 C 291.99727,649.56332 406.67542,573.35474 462.85026,535.58802 C 520.54747,496.7978 531.11133,458.6781 528.58974,401.8085 z "
id="path9661"
sodipodi:nodetypes="csssssssccscssssc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 345.00626,294.09868 C 315.93346,288.73337 290.44162,297.17685 269.38927,318.12957"
id="path31294"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298.13781,325.80259 C 308.58084,336.44308 321.87167,336.88677 324.06134,318.80598"
id="path31298"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 150.77115,518.28958 C 136.91636,513.50427 126.89297,535.82654 135.73294,536.73724"
id="path31300"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.87611,474.30434 L 326.36363,486.09484"
id="path31308"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 528.75307,369.23593 L 529.04384,344.31804"
id="path31312"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.87873,162.64943 L 315.7656,167.93042"
id="path32040"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 379.27012,108.87359 C 409.42235,150.99371 420.3092,159.51395 384.4566,153.47055"
id="path32768"
sodipodi:nodetypes="cs" />
<path
style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 454.44369,131.12593 C 541.01638,156.50987 526.41453,138.18821 544.67294,167.9218 C 554.90224,184.58009 569.07649,162.24397 602.81894,164.35698 C 621.04165,165.49812 552.81807,137.13582 543.92025,125.79428 C 531.56743,110.04884 441.7423,127.40176 454.44369,131.12593 z "
id="path1849"
sodipodi:nodetypes="cssss" />
<path
style="fill:url(#linearGradient2236);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 579.55132,199.72251 C 606.74348,220.39515 626.6611,199.39789 625.58693,235.26835 C 624.8494,259.89786 658.09296,243.44216 674.23703,253.71604 C 689.11003,263.18101 704.02779,225.00077 694.56767,225.00077 C 680.33507,225.00077 656.16757,231.67796 660.54029,215.60611 C 670.13848,180.32814 571.74121,193.78494 579.55132,199.72251 z "
id="path1851"
sodipodi:nodetypes="csssss" />
<path
style="fill:url(#linearGradient2233);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 659.5315,277.71568 C 664.82435,279.56734 693.65216,299.08537 692.31737,308.36689 C 685.43268,356.23972 720.73307,353.13664 735.92491,358.19734 C 757.21302,365.28883 734.93287,339.87357 724.19137,326.80647 C 713.44977,313.73937 731.5314,307.88862 730.26548,299.60032 C 725.81231,270.44436 656.76815,276.74895 659.5315,277.71568 z "
id="path1853"
sodipodi:nodetypes="csssss" />
<path
style="fill:url(#linearGradient2230);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 710.38973,378.64722 C 715.44783,387.46697 727.30787,397.4563 731.06737,411.29205 C 734.82697,425.12781 736.24227,437.46295 743.76137,452.32357 C 751.28047,467.18419 781.53366,465.24706 794.57936,460.88558 C 812.15726,455.00888 752.08313,436.75859 765.61893,408.93406 C 774.18603,391.32331 707.66003,373.88742 710.38973,378.64722 z "
id="path1855"
sodipodi:nodetypes="csssss" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 438.14707,729.50113 L 412.36729,790.99343"
id="path2732" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,149 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.42+0.43pre2"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wp.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/monge/chess_pieces/chess_set"
sodipodi:docname="bp.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient3070">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3072" />
<stop
style="stop-color:#505090;stop-opacity:1;"
offset="1"
id="stop3074" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3070"
id="linearGradient3076"
x1="586.52576"
y1="328.04306"
x2="1126.0223"
y2="534.203"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3070"
id="linearGradient3084"
x1="275.24356"
y1="458.6561"
x2="862.65161"
y2="560.7475"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3070"
id="linearGradient3092"
x1="300.27295"
y1="623.78223"
x2="774.0462"
y2="764.89874"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.21213203"
inkscape:cx="624.75787"
inkscape:cy="371.88921"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="970"
inkscape:window-height="647"
inkscape:window-x="256"
inkscape:window-y="89" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient3076);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:21.76182047;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path35272"
sodipodi:cx="760"
sodipodi:cy="373.33334"
sodipodi:rx="166.66667"
sodipodi:ry="150"
d="M 926.66667 373.33334 A 166.66667 150 0 1 1 593.33333,373.33334 A 166.66667 150 0 1 1 926.66667 373.33334 z"
transform="matrix(0.734473,0,0,0.735993,-120.6603,30.4359)" />
<path
style="fill:url(#linearGradient3092);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 397.41688,467.01055 C 398.88578,637.18479 310.68396,688.10835 269.45029,717.2563 C 235.25836,741.42646 243.98737,799.59813 289.3562,802.56736 C 317.46905,804.40725 565.96898,804.92832 595.00707,801.72365 C 646.38782,796.05322 647.85297,735.02456 614.69456,714.41259 C 562.08605,681.71003 478.50382,644.87497 476.19681,467.32315 C 475.75569,434.01104 397.15543,437.31408 397.41688,467.01055 z "
id="path35274"
sodipodi:nodetypes="cssssss" />
<path
style="fill:url(#linearGradient3084);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 340.35321,432.73487 C 266.15843,451.80054 240.24356,498.75395 240.24356,498.75395 L 649.08978,498.75395 C 649.08978,498.75395 605.65762,446.91851 539.06508,432.06962 C 453.8249,413.06266 409.89186,414.86568 340.35321,432.73487 z "
id="path34396"
sodipodi:nodetypes="cccss" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 339.12098,713.67467 L 527.02381,713.67467"
id="path36149"
sodipodi:nodetypes="cc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,332 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.43"
version="1.0"
inkscape:export-filename="/home/maurizio/out/bq.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/out1"
sodipodi:docname="bq.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient2508">
<stop
style="stop-color:#000000;stop-opacity:1"
offset="0"
id="stop2510" />
<stop
style="stop-color:#505090;stop-opacity:1"
offset="1"
id="stop2512" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2538"
x1="785.14124"
y1="294.75864"
x2="840.91125"
y2="363.08893"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2546"
x1="649.86255"
y1="171.18027"
x2="711.11725"
y2="227.74881"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2554"
x1="406.01202"
y1="103.53159"
x2="470.8349"
y2="132.99438"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2562"
x1="167.87183"
y1="174.99733"
x2="234.62003"
y2="174.99733"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2570"
x1="23.458433"
y1="337.85495"
x2="87.371216"
y2="315.46323"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2578"
x1="339.47086"
y1="530.60559"
x2="514.54016"
y2="571.59277"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2586"
x1="339.47086"
y1="530.60559"
x2="495.02243"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2594"
x1="339.47086"
y1="530.60559"
x2="487.21536"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2602"
x1="339.47086"
y1="530.60559"
x2="498.92599"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2610"
x1="339.47086"
y1="530.60559"
x2="510.6366"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient5283"
gradientUnits="userSpaceOnUse"
x1="153.6037"
y1="380.53995"
x2="761.36395"
y2="682.2066" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient5286"
gradientUnits="userSpaceOnUse"
x1="153.6037"
y1="380.53995"
x2="761.36395"
y2="682.2066" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient5289"
gradientUnits="userSpaceOnUse"
x1="153.6037"
y1="380.53995"
x2="761.36395"
y2="682.2066" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient5292"
gradientUnits="userSpaceOnUse"
x1="153.6037"
y1="380.53995"
x2="761.36395"
y2="682.2066" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient5295"
gradientUnits="userSpaceOnUse"
x1="153.6037"
y1="380.53995"
x2="761.36395"
y2="682.2066" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.3"
inkscape:cx="391.55277"
inkscape:cy="370.27772"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="838"
inkscape:window-height="647"
inkscape:window-x="353"
inkscape:window-y="48" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient5295);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 243.93513,824.89024 L 193.55693,658.67811 L 627.32493,659.99608 L 577.80633,829.67702 L 243.93513,824.89024 z "
id="path25586"
sodipodi:nodetypes="ccccc" />
<path
style="fill:url(#linearGradient5292);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 612.71323,716.27973 C 490.51354,672.61099 329.30672,672.35739 210.31943,716.17567 C 222.90363,746.70532 226.23753,809.17377 226.23753,809.17377 C 326.95677,781.0005 498.19209,781.85702 598.12263,813.36171 C 598.12263,813.36171 600.43243,746.65519 612.71323,716.27973 z "
id="path9792"
sodipodi:nodetypes="ccccc" />
<path
style="fill:url(#linearGradient5289);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 195.10383,697.9154 C 316.95436,645.2285 507.68493,644.39592 630.68113,698.3256 C 642.80733,593.28931 681.02853,463.62895 753.36393,370.62614 C 698.51613,392.08833 618.88473,529.48915 572.58863,555.38393 C 536.28453,479.12072 608.13303,281.17996 636.06743,239.25506 C 589.16843,267.47386 489.91953,442.27105 460.59793,524.04002 C 418.33203,429.59549 428.22523,252.95831 427.21413,178.93171 C 395.41823,248.48509 353.69613,408.30478 349.42553,521.24619 C 268.23313,460.38218 239.57983,295.97511 217.92473,230.84046 C 206.00133,324.63817 226.80893,488.01266 240.54813,554.0669 C 187.75583,518.47425 126.10853,440.14746 74.937033,373.76193 C 139.99633,529.33555 163.54513,576.45484 195.10383,697.9154 z "
id="path28221"
sodipodi:nodetypes="cccccccccccc" />
<path
style="fill:url(#linearGradient5286);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 407.76343,699.78166 C 388.76533,699.68393 399.17803,714.41733 395.44453,720.89683 C 386.90703,725.84571 359.19913,717.06509 368.11823,735.23678 C 374.43703,748.1108 383.88433,742.0504 394.49533,746.19839 C 399.77053,753.46495 390.85233,775.56417 409.53183,775.10053 C 424.95933,774.71763 416.55013,752.6696 419.84763,746.72904 C 429.17383,740.63497 441.40983,748.89379 447.58203,733.27703 C 452.26783,721.42105 429.06953,725.81861 419.90893,720.71295 C 416.07173,714.98167 427.52963,699.88519 407.76343,699.78166 z "
id="path7672"
sodipodi:nodetypes="ccscscscs" />
<path
style="fill:url(#linearGradient5283);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 244.57333,825.27293 C 333.39553,835.87175 477.29493,839.6335 577.53123,829.67981 C 520.96269,804.39859 317.64103,804.61237 244.57333,825.27293 z "
id="path8563"
sodipodi:nodetypes="ccc" />
<path
style="fill:url(#linearGradient2554);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 474.62003,82.51849 C 466.06003,82.70612 439.67653,87.13782 423.82163,95.04606 C 419.01183,107.15609 421.51033,142.65199 423.95343,171.68515 C 439.13783,147.31518 472.68953,105.43193 474.62003,82.51849 z "
id="path1323"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient2586);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path29102"
sodipodi:cx="394.8013"
sodipodi:cy="530.60559"
sodipodi:rx="45.961941"
sodipodi:ry="44.783428"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
transform="matrix(0.853926,0,0,0.853926,87.23533,-271.5063)" />
<path
sodipodi:nodetypes="cccc"
id="path2211"
d="M 714.90233,206.00453 C 710.18473,200.3516 713.19213,190.00462 674.89863,168.95045 L 626.04273,229.97863 C 653.45383,221.42894 696.80723,208.51868 714.90233,206.00453 z "
style="fill:url(#linearGradient2546);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
transform="matrix(0.853926,0,0,0.853926,295.2353,-211.5063)"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
sodipodi:ry="44.783428"
sodipodi:rx="45.961941"
sodipodi:cy="530.60559"
sodipodi:cx="394.8013"
id="path2203"
style="opacity:1;fill:url(#linearGradient2594);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
style="fill:url(#linearGradient2538);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 845.56013,351.89137 C 848.23443,338.06413 833.38963,333.62304 819.14903,314.56717 C 799.31253,322.68925 776.33193,332.3768 760.14293,355.08892 C 801.01003,346.66087 819.58713,359.147 845.56013,351.89137 z "
id="path2213"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient2602);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path2205"
sodipodi:cx="394.8013"
sodipodi:cy="530.60559"
sodipodi:rx="45.961941"
sodipodi:ry="44.783428"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
transform="matrix(0.853926,0,0,0.853926,417.8503,-85.7489)" />
<path
sodipodi:nodetypes="cccc"
id="path2215"
d="M 226.62003,154.51849 C 216.06003,142.70612 203.72673,144.40128 175.87183,140.30952 C 176.84443,174.03614 196.97633,183.44519 208.95343,209.68515 C 224.13783,185.31518 221.68953,184.43193 226.62003,154.51849 z "
style="fill:url(#linearGradient2562);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
transform="matrix(0.853926,0,0,0.853926,-123.7649,-219.5063)"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
sodipodi:ry="44.783428"
sodipodi:rx="45.961941"
sodipodi:cy="530.60559"
sodipodi:cx="394.8013"
id="path2207"
style="opacity:1;fill:url(#linearGradient2578);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
style="fill:url(#linearGradient2570);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 50.262833,289.78227 C 36.815833,292.5822 35.678033,320.09377 31.458433,334.20775 C 46.515133,350.8029 61.825033,360.25744 74.978933,385.92765 C 89.043333,360.89453 66.219333,308.99231 50.262833,289.78227 z "
id="path2217"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient2610);fill-opacity:1.0;fill-rule:evenodd;stroke:#808080;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path2209"
sodipodi:cx="394.8013"
sodipodi:cy="530.60559"
sodipodi:rx="45.961941"
sodipodi:ry="44.783428"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
transform="matrix(0.853926,0,0,0.853926,-249.1081,-68.9205)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,217 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.44"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wr.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/chess_pieces/chess_fantasy"
sodipodi:docname="br.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient3037">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop3039" />
<stop
style="stop-color:#505090;stop-opacity:1;"
offset="1"
id="stop3041" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3043"
x1="7.337575"
y1="207.66478"
x2="689.74506"
y2="274.33145"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3051"
x1="218.50157"
y1="521.53015"
x2="906.09503"
y2="643.19684"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3059"
x1="153.41434"
y1="229.06763"
x2="966.58569"
y2="400.73428"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3067"
x1="193.1496"
y1="715.4057"
x2="878.59479"
y2="782.07239"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.6"
inkscape:cx="541.76164"
inkscape:cy="381.02141"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="979"
inkscape:window-height="831"
inkscape:window-x="36"
inkscape:window-y="128" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient3043);fill-opacity:1;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 200.30287,323.35463 C 200.30287,323.35463 203.55326,206.12223 217.95763,167.14904 C 248.05619,160.65127 307.30721,157.58601 344.11371,162.95777 C 344.52561,186.80019 338.68147,236.94749 342.52264,259.8729 C 375.96812,258.28835 443.72283,262.34976 486.83947,257.50168 C 487.79976,229.53267 479.56904,189.93108 487.73152,158.75251 C 515.09984,156.69598 576.97047,154.52074 605.77922,166.90046 C 601.93806,206.79066 606.34174,261.63058 606.34174,261.63058 L 681.87376,264.24429 L 670.62668,324.24465 C 576.32287,359.59176 259.29731,354.34358 200.30287,323.35463 z "
id="path5877"
sodipodi:nodetypes="ccccccccccc" />
<path
style="fill:url(#linearGradient3067);fill-opacity:1;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 250.71707,702.47558 C 226.72923,726.42944 176.60286,750.53182 140.85996,758.0984 C 135.67618,775.21012 130.57573,794.99625 141.1001,816.27195 C 268.49687,817.42654 604.88926,815.94762 726.61586,815.52518 C 733.18417,791.7935 738.15121,774.6274 731.5828,755.97466 C 694.10408,748.55518 648.83984,737.35135 615.33361,702.47862"
id="path30874"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cc"
id="path28104"
d="M 198.04117,768.62273 C 347.49933,768.69547 509.70461,763.10968 669.55335,769.20322"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient3051);fill-opacity:1;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.74348,310.87069 C 248.97465,355.72138 247.88946,668.15799 248.92583,705.37378 C 304.10315,700.70793 560.53797,700.41484 617.08814,704.80668 C 613.88604,634.77707 614.77198,311.85451 614.77198,311.85451"
id="path29124"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 291.38062,634.83338 C 331.26882,631.89277 414.85007,628.58087 506.8188,631.53831"
id="path34378"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path2302"
d="M 290.02256,570.14761 C 340.77523,565.26161 389.87076,563.65253 461.32384,564.39605"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cs"
id="path2304"
d="M 290.55778,504.95071 C 362.82636,499.95347 364.86219,500.48398 443.07446,499.35622"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.55779,441.01184 C 327.24318,437.97862 348.81577,436.40278 392.71802,437.46116"
id="path2306"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path28065"
d="M 334.76093,457.70438 C 335.63992,487.63636 334.58512,456.36811 335.46412,482.25492"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 390.44132,521.25036 C 391.32032,551.18231 390.2655,519.91407 391.1445,545.80094"
id="path2309"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path2311"
d="M 334.76093,585.52851 C 335.63992,615.46045 334.58512,584.19222 335.46412,610.07899"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.55396,583.49952 C 452.43294,613.43147 451.37813,584.19222 452.25716,610.07899"
id="path2313"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path2315"
d="M 390.44132,652.23291 C 391.32032,682.16486 390.2655,652.92561 391.1445,678.81237"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cs"
id="path5035"
d="M 291.81895,383.20425 C 319.67622,380.17103 333.87107,379.19736 357.59478,379.65357"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient3059);fill-opacity:1;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 131.74764,161.2782 C 136.90381,189.50103 140.79994,216.27685 145.7962,256.81873 C 177.87333,279.18426 195.82905,286.99532 199.26386,324.47473 C 295.61619,307.11354 586.23184,311.11585 673.61744,324.12311 C 679.70694,290.34051 689.67019,284.56847 736.74614,256.21353 C 742.69359,211.85154 747.91557,190.46343 748.25223,163.93967 C 734.14513,160.50939 632.78417,130.15575 620.26346,134.51608 C 615.81009,160.90866 622.10698,183.58328 616.24826,208.4041 C 578.30532,210.306 544.50282,208.86153 505.23467,198.64135 C 505.43002,165.46331 505.38083,147.26782 507.0112,121.5894 C 490.42777,115.68321 391.80303,114.63331 373.19535,120.72379 C 369.98831,152.70215 374.04245,170.12252 371.47222,198.55487 C 337.78865,208.08279 305.8451,205.61134 265.63435,207.86985 C 262.39466,174.06501 268.37679,162.20293 267.6163,138.47368 C 251.02579,133.9377 147.41204,156.46115 131.74764,161.2782 z "
id="path29999"
sodipodi:nodetypes="ccccccccccccccc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:gray;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 188.74025,262.24737 C 337.39441,247.55171 557.25259,246.6379 684.83599,265.79117"
id="path27172"
sodipodi:nodetypes="cc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,213 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.44"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wb.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/chess_pieces/chess_set"
sodipodi:docname="wb.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient3099">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop3101" />
<stop
style="stop-color:#d0b090;stop-opacity:1"
offset="1"
id="stop3103" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3105"
x1="721.62231"
y1="220.04175"
x2="586.80768"
y2="554.59656"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3135"
x1="136.09714"
y1="629.62048"
x2="784.78107"
y2="865.10339"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3153"
x1="321.15759"
y1="90.161285"
x2="395.43152"
y2="128.46291"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient3157"
gradientUnits="userSpaceOnUse"
x1="321.15759"
y1="90.161285"
x2="395.43152"
y2="128.46291"
gradientTransform="translate(139.2966,-3.892556)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient2366"
gradientUnits="userSpaceOnUse"
x1="721.62231"
y1="220.04175"
x2="541.26611"
y2="599.38" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient7270"
gradientUnits="userSpaceOnUse"
x1="192.30013"
y1="446.01318"
x2="825.77911"
y2="717.33643" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient7273"
gradientUnits="userSpaceOnUse"
x1="192.30013"
y1="446.01318"
x2="825.77911"
y2="717.33643" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3099"
id="linearGradient2211"
gradientUnits="userSpaceOnUse"
x1="721.62231"
y1="220.04175"
x2="541.26611"
y2="599.38" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.3"
inkscape:cx="377.95566"
inkscape:cy="549.01282"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="979"
inkscape:window-height="647"
inkscape:window-x="30"
inkscape:window-y="106" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient2211);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.90644,216.86928 C 446.72618,198.61232 475.06352,166.37988 504.28423,149.61703 C 540.51733,183.67294 589.92433,262.98787 614.36403,339.20339 C 633.41193,398.60447 637.36213,425.2952 638.35383,488.75188 C 639.34553,552.20856 605.97292,614.7178 585.48889,637.84248"
id="path9790"
sodipodi:nodetypes="ccsss" />
<path
style="fill:url(#linearGradient7273);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 565.46943,687.05822 C 571.50813,633.58914 271.34806,637.53577 283.62219,690.06431 C 293.5393,711.95156 285.71762,740.09938 285.71762,740.09938 C 285.71762,740.09938 354.99519,730.26901 432.10071,731.49403 C 509.20623,732.71907 561.39063,738.83263 561.39063,738.83263 C 561.39063,738.83263 559.43073,702.81494 565.46943,687.05822 z "
id="path9792"
sodipodi:nodetypes="cccscc" />
<path
style="fill:url(#linearGradient7270);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.43423,682.28415 C 256.64374,674.19935 240.05196,641.84824 225.67428,621.21446 C 202.72468,588.27893 189.19415,519.78547 202.6347,442.97984 C 216.07524,366.17423 289.12165,217.76038 363.92118,151.92698 C 455.0831,217.76038 513.87323,317.2894 560.26993,449.90968 C 585.09903,520.88108 597.42283,598.54869 574.63233,679.9742 C 521.45453,669.00197 341.38236,658.59411 279.43423,682.28415 z "
id="path9786"
sodipodi:nodetypes="csscscc" />
<path
style="fill:url(#linearGradient3153);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 350.42916,138.7187 C 362.90889,117.52297 330.69822,104.00044 347.54704,89.196936 C 357.00882,80.883753 373.19575,80.052065 382.28408,90.835241 C 395.38784,106.38266 359.53921,119.87045 377.17711,138.51224"
id="path12426"
sodipodi:nodetypes="csss" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 436.37986,712.34867 C 426.8471,709.77498 418.27757,714.30541 414.78227,711.40911 C 410.49321,707.85509 410.74432,693.06857 413.58395,689.31504 C 416.01189,686.10568 447.2154,685.7051 450.27727,688.66168 C 453.13163,691.41323 450.19461,709.32655 447.55006,713.85917"
id="path13305"
sodipodi:nodetypes="cssss" />
<path
style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 381.3125,348.5625 C 369.88467,350.37485 364.197,362.90482 365.62763,373.53068 C 365.43079,382.61465 369.40989,394.31862 361.9375,401.4375 C 351.82894,404.80066 340.88953,400.58892 330.58939,399.70846 C 322.10928,398.93365 311.88292,395.72795 304.34375,401.1875 C 298.57324,408.02324 305.31381,418.35264 312.75,420.65625 C 327.70292,427.16091 345.45564,423.76805 359.84375,431.46875 C 364.81052,436.05076 363.79485,444.03122 365.3125,450.125 C 369.98999,486.42714 369.74289,523.74332 380.71875,558.90625 C 383.59174,566.62644 388.07927,577.33794 397.6875,577.40625 C 405.10471,574.86816 404.16828,565.0163 404.5625,558.65625 C 403.66414,518.78437 392.59873,479.92022 390.84375,440.125 C 390.6465,436.20729 390.99677,431.29064 396.0625,430.875 C 414.02454,425.70526 435.0116,431.45579 451.34375,420.53125 C 458.05097,416.89668 463.64934,403.33584 452.78125,401.5625 C 433.62439,398.74308 414.26057,406.99959 395.21875,403.40625 C 389.3239,401.31922 389.84012,393.15914 389.15625,388.03125 C 388.0402,375.95092 391.71129,363.09247 387.125,351.5625 C 385.97494,349.55149 383.66386,348.27184 381.3125,348.5625 z "
id="path18555" />
<path
style="fill:url(#linearGradient3135);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 317.86743,803.28882 C 373.69062,802.66355 400.56544,770.90748 425.27472,770.86997 C 449.984,770.83244 472.52775,802.51346 532.62653,802.61895 C 564.87233,802.67555 734.62543,806.06352 725.19103,780.33367 C 715.75683,754.60381 608.55093,789.1571 572.65493,770.85732 C 553.86543,761.27845 548.35303,759.00832 524.04703,755.32584 C 458.47808,745.39181 391.43792,745.78783 332.14787,754.95027 C 305.75257,759.02929 295.01616,763.5714 280.15001,773.57745 C 255.14361,790.4087 149.80653,755.41243 141.51579,779.99874 C 133.22505,804.58506 250.03455,804.04861 317.86743,803.28882 z "
id="path5000"
sodipodi:nodetypes="csssssssss" />
<path
style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 635.6875,91.15625 C 615.10174,91.353568 599.74484,108.24858 591.20669,125.42145 C 585.55815,136.32687 575.59763,144.266 570.0625,155.15625 C 568.89778,161.7158 578.25214,163.85318 583.1875,162.4375 C 595.23563,159.88805 604.7795,150.363 608.8481,138.91541 C 613.6762,127.12784 624.57845,117.85433 637.5,117 C 650.19027,114.76895 661.91266,124.74444 664.46875,136.875 C 668.16252,149.59149 666.49135,164.5812 656.25,173.8125 C 640.26496,190.57956 616.01786,198.08279 602.5625,217.53125 C 528.71608,363.25967 454.98188,509.08261 382.12705,655.31328 C 356.2636,708.35107 328.93507,760.7905 306.28125,815.28125 C 304.5188,822.08008 299.22889,829.61877 302.0625,836.6875 C 306.53208,840.16049 312.16155,834.78962 316.03125,832.4375 C 331.95849,817.89904 340.78824,797.36128 351.34375,778.84375 C 395.81904,692.55428 437.50104,604.84069 480.78992,517.9438 C 527.79237,423.04763 574.79801,328.12096 622.8125,233.75 C 636.39574,213.64572 662.17734,206.91064 677.40714,188.33998 C 687.10558,177.69496 693.31113,163.60203 691.75,149 C 690.74944,124.70214 676.68003,98.405846 651.53125,92.625 C 646.37025,91.317039 641.03117,90.917712 635.6875,91.15625 z "
id="path5875" />
<path
sodipodi:nodetypes="csss"
id="path3155"
d="M 489.72573,134.82614 C 502.20546,113.63041 469.99479,100.10788 486.84361,85.30438 C 496.30539,76.991197 512.49232,76.159509 521.58065,86.942685 C 534.68441,102.4901 498.83578,115.97789 516.47368,134.61968"
style="fill:url(#linearGradient3157);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,256 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.44.1"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wk.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/nfs/home/monge/chess_pieces/svg_fantasy"
sodipodi:docname="wk.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient2266">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2268" />
<stop
style="stop-color:#d0b090;stop-opacity:1"
offset="1"
id="stop2270" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2272"
x1="297.55386"
y1="427.04959"
x2="368.56238"
y2="521.21625"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2274"
x1="495.29623"
y1="448.54721"
x2="595.97144"
y2="528.54724"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2302"
x1="221.55104"
y1="774.93707"
x2="633.49097"
y2="859.35083"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2476"
x1="342.53027"
y1="145.67395"
x2="549.84833"
y2="282.34061"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient3308"
gradientUnits="userSpaceOnUse"
x1="342.53027"
y1="145.67395"
x2="609.84833"
y2="280.67395" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient3316"
x1="379.19693"
y1="160.25282"
x2="579.84833"
y2="286.91949"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient3318"
x1="368.46912"
y1="319.27548"
x2="494.5513"
y2="319.27548"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2266"
id="linearGradient2414"
x1="129.96214"
y1="428.65894"
x2="812.36853"
y2="836.31329"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.42426407"
inkscape:cx="449.28046"
inkscape:cy="239.53307"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="1126"
inkscape:window-height="878"
inkscape:window-x="145"
inkscape:window-y="0" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient2272);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 288.63477,612.48517 C 311.82717,578.97497 281.58367,486.64627 288.65317,444.43347 C 300.12627,375.92537 390.14247,329.94308 402.15777,369.66177 C 416.41087,416.77777 358.54587,421.22527 342.44627,460.55547 C 327.65837,496.68117 330.82207,557.03767 359.61237,593.36517"
id="path3299"
sodipodi:nodetypes="csssc" />
<path
sodipodi:nodetypes="csssc"
id="path3303"
d="M 586.89047,617.31607 C 563.69807,583.80587 593.94157,491.47717 586.87217,449.26437 C 575.39897,380.75637 485.38277,334.77402 473.36747,374.49267 C 459.11437,421.60867 516.97937,426.05617 533.07897,465.38647 C 547.86687,501.51217 544.70327,561.86867 515.91287,598.19617"
style="fill:url(#linearGradient2274);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
id="g2466"
style="fill-opacity:1.0;fill:url(#linearGradient2476)">
<g
id="g3304"
style="fill:url(#linearGradient3308)">
<path
style="fill:url(#linearGradient3316);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.21667,288.11526 C 406.47427,273.11478 420.12097,217.1902 415.13287,200.71452 C 392.81897,198.94875 346.19757,219.41664 315.98077,212.85957 C 307.47027,197.47379 302.15657,164.36627 314.38147,146.19238 C 341.73677,137.86834 402.11217,152.46087 418.80027,154.69694 C 424.71627,137.84407 404.30597,87.059467 408.25987,68.670427 C 427.01037,59.707097 473.57437,60.593277 487.41327,69.704367 C 486.70847,89.018017 458.51827,135.92917 457.83397,151.96822 C 476.61797,151.00516 535.12757,135.09307 555.10187,138.97928 C 563.71817,155.68972 565.58767,185.54425 551.68757,204.6251 C 530.39277,211.71837 474.01257,195.69525 450.52137,200.35504 C 440.62167,220.32198 456.01227,271.87805 459.79897,286.96042"
id="path24710"
sodipodi:nodetypes="cccccccccccc" />
<path
style="fill:url(#linearGradient3318);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.40977,371.83207 C 383.67457,350.41377 372.77587,350.23587 377.57707,296.6259 C 381.67707,250.84464 483.83397,253.2069 486.21127,294.63501 C 489.19217,346.58196 471.92077,350.47217 459.91167,375.62417"
id="path3297"
sodipodi:nodetypes="csss" />
</g>
</g>
<g
id="g2402"
style="fill-opacity:1.0;fill:url(#linearGradient2414)">
<path
sodipodi:nodetypes="ccccc"
id="path25586"
d="M 270.96173,830.29917 L 206.98653,634.05637 L 678.21977,631.98867 L 603.32977,836.31327 L 270.96173,830.29917 z "
style="fill:url(#linearGradient2414);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient2414);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 643.45607,717.10927 C 549.7797,669.09498 336.31713,666.83914 235.85024,718.98477 C 249.92397,763.45757 255.55353,812.95807 255.55353,812.95807 C 347.2202,784.49429 533.42707,783.35844 623.42707,817.10087 C 623.42707,817.10087 632.70667,750.42127 643.45607,717.10927 z "
id="path9792"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="cscsccscsccssccsc"
id="path23833"
d="M 553.53125,574.03125 C 524.77022,558.48448 464.36106,520.49192 431.56693,519.13574 C 406.50101,518.09915 354.76102,551.61495 328.15625,572.21875 C 212.88335,519.75182 214.26076,419.32727 294.90625,400.90625 C 308.04118,397.90597 347.13794,401.36983 372.96875,400.1875 C 364.74345,377.47191 355.77704,361.36375 364.28125,331.125 C 346.05303,319.3931 321.79339,310.98061 294.15625,309.34375 C 285.90453,308.85503 277.52511,308.64657 269.125,308.75 C 187.92394,309.74981 103.67373,339.28589 91.71875,414 C 74.27,523.0482 170.81113,587.31522 205.5625,702.65625 C 315.87004,639.7479 570.22714,643.75358 675.90625,698.125 C 703.95405,608.9629 815.75708,504.76439 790.75,413.875 C 767.5916,329.70485 655.00768,305.07367 580.71875,309.28125 C 550.61014,310.98654 521.70616,320.73355 500,334.125 C 504.20201,358.09614 495.68511,377.69442 488.625,398.40625 C 522.97011,398.4211 583.22654,390.43444 606.875,403.8125 C 659.1045,433.359 663.0869,539.70911 553.53125,574.03125 z "
style="fill:url(#linearGradient2414);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient2414);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 328.48797,572.52807 C 366.48307,545.84987 384.48627,492.86697 382.96687,450.09327 C 380.77597,388.41717 347.78747,377.66667 366.62687,323.67917 C 379.40137,287.07173 485.79017,285.19024 497.80557,324.90891 C 512.05857,372.02487 475.46347,401.35807 481.16787,449.05447 C 487.82227,504.69457 488.23487,541.57657 553.46247,575.62677"
id="path2408"
sodipodi:nodetypes="cssssc" />
</g>
<path
style="fill:url(#linearGradient2302);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.69149,832.67777 C 363.55557,843.16227 503.90277,844.88347 603.05777,835.03717 C 534.46074,807.05715 346.50252,807.36146 275.69149,832.67777 z "
id="path8563"
sodipodi:nodetypes="ccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16.55992416;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path21809"
sodipodi:cx="797.5"
sodipodi:cy="915"
sodipodi:rx="17.5"
sodipodi:ry="16.666666"
d="M 815 915 A 17.5 16.666666 0 1 1 780,915 A 17.5 16.666666 0 1 1 815 915 z"
transform="matrix(0.966188,0,0,0.966188,-333.8215,-147.0273)" />
<path
d="M 815 915 A 17.5 16.666666 0 1 1 780,915 A 17.5 16.666666 0 1 1 815 915 z"
sodipodi:ry="16.666666"
sodipodi:rx="17.5"
sodipodi:cy="915"
sodipodi:cx="797.5"
id="path21811"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:18.08697199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc"
transform="matrix(1.062619,-0.192444,0.129134,0.713042,-628.0719,249.5489)" />
<path
transform="matrix(1.038983,0.168613,-0.116082,0.715282,-188.6517,-40.44513)"
sodipodi:type="arc"
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:18.32027848;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path21815"
sodipodi:cx="797.5"
sodipodi:cy="915"
sodipodi:rx="17.5"
sodipodi:ry="16.666666"
d="M 815 915 A 17.5 16.666666 0 1 1 780,915 A 17.5 16.666666 0 1 1 815 915 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,211 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="0 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.43"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wn.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/out1"
sodipodi:docname="wn.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient2672">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2674" />
<stop
style="stop-color:#d0b090;stop-opacity:1"
offset="1"
id="stop2676" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2230"
gradientUnits="userSpaceOnUse"
x1="705.29126"
y1="378.28769"
x2="787.12555"
y2="465.62366"
gradientTransform="translate(0,4)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2233"
gradientUnits="userSpaceOnUse"
x1="667.0329"
y1="299.32745"
x2="739.15356"
y2="348.42047"
gradientTransform="translate(4,4)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2236"
gradientUnits="userSpaceOnUse"
x1="598.67926"
y1="209.76059"
x2="705.53198"
y2="232.28799"
gradientTransform="translate(0,4)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2239"
gradientUnits="userSpaceOnUse"
x1="493.79175"
y1="157.9061"
x2="625.8526"
y2="159.48897"
gradientTransform="translate(4,-2)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2672"
id="linearGradient2319"
gradientUnits="userSpaceOnUse"
x1="265.6459"
y1="255.9399"
x2="753.20837"
y2="854.32837"
gradientTransform="translate(0,4)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.42426408"
inkscape:cx="322.56502"
inkscape:cy="454.31563"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="997"
inkscape:window-height="730"
inkscape:window-x="161"
inkscape:window-y="23" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="opacity:1;fill:url(#linearGradient2319);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 528.58974,401.8085 C 528.80425,478.30066 440.36335,544.461 353.13367,511.14215 C 339.7749,506.03954 218.5656,615.94543 199.14016,600.90798 C 183.81525,589.0448 216.11868,540.13943 213.77024,546.38578 C 202.58851,576.12672 153.22337,609.22986 113.58016,566.49819 C 98.07692,549.78715 102.87108,501.72211 136.26425,462.5651 C 171.04104,421.78565 206.35255,358.98804 220.02102,322.76921 C 247.51334,249.91983 236.72646,248.3286 289.41246,182.26341 C 299.31018,169.85224 273.32387,121.66778 282.76868,90.215849 C 320.07646,96.869072 334.45836,134.37834 351.6141,150.1194 C 361.61471,126.96772 354.895,64.758363 372.67311,67.657143 C 390.45124,70.555903 410.90073,124.44873 440.22836,148.1194 C 791.49081,256.21526 788.61945,818.32311 690.44973,820.14423 C 569.27826,822.39205 424.20927,821.88335 302.34491,819.94173 C 272.81744,819.47128 259.1485,781.27041 264.84223,758.44141 C 291.99727,649.56332 406.67542,573.35474 462.85026,535.58802 C 520.54747,496.7978 531.11133,458.6781 528.58974,401.8085 z "
id="path9661"
sodipodi:nodetypes="csssssssccscssssc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 345.00626,294.09868 C 315.93346,288.73337 290.44162,297.17685 269.38927,318.12957"
id="path31294"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298.13781,325.80259 C 308.58084,336.44308 321.87167,336.88677 324.06134,318.80598"
id="path31298"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 150.77115,518.28958 C 136.91636,513.50427 126.89297,535.82654 135.73294,536.73724"
id="path31300"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.87611,474.30434 L 326.36363,486.09484"
id="path31308"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 528.75307,369.23593 L 529.04384,344.31804"
id="path31312"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.87873,162.64943 L 315.7656,167.93042"
id="path32040"
sodipodi:nodetypes="cs" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 379.27012,108.87359 C 409.42235,150.99371 420.3092,159.51395 384.4566,153.47055"
id="path32768"
sodipodi:nodetypes="cs" />
<path
style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 454.44369,131.12593 C 541.01638,156.50987 526.41453,138.18821 544.67294,167.9218 C 554.90224,184.58009 569.07649,162.24397 602.81894,164.35698 C 621.04165,165.49812 552.81807,137.13582 543.92025,125.79428 C 531.56743,110.04884 441.7423,127.40176 454.44369,131.12593 z "
id="path1849"
sodipodi:nodetypes="cssss" />
<path
style="fill:url(#linearGradient2236);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 579.55132,199.72251 C 606.74348,220.39515 626.6611,199.39789 625.58693,235.26835 C 624.8494,259.89786 658.09296,243.44216 674.23703,253.71604 C 689.11003,263.18101 704.02779,225.00077 694.56767,225.00077 C 680.33507,225.00077 656.16757,231.67796 660.54029,215.60611 C 670.13848,180.32814 571.74121,193.78494 579.55132,199.72251 z "
id="path1851"
sodipodi:nodetypes="csssss" />
<path
style="fill:url(#linearGradient2233);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 659.5315,277.71568 C 664.82435,279.56734 693.65216,299.08537 692.31737,308.36689 C 685.43268,356.23972 720.73307,353.13664 735.92491,358.19734 C 757.21302,365.28883 734.93287,339.87357 724.19137,326.80647 C 713.44977,313.73937 731.5314,307.88862 730.26548,299.60032 C 725.81231,270.44436 656.76815,276.74895 659.5315,277.71568 z "
id="path1853"
sodipodi:nodetypes="csssss" />
<path
style="fill:url(#linearGradient2230);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 710.38973,378.64722 C 715.44783,387.46697 727.30787,397.4563 731.06737,411.29205 C 734.82697,425.12781 736.24227,437.46295 743.76137,452.32357 C 751.28047,467.18419 781.53366,465.24706 794.57936,460.88558 C 812.15726,455.00888 752.08313,436.75859 765.61893,408.93406 C 774.18603,391.32331 707.66003,373.88742 710.38973,378.64722 z "
id="path1855"
sodipodi:nodetypes="csssss" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 438.14707,729.50113 L 412.36729,790.99343"
id="path2732" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,149 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.43"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wp.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/out1"
sodipodi:docname="wp.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient3070">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3072" />
<stop
style="stop-color:#d0b090;stop-opacity:1"
offset="1"
id="stop3074" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3070"
id="linearGradient3076"
x1="586.52576"
y1="328.04306"
x2="1126.0223"
y2="534.203"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3070"
id="linearGradient3084"
x1="275.24356"
y1="458.6561"
x2="862.65161"
y2="560.7475"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3070"
id="linearGradient3092"
x1="300.27295"
y1="623.78223"
x2="774.0462"
y2="764.89874"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.21213203"
inkscape:cx="624.75787"
inkscape:cy="371.88921"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="970"
inkscape:window-height="647"
inkscape:window-x="256"
inkscape:window-y="89" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient3076);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:21.76182047;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path35272"
sodipodi:cx="760"
sodipodi:cy="373.33334"
sodipodi:rx="166.66667"
sodipodi:ry="150"
d="M 926.66667 373.33334 A 166.66667 150 0 1 1 593.33333,373.33334 A 166.66667 150 0 1 1 926.66667 373.33334 z"
transform="matrix(0.734473,0,0,0.735993,-120.6603,30.4359)" />
<path
style="fill:url(#linearGradient3092);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 397.41688,467.01055 C 398.88578,637.18479 310.68396,688.10835 269.45029,717.2563 C 235.25836,741.42646 243.98737,799.59813 289.3562,802.56736 C 317.46905,804.40725 565.96898,804.92832 595.00707,801.72365 C 646.38782,796.05322 647.85297,735.02456 614.69456,714.41259 C 562.08605,681.71003 478.50382,644.87497 476.19681,467.32315 C 475.75569,434.01104 397.15543,437.31408 397.41688,467.01055 z "
id="path35274"
sodipodi:nodetypes="cssssss" />
<path
style="fill:url(#linearGradient3084);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 340.35321,432.73487 C 266.15843,451.80054 240.24356,498.75395 240.24356,498.75395 L 649.08978,498.75395 C 649.08978,498.75395 605.65762,446.91851 539.06508,432.06962 C 453.8249,413.06266 409.89186,414.86568 340.35321,432.73487 z "
id="path34396"
sodipodi:nodetypes="cccss" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 339.12098,713.67467 L 527.02381,713.67467"
id="path36149"
sodipodi:nodetypes="cc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,300 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.43"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wq.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/out1"
sodipodi:docname="wq.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient2508">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2510" />
<stop
style="stop-color:#d0b090;stop-opacity:1"
offset="1"
id="stop2512" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2538"
x1="785.14124"
y1="294.75864"
x2="840.91125"
y2="363.08893"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2546"
x1="649.86255"
y1="171.18027"
x2="711.11725"
y2="227.74881"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2554"
x1="406.01202"
y1="103.53159"
x2="470.8349"
y2="132.99438"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2562"
x1="167.87183"
y1="174.99733"
x2="234.62003"
y2="174.99733"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2570"
x1="23.458433"
y1="337.85495"
x2="87.371216"
y2="315.46323"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2578"
x1="339.47086"
y1="530.60559"
x2="514.54016"
y2="571.59277"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2586"
x1="339.47086"
y1="530.60559"
x2="495.02243"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2594"
x1="339.47086"
y1="530.60559"
x2="487.21536"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2602"
x1="339.47086"
y1="530.60559"
x2="498.92599"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2610"
x1="339.47086"
y1="530.60559"
x2="510.6366"
y2="584.75751"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2508"
id="linearGradient2279"
x1="153.6037"
y1="380.53995"
x2="761.36395"
y2="682.2066"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.3"
inkscape:cx="391.55277"
inkscape:cy="370.27772"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="971"
inkscape:window-height="822"
inkscape:window-x="265"
inkscape:window-y="23" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g2266"
style="fill-opacity:1.0;fill:url(#linearGradient2279)">
<path
sodipodi:nodetypes="ccccc"
id="path25586"
d="M 243.93513,824.89024 L 193.55693,658.67811 L 627.32493,659.99608 L 577.80633,829.67702 L 243.93513,824.89024 z "
style="fill:url(#linearGradient2279);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
id="path9792"
d="M 612.71323,716.27973 C 490.51354,672.61099 329.30672,672.35739 210.31943,716.17567 C 222.90363,746.70532 226.23753,809.17377 226.23753,809.17377 C 326.95677,781.0005 498.19209,781.85702 598.12263,813.36171 C 598.12263,813.36171 600.43243,746.65519 612.71323,716.27973 z "
style="fill:url(#linearGradient2279);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccccccccc"
id="path28221"
d="M 195.10383,697.9154 C 316.95436,645.2285 507.68493,644.39592 630.68113,698.3256 C 642.80733,593.28931 681.02853,463.62895 753.36393,370.62614 C 698.51613,392.08833 618.88473,529.48915 572.58863,555.38393 C 536.28453,479.12072 608.13303,281.17996 636.06743,239.25506 C 589.16843,267.47386 489.91953,442.27105 460.59793,524.04002 C 418.33203,429.59549 428.22523,252.95831 427.21413,178.93171 C 395.41823,248.48509 353.69613,408.30478 349.42553,521.24619 C 268.23313,460.38218 239.57983,295.97511 217.92473,230.84046 C 206.00133,324.63817 226.80893,488.01266 240.54813,554.0669 C 187.75583,518.47425 126.10853,440.14746 74.937033,373.76193 C 139.99633,529.33555 163.54513,576.45484 195.10383,697.9154 z "
style="fill:url(#linearGradient2279);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccscscscs"
id="path7672"
d="M 407.76343,699.78166 C 388.76533,699.68393 399.17803,714.41733 395.44453,720.89683 C 386.90703,725.84571 359.19913,717.06509 368.11823,735.23678 C 374.43703,748.1108 383.88433,742.0504 394.49533,746.19839 C 399.77053,753.46495 390.85233,775.56417 409.53183,775.10053 C 424.95933,774.71763 416.55013,752.6696 419.84763,746.72904 C 429.17383,740.63497 441.40983,748.89379 447.58203,733.27703 C 452.26783,721.42105 429.06953,725.81861 419.90893,720.71295 C 416.07173,714.98167 427.52963,699.88519 407.76343,699.78166 z "
style="fill:url(#linearGradient2279);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccc"
id="path8563"
d="M 244.57333,825.27293 C 333.39553,835.87175 477.29493,839.6335 577.53123,829.67981 C 520.96269,804.39859 317.64103,804.61237 244.57333,825.27293 z "
style="fill:url(#linearGradient2279);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<path
style="fill:url(#linearGradient2554);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 474.62003,82.51849 C 466.06003,82.70612 439.67653,87.13782 423.82163,95.04606 C 419.01183,107.15609 421.51033,142.65199 423.95343,171.68515 C 439.13783,147.31518 472.68953,105.43193 474.62003,82.51849 z "
id="path1323"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient2586);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path29102"
sodipodi:cx="394.8013"
sodipodi:cy="530.60559"
sodipodi:rx="45.961941"
sodipodi:ry="44.783428"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
transform="matrix(0.853926,0,0,0.853926,87.23533,-271.5063)" />
<path
sodipodi:nodetypes="cccc"
id="path2211"
d="M 714.90233,206.00453 C 710.18473,200.3516 713.19213,190.00462 674.89863,168.95045 L 626.04273,229.97863 C 653.45383,221.42894 696.80723,208.51868 714.90233,206.00453 z "
style="fill:url(#linearGradient2546);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
transform="matrix(0.853926,0,0,0.853926,295.2353,-211.5063)"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
sodipodi:ry="44.783428"
sodipodi:rx="45.961941"
sodipodi:cy="530.60559"
sodipodi:cx="394.8013"
id="path2203"
style="opacity:1;fill:url(#linearGradient2594);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
style="fill:url(#linearGradient2538);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 845.56013,351.89137 C 848.23443,338.06413 833.38963,333.62304 819.14903,314.56717 C 799.31253,322.68925 776.33193,332.3768 760.14293,355.08892 C 801.01003,346.66087 819.58713,359.147 845.56013,351.89137 z "
id="path2213"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient2602);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path2205"
sodipodi:cx="394.8013"
sodipodi:cy="530.60559"
sodipodi:rx="45.961941"
sodipodi:ry="44.783428"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
transform="matrix(0.853926,0,0,0.853926,417.8503,-85.7489)" />
<path
sodipodi:nodetypes="cccc"
id="path2215"
d="M 226.62003,154.51849 C 216.06003,142.70612 203.72673,144.40128 175.87183,140.30952 C 176.84443,174.03614 196.97633,183.44519 208.95343,209.68515 C 224.13783,185.31518 221.68953,184.43193 226.62003,154.51849 z "
style="fill:url(#linearGradient2562);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
transform="matrix(0.853926,0,0,0.853926,-123.7649,-219.5063)"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
sodipodi:ry="44.783428"
sodipodi:rx="45.961941"
sodipodi:cy="530.60559"
sodipodi:cx="394.8013"
id="path2207"
style="opacity:1;fill:url(#linearGradient2578);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
style="fill:url(#linearGradient2570);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 50.262833,289.78227 C 36.815833,292.5822 35.678033,320.09377 31.458433,334.20775 C 46.515133,350.8029 61.825033,360.25744 74.978933,385.92765 C 89.043333,360.89453 66.219333,308.99231 50.262833,289.78227 z "
id="path2217"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="arc"
style="opacity:1;fill:url(#linearGradient2610);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:18.73698658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path2209"
sodipodi:cx="394.8013"
sodipodi:cy="530.60559"
sodipodi:rx="45.961941"
sodipodi:ry="44.783428"
d="M 440.76324 530.60559 A 45.961941 44.783428 0 1 1 348.83936,530.60559 A 45.961941 44.783428 0 1 1 440.76324 530.60559 z"
transform="matrix(0.853926,0,0,0.853926,-249.1081,-68.9205)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,217 +0,0 @@
<?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://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="700pt"
height="700pt"
viewBox="-20 0 900 900"
id="svg36220"
sodipodi:version="0.32"
inkscape:version="0.44"
version="1.0"
inkscape:export-filename="/home/maurizio/out/wr.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docbase="/home/maurizio/chess_pieces/chess_set"
sodipodi:docname="wr.svg">
<defs
id="defs36222">
<linearGradient
id="linearGradient3037">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3039" />
<stop
style="stop-color:#d0b090;stop-opacity:1"
offset="1"
id="stop3041" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3043"
x1="7.337575"
y1="207.66478"
x2="689.74506"
y2="274.33145"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3051"
x1="218.50157"
y1="521.53015"
x2="906.09503"
y2="643.19684"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3059"
x1="153.41434"
y1="229.06763"
x2="966.58569"
y2="400.73428"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3037"
id="linearGradient3067"
x1="193.1496"
y1="715.4057"
x2="878.59479"
y2="782.07239"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.04521,0,0,1.014491,-33.8286,-11.83501)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.6"
inkscape:cx="541.76164"
inkscape:cy="381.02141"
inkscape:current-layer="layer1"
inkscape:document-units="px"
inkscape:window-width="979"
inkscape:window-height="831"
inkscape:window-x="36"
inkscape:window-y="128" />
<metadata
id="metadata36225">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title>Maurizio Monge</dc:title>
</cc:Agent>
</dc:rights>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:url(#linearGradient3043);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 200.30287,323.35463 C 200.30287,323.35463 203.55326,206.12223 217.95763,167.14904 C 248.05619,160.65127 307.30721,157.58601 344.11371,162.95777 C 344.52561,186.80019 338.68147,236.94749 342.52264,259.8729 C 375.96812,258.28835 443.72283,262.34976 486.83947,257.50168 C 487.79976,229.53267 479.56904,189.93108 487.73152,158.75251 C 515.09984,156.69598 576.97047,154.52074 605.77922,166.90046 C 601.93806,206.79066 606.34174,261.63058 606.34174,261.63058 L 681.87376,264.24429 L 670.62668,324.24465 C 576.32287,359.59176 259.29731,354.34358 200.30287,323.35463 z "
id="path5877"
sodipodi:nodetypes="ccccccccccc" />
<path
style="fill:url(#linearGradient3067);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 250.71707,702.47558 C 226.72923,726.42944 176.60286,750.53182 140.85996,758.0984 C 135.67618,775.21012 130.57573,794.99625 141.1001,816.27195 C 268.49687,817.42654 604.88926,815.94762 726.61586,815.52518 C 733.18417,791.7935 738.15121,774.6274 731.5828,755.97466 C 694.10408,748.55518 648.83984,737.35135 615.33361,702.47862"
id="path30874"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="cc"
id="path28104"
d="M 198.04117,768.62273 C 347.49933,768.69547 509.70461,763.10968 669.55335,769.20322"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient3051);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.74348,310.87069 C 248.97465,355.72138 247.88946,668.15799 248.92583,705.37378 C 304.10315,700.70793 560.53797,700.41484 617.08814,704.80668 C 613.88604,634.77707 614.77198,311.85451 614.77198,311.85451"
id="path29124"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 291.38062,634.83338 C 331.26882,631.89277 414.85007,628.58087 506.8188,631.53831"
id="path34378"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path2302"
d="M 290.02256,570.14761 C 340.77523,565.26161 389.87076,563.65253 461.32384,564.39605"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cs"
id="path2304"
d="M 290.55778,504.95071 C 362.82636,499.95347 364.86219,500.48398 443.07446,499.35622"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.55779,441.01184 C 327.24318,437.97862 348.81577,436.40278 392.71802,437.46116"
id="path2306"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path28065"
d="M 334.76093,457.70438 C 335.63992,487.63636 334.58512,456.36811 335.46412,482.25492"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 390.44132,521.25036 C 391.32032,551.18231 390.2655,519.91407 391.1445,545.80094"
id="path2309"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path2311"
d="M 334.76093,585.52851 C 335.63992,615.46045 334.58512,584.19222 335.46412,610.07899"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.55396,583.49952 C 452.43294,613.43147 451.37813,584.19222 452.25716,610.07899"
id="path2313"
sodipodi:nodetypes="cs" />
<path
sodipodi:nodetypes="cs"
id="path2315"
d="M 390.44132,652.23291 C 391.32032,682.16486 390.2655,652.92561 391.1445,678.81237"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cs"
id="path5035"
d="M 291.81895,383.20425 C 319.67622,380.17103 333.87107,379.19736 357.59478,379.65357"
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:url(#linearGradient3059);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 131.74764,161.2782 C 136.90381,189.50103 140.79994,216.27685 145.7962,256.81873 C 177.87333,279.18426 195.82905,286.99532 199.26386,324.47473 C 295.61619,307.11354 586.23184,311.11585 673.61744,324.12311 C 679.70694,290.34051 689.67019,284.56847 736.74614,256.21353 C 742.69359,211.85154 747.91557,190.46343 748.25223,163.93967 C 734.14513,160.50939 632.78417,130.15575 620.26346,134.51608 C 615.81009,160.90866 622.10698,183.58328 616.24826,208.4041 C 578.30532,210.306 544.50282,208.86153 505.23467,198.64135 C 505.43002,165.46331 505.38083,147.26782 507.0112,121.5894 C 490.42777,115.68321 391.80303,114.63331 373.19535,120.72379 C 369.98831,152.70215 374.04245,170.12252 371.47222,198.55487 C 337.78865,208.08279 305.8451,205.61134 265.63435,207.86985 C 262.39466,174.06501 268.37679,162.20293 267.6163,138.47368 C 251.02579,133.9377 147.41204,156.46115 131.74764,161.2782 z "
id="path29999"
sodipodi:nodetypes="ccccccccccccccc" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:15.99999809;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 188.74025,262.24737 C 337.39441,247.55171 557.25259,246.6379 684.83599,265.79117"
id="path27172"
sodipodi:nodetypes="cc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="bB.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="222.18713"
inkscape:cy="83.526596"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4726"
transform="translate(-243.76144,4.6e-6)">
<path
d="m 449.55746,942.18697 q 0,7.81749 -2.05049,14.48157 -1.92233,6.53593 -5.51068,11.79031 -3.58836,5.25438 -8.71458,9.2272 -4.99806,3.97282 -11.40584,6.66408 -6.27962,2.69127 -13.58448,4.10098 -7.17671,1.28156 -16.53207,1.28156 l -43.31656,0 q -2.94758,0 -5.63884,-1.92234 -2.56311,-2.05048 -2.56311,-7.04855 l 0,-147.89146 q 0,-4.99807 2.56311,-6.9204 2.69126,-2.05049 5.63884,-2.05049 l 37.67772,0 q 14.86604,0 24.34955,2.81942 9.48351,2.81942 15.76313,8.20195 6.40777,5.38254 9.61166,13.20002 3.20389,7.81749 3.20389,17.68546 0,5.89516 -1.40971,11.27769 -1.40971,5.38253 -4.22913,9.99613 -2.69127,4.48544 -6.9204,8.0738 -4.10098,3.58835 -9.48351,5.89515 6.79224,1.28156 12.6874,4.74175 5.89515,3.33205 10.25244,8.58642 4.48544,5.25438 7.04855,12.30293 2.56311,7.04856 2.56311,15.50682 z m -33.19228,-74.20204 q 0,-6.02331 -1.66602,-10.89322 -1.66602,-4.86991 -5.25437,-8.20195 -3.58836,-3.4602 -9.35536,-5.25438 -5.767,-1.79418 -15.2505,-1.79418 l -22.81168,0 0,53.69716 25.11848,0 q 8.58642,0 13.84079,-2.17864 5.25438,-2.3068 8.71458,-6.02331 3.4602,-3.84467 4.99806,-8.84273 1.66602,-5.12622 1.66602,-10.50875 z m 9.99613,75.4836 q 0,-7.43302 -2.43495,-13.07187 -2.3068,-5.63884 -6.9204,-9.48351 -4.48544,-3.84466 -11.40584,-5.76699 -6.79224,-2.05049 -17.17284,-2.05049 l -26.40003,0 0,58.43891 32.03887,0 q 7.56118,0 13.20002,-1.79417 5.63884,-1.79418 9.86798,-5.25438 4.35728,-3.58835 6.79224,-8.84273 2.43495,-5.25438 2.43495,-12.17477 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4731"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="bK.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-232.69578"
inkscape:cy="226.55988"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4740"
transform="translate(-128.91628,398.75772)">
<path
d="m 333.24667,587.13412 q 0,1.02524 -0.51262,1.92233 -0.38447,0.76893 -1.66603,1.28156 -1.28155,0.51262 -3.4602,0.76893 -2.17864,0.38447 -5.63884,0.38447 -4.48544,0 -7.30486,-0.38447 -2.81942,-0.38447 -4.22913,-1.40971 -1.40971,-1.02525 -2.3068,-2.3068 l -61.00203,-82.91662 0,82.91662 q 0,0.89709 -0.51262,1.79418 -0.51262,0.76893 -1.79418,1.28155 -1.28155,0.38447 -3.4602,0.64078 -2.05048,0.38447 -5.25437,0.38447 -3.07573,0 -5.25438,-0.38447 -2.17864,-0.25631 -3.4602,-0.64078 -1.28155,-0.51262 -1.79417,-1.28155 -0.51263,-0.89709 -0.51263,-1.79418 l 0,-159.16915 q 0,-1.02524 0.51263,-1.79418 0.51262,-0.76893 1.79417,-1.1534 1.28156,-0.51262 3.4602,-0.76893 2.17865,-0.38447 5.25438,-0.38447 3.20389,0 5.25437,0.38447 2.17865,0.25631 3.4602,0.76893 1.28156,0.38447 1.79418,1.1534 0.51262,0.76894 0.51262,1.79418 l 0,73.68942 58.69523,-73.68942 q 0.76893,-1.1534 1.79417,-1.92233 1.02525,-0.76894 2.43496,-1.1534 1.53787,-0.51262 3.58835,-0.76893 2.17865,-0.25632 5.51069,-0.25632 3.33204,0 5.38253,0.38447 2.05049,0.25631 3.20389,0.76893 1.28156,0.51263 1.66602,1.28156 0.51262,0.76893 0.51262,1.66602 0,1.66602 -0.89708,3.33204 -0.76894,1.66603 -3.07574,4.6136 l -54.97871,65.74378 59.20785,78.68749 q 2.17864,3.33204 2.56311,4.6136 0.51262,1.1534 0.51262,1.92233 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4745"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="bN.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="132.4337"
inkscape:cy="250.13214"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4733"
transform="translate(-409.93988,5.6477544)">
<path
d="m 624.17083,974.57277 q 0,2.56311 -0.89708,4.35729 -0.76894,1.79418 -2.17865,2.94758 -1.28155,1.1534 -2.94758,1.66602 -1.66602,0.51262 -3.33204,0.51262 l -7.04855,0 q -3.33205,0 -5.89516,-0.64078 -2.43495,-0.76893 -4.74175,-2.56311 -2.17864,-1.92233 -4.48544,-5.12622 -2.17865,-3.20389 -4.86991,-8.20195 l -52.28745,-94.32246 q -4.10098,-7.30486 -8.33011,-15.25051 -4.10098,-8.07379 -7.68933,-15.63497 l -0.25631,0 q 0.25631,9.2272 0.38446,18.83886 0.12816,9.61167 0.12816,19.09517 l 0,100.08946 q 0,0.89709 -0.51262,1.79418 -0.51262,0.76893 -1.79418,1.28155 -1.1534,0.38447 -3.20389,0.64078 -1.92233,0.38447 -4.99806,0.38447 -3.07573,0 -5.12622,-0.38447 -1.92234,-0.25631 -3.07574,-0.64078 -1.1534,-0.51262 -1.66602,-1.28155 -0.51262,-0.89709 -0.51262,-1.79418 l 0,-153.01768 q 0,-5.12622 2.81942,-7.30487 2.81942,-2.17864 6.15147,-2.17864 l 10.50875,0 q 3.71651,0 6.15146,0.64078 2.56311,0.64077 4.48545,2.17864 2.05048,1.40971 3.84466,4.10098 1.92233,2.56311 4.10098,6.53593 l 40.24083,72.79233 q 3.71651,6.66409 7.17671,13.07186 3.4602,6.27962 6.66409,12.43109 3.20388,6.15146 6.27962,12.17477 3.20388,5.89515 6.27962,11.91846 l 0.12815,0 q -0.25631,-10.12428 -0.38446,-21.0175 0,-11.02138 0,-21.14566 l 0,-89.96517 q 0,-0.89709 0.51262,-1.66602 0.51262,-0.76894 1.66602,-1.28156 1.28155,-0.64078 3.20389,-0.89709 2.05048,-0.25631 5.25437,-0.25631 2.81942,0 4.86991,0.25631 2.05049,0.25631 3.20389,0.89709 1.1534,0.51262 1.66602,1.28156 0.51262,0.76893 0.51262,1.66602 l 0,153.01768 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4738"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,81 +0,0 @@
<?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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="bP.svg">
<defs
id="defs4165" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-665.28794"
inkscape:cy="213.39056"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <circle
style="opacity:0.98799995;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:10.01022053;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4793"
cx="150"
cy="902.36212"
r="44.994888" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="bQ.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-239.29954"
inkscape:cy="190.32869"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4747"
transform="translate(117.28916,300.58602)"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28">
<path
d="m 127.80197,700.28655 q 0,2.94757 -0.38447,4.86991 -0.25631,2.05049 -0.89709,3.07573 -0.64078,1.1534 -1.40971,1.53787 -0.76893,0.38446 -1.53786,0.38446 -2.56312,0 -8.33011,-2.17864 -5.63885,-2.05049 -13.07187,-6.15147 -7.433016,-3.97282 -15.89128,-9.73982 -8.458263,-5.76699 -16.403905,-13.45632 -6.279621,3.84466 -15.891284,6.66408 -9.611664,2.81942 -22.29906,2.81942 -18.710705,0 -32.42334492,-5.51068 -13.58448408,-5.51069 -22.55537008,-16.1476 -8.842731,-10.63691 -13.200018,-26.40003 -4.357288,-15.89129 -4.357288,-36.39617 0,-19.73595 4.741754,-35.62723 4.741754,-16.01944 14.225262,-27.16897 9.483508,-11.27769 23.7087704,-17.301 14.2252616,-6.15146 33.1922786,-6.15146 17.813616,0 31.269945,5.51069 13.584485,5.51068 22.683526,16.14759 9.227197,10.50875 13.840794,26.01557 4.6136,15.50682 4.6136,35.62723 0,10.3806 -1.28155,19.86411 -1.1534,9.48351 -3.84467,17.94177 -2.56311,8.45826 -6.535931,15.63497 -3.972821,7.17671 -9.355353,12.94371 9.355353,7.68933 16.403904,12.04662 7.04856,4.22913 11.66215,6.40777 4.6136,2.17865 7.17671,3.07574 2.56311,1.02524 3.84467,2.17864 1.28155,1.28155 1.79418,3.4602 0.51262,2.3068 0.51262,6.02331 z M 84.229092,602.24758 q 0,-14.09711 -2.56311,-26.14373 -2.434955,-12.04661 -8.330108,-20.88935 -5.766999,-8.97088 -15.506818,-13.96895 -9.739819,-4.99806 -24.093236,-4.99806 -14.353418,0 -24.0932372,5.38253 -9.73981915,5.25438 -15.8912839,14.35342 -6.0233089,8.97088 -8.7145749,20.88935 -2.56311,11.91846 -2.56311,25.24663 0,14.60973 2.434954,26.91266 2.434955,12.17478 8.2019534,21.14566 5.7669981,8.97089 15.3786617,13.96895 9.7398189,4.86991 24.3495479,4.86991 14.481573,0 24.349548,-5.38253 9.867974,-5.38253 15.891283,-14.48157 6.02331,-9.2272 8.58642,-21.27382 2.56311,-12.17477 2.56311,-25.6311 z"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4752"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="bR.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-434.35555"
inkscape:cy="346.33306"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<g
transform="matrix(1.0109708,0,0,0.98914826,-4.2690247,-2.0206613)"
style="font-style:normal;font-weight:normal;font-size:262.45840454px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4711">
<path
d="m 208.84253,997.62968 q 0,1.02523 -0.38446,1.79415 -0.38446,0.76887 -1.666,1.28157 -1.28153,0.5126 -3.5883,0.7689 -2.30676,0.2563 -6.15137,0.2563 -3.33199,0 -5.5106,-0.2563 -2.05045,-0.2563 -3.33199,-0.7689 -1.28153,-0.6408 -2.05046,-1.66603 -0.64076,-1.02523 -1.15338,-2.56307 L 169.7557,957.38947 q -2.69122,-6.66398 -5.63875,-12.17458 -2.81938,-5.63876 -6.79214,-9.61151 -3.97276,-4.10092 -9.3552,-6.27953 -5.38245,-2.30676 -12.94351,-2.30676 l -14.73765,0 0,70.61259 q 0,1.02523 -0.64077,1.79415 -0.51262,0.76887 -1.79415,1.28157 -1.15338,0.3844 -3.33199,0.6407 -2.05046,0.3845 -5.2543,0.3845 -3.20383,0 -5.38244,-0.3845 -2.05046,-0.2563 -3.332,-0.6407 -1.281531,-0.5127 -1.794145,-1.28157 -0.512614,-0.76892 -0.512614,-1.79415 l 0,-153.52792 q 0,-4.99798 2.563069,-6.92029 2.69123,-2.05045 5.63876,-2.05045 l 35.24221,0 q 6.27953,0 10.38044,0.38446 4.22906,0.25631 7.56106,0.64077 9.61151,1.66599 16.91626,5.25429 7.4329,3.5883 12.43089,9.0989 4.99799,5.5106 7.43291,12.6872 2.56307,7.04844 2.56307,15.63473 0,8.32998 -2.30677,14.99396 -2.17861,6.53583 -6.40767,11.66197 -4.22907,4.99799 -10.12413,8.71444 -5.89506,3.71645 -13.19981,6.27952 4.10091,1.79415 7.4329,4.61353 3.33199,2.69122 6.15137,6.53583 2.94753,3.8446 5.5106,8.84259 2.56307,4.99799 5.12614,11.27751 l 14.86581,36.52375 q 1.79415,4.61353 2.30676,6.53583 0.51262,1.79415 0.51262,2.81938 z M 175.65077,881.13813 q 0,-9.73967 -4.35722,-16.40365 -4.35722,-6.79214 -14.6095,-9.73967 -3.20384,-0.89707 -7.30476,-1.28153 -3.97275,-0.38446 -10.50858,-0.38446 l -18.58226,0 0,55.87493 21.52979,0 q 8.71444,0 14.99396,-2.05046 6.40767,-2.1786 10.63674,-5.89506 4.22907,-3.8446 6.15137,-8.97074 2.05046,-5.12614 2.05046,-11.14936 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.45840454px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4724"
inkscape:connector-curvature="0" />
</g>
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> </g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="wB.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="-145.4088"
inkscape:cy="190.97375"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4726"
transform="translate(-243.76144,4.6e-6)">
<path
d="m 449.55746,942.18697 q 0,7.81749 -2.05049,14.48157 -1.92233,6.53593 -5.51068,11.79031 -3.58836,5.25438 -8.71458,9.2272 -4.99806,3.97282 -11.40584,6.66408 -6.27962,2.69127 -13.58448,4.10098 -7.17671,1.28156 -16.53207,1.28156 l -43.31656,0 q -2.94758,0 -5.63884,-1.92234 -2.56311,-2.05048 -2.56311,-7.04855 l 0,-147.89146 q 0,-4.99807 2.56311,-6.9204 2.69126,-2.05049 5.63884,-2.05049 l 37.67772,0 q 14.86604,0 24.34955,2.81942 9.48351,2.81942 15.76313,8.20195 6.40777,5.38254 9.61166,13.20002 3.20389,7.81749 3.20389,17.68546 0,5.89516 -1.40971,11.27769 -1.40971,5.38253 -4.22913,9.99613 -2.69127,4.48544 -6.9204,8.0738 -4.10098,3.58835 -9.48351,5.89515 6.79224,1.28156 12.6874,4.74175 5.89515,3.33205 10.25244,8.58642 4.48544,5.25438 7.04855,12.30293 2.56311,7.04856 2.56311,15.50682 z m -33.19228,-74.20204 q 0,-6.02331 -1.66602,-10.89322 -1.66602,-4.86991 -5.25437,-8.20195 -3.58836,-3.4602 -9.35536,-5.25438 -5.767,-1.79418 -15.2505,-1.79418 l -22.81168,0 0,53.69716 25.11848,0 q 8.58642,0 13.84079,-2.17864 5.25438,-2.3068 8.71458,-6.02331 3.4602,-3.84467 4.99806,-8.84273 1.66602,-5.12622 1.66602,-10.50875 z m 9.99613,75.4836 q 0,-7.43302 -2.43495,-13.07187 -2.3068,-5.63884 -6.9204,-9.48351 -4.48544,-3.84466 -11.40584,-5.76699 -6.79224,-2.05049 -17.17284,-2.05049 l -26.40003,0 0,58.43891 32.03887,0 q 7.56118,0 13.20002,-1.79417 5.63884,-1.79418 9.86798,-5.25438 4.35728,-3.58835 6.79224,-8.84273 2.43495,-5.25438 2.43495,-12.17477 z"
style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4731"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="wK.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="120.85167"
inkscape:cy="158.29952"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4740"
transform="translate(-128.91628,398.75772)">
<path
d="m 333.24667,587.13412 q 0,1.02524 -0.51262,1.92233 -0.38447,0.76893 -1.66603,1.28156 -1.28155,0.51262 -3.4602,0.76893 -2.17864,0.38447 -5.63884,0.38447 -4.48544,0 -7.30486,-0.38447 -2.81942,-0.38447 -4.22913,-1.40971 -1.40971,-1.02525 -2.3068,-2.3068 l -61.00203,-82.91662 0,82.91662 q 0,0.89709 -0.51262,1.79418 -0.51262,0.76893 -1.79418,1.28155 -1.28155,0.38447 -3.4602,0.64078 -2.05048,0.38447 -5.25437,0.38447 -3.07573,0 -5.25438,-0.38447 -2.17864,-0.25631 -3.4602,-0.64078 -1.28155,-0.51262 -1.79417,-1.28155 -0.51263,-0.89709 -0.51263,-1.79418 l 0,-159.16915 q 0,-1.02524 0.51263,-1.79418 0.51262,-0.76893 1.79417,-1.1534 1.28156,-0.51262 3.4602,-0.76893 2.17865,-0.38447 5.25438,-0.38447 3.20389,0 5.25437,0.38447 2.17865,0.25631 3.4602,0.76893 1.28156,0.38447 1.79418,1.1534 0.51262,0.76894 0.51262,1.79418 l 0,73.68942 58.69523,-73.68942 q 0.76893,-1.1534 1.79417,-1.92233 1.02525,-0.76894 2.43496,-1.1534 1.53787,-0.51262 3.58835,-0.76893 2.17865,-0.25632 5.51069,-0.25632 3.33204,0 5.38253,0.38447 2.05049,0.25631 3.20389,0.76893 1.28156,0.51263 1.66602,1.28156 0.51262,0.76893 0.51262,1.66602 0,1.66602 -0.89708,3.33204 -0.76894,1.66603 -3.07574,4.6136 l -54.97871,65.74378 59.20785,78.68749 q 2.17864,3.33204 2.56311,4.6136 0.51262,1.1534 0.51262,1.92233 z"
style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-linecap:butt"
id="path4745"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="wN.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-519.85387"
inkscape:cy="273.20975"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4733"
transform="translate(-409.93988,5.6477544)">
<path
d="m 624.17083,974.57277 q 0,2.56311 -0.89708,4.35729 -0.76894,1.79418 -2.17865,2.94758 -1.28155,1.1534 -2.94758,1.66602 -1.66602,0.51262 -3.33204,0.51262 l -7.04855,0 q -3.33205,0 -5.89516,-0.64078 -2.43495,-0.76893 -4.74175,-2.56311 -2.17864,-1.92233 -4.48544,-5.12622 -2.17865,-3.20389 -4.86991,-8.20195 l -52.28745,-94.32246 q -4.10098,-7.30486 -8.33011,-15.25051 -4.10098,-8.07379 -7.68933,-15.63497 l -0.25631,0 q 0.25631,9.2272 0.38446,18.83886 0.12816,9.61167 0.12816,19.09517 l 0,100.08946 q 0,0.89709 -0.51262,1.79418 -0.51262,0.76893 -1.79418,1.28155 -1.1534,0.38447 -3.20389,0.64078 -1.92233,0.38447 -4.99806,0.38447 -3.07573,0 -5.12622,-0.38447 -1.92234,-0.25631 -3.07574,-0.64078 -1.1534,-0.51262 -1.66602,-1.28155 -0.51262,-0.89709 -0.51262,-1.79418 l 0,-153.01768 q 0,-5.12622 2.81942,-7.30487 2.81942,-2.17864 6.15147,-2.17864 l 10.50875,0 q 3.71651,0 6.15146,0.64078 2.56311,0.64077 4.48545,2.17864 2.05048,1.40971 3.84466,4.10098 1.92233,2.56311 4.10098,6.53593 l 40.24083,72.79233 q 3.71651,6.66409 7.17671,13.07186 3.4602,6.27962 6.66409,12.43109 3.20388,6.15146 6.27962,12.17477 3.20388,5.89515 6.27962,11.91846 l 0.12815,0 q -0.25631,-10.12428 -0.38446,-21.0175 0,-11.02138 0,-21.14566 l 0,-89.96517 q 0,-0.89709 0.51262,-1.66602 0.51262,-0.76894 1.66602,-1.28156 1.28155,-0.64078 3.20389,-0.89709 2.05048,-0.25631 5.25437,-0.25631 2.81942,0 4.86991,0.25631 2.05049,0.25631 3.20389,0.89709 1.1534,0.51262 1.66602,1.28156 0.51262,0.76893 0.51262,1.66602 l 0,153.01768 z"
style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4738"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,101 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="wP.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4151"
id="linearGradient4155"
x1="100"
y1="902.36212"
x2="200"
y2="902.36212"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-401.11605"
inkscape:cy="268.89601"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <circle
style="opacity:0.98799995;fill:url(#linearGradient4155);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4793"
cx="150"
cy="902.36212"
r="44.994888" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="wQ.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="-634.25682"
inkscape:cy="237.66738"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> <g
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.4624939px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4747"
transform="translate(117.28916,300.58602)"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28">
<path
d="m 127.80197,700.28655 q 0,2.94757 -0.38447,4.86991 -0.25631,2.05049 -0.89709,3.07573 -0.64078,1.1534 -1.40971,1.53787 -0.76893,0.38446 -1.53786,0.38446 -2.56312,0 -8.33011,-2.17864 -5.63885,-2.05049 -13.07187,-6.15147 -7.433016,-3.97282 -15.89128,-9.73982 -8.458263,-5.76699 -16.403905,-13.45632 -6.279621,3.84466 -15.891284,6.66408 -9.611664,2.81942 -22.29906,2.81942 -18.710705,0 -32.42334492,-5.51068 -13.58448408,-5.51069 -22.55537008,-16.1476 -8.842731,-10.63691 -13.200018,-26.40003 -4.357288,-15.89129 -4.357288,-36.39617 0,-19.73595 4.741754,-35.62723 4.741754,-16.01944 14.225262,-27.16897 9.483508,-11.27769 23.7087704,-17.301 14.2252616,-6.15146 33.1922786,-6.15146 17.813616,0 31.269945,5.51069 13.584485,5.51068 22.683526,16.14759 9.227197,10.50875 13.840794,26.01557 4.6136,15.50682 4.6136,35.62723 0,10.3806 -1.28155,19.86411 -1.1534,9.48351 -3.84467,17.94177 -2.56311,8.45826 -6.535931,15.63497 -3.972821,7.17671 -9.355353,12.94371 9.355353,7.68933 16.403904,12.04662 7.04856,4.22913 11.66215,6.40777 4.6136,2.17865 7.17671,3.07574 2.56311,1.02524 3.84467,2.17864 1.28155,1.28155 1.79418,3.4602 0.51262,2.3068 0.51262,6.02331 z M 84.229092,602.24758 q 0,-14.09711 -2.56311,-26.14373 -2.434955,-12.04661 -8.330108,-20.88935 -5.766999,-8.97088 -15.506818,-13.96895 -9.739819,-4.99806 -24.093236,-4.99806 -14.353418,0 -24.0932372,5.38253 -9.73981915,5.25438 -15.8912839,14.35342 -6.0233089,8.97088 -8.7145749,20.88935 -2.56311,11.91846 -2.56311,25.24663 0,14.60973 2.434954,26.91266 2.434955,12.17478 8.2019534,21.14566 5.7669981,8.97089 15.3786617,13.96895 9.7398189,4.86991 24.3495479,4.86991 14.481573,0 24.349548,-5.38253 9.867974,-5.38253 15.891283,-14.48157 6.02331,-9.2272 8.58642,-21.27382 2.56311,-12.17477 2.56311,-25.6311 z"
style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4752"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="300"
height="300"
viewBox="0 0 300 300"
id="svg4163"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="C:\Users\Fisman\Documents\vectors\set4\bpawn2.png"
inkscape:export-xdpi="28"
inkscape:export-ydpi="28"
sodipodi:docname="wR.svg">
<defs
id="defs4165">
<linearGradient
id="linearGradient4151"
osb:paint="solid">
<stop
style="stop-color:#c8c8c8;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994948"
inkscape:cx="0.17511761"
inkscape:cy="33.527057"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1440"
inkscape:window-height="837"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4795" />
</sodipodi:namedview>
<metadata
id="metadata4168">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<g
transform="matrix(1.0109708,0,0,0.98914826,-4.2690247,-2.0206613)"
style="font-style:normal;font-weight:normal;font-size:262.45840454px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:4.99999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4711">
<path
d="m 208.84253,997.62968 q 0,1.02523 -0.38446,1.79415 -0.38446,0.76887 -1.666,1.28157 -1.28153,0.5126 -3.5883,0.7689 -2.30676,0.2563 -6.15137,0.2563 -3.33199,0 -5.5106,-0.2563 -2.05045,-0.2563 -3.33199,-0.7689 -1.28153,-0.6408 -2.05046,-1.66603 -0.64076,-1.02523 -1.15338,-2.56307 L 169.7557,957.38947 q -2.69122,-6.66398 -5.63875,-12.17458 -2.81938,-5.63876 -6.79214,-9.61151 -3.97276,-4.10092 -9.3552,-6.27953 -5.38245,-2.30676 -12.94351,-2.30676 l -14.73765,0 0,70.61259 q 0,1.02523 -0.64077,1.79415 -0.51262,0.76887 -1.79415,1.28157 -1.15338,0.3844 -3.33199,0.6407 -2.05046,0.3845 -5.2543,0.3845 -3.20383,0 -5.38244,-0.3845 -2.05046,-0.2563 -3.332,-0.6407 -1.281531,-0.5127 -1.794145,-1.28157 -0.512614,-0.76892 -0.512614,-1.79415 l 0,-153.52792 q 0,-4.99798 2.563069,-6.92029 2.69123,-2.05045 5.63876,-2.05045 l 35.24221,0 q 6.27953,0 10.38044,0.38446 4.22906,0.25631 7.56106,0.64077 9.61151,1.66599 16.91626,5.25429 7.4329,3.5883 12.43089,9.0989 4.99799,5.5106 7.43291,12.6872 2.56307,7.04844 2.56307,15.63473 0,8.32998 -2.30677,14.99396 -2.17861,6.53583 -6.40767,11.66197 -4.22907,4.99799 -10.12413,8.71444 -5.89506,3.71645 -13.19981,6.27952 4.10091,1.79415 7.4329,4.61353 3.33199,2.69122 6.15137,6.53583 2.94753,3.8446 5.5106,8.84259 2.56307,4.99799 5.12614,11.27751 l 14.86581,36.52375 q 1.79415,4.61353 2.30676,6.53583 0.51262,1.79415 0.51262,2.81938 z M 175.65077,881.13813 q 0,-9.73967 -4.35722,-16.40365 -4.35722,-6.79214 -14.6095,-9.73967 -3.20384,-0.89707 -7.30476,-1.28153 -3.97275,-0.38446 -10.50858,-0.38446 l -18.58226,0 0,55.87493 21.52979,0 q 8.71444,0 14.99396,-2.05046 6.40767,-2.1786 10.63674,-5.89506 4.22907,-3.8446 6.15137,-8.97074 2.05046,-5.12614 2.05046,-11.14936 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:262.45840454px;line-height:125%;font-family:Calibri;-inkscape-font-specification:'Calibri, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:4.99999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4724"
inkscape:connector-curvature="0" />
</g>
<flowRoot
xml:space="preserve"
id="flowRoot4715"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px"><flowRegion
id="flowRegion4717"><rect
id="rect4719"
width="205.06097"
height="48.487324"
x="138.3909"
y="129.28423" /></flowRegion><flowPara
id="flowPara4721" /></flowRoot> </g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -1,78 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: CorelDRAW -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xml:space="preserve"
width="50mm"
height="50mm"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
image-rendering="optimizeQuality"
fill-rule="evenodd"
clip-rule="evenodd"
viewBox="0 0 50 50"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45"
sodipodi:docname="bb.svg"
sodipodi:docbase="/home/fkling/2/v0.1.2reduced/PieceThemes/Merida"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="true"><metadata
id="metadata13"><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="defs11"><linearGradient
inkscape:collect="always"
id="linearGradient2192"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2194" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2196" /></linearGradient>
<metadata
id="CorelCorpID_0Corel-Layer" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2192"
id="linearGradient2198"
x1="21.094196"
y1="37.100735"
x2="77.66906"
y2="37.469288"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
inkscape:window-height="785"
inkscape:window-width="1199"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
guidetolerance="10.0"
gridtolerance="10.0"
objecttolerance="10.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:zoom="2.2972888"
inkscape:cx="88.58268"
inkscape:cy="88.58268"
inkscape:window-x="5"
inkscape:window-y="25"
inkscape:current-layer="svg2"
showgrid="true" />
<path
style="fill:#1f1a17"
id="path6"
d="M 25,42.1622 C 24.7714,43.102 24.4835,43.7539 24.1533,44.118 C 23.8231,44.482 23.3913,44.863 22.841,45.261 C 22.2483,45.6758 21.5456,46.023 20.7328,46.3108 C 19.92,46.5987 19.0225,46.6749 18.0319,46.5225 L 11.0639,45.5573 C 10.776,45.5234 10.5305,45.5234 10.3019,45.5573 C 10.0817,45.5912 9.8701,45.6081 9.6669,45.6081 C 9.3197,45.6081 8.8795,45.6843 8.3461,45.8452 C 7.8042,45.9976 7.3893,46.2262 7.093,46.5225 L 4.6885,42.577 C 4.9848,42.2468 5.2473,42.0182 5.4759,41.8828 C 5.7129,41.7558 5.9839,41.6118 6.2971,41.4679 C 7.2539,41.0192 8.2783,40.7482 9.3705,40.6466 C 9.8362,40.6128 10.2934,40.6043 10.7337,40.6212 C 11.1824,40.6382 11.6481,40.6212 12.1307,40.5704 C 13.0197,40.7228 13.9171,40.8583 14.8146,40.9768 C 15.7205,41.1038 16.6265,41.2308 17.5324,41.3663 C 18.523,41.3663 19.1919,41.2647 19.539,41.07 C 19.7253,40.9684 20.0131,40.7821 20.4111,40.5196 C 20.809,40.2572 21.2069,39.8677 21.6049,39.3512 C 20.7243,39.2581 19.8353,39.0888 18.9209,38.8432 C 18.015,38.6062 17.2107,38.3522 16.5164,38.0897 L 19.0987,31.6889 C 17.8033,30.9438 16.9059,30.3512 16.3894,29.894 C 15.8814,29.4368 15.475,28.9118 15.1787,28.3192 C 14.7469,27.5572 14.4675,26.8206 14.3489,26.1094 C 14.2219,25.3982 14.1711,24.7632 14.1881,24.1959 C 14.205,23.2053 14.4336,22.1131 14.8908,20.9108 C 15.348,19.717 16.2031,18.6418 17.4562,17.702 C 18.4976,16.9061 19.5221,16.0848 20.5127,15.2466 C 21.5033,14.4 22.4854,13.4178 23.4591,12.2918 C 22.2399,11.6652 21.6303,10.6662 21.6303,9.2946 C 21.6303,8.3632 21.952,7.5758 22.6039,6.907 C 23.2559,6.2466 24.0602,5.9164 25,5.9164 C 25.9229,5.9164 26.7187,6.2466 27.3791,6.907 C 28.0395,7.5758 28.3697,8.3632 28.3697,9.2946 C 28.3697,10.6492 27.7601,11.6483 26.5409,12.2918 C 27.4977,13.4178 28.4713,14.4 29.4535,15.2466 C 30.4356,16.0848 31.4685,16.9061 32.5438,17.702 C 33.7799,18.6418 34.6266,19.717 35.0669,20.9108 C 35.5156,22.1131 35.7611,23.2053 35.7865,24.1959 C 35.7865,24.7632 35.7357,25.3982 35.6172,26.1094 C 35.4987,26.8206 35.2362,27.5572 34.8213,28.3192 C 34.4911,28.9118 34.0763,29.4368 33.5683,29.894 C 33.0687,30.3512 32.1797,30.9438 30.9013,31.6889 L 33.4836,38.0897 C 32.7555,38.3522 31.9342,38.6062 31.0283,38.8432 C 30.1139,39.0888 29.2418,39.2581 28.3951,39.3512 C 28.7761,39.8677 29.1656,40.2572 29.5635,40.5196 C 29.9615,40.7821 30.2578,40.9684 30.461,41.07 C 30.8081,41.2647 31.477,41.3663 32.4676,41.3663 C 33.3566,41.2308 34.2541,41.1038 35.16,40.9768 C 36.0575,40.8583 36.9634,40.7228 37.8778,40.5704 C 38.3181,40.6212 38.7668,40.6382 39.224,40.6212 C 39.6812,40.6043 40.1469,40.6128 40.6295,40.6466 C 41.6878,40.7482 42.7123,41.0192 43.7029,41.4679 C 43.9992,41.6118 44.2701,41.7558 44.5072,41.8828 C 44.7527,42.0182 45.0152,42.2468 45.3115,42.577 L 42.8816,46.5225 C 42.5853,46.2262 42.1704,45.9976 41.6285,45.8452 C 41.0951,45.6843 40.6633,45.6081 40.3331,45.6081 C 40.113,45.6081 39.8929,45.5912 39.6727,45.5573 C 39.4526,45.5234 39.1986,45.5234 38.9192,45.5573 L 31.9681,46.5225 C 30.9775,46.6749 30.0546,46.6072 29.2079,46.3278 C 28.3528,46.0484 27.6501,45.6758 27.1082,45.2102 C 26.5663,44.7614 26.1261,44.3804 25.8043,44.0587 C 25.4826,43.737 25.2117,43.102 25,42.1622 L 25,42.1622 z " /><path
style="fill:url(#linearGradient2198);fill-opacity:1.0"
id="path8"
d="M 24.0856,23.7048 L 24.0856,25.813 C 24.0856,26.4226 24.3904,26.7274 25,26.7274 L 25,26.7274 C 25.6096,26.7274 25.9144,26.4226 25.9144,25.813 L 25.9144,23.6794 L 28.1496,23.6794 C 28.7253,23.6794 29.0217,23.3831 29.0217,22.782 L 29.0217,22.782 C 29.0217,22.1893 28.7253,21.893 28.1496,21.893 L 25.9144,21.893 L 25.9144,19.6578 C 25.9144,19.0482 25.6096,18.7434 25,18.7434 L 25,18.7434 C 24.3904,18.7434 24.0856,19.0482 24.0856,19.6578 L 24.0856,21.893 L 21.9012,21.893 C 21.317,21.893 21.0291,22.1893 21.0291,22.782 L 21.0291,22.782 C 21.0291,23.3831 21.317,23.6794 21.9012,23.6794 L 24.0856,23.7048 z M 31.5955,37.4462 L 30.5541,34.9147 C 28.8693,34.5506 27.0151,34.3728 25,34.3728 C 23.0019,34.3728 21.1646,34.5506 19.4967,34.9147 L 18.4553,37.4208 C 20.5042,36.9044 22.6886,36.6504 25,36.6504 C 27.286,36.6504 29.4789,36.9128 31.5955,37.4462 z M 29.5127,32.3324 L 28.7931,30.5967 L 28.7931,29.9278 C 27.54,29.75 26.27,29.6569 25,29.6569 C 23.7639,29.6569 22.5023,29.75 21.2323,29.9278 L 21.2069,30.5967 L 20.5381,32.3324 C 21.9435,32.0868 23.4252,31.9598 25,31.9598 C 26.5917,31.9598 28.0903,32.0868 29.5127,32.3324 L 29.5127,32.3324 z M 28.6491,41.7134 C 27.9887,41.2139 27.3199,40.4265 26.6595,39.3512 L 25.8721,39.3512 C 25.8721,40.164 26.0583,40.9514 26.4393,41.7134 L 28.6491,41.7134 z M 23.5353,41.7134 C 23.9163,40.9006 24.111,40.1132 24.111,39.3512 L 23.3151,39.3512 C 22.6717,40.4096 22.0028,41.197 21.3001,41.7134 L 23.5353,41.7134 z " />
</svg>

Before

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -1,84 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: CorelDRAW -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xml:space="preserve"
width="50mm"
height="50mm"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
image-rendering="optimizeQuality"
fill-rule="evenodd"
clip-rule="evenodd"
viewBox="0 0 50 50"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45"
sodipodi:docname="bk.svg"
sodipodi:docbase="/home/fkling/2/v0.1.2reduced/PieceThemes/Merida"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="true"><metadata
id="metadata15"><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="defs13"><linearGradient
inkscape:collect="always"
id="linearGradient2167"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2169" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2171" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2167"
id="linearGradient2173"
x1="21.13022"
y1="37.223587"
x2="77.76413"
y2="37.469288"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
inkscape:window-height="625"
inkscape:window-width="944"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
guidetolerance="10.0"
gridtolerance="10.0"
objecttolerance="10.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:zoom="2.2972888"
inkscape:cx="91.847223"
inkscape:cy="88.582678"
inkscape:window-x="109"
inkscape:window-y="109"
inkscape:current-layer="svg2"
showgrid="true" />
<g
id="Layer_x0020_1">
<metadata
id="CorelCorpID_0Corel-Layer" />
<path
fill="#1F1A17"
d="M25.8213 12.0224l-1.7611 0 0 -3.2512 -2.0659 0c-0.5588,0 -0.8382,-0.2709 -0.8382,-0.8212l0 -0.0254c0,-0.5419 0.2794,-0.8128 0.8382,-0.8128l2.0659 0 0 -2.1082c0,-0.5842 0.2963,-0.8721 0.889,-0.8721l0 0c0.5757,0 0.8721,0.2879 0.8721,0.8721l0 2.1082 2.1336 0c0.5418,0 0.8128,0.2709 0.8128,0.8128l0 0.0254c0,0.5503 -0.271,0.8212 -0.8128,0.8212l-2.1167 0.0254 -0.0169 3.2258z"
id="path6" />
<path
fill="#1F1A17"
d="M11.03 37.7442l-0.8128 -4.6398c-0.0169,0 -0.0423,-0.0338 -0.0762,-0.1016 -0.0847,-0.1185 -0.3217,-0.2709 -0.7112,-0.4572 -0.381,-0.1947 -0.8382,-0.5164 -1.3462,-0.9821 -0.7281,-0.6096 -1.2954,-1.1091 -1.7018,-1.4901 -0.4064,-0.3726 -0.7705,-0.7874 -1.1007,-1.2362 -1.0075,-1.3885 -1.5748,-3.0649 -1.6848,-5.0376 -0.1694,-1.8966 0.6011,-3.7931 2.3029,-5.6812 1.7187,-1.8796 4.0471,-2.7686 6.9681,-2.65 1.0922,0.0677 2.3791,0.3302 3.8438,0.7958 0.4826,0.1948 0.9737,0.3895 1.4817,0.5758 0.4995,0.1947 0.9991,0.3894 1.4986,0.5842 0.2625,0.1354 0.4995,0.2709 0.6943,0.3979 -0.0847,-0.3471 -0.127,-0.6943 -0.127,-1.0414 0,-1.2869 0.4572,-2.3876 1.38,-3.302 0.9144,-0.9059 2.0236,-1.3716 3.3105,-1.3885 1.2869,0 2.3876,0.4656 3.302,1.38 0.9059,0.9144 1.3631,2.0151 1.3631,3.2851 0,0.2625 -0.0338,0.6096 -0.1016,1.0414 0.2286,-0.1439 0.4572,-0.2709 0.6689,-0.3725 0.762,-0.3302 1.7611,-0.7197 3.0057,-1.16 1.4224,-0.4826 2.7008,-0.7535 3.8438,-0.8212 2.921,-0.1355 5.2409,0.7535 6.9427,2.65 1.6679,1.8881 2.4469,3.7846 2.3283,5.6812 -0.127,1.9727 -0.7027,3.6491 -1.7102,5.0376 -0.3302,0.4488 -0.7028,0.8636 -1.1176,1.2531 -0.4064,0.3895 -0.9652,0.8805 -1.6595,1.4732 -0.5419,0.4657 -1.0075,0.7959 -1.3885,0.9821 -0.381,0.1863 -0.6012,0.3472 -0.6689,0.4572 -0.0169,0.0339 -0.0339,0.0593 -0.0508,0.0762 -0.0169,0.017 -0.0254,0.0339 -0.0254,0.0508l-0.7959 4.6652 1.6426 6.1214c-0.8298,0.745 -2.684,1.3546 -5.5542,1.8372 -2.8786,0.4826 -6.206,0.7197 -9.9737,0.7197 -3.8354,0 -7.2136,-0.254 -10.1177,-0.7535 -2.9125,-0.508 -4.7413,-1.143 -5.4864,-1.8966l1.6341 -6.0536z"
id="path8" />
<path
fill="white"
d="M24.9492 20.6754c-0.0339,-0.1609 -0.0762,-0.3048 -0.127,-0.4234 -0.0931,-0.3302 -0.1778,-0.5672 -0.2455,-0.7196 -0.0508,-0.1101 -0.1186,-0.254 -0.1948,-0.4318 -0.0846,-0.1694 -0.1693,-0.3556 -0.254,-0.5588 -0.0508,-0.1186 -0.11,-0.271 -0.1862,-0.4572 -0.0678,-0.1948 -0.1355,-0.3726 -0.1863,-0.5334 -0.0423,-0.1524 -0.0677,-0.3048 -0.0677,-0.4742 0,-0.872 0.4148,-1.3123 1.2615,-1.3123 0.8805,0 1.3123,0.4318 1.3123,1.2869 0,0.2202 -0.0338,0.3726 -0.0931,0.4742 -0.2371,0.6265 -0.3556,0.9652 -0.3725,1.016 -0.254,0.4995 -0.4064,0.8212 -0.4742,0.9652 -0.1185,0.2709 -0.1947,0.508 -0.2201,0.7196 -0.0508,0.1016 -0.0847,0.1863 -0.1016,0.2625 -0.0169,0.0762 -0.0339,0.1355 -0.0508,0.1863zm-2.7771 8.5598c-2.0658,0.0338 -3.9539,0.1354 -5.6726,0.3217 -1.7103,0.1778 -3.0311,0.4403 -3.9794,0.7705 -0.491,-0.6181 -1.0668,-1.2277 -1.7187,-1.8542 -0.6604,-0.6181 -1.2277,-1.2023 -1.7272,-1.7442 -0.8297,-0.8466 -1.2361,-1.7695 -1.2361,-2.777 0,-1.2446 0.2032,-2.1506 0.618,-2.7263 0.4403,-0.6689 1.1346,-1.1599 2.0574,-1.4817 0.9229,-0.3217 1.8627,-0.4826 2.8025,-0.4826 1.1938,0 2.3283,0.2625 3.4205,0.7959 1.0753,0.5588 1.7865,1.0075 2.1336,1.3377 1.1261,1.143 2.0066,2.3792 2.6332,3.7169 0.2116,0.4995 0.3725,1.1938 0.4826,2.0743 0.11,0.889 0.1693,1.5664 0.1862,2.049zm2.7771 -4.318c0.1185,-0.4657 0.2117,-0.7874 0.2963,-0.9652 0.1694,-0.6435 0.3556,-1.1938 0.5758,-1.6426 0.0931,-0.2794 0.237,-0.6011 0.4318,-0.9736 0.1862,-0.3726 0.3894,-0.8044 0.6096,-1.2785 0.127,-0.2794 0.2709,-0.6265 0.4148,-1.0329 0.1524,-0.4064 0.3048,-0.8044 0.4488,-1.2023 0.1354,-0.3302 0.2032,-0.6858 0.2032,-1.0668 0,-0.8128 -0.2964,-1.4986 -0.8721,-2.0659 -0.5757,-0.5757 -1.2785,-0.8636 -2.1082,-0.8636 -1.9643,0 -2.9549,0.9906 -2.9549,2.9549 0,0.381 0.0678,0.7366 0.2032,1.0668 0.3641,1.0753 0.6435,1.8203 0.8382,2.2352 0.2202,0.4741 0.4149,0.9059 0.6012,1.2785 0.1778,0.3725 0.3386,0.6942 0.4656,0.9736 0.2202,0.5504 0.398,1.0922 0.5504,1.6426 0.0338,0.0931 0.127,0.4148 0.2963,0.9398zm-0.889 6.223c0,-0.6604 -0.0169,-1.5748 -0.0508,-2.7348 -0.0339,-1.1684 -0.1609,-2.142 -0.3725,-2.921 -0.6774,-2.2098 -1.7018,-3.9962 -3.0819,-5.3509 -0.7112,-0.6943 -1.7949,-1.3462 -3.2681,-1.9389 -1.6849,-0.6604 -3.2851,-0.9906 -4.7922,-0.9906 -2.6077,0 -4.5466,0.9314 -5.7996,2.8025 -0.7112,0.9906 -1.0668,2.2352 -1.0668,3.7169 0,1.6256 0.3979,2.9548 1.1853,3.9962 0.4149,0.5927 1.2107,1.3293 2.3876,2.2098 1.1684,0.8721 2.1675,1.6849 2.9718,2.43 1.4393,-0.3133 3.0649,-0.5842 4.8768,-0.8213 1.8119,-0.2286 4.1487,-0.3641 7.0104,-0.3979zm13.7837 11.7348l-0.7366 -2.9295c-3.2258,-0.7366 -7.2813,-1.1091 -12.1581,-1.1091 -4.826,0 -8.8646,0.3725 -12.1073,1.1091l-0.7874 2.9549c3.1411,-0.9568 7.4422,-1.4394 12.9201,-1.4394 2.6247,0 5.0715,0.1355 7.3152,0.398 2.2521,0.2624 4.1063,0.6011 5.5541,1.016zm-0.6434 -7.4168c-3.0396,-0.8382 -7.0951,-1.2616 -12.1497,-1.2616 -5.0969,0 -9.1948,0.4318 -12.3021,1.287l0.3726 2.5061c3.1242,-0.8128 7.095,-1.2192 11.9295,-1.2192 4.8091,0 8.7291,0.3979 11.7517,1.1938l0.398 -2.5061zm-11.3623 -4.2926c2.8448,0.0508 5.1816,0.1947 7.0019,0.4233 1.8119,0.2286 3.4544,0.508 4.9107,0.8213 0.9059,-0.8975 1.9135,-1.7442 3.0226,-2.557 1.1091,-0.8128 1.8881,-1.507 2.3368,-2.0828 0.7874,-1.0752 1.1853,-2.413 1.1853,-4.0216 0,-1.4648 -0.3556,-2.7009 -1.0668,-3.6915 -1.27,-1.8711 -3.2173,-2.8025 -5.825,-2.8025 -1.524,0 -3.1073,0.3302 -4.7668,0.9906 -1.507,0.5927 -2.5908,1.2362 -3.2766,1.9304 -1.4054,1.3632 -2.4299,3.1496 -3.0734,5.3594 -0.2455,0.762 -0.381,1.7272 -0.4064,2.9041 -0.0254,1.1769 -0.0423,2.0828 -0.0423,2.7263zm1.8119 -1.9304c0,-0.4826 0.0592,-1.16 0.1608,-2.049 0.1101,-0.8805 0.2794,-1.5748 0.508,-2.0743 0.6181,-1.3377 1.4902,-2.5739 2.6332,-3.7169 0.3302,-0.3302 1.0414,-0.7789 2.1336,-1.3377 1.0752,-0.5334 2.2267,-0.7959 3.4459,-0.7959 0.9313,0 1.8457,0.1609 2.7686,0.4826 0.9144,0.3218 1.6087,0.8128 2.0659,1.4817 0.4148,0.5588 0.6265,1.4647 0.6265,2.7263 0,0.9906 -0.4064,1.9134 -1.2192,2.777 -0.5249,0.5419 -1.1007,1.0922 -1.7103,1.651 -0.6096,0.5504 -1.2022,1.2023 -1.761,1.9474 -0.9568,-0.3302 -2.2945,-0.5927 -4.0048,-0.7705 -1.7102,-0.1863 -3.5898,-0.2879 -5.6472,-0.3217z"
id="path10"
style="fill-opacity:1.0;fill:url(#linearGradient2173)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -1,81 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: CorelDRAW -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xml:space="preserve"
width="50mm"
height="50mm"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
image-rendering="optimizeQuality"
fill-rule="evenodd"
clip-rule="evenodd"
viewBox="0 0 50 50"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45"
sodipodi:docname="bn.svg"
sodipodi:docbase="/home/fkling/2/v0.1.2reduced/PieceThemes/Merida"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="true"><metadata
id="metadata13"><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="defs11"><linearGradient
inkscape:collect="always"
id="linearGradient2165"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2167" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2169" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2165"
id="linearGradient2171"
x1="21.253071"
y1="37.59214"
x2="77.641281"
y2="37.469292"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
inkscape:window-height="625"
inkscape:window-width="944"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
guidetolerance="10.0"
gridtolerance="10.0"
objecttolerance="10.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:zoom="2.2972888"
inkscape:cx="119.13229"
inkscape:cy="84.28695"
inkscape:window-x="259"
inkscape:window-y="109"
inkscape:current-layer="svg2"
showgrid="true" />
<g
id="Layer_x0020_1">
<metadata
id="CorelCorpID_0Corel-Layer" />
<path
fill="#1F1A17"
d="M26.178 9.3952c2.5993,0.1694 5.0038,0.8382 7.2221,2.0151 2.2098,1.1684 4.0979,2.6755 5.6557,4.5127 1.0922,1.287 2.1167,2.8448 3.0819,4.6652 0.9737,1.8118 1.7441,3.7422 2.3199,5.7742 0.6604,2.3707 1.0837,4.8514 1.253,7.4592 0.1778,2.5992 0.2625,5.0122 0.2625,7.2305l0 5.4017c0,0 -1.2869,0 -3.8608,0 -2.5654,0 -5.9013,0 -10.0076,0l-16.637 0c-0.1524,0 -0.2201,-0.4064 -0.2117,-1.2107 0.0085,-0.8128 0.0593,-1.4647 0.1609,-1.9643 0.0593,-0.3979 0.2201,-0.9567 0.4657,-1.6848 0.254,-0.7282 0.6604,-1.6087 1.2446,-2.6501 0.2624,-0.5334 0.889,-1.3039 1.8796,-2.3199 0.999,-1.016 2.1336,-2.2013 3.429,-3.539 0.745,-0.762 1.3208,-1.7188 1.7441,-2.8787 0.4233,-1.1515 0.6011,-2.2013 0.5334,-3.1496 -0.6096,0.4995 -1.2785,0.9059 -2.0066,1.2192 -3.5052,1.2531 -6.0452,3.0734 -7.6115,5.4525 -0.1186,0.1524 -0.4911,0.8213 -1.1176,2.0151 -0.3302,0.6265 -0.6181,1.0583 -0.8467,1.2869 -0.3133,0.3133 -0.7705,0.4911 -1.3631,0.525 -0.9229,0.0423 -1.6426,-0.398 -2.159,-1.3462 -0.6943,0.2032 -1.3124,0.2878 -1.8627,0.254 -0.9229,-0.3472 -1.5917,-0.7197 -2.0066,-1.1176 -0.8467,-0.8467 -1.3885,-1.6849 -1.651,-2.5316 -0.254,-0.8466 -0.381,-1.7526 -0.381,-2.7262 0,-1.3886 0.8551,-3.2258 2.5823,-5.5118 2.0151,-2.6247 3.0904,-4.6313 3.2174,-6.0029 0,-0.5927 0.0592,-1.2615 0.1778,-2.0066 0.1016,-0.5165 0.3048,-1.0075 0.618,-1.4901 0.2202,-0.3302 0.3641,-0.5588 0.4318,-0.6774 0.0762,-0.127 0.2117,-0.3132 0.4149,-0.5588 0.1439,-0.2032 0.2709,-0.3556 0.3725,-0.4572 0.0932,-0.11 0.2202,-0.254 0.3726,-0.4402 0.1778,-0.2117 0.4064,-0.4572 0.6942,-0.7451 -0.8805,-2.413 -1.2361,-4.9022 -1.0668,-7.4591 3.2851,1.1684 6.0537,3.0141 8.2804,5.5287 0.5504,-1.8711 1.6256,-3.3867 3.2258,-4.5381 1.3208,0.9228 2.3707,2.1505 3.1496,3.666z"
id="path6" />
<path
fill="white"
d="M 15.6878,17.7857 C 16.0519,17.5994 16.2297,17.5063 16.2297,17.5063 C 16.7292,17.3116 16.8816,16.9475 16.7038,16.4141 C 16.5091,15.923 16.1281,15.7537 15.5608,15.923 C 13.6135,16.6342 12.2673,17.9381 11.5222,19.8431 C 11.4037,20.385 11.5984,20.7575 12.1149,20.9607 C 12.6314,21.1216 12.9785,20.9438 13.1563,20.4104 C 13.2918,20.131 13.3849,19.9447 13.4526,19.8685 C 13.6389,20.0124 13.876,20.114 14.1723,20.1648 C 15.1798,20.3257 15.7725,19.8854 15.9334,18.8271 C 15.9842,18.463 15.8995,18.1159 15.6878,17.7857 L 15.6878,17.7857 z M 11.573,34.5497 C 11.6323,34.3973 11.7424,34.1772 11.8948,33.8808 C 12.1742,33.1866 12.3096,32.7717 12.3096,32.6362 C 12.2842,32.179 12.0387,31.942 11.59,31.942 C 11.2598,31.942 10.8788,32.4161 10.43,33.3559 C 10.3623,33.4914 10.2607,33.6099 10.1337,33.703 C 9.685,34.1687 9.7527,34.5582 10.3284,34.8714 L 10.3284,34.8714 C 10.8618,35.1847 11.2682,35.0831 11.573,34.5497 L 11.573,34.5497 z M 26.2034,25.3464 C 27.3634,23.8224 27.9306,22.1291 27.9137,20.2664 C 27.846,19.7161 27.5327,19.4452 26.9739,19.4452 C 26.2119,19.4452 25.9156,19.7246 26.0764,20.2834 C 26.1272,21.1978 26.0426,21.9513 25.8055,22.544 C 25.4245,23.4838 25.0012,24.1865 24.544,24.6522 C 24.29,25.1517 24.4424,25.5158 24.9927,25.7444 L 24.9927,25.7444 C 25.5176,25.9899 25.924,25.8629 26.2034,25.3464 L 26.2034,25.3464 z M 19.7264,13.2391 C 19.6502,12.6464 19.6672,12.003 19.7772,11.3087 C 18.7866,11.5034 17.8553,11.9691 16.9748,12.6972 C 16.4498,12.9766 16.3228,13.3661 16.6022,13.8656 C 16.8816,14.3736 17.2711,14.4583 17.7706,14.1112 C 18.1178,13.9249 18.4395,13.7556 18.7274,13.6032 C 19.0152,13.4423 19.3454,13.3238 19.7264,13.2391 L 19.7264,13.2391 z M 42.9759,44.6928 C 42.959,44.6928 42.9759,44.244 43.0182,43.3466 C 43.149425,40.239133 43.11367,37.125892 43.0944,34.0163 C 43.0775,31.8065 42.7812,29.6052 42.2054,27.4038 C 41.365664,24.093859 40.08136,20.919205 38.133,18.1074 C 35.498872,14.261975 31.31864,12.073755 26.8469,11.1309 C 26.973151,11.896697 26.87985,12.670913 26.9231,13.4423 C 28.5233,13.9842 30.0388,14.6615 31.4612,15.4743 C 35.702058,18.028667 37.875209,22.749659 38.6579,27.4038 C 39.929701,33.557961 39.110533,38.961296 39.4707,44.6928 L 42.9759,44.6928 L 42.9759,44.6928 z M 9.4394,30.1386 C 9.9136,29.7999 9.9644,29.4104 9.5834,28.9448 C 9.1854,28.5638 8.7536,28.5299 8.271,28.8432 C 7.2635,29.5036 6.7216,30.3756 6.6539,31.4509 C 6.6708,31.9928 7.001,32.2552 7.6276,32.2214 C 8.2202,32.1706 8.5081,31.8658 8.4912,31.2985 C 8.6266,30.7736 8.9399,30.3841 9.4394,30.1386 z "
id="path8"
style="fill-opacity:1.0;fill:url(#linearGradient2171)"
sodipodi:nodetypes="cccccccccccccccsccccccccscccccccccccccccccccccccccccccccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: CorelDRAW -->
<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"
xml:space="preserve"
width="50mm"
height="50mm"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
image-rendering="optimizeQuality"
fill-rule="evenodd"
clip-rule="evenodd"
viewBox="0 0 50 50"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="bp.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
id="metadata11"><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="defs9"><inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 88.58268 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="177.16536 : 88.58268 : 1"
inkscape:persp3d-origin="88.58268 : 59.05512 : 1"
id="perspective13" /></defs><sodipodi:namedview
inkscape:window-height="834"
inkscape:window-width="854"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
guidetolerance="10.0"
gridtolerance="10.0"
objecttolerance="10.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
showgrid="false"
inkscape:zoom="1.3941777"
inkscape:cx="29.128797"
inkscape:cy="121.07316"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:current-layer="svg2" />
<g
id="Layer_x0020_1"
transform="matrix(1,0,0,0.9732376,0,1.2430586)">
<metadata
id="CorelCorpID_0Corel-Layer" />
<path
d="M 25,46.4479 L 11.6057,46.4479 C 10.9453,44.7969 10.6151,43.0697 10.6151,41.2663 C 10.6151,38.2099 11.4787,35.4667 13.2144,33.0283 C 14.9501,30.5983 17.1853,28.8627 19.9115,27.8213 C 18.7431,27.2794 17.7864,26.4581 17.0498,25.3575 C 16.3132,24.2568 15.9491,23.0122 15.9491,21.6237 C 15.9491,19.888 16.5249,18.3809 17.6848,17.1109 C 18.8363,15.8325 20.2587,15.0959 21.952,14.9011 C 20.6058,13.8936 19.9369,12.5559 19.9369,10.9049 C 19.9369,9.5163 20.428,8.3225 21.4186,7.3319 C 22.4007,6.3413 23.5945,5.8503 25,5.8503 C 26.3885,5.8503 27.5823,6.3413 28.5729,7.3319 C 29.5635,8.3225 30.0631,9.5163 30.0631,10.9049 C 30.0631,12.5559 29.3942,13.8936 28.048,14.9011 C 29.7413,15.0959 31.1637,15.8325 32.3152,17.1109 C 33.4751,18.3809 34.0509,19.888 34.0509,21.6237 C 34.0509,23.0122 33.6783,24.2568 32.9248,25.3575 C 32.1713,26.4581 31.2145,27.2794 30.0631,27.8213 C 32.7893,28.8627 35.0245,30.5983 36.7602,33.0283 C 38.4959,35.4667 39.3595,38.2099 39.3595,41.2663 C 39.3595,43.0528 39.0377,44.78 38.3943,46.4479 L 25,46.4479 L 25,46.4479 z"
id="path6"
style="fill:#1f1a17" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

Some files were not shown because too many files have changed in this diff Show More