Expand numer of new piece types to 2 x 11
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 31 Jan 2016 14:53:05 +0000 (15:53 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 31 Jan 2016 15:00:04 +0000 (16:00 +0100)
The number of pieces added between basic and promoted series, and between
the latter and King is increased to 11, and they are ordered differently.
The image used for the Chu-Shogi White-Horse piece,which was a duplicat
of the Knight, is now replaced by a winged Knight.

23 files changed:
Makefile.am
common.h
draw.c
svg/BlackAxe.svg [new file with mode: 0644]
svg/BlackButterfly.svg [new file with mode: 0644]
svg/BlackDuck.svg [new file with mode: 0644]
svg/BlackFlag.svg [new file with mode: 0644]
svg/BlackHat.svg [new file with mode: 0644]
svg/BlackLShield.svg [new file with mode: 0644]
svg/BlackLeft.svg [new file with mode: 0644]
svg/BlackPegasus.svg [new file with mode: 0644]
svg/BlackRShield.svg [new file with mode: 0644]
svg/BlackRight.svg [new file with mode: 0644]
svg/WhiteAxe.svg [new file with mode: 0644]
svg/WhiteButterfly.svg [new file with mode: 0644]
svg/WhiteDuck.svg [new file with mode: 0644]
svg/WhiteFlag.svg [new file with mode: 0644]
svg/WhiteHat.svg [new file with mode: 0644]
svg/WhiteLShield.svg [new file with mode: 0644]
svg/WhiteLeft.svg [new file with mode: 0644]
svg/WhitePegasus.svg [new file with mode: 0644]
svg/WhiteRShield.svg [new file with mode: 0644]
svg/WhiteRight.svg [new file with mode: 0644]

index 87c9b65..09f9adf 100644 (file)
@@ -156,6 +156,16 @@ dist_svg_DATA = svg/icon_white.svg         svg/icon_black.svg      \
            svg/BlackTower.svg      svg/WhiteTower.svg        \
            svg/BlackDragon.svg     svg/WhiteDragon.svg       \
            svg/BlackCub.svg        svg/WhiteCub.svg          \
+           svg/BlackButterfly.svg   svg/WhiteButterfly.svg    \
+           svg/BlackLeft.svg       svg/WhiteLeft.svg         \
+           svg/BlackRight.svg      svg/WhiteRight.svg        \
+           svg/BlackHat.svg        svg/WhiteHat.svg          \
+           svg/BlackRShield.svg            svg/WhiteRShield.svg      \
+           svg/BlackLShield.svg            svg/WhiteLShield.svg      \
+           svg/BlackAxe.svg        svg/WhiteAxe.svg          \
+           svg/BlackFlag.svg       svg/WhiteFlag.svg         \
+           svg/BlackDuck.svg       svg/WhiteDuck.svg         \
+           svg/BlackPegasus.svg            svg/WhitePegasus.svg      \
            svg/eo_Analyzing.svg     svg/eo_Black.svg          \
            svg/eo_Clear.svg         svg/eo_Ponder.svg         \
            svg/eo_Thinking.svg      svg/eo_Unknown.svg        \
index 6ba5774..81f2553 100644 (file)
--- a/common.h
+++ b/common.h
@@ -294,23 +294,27 @@ typedef enum {
     WhiteFerz, WhiteAlfil, WhiteAngel, WhiteMarshall, WhiteWazir, WhiteMan,
     WhiteCannon, WhiteNightrider, WhiteCardinal, WhiteDragon, WhiteGrasshopper,
     WhiteSilver, WhiteFalcon, WhiteLance, WhiteCobra, WhiteUnicorn, WhiteLion,
-    WhiteWolf, WhiteCamel, WhiteZebra, WhiteWizard, WhiteAmazon, WhiteCub,
+    WhiteButterfly, WhiteZebra, WhiteCamel, WhiteTower, WhiteWolf,
+    WhiteFlying, WhiteDuck, WhiteAxe, WhiteHat, WhiteGnu, WhiteCub,
     WhiteTokin, WhiteClaw, WhitePCardinal, WhitePDragon, WhiteCat,
     WhitePSword, WhiteMonarch, WhiteMother, WhiteNothing, WhitePRook, WhitePDagger,
     WhiteDolphin, WhiteStag, WhiteHorned, WhiteEagle, WhiteSword,
     WhiteCrown, WhiteHCrown, WhiteHorse, WhiteDrunk, WhitePBishop,
-    WhiteGnu, WhiteViking, WhiteIron, WhiteCopper, WhiteTower, WhiteFlying,
+    WhiteWheel, WhitePKnight, WhiteWizard, WhiteCopper, WhiteIron, WhiteViking,
+    WhiteFlag, WhiteAmazon, WhiteWheer, WhiteShield, WhiteShierd,
     WhiteKing,
     BlackPawn, BlackKnight, BlackBishop, BlackRook, BlackQueen,
     BlackFerz, BlackAlfil, BlackAngel, BlackMarshall, BlackWazir, BlackMan,
     BlackCannon, BlackNightrider, BlackCardinal, BlackDragon, BlackGrasshopper,
     BlackSilver, BlackFalcon, BlackLance, BlackCobra, BlackUnicorn, BlackLion,
-    BlackWolf, BlackCamel, BlackZebra, BlackWizard, BlackAmazon, BlackCub,
+    BlackButterfly, BlackZebra, BlackCamel, BlackTower, BlackWolf,
+    BlackFlying, BlackDuck, BlackAxe, BlackHat, BlackGnu, BlackCub,
     BlackTokin, BlackClaw, BlackPCardinal, BlackPDragon, BlackCat,
     BlackPSword, BlackMonarch, BlackMother, BlackNothing, BlackPRook, BlackPDagger,
     BlackDolphin, BlackStag, BlackHorned, BlackEagle, BlackSword,
     BlackCrown, BlackHCrown, BlackHorse, BlackDrunk, BlackPBishop,
-    BlackGnu, BlackViking, BlackIron, BlackCopper, BlackTower, BlackFlying,
+    BlackWheel, BlackPKnight, BlackWizard, BlackCopper, BlackIron, BlackViking,
+    BlackFlag, BlackAmazon, BlackWheer, BlackShield, BlackShierd,
     BlackKing,
     EmptySquare, DarkSquare,
     NoRights, // [HGM] gamestate: for castling rights hidden in board[CASTLING]
diff --git a/draw.c b/draw.c
index b88d53d..2df683f 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -173,6 +173,8 @@ SelectPieces(VariantClass v)
           pngPieceBitmaps[i][(int)WhiteEagle]   = pngPieceBitmaps2[i][(int)WhiteFalcon];
           pngPieceBitmaps[i][(int)WhiteMan]     = pngPieceBitmaps2[i][(int)WhiteCopper];
           pngPieceBitmaps[i][(int)WhiteCopper]  = pngPieceBitmaps2[i][(int)WhiteMan];
+          pngPieceBitmaps[i][(int)WhiteAxe]     = pngPieceBitmaps2[i][(int)WhiteCannon];
+          pngPieceBitmaps[i][(int)WhiteCannon]  = pngPieceBitmaps2[i][(int)WhiteAxe];
        }
     }
 }
@@ -290,15 +292,15 @@ CreatePNGBoard (char *s, int kind)
 char *pngPieceNames[] = // must be in same order as internal piece encoding
 { "Pawn", "Knight", "Bishop", "Rook", "Queen", "Advisor", "Elephant", "Archbishop", "Marshall", "Gold", "Commoner",
   "Canon", "Nightrider", "CrownedBishop", "CrownedRook", "Crown", "Chancellor", "Hawk", "Lance", "Cobra", "Unicorn", "Lion",
-  "Wolf", "Camel", "Zebra", "Wizard", "Lance", "Cub",
+  "Butterfly", "Zebra", "Camel", "Tower", "Wolf", "Dragon", "Duck", "Axe", "Hat", "Gnu", "Cub",
   "GoldPawn", "Claw", "PromoHorse", "PromoDragon", "GoldLance", "PromoSword", "Prince", "Phoenix", "Kylin", "PromoRook", "PromoHSword",
-  "Dolphin", "Sword", "Leopard", "HSword", "GoldSilver", "Princess", "HCrown", "Knight", "Elephant", "PromoBishop",
-  "Gnu", "Viking", "Iron", "Copper", "Tower", "Dragon", "King",
+  "Dolphin", "Sword", "Leopard", "HSword", "GoldSilver", "Princess", "HCrown", "Pegasus", "Elephant", "PromoBishop",
+  "Left", "GoldKnight", "Wizard", "Copper", "Iron", "Viking", "Flag", "Lance", "Right", "LShield", "RShield", "King",
   "Claw", "GoldKnight", "GoldLance", "GoldSilver", NULL
 };
 
 char *backupPiece[] = { "Princess", NULL, NULL, NULL, NULL, NULL, NULL,
-                        NULL, NULL, NULL, NULL, NULL, NULL,
+                        NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
                        NULL, NULL, NULL, NULL, NULL, NULL, "King", "Queen", "Lion" }; // pieces that map on other when not kanji
 
 RsvgHandle *
diff --git a/svg/BlackAxe.svg b/svg/BlackAxe.svg
new file mode 100644 (file)
index 0000000..f0bdb80
--- /dev/null
@@ -0,0 +1,107 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteAxe.svg">
+  <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="504"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="75.319014"
+     inkscape:cy="50"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3624"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3656"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3656-7"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3679">
+    <path
+       sodipodi:nodetypes="cccccc"
+       id="path2840"
+       d="m 48.138015,93.958837 -0.571429,-76.90138 2.857143,-9.3213798 2.857142,8.8553108 0,77.367449 -5.142856,0 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.21791804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path3614"
+       d="m 52.171527,28.547284 -0.422564,27.129474 c 13.381193,-0.708012 23.381874,4.740107 32.537428,14.608178 8.519692,-16.91018 9.276668,-37.188251 0,-55.824109 -9.134433,7.92724 -19.603362,13.10841 -32.114864,14.086457 z"
+       style="fill:#000000;stroke:#000000;stroke-width:2.20000004999999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path3614-0"
+       d="m 47.998035,28.123555 0.422564,27.129474 c -13.381193,-0.708012 -23.381874,4.740107 -32.537428,14.608178 -8.519692,-16.91018 -9.276668,-37.188251 0,-55.824109 9.134433,7.92724 19.603362,13.10841 32.114864,14.086457 z"
+       style="fill:#000000;stroke:#000000;stroke-width:2.20000004999999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" />
+    <path
+       id="path3646"
+       d="m 46.610169,30.084746 0,23.728814 0,-0.423729"
+       style="fill:none;stroke:#ffffcc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       id="path3646-2"
+       d="m 54.661017,29.661016 0,23.728814 0,-0.423729"
+       style="fill:none;stroke:#ffffcc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+  </g>
+</svg>
diff --git a/svg/BlackButterfly.svg b/svg/BlackButterfly.svg
new file mode 100644 (file)
index 0000000..8045abf
--- /dev/null
@@ -0,0 +1,173 @@
+<?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: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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteButterfly.svg">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8"
+     inkscape:cx="34.72545"
+     inkscape:cy="44.67371"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m -316.35715,1009.7908 -6.07143,-6.4286 -5.71428,-3.2142 -4.64286,-0.71433 -6.78572,1.07143 -4.64285,2.8571 -3.57143,4.2858 -1.78572,5 -0.35714,6.7857 1.78572,6.0714 3.21428,4.2857 3.92857,4.6429 3.57143,3.9286 -5,6.0714 -2.85714,4.2857 -2.5,5 -0.71429,5.7143 2.14286,6.0714 3.92857,3.9286 5.35714,1.4286 6.42858,-0.7143 5.35714,-3.2143 5.35714,-3.5714 3.57143,-4.6429 0,-48.9286 z"
+       id="path2820"
+       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#path2820"
+       id="use3594"
+       transform="matrix(-1,0,0,1,-632.35714,0)"
+       width="100"
+       height="100"
+       style="stroke:#00000f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647000000004;stroke-dasharray:none;fill:#000000;fill-opacity:1" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:#ffffcf;stroke-width:2.09999989999999981;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+       id="path3596"
+       sodipodi:cx="52.142857"
+       sodipodi:cy="51.607143"
+       sodipodi:rx="2.1428571"
+       sodipodi:ry="35.535713"
+       d="m 54.285714,51.607143 a 2.1428571,35.535713 0 1 1 -4.285714,0 2.1428571,35.535713 0 1 1 4.285714,0 z"
+       transform="matrix(1.7388004,0,0,0.81842011,-407.02318,992.91164)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:2.13795257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m -317.70232,1006.4186 c -0.97812,-5.5615 -2.38084,-11.35415 -5.16682,-17.89855"
+       id="path3598"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3600"
+       d="m -314.65485,1006.7757 c 0.97812,-5.5615 2.38084,-11.35411 5.16682,-17.89851"
+       style="fill:none;stroke:#000000;stroke-width:2.13795257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647000000004;stroke-dasharray:none"
+       id="path3630"
+       sodipodi:cx="-55.535713"
+       sodipodi:cy="41.607143"
+       sodipodi:rx="6.25"
+       sodipodi:ry="7.6785712"
+       d="m -49.285713,41.607143 a 6.25,7.6785712 0 1 1 -12.5,0 6.25,7.6785712 0 1 1 12.5,0 z"
+       transform="translate(-244.92858,977.64795)" />
+    <path
+       transform="translate(-278.50001,977.29081)"
+       d="m -49.285713,41.607143 a 6.25,7.6785712 0 1 1 -12.5,0 6.25,7.6785712 0 1 1 12.5,0 z"
+       sodipodi:ry="7.6785712"
+       sodipodi:rx="6.25"
+       sodipodi:cy="41.607143"
+       sodipodi:cx="-55.535713"
+       id="path3632"
+       style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647000000004;stroke-dasharray:none"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3634"
+       sodipodi:cx="34.464287"
+       sodipodi:cy="71.071426"
+       sodipodi:rx="5.5357141"
+       sodipodi:ry="3.5714285"
+       d="m 40.000001,71.071426 a 5.5357141,3.5714285 0 1 1 -11.071428,0 5.5357141,3.5714285 0 1 1 11.071428,0 z"
+       transform="matrix(0.8660254,-0.5,0.5,0.8660254,-395.84695,1009.0448)" />
+    <path
+       transform="matrix(-0.8660254,-0.5,-0.5,0.8660254,-236.51019,1007.9733)"
+       d="m 40.000001,71.071426 a 5.5357141,3.5714285 0 1 1 -11.071428,0 5.5357141,3.5714285 0 1 1 11.071428,0 z"
+       sodipodi:ry="3.5714285"
+       sodipodi:rx="5.5357141"
+       sodipodi:cy="71.071426"
+       sodipodi:cx="34.464287"
+       id="path3636"
+       style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3686"
+       sodipodi:cx="-67.5"
+       sodipodi:cy="65.178574"
+       sodipodi:rx="1.0714285"
+       sodipodi:ry="1.25"
+       d="m -66.428571,65.178574 a 1.0714285,1.25 0 1 1 -2.142858,0 1.0714285,1.25 0 1 1 2.142858,0 z"
+       transform="matrix(1.6584523,0,0,0.85010194,-204.23305,1009.2038)" />
+    <path
+       transform="matrix(1.6584523,0,0,0.85010194,-204.59019,950.63237)"
+       d="m -66.428571,65.178574 a 1.0714285,1.25 0 1 1 -2.142858,0 1.0714285,1.25 0 1 1 2.142858,0 z"
+       sodipodi:ry="1.25"
+       sodipodi:rx="1.0714285"
+       sodipodi:cy="65.178574"
+       sodipodi:cx="-67.5"
+       id="path3688"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+  </g>
+</svg>
diff --git a/svg/BlackDuck.svg b/svg/BlackDuck.svg
new file mode 100644 (file)
index 0000000..99e729b
--- /dev/null
@@ -0,0 +1,112 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteDuck.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="736"
+     inkscape:window-height="583"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="51.123439"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3624"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2884"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3728">
+    <path
+       sodipodi:nodetypes="cccccccccccccccccc"
+       id="path2890"
+       d="M 94.067797,83.474577 C 84.604585,65.112995 85.394968,49.081921 76.483052,32.627119 73.446329,28.379692 65.536724,20.421132 59.745764,17.372882 53.389832,14.3407 46.398306,15.397508 40.042374,18.008475 34.045286,20.909692 32.400261,26.891786 29.661018,33.050848 21.446493,45.072299 14.814696,46.014649 7.62712,50.847458 4.823917,52.536959 4.941692,53.496216 4.237289,54.661017 4.66472,57.619714 6.086467,58.589781 7.62712,59.322034 l 1.906779,-1.906779 4.872881,0.211864 c -1.879531,1.836158 -3.793952,3.672317 -6.77966,5.508475 l -10e-7,2.542372 c 0.884399,1.515739 10.080498,0.313524 30.508475,-6.77966 2.917376,-0.842524 5.695066,-1.265989 8.050848,-0.423729 3.672316,5.347741 7.344633,8.070064 11.016949,11.228813 2.079697,4.09851 3.805321,7.577391 8.050847,15.466102 1.152692,3.298838 1.318265,2.495304 1.90678,8.050847 11.262673,0.192033 20.163671,-3.158448 26.906779,-9.745762 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.20000004999999987;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       transform="matrix(-1,0,0,1,96.398306,-0.63559318)"
+       d="m 40.677967,29.449152 a 0.84745765,1.059322 0 1 1 -1.694915,0 0.84745765,1.059322 0 1 1 1.694915,0 z"
+       sodipodi:ry="1.059322"
+       sodipodi:rx="0.84745765"
+       sodipodi:cy="29.449152"
+       sodipodi:cx="39.830509"
+       id="path2892"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#ffffcc;stroke-width:3.50000000000000000;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:nodetypes="cccccccccccccc"
+       id="path3666"
+       d="m 29.449153,33.050848 c 3.933055,3.476594 6.949231,-1.298733 10.381356,-2.330509 -0.553916,4.006697 -1.549974,7.350181 -1.059322,12.923729 0.109812,1.887184 1.659758,3.054302 4.025424,3.81356 0.842525,2.449855 1.265989,5.039397 0.423729,8.050847 l -5.084746,2.966102 C 18.618726,66.199274 13.334759,66.138727 8.898306,66.101695 6.792408,64.621831 7.640244,63.8804 7.627119,62.923729 c 2.672496,-1.534212 3.542239,-1.714453 6.991526,-5.508474 l -5.29661,0 -1.90678,1.906779 C 5.879161,58.845569 5.63687,57.03007 4.661018,54.872882 4.615418,54.012911 5.494985,52.690361 6.567797,51.271187 14.49455,46.396278 23.088611,44.190603 29.449153,33.050848 z"
+       style="fill:#ffffcc;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" />
+    <path
+       sodipodi:nodetypes="ccc"
+       id="path3668"
+       d="m 14.618645,57.415255 c 2.471751,0.369524 5.155367,0.949571 8.262711,0.423728 8.510908,-5.215089 17.141878,-5.267041 19.491526,-10.169491"
+       style="fill:none;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3675"
+       d="m 31.355933,41.949153 -1.271186,0"
+       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cccccccc"
+       id="path3677"
+       d="m 41.737289,50.000001 c -4.057517,4.352872 -14.509012,8.591608 -25,14.830508 l -8.262712,1.059322 -0.635593,-2.542373 7.20339,-5.29661 7.627118,0.211864 c 11.490336,-5.72558 14.908063,-6.054057 19.70339,-9.745762 l -0.635593,1.483051 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
diff --git a/svg/BlackFlag.svg b/svg/BlackFlag.svg
new file mode 100644 (file)
index 0000000..16953d0
--- /dev/null
@@ -0,0 +1,139 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackFlag.svg">
+  <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="504"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="1.668772"
+     inkscape:cx="50"
+     inkscape:cy="58.860988"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3624"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3716"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3716-2"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3747"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3779">
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path3619"
+       d="m 12.711864,21.186441 c 21.074722,13.738473 51.147584,-16.5165456 75,0 l 0,43.644067 C 65.073347,47.717811 33.988516,77.130498 13.559322,63.983051 l -0.847458,-42.79661 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.20000004999999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cccccc"
+       id="path2840"
+       d="m 10.849879,93.958837 -0.571429,-76.90138 2.857143,-9.3213798 2.857142,8.8553108 0,77.367449 -5.142856,0 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.21791804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       transform="matrix(0.84498804,0,0,0.87421513,1.3857655,2.2865217)"
+       d="m 21.610169,11.440678 a 7.2033896,5.5084743 0 1 1 -14.4067794,0 7.2033896,5.5084743 0 1 1 14.4067794,0 z"
+       sodipodi:ry="5.5084743"
+       sodipodi:rx="7.2033896"
+       sodipodi:cy="11.440678"
+       sodipodi:cx="14.406779"
+       id="path3615"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.55969501;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+    <g
+       id="g3773">
+      <path
+         style="fill:none;stroke:#ffffcc;stroke-width:2.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 32.746075,31.419753 c 6.787115,0.726186 11.768429,-0.924235 17.565405,-2.574656 l -1e-6,10.100579 c -5.5142,1.614965 -10.578656,3.012199 -17.370232,2.772707 l -0.195172,-10.29863 z"
+         id="path3706"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         style="fill:none;stroke:#ffffcc;stroke-width:2.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 32.941246,46.755238 c 6.787115,0.726185 11.768429,-0.924235 17.565405,-2.574655 l -10e-7,10.100577 c -5.5142,1.614966 -10.578657,3.012199 -17.370232,2.772708 l -0.195172,-10.29863 z"
+         id="path3706-2"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         style="fill:none;stroke:#ffffcc;stroke-width:2.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 72.560993,35.097122 c -6.787115,-0.726186 -11.768429,0.924235 -17.565405,2.574656 l 1e-6,-10.100579 c 5.5142,-1.614965 10.578657,-3.012199 17.370232,-2.772707 l 0.195172,10.29863 z"
+         id="path3706-8"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         style="fill:none;stroke:#ffffcc;stroke-width:2.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 72.756164,50.545066 c -6.787116,-0.726185 -11.76843,0.924236 -17.565406,2.574657 l 10e-7,-10.100578 c 5.5142,-1.614966 10.578657,-3.012199 17.370233,-2.772707 l 0.195172,10.298628 z"
+         id="path3706-8-5"
+         sodipodi:nodetypes="ccccc" />
+    </g>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3767"
+       d="m 17.512045,25.423729 0.423729,38.135593"
+       style="fill:none;stroke:#ffffcc;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+  </g>
+</svg>
diff --git a/svg/BlackHat.svg b/svg/BlackHat.svg
new file mode 100644 (file)
index 0000000..b00a0af
--- /dev/null
@@ -0,0 +1,112 @@
+<?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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackHat.svg">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </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="23.076122"
+     inkscape:cy="72.984153"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3652"
+       transform="matrix(1.1,0,0,1.1,30.484244,-106.6056)">
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3592"
+         d="m -337.92495,1051.6291 -0.50507,-44.4467 c -0.98602,-13.25383 46.77924,-13.34001 45.45686,-0.5051 l 0,44.9517"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3596"
+         d="m -338.89231,1061.6879 0.50508,-19.6124 c -1.82895,-11.4208 45.85254,-11.3027 44.86621,0 l 1.01015,19.1073 -46.38144,0.5051 z"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.28557611;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         transform="translate(-365.70414,979.91336)"
+         d="m 89.903576,82.069794 c 0,6.834175 -17.525102,12.374368 -39.14341,12.374368 -21.618308,0 -39.14341,-5.540193 -39.14341,-12.374368 0,-6.834175 17.525102,-12.374369 39.14341,-12.374369 21.618308,0 39.14341,5.540194 39.14341,12.374369 z"
+         sodipodi:ry="12.374369"
+         sodipodi:rx="39.14341"
+         sodipodi:cy="82.069794"
+         sodipodi:cx="50.760166"
+         id="path2818"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.90342936,0,0,0.85120259,-360.41906,1055.2591)"
+         d="m 74.246212,9.0862713 c 0,4.1841887 -11.080387,7.5761447 -24.748737,7.5761447 -13.668351,0 -24.748738,-3.391956 -24.748738,-7.5761447 0,-4.1841889 11.080387,-7.5761442 24.748738,-7.5761442 13.66835,0 24.748737,3.3919553 24.748737,7.5761442 z"
+         sodipodi:ry="7.5761442"
+         sodipodi:rx="24.748737"
+         sodipodi:cy="9.0862713"
+         sodipodi:cx="49.497475"
+         id="path3594"
+         style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2.50875998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/BlackLShield.svg b/svg/BlackLShield.svg
new file mode 100644 (file)
index 0000000..630921f
--- /dev/null
@@ -0,0 +1,176 @@
+<?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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackLShield.svg">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lstart"
+       style="overflow:visible">
+      <path
+         id="path3648"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lend"
+       style="overflow:visible;">
+      <path
+         id="path3651"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) rotate(180) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Lend"
+       style="overflow:visible;">
+      <path
+         id="path3633"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         transform="scale(0.8) rotate(180) translate(12.5,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2"
+     inkscape:cx="52.657835"
+     inkscape:cy="51.138761"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3626">
+      <path
+         transform="matrix(-0.82853394,0,0,0.86611144,-274.22532,989.39587)"
+         d="m 74.5,52 a 26.5,43.5 0 1 1 -53,0 26.5,43.5 0 1 1 53,0 z"
+         sodipodi:ry="43.5"
+         sodipodi:rx="26.5"
+         sodipodi:cy="52"
+         sodipodi:cx="48"
+         id="path2843"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-0.90196078,0,0,0.92814371,-266.41652,978.03247)"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         inkscape:flatsided="false"
+         sodipodi:arg2="-0.2283871"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:r2="4.962358"
+         sodipodi:r1="9.9247169"
+         sodipodi:cy="85.5"
+         sodipodi:cx="52.5"
+         sodipodi:sides="5"
+         id="path3621"
+         style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="star" />
+      <path
+         sodipodi:type="star"
+         style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path3623"
+         sodipodi:sides="5"
+         sodipodi:cx="52.5"
+         sodipodi:cy="85.5"
+         sodipodi:r1="9.9247169"
+         sodipodi:r2="4.962358"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:arg2="-0.2283871"
+         inkscape:flatsided="false"
+         inkscape:rounded="0"
+         inkscape:randomized="0"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         transform="matrix(0.90196078,0,0,-0.92814371,-360.74649,1090.1238)" />
+      <path
+         id="path3625"
+         d="m -280.30613,1074.8834 -68.34698,-84.36431"
+         style="fill:none;stroke:#000000;stroke-width:1.60083961;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Lstart);marker-end:url(#Arrow2Lend)" />
+      <path
+         id="path4460"
+         d="m -286.24495,1067.9337 -55.5,-69.00003 56.5,69.50003"
+         style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         sodipodi:nodetypes="cc"
+         transform="translate(-366.71429,981.93367)"
+         id="path3624"
+         d="M 35.75,30 70,73"
+         style="fill:none;stroke:#ffffcc;stroke-width:3.50000000000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/BlackLeft.svg b/svg/BlackLeft.svg
new file mode 100644 (file)
index 0000000..8e3a64a
--- /dev/null
@@ -0,0 +1,173 @@
+<?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: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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackRWheel.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="783"
+     inkscape:window-height="583"
+     id="namedview13"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="50"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective15" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3822"
+     transform="matrix(-1,0,0,1,100,0)">
+    <path
+       d="m 89.830509,52.966103 c 0,21.997782 -17.832726,39.830509 -39.830509,39.830509 -21.997783,0 -39.830509,-17.832727 -39.830509,-39.830509 0,-21.997783 17.832726,-39.83051 39.830509,-39.83051 21.997783,0 39.830509,17.832727 39.830509,39.83051 z"
+       sodipodi:ry="39.830509"
+       sodipodi:rx="39.830509"
+       sodipodi:cy="52.966103"
+       sodipodi:cx="50"
+       id="path2996"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       transform="translate(-0.84745759,-1.6949153)"
+       d="m 79.661016,54.661018 c 0,15.67927 -12.710559,28.38983 -28.389829,28.38983 -15.67927,0 -28.38983,-12.71056 -28.38983,-28.38983 0,-15.67927 12.71056,-28.389829 28.38983,-28.389829 15.67927,0 28.389829,12.710559 28.389829,28.389829 z"
+       sodipodi:ry="28.38983"
+       sodipodi:rx="28.38983"
+       sodipodi:cy="54.661018"
+       sodipodi:cx="51.271187"
+       id="path3000"
+       style="fill:#ffd5d5;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       id="path3002"
+       d="M 46.243953,80.908729 C 32.40633,78.759847 22.288136,66.95775 22.288136,52.966102 c 0,-12.884964 8.725542,-24.167037 21.18644,-27.393938 3.655681,-0.946683 10.349268,-0.933664 13.983051,0.0272 4.997001,1.32133 8.775865,3.49985 12.541576,7.230235 3.741081,3.705987 5.852229,7.071822 7.447577,11.873794 0.820665,2.470178 0.985423,3.85168 0.985423,8.262712 0,5.997318 -0.751987,9.013508 -3.48622,13.983051 -2.216652,4.028834 -7.539123,9.143072 -11.556152,11.104038 -5.405403,2.638716 -11.74413,3.69439 -17.145878,2.855538 l 0,0 z"
+       style="fill:#ffffc0;fill-opacity:1" />
+    <path
+       id="path3776"
+       d="M 45.754776,80.95836 C 21.490926,77.11264 13.355848,46.181383 32.566798,30.814925 37.632197,26.763213 43.219601,24.85892 50.042373,24.85892 c 8.129525,0 13.918542,2.402561 19.753623,8.198159 2.974012,2.953889 3.979004,4.302955 5.413889,7.267422 4.035297,8.336912 4.028187,17.138268 -0.02047,25.353465 -1.417741,2.876754 -2.506686,4.329674 -5.410173,7.218479 -3.950094,3.930119 -7.684875,6.121674 -12.533471,7.354593 -3.216135,0.817809 -8.674162,1.153776 -11.490987,0.707322 l -1.2e-5,0 z"
+       style="fill:#ffffcc;fill-opacity:1" />
+    <path
+       transform="translate(0.84745763,-0.84745763)"
+       d="m 75,53.81356 c 0,14.041138 -11.382591,25.423729 -25.423729,25.423729 -14.041138,0 -25.423729,-11.382591 -25.423729,-25.423729 0,-14.041137 11.382591,-25.423728 25.423729,-25.423728 C 63.617409,28.389832 75,39.772423 75,53.81356 z"
+       sodipodi:ry="25.423729"
+       sodipodi:rx="25.423729"
+       sodipodi:cy="53.81356"
+       sodipodi:cx="49.576271"
+       id="path3782"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       transform="translate(-1.2711864,-1.2711864)"
+       d="m 58.050848,54.237289 c 0,3.744304 -3.035358,6.779662 -6.779661,6.779662 -3.744304,0 -6.779661,-3.035358 -6.779661,-6.779662 0,-3.744303 3.035357,-6.779661 6.779661,-6.779661 3.744303,0 6.779661,3.035358 6.779661,6.779661 z"
+       sodipodi:ry="6.7796612"
+       sodipodi:rx="6.7796612"
+       sodipodi:cy="54.237289"
+       sodipodi:cx="51.271187"
+       id="path3784"
+       style="fill:#ffffcc;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3804"
+       d="M 50.423729,52.542373 C 42.931172,42.654339 42.803294,33.899333 50,26.271186"
+       style="fill:none;stroke:#ffffcc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(-1,0,0,1,98.938737,26.694916)"
+       id="use3808"
+       xlink:href="#path3804"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(0,1,-1,0,102.64734,3.7085987)"
+       id="use3810"
+       xlink:href="#use3808"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(1,0,0,-1,27.118644,105.93221)"
+       id="use3812"
+       xlink:href="#use3810"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-21.96877,50.588293)"
+       id="use3814"
+       xlink:href="#use3812"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(1,0,0,-1,-20.338983,86.37377)"
+       id="use3816"
+       xlink:href="#use3814"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(-1,0,0,1,80.651479,18.220339)"
+       id="use3818"
+       xlink:href="#use3816"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(1,0,0,-1,19.067796,124.50936)"
+       id="use3820"
+       xlink:href="#use3818"
+       y="0"
+       x="0" />
+  </g>
+</svg>
diff --git a/svg/BlackPegasus.svg b/svg/BlackPegasus.svg
new file mode 100644 (file)
index 0000000..1740e67
--- /dev/null
@@ -0,0 +1,142 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackKnight.svg">
+  <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="504"
+     id="namedview3697"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="50"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective3699" />
+    <inkscape:perspective
+       id="perspective3631"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4253"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4253-1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4286"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4286-6"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g4309">
+    <g
+       id="layer1"
+       transform="matrix(-0.8,0,0,0.8,152.11717,-26.252821)">
+      <g
+         style="display:inline"
+         id="g4342"
+         transform="matrix(1.3469552,0,0,1.3439388,-44.362081,70.37686)">
+        <path
+           style="opacity:0.98999999;fill:#ffffcc;fill-opacity:1;stroke:#ffffcc;stroke-width:0.55262244px;stroke-opacity:1"
+           id="path4298"
+           inkscape:connector-curvature="0"
+           d="m 117.59375,-7.4375 c -1.30079,1.9412559 -3.1617,3.8683596 -3.4375,6.28125 -0.71269,0.61140495 -1.73255,0.033211 -2.56825,0.20879963 -0.84476,-0.022977 -1.81964,-0.33376403 -2.01445,-1.23204893 C 108.7962,-3.3806014 107.73122,-4.4820808 106.375,-5 c -0.47032,-0.573274 -1.25306,-0.7390597 -1.9375,-0.96875 -0.56725,1.2034126 0.28172,2.455042 0.072,3.6997736 0.0902,1.6379763 -0.10305,3.3499997 -0.67872,4.8658443 -1.92524,1.7500119 -3.78467,3.7082271 -4.64329,6.2156321 -1.054746,2.32796 -0.766695,5.022024 -1.844496,7.345987 -1.26018,3.964917 -4.333914,6.987395 -6.035323,10.73697 -1.212364,2.312367 -1.847669,5.158078 -0.745181,7.635793 0.516567,1.113146 1.509792,2.021725 2.658078,2.466909 1.526212,0.512976 3.193014,0.250139 4.685672,-0.216909 0.683142,0.03748 0.906835,0.665657 1.1875,1.125 0.757752,0.923474 2.58957,0.71881 3.0625,-0.28125 1.08568,-1.10138 1.7524,-2.410544 2.79217,-3.521923 1.62508,-1.924274 3.31525,-3.817699 5.27033,-5.415577 1.01179,-0.61385 2.21118,-1.304256 3.36208,-1.821664 2.98365,-1.40635 5.80474,-3.17807 8.54417,-4.990836 0.29772,0.113851 -0.0225,0.795021 0.0625,1.125 0.0241,3.217614 -0.75935,6.506936 -2.4295,9.271344 -0.91428,1.473789 -1.92908,2.722948 -3.13041,4.000434 -1.90645,2.084583 -3.5835,4.373058 -5.31039,6.622324 -1.80989,2.544262 -3.47089,5.316642 -4.0672,8.418398 0.0515,0.551026 -0.44634,1.44308 0.28035,1.662139 0.77911,0.296598 1.64514,-0.05573 2.45715,0.08694 13.49374,-0.05798 26.98775,-0.0344 40.48125,0.06342 -0.19928,-8.043633 -0.82306,-16.129846 -2.71613,-23.968918 -0.951,-4.235615 -2.14069,-8.436776 -3.9344,-12.400099 -1.53489,-3.567605 -3.54947,-6.9266578 -5.99655,-9.9503074 -1.80834,-2.176648 -4.30652,-3.6193381 -6.72792,-5.0556756 -2.95331,-1.62225506 -6.28012,-2.73798817 -9.6875,-2.65625 -0.82226,0.0225076 -1.47434,-0.737092 -1.39716,-1.5350133 -0.38036,-1.8547307 -1.14974,-3.6301209 -2.32159,-5.1212367 l -0.06,0.08 -0.0337,0.045 z" />
+        <path
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.55262244px;stroke-opacity:1"
+           id="BlackKnight-0"
+           inkscape:connector-curvature="0"
+           d="m 110.90718,-1.7155471 2.55401,0.0595 c -0.11306,-2.7134211 4.44555,-7.1531665 4.44555,-7.1531665 0,0 2.6311,2.9526263 3.05622,7.1168654 5.9381,-0.2374968 11.03878,2.8990232 13.00056,4.1073952 12.42868,7.655546 17.29364,32.448756 17.26817,51.469126 l -44.90277,-0.141002 c -0.20729,-13.073379 15.56269,-17.974522 15.10098,-30.390825 -3.98486,3.099334 -8.42701,3.94292 -11.94512,6.90514 -2.79351,2.352109 -4.23289,5.107136 -7.01819,8.412488 -1.02679,1.218501 -3.76823,0.678355 -4.65375,-1.092696 -4.427625,1.32829 -8.682129,0.01778 -8.582077,-6.302259 0.08857,-5.594944 5.715124,-10.651222 7.649496,-15.901883 0.833895,-2.263527 0.717276,-5.7619951 2.034753,-8.280479 1.022986,-1.9555369 3.325448,-4.2204556 4.380568,-4.9644989 0.81951,-2.78858391 0.63978,-7.5122594 -0.71693,-9.3212068 1.97854,-0.5652961 6.51958,2.1987846 8.32853,5.4775016 z m 10.31016,2.15728625 0,2.75643355 c 3.82599,-0.00343 8.78656,2.0292307 12.33721,5.2785342 7.09848,6.4960211 10.28111,22.5102581 11.70795,37.0869221 0.40176,3.407421 0.78101,6.189899 3.94795,6.426135 C 149.36102,40.316206 145.57141,16.191978 137.82161,8.1193493 132.89174,2.9841219 127.3968,0.70498929 121.21734,0.44173915 z M 97.972952,35.127872 l 1.32829,0.442761 1.328288,-4.427625 -0.44277,0 z M 94.234058,32.85876 c 2.613538,-0.122981 3.817853,-5.736082 1.162266,-5.663706 -2.933316,0.07995 -3.417431,5.769824 -1.162266,5.663706 z m 28.007832,-11.419621 0.88552,0 c 1.35907,-0.439698 1.84793,-4.310779 1.32829,-4.870393 -0.77174,0.20599 -1.25447,3.099342 -2.21381,4.870393 z m -18.79589,-7.330175 0.88552,-2.213813 c 2.65658,0.442761 3.98486,-0.885522 3.5421,-3.5421016 l 2.21381,-0.442761 0,-0.442761 C 106.10257,6.5819984 102.56047,10.1241 103.446,14.108964 z m 3.38221,-10.8600077 c 0.88552,0 3.9097,-0.1130592 4.79522,-0.5558192 8.4125,-2.65657404 -3.9097,-4.3145658 -4.79522,0.5558192 z" />
+      </g>
+    </g>
+    <path
+       sodipodi:nodetypes="ccccccccccccc"
+       id="path2819"
+       d="M 41.591812,76.98675 C 43.988755,70.626654 46.922572,56.999007 43.964694,47.495225 41.869727,40.228969 38.20436,34.687612 32.778253,29.529124 30.166002,26.618033 24.768874,23.174999 21.252829,22.071496 16.316909,20.34075 14.095685,19.963103 7.3545254,20.037598 c -7.63552799,2.315823 -5.875104,5.258043 0,8.474576 -6.187216,2.59887 -7.19832799,6.553673 1.016952,9.152542 -6.3848,3.765177 -4.896864,7.645983 2.0338876,8.474576 -4.0651596,4.570711 -6.2049436,8.252783 1.355936,7.457628 3.62856,1.349562 5.006272,2.129633 8.474578,5.423729 2.895052,3.498831 5.345164,8.3042 5.42373,12.542372 l 0.338983,14.915255 15.59322,-9.491526 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.75999999000000007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="ccc"
+       id="path3731"
+       d="m 41.949153,41.525424 c 5.120025,14.749762 3.751009,23.112537 -1.694916,36.016949 l -12.711864,7.627118"
+       style="fill:none;stroke:#ffffcc;stroke-width:2.20000000000000018;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path4276"
+       d="M 7.2033898,28.389831 C 15.677983,27.96598 23.149767,28.205863 30.508474,36.864406"
+       style="fill:none;stroke:#ffffcc;stroke-width:2.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path4276-4"
+       d="m 9.11017,37.076272 c 10.593237,0.423606 15.946377,2.358405 22.457626,12.711863"
+       style="fill:none;stroke:#ffffcc;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path4276-49"
+       d="M 11.652542,46.398306 C 21.398322,47.66937 25.904004,53.417728 30.720338,62.5"
+       style="fill:none;stroke:#ffffcc;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+  </g>
+</svg>
diff --git a/svg/BlackRShield.svg b/svg/BlackRShield.svg
new file mode 100644 (file)
index 0000000..eb95edb
--- /dev/null
@@ -0,0 +1,177 @@
+<?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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackLShield.svg">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lstart"
+       style="overflow:visible">
+      <path
+         id="path3648"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lend"
+       style="overflow:visible;">
+      <path
+         id="path3651"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) rotate(180) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Lend"
+       style="overflow:visible;">
+      <path
+         id="path3633"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         transform="scale(0.8) rotate(180) translate(12.5,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2"
+     inkscape:cx="52.657835"
+     inkscape:cy="51.138761"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3626"
+       transform="matrix(-1,0,0,1,-628.95924,0)">
+      <path
+         transform="matrix(-0.82853394,0,0,0.86611144,-274.22532,989.39587)"
+         d="M 74.5,52 C 74.5,76.024387 62.635546,95.5 48,95.5 33.364454,95.5 21.5,76.024387 21.5,52 21.5,27.975613 33.364454,8.5 48,8.5 62.635546,8.5 74.5,27.975613 74.5,52 z"
+         sodipodi:ry="43.5"
+         sodipodi:rx="26.5"
+         sodipodi:cy="52"
+         sodipodi:cx="48"
+         id="path2843"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-0.90196078,0,0,0.92814371,-266.41652,978.03247)"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         inkscape:flatsided="false"
+         sodipodi:arg2="-0.2283871"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:r2="4.962358"
+         sodipodi:r1="9.9247169"
+         sodipodi:cy="85.5"
+         sodipodi:cx="52.5"
+         sodipodi:sides="5"
+         id="path3621"
+         style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="star" />
+      <path
+         sodipodi:type="star"
+         style="fill:#000000;fill-opacity:1;stroke:#ffffcc;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path3623"
+         sodipodi:sides="5"
+         sodipodi:cx="52.5"
+         sodipodi:cy="85.5"
+         sodipodi:r1="9.9247169"
+         sodipodi:r2="4.962358"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:arg2="-0.2283871"
+         inkscape:flatsided="false"
+         inkscape:rounded="0"
+         inkscape:randomized="0"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         transform="matrix(0.90196078,0,0,-0.92814371,-360.74649,1090.1238)" />
+      <path
+         id="path3625"
+         d="m -280.30613,1074.8834 -68.34698,-84.36431"
+         style="fill:none;stroke:#000000;stroke-width:1.60083961;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Lstart);marker-end:url(#Arrow2Lend)" />
+      <path
+         id="path4460"
+         d="m -286.24495,1067.9337 -55.5,-69.00003 56.5,69.50003"
+         style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         sodipodi:nodetypes="cc"
+         transform="translate(-366.71429,981.93367)"
+         id="path3624"
+         d="M 35.75,30 70,73"
+         style="fill:none;stroke:#ffffcc;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/BlackRight.svg b/svg/BlackRight.svg
new file mode 100644 (file)
index 0000000..e33fa9b
--- /dev/null
@@ -0,0 +1,172 @@
+<?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: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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackPromoRook.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="783"
+     inkscape:window-height="583"
+     id="namedview13"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="50"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective15" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3822">
+    <path
+       d="m 89.830509,52.966103 c 0,21.997782 -17.832726,39.830509 -39.830509,39.830509 -21.997783,0 -39.830509,-17.832727 -39.830509,-39.830509 0,-21.997783 17.832726,-39.83051 39.830509,-39.83051 21.997783,0 39.830509,17.832727 39.830509,39.83051 z"
+       sodipodi:ry="39.830509"
+       sodipodi:rx="39.830509"
+       sodipodi:cy="52.966103"
+       sodipodi:cx="50"
+       id="path2996"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       transform="translate(-0.84745759,-1.6949153)"
+       d="m 79.661016,54.661018 c 0,15.67927 -12.710559,28.38983 -28.389829,28.38983 -15.67927,0 -28.38983,-12.71056 -28.38983,-28.38983 0,-15.67927 12.71056,-28.389829 28.38983,-28.389829 15.67927,0 28.389829,12.710559 28.389829,28.389829 z"
+       sodipodi:ry="28.38983"
+       sodipodi:rx="28.38983"
+       sodipodi:cy="54.661018"
+       sodipodi:cx="51.271187"
+       id="path3000"
+       style="fill:#ffd5d5;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       id="path3002"
+       d="M 46.243953,80.908729 C 32.40633,78.759847 22.288136,66.95775 22.288136,52.966102 c 0,-12.884964 8.725542,-24.167037 21.18644,-27.393938 3.655681,-0.946683 10.349268,-0.933664 13.983051,0.0272 4.997001,1.32133 8.775865,3.49985 12.541576,7.230235 3.741081,3.705987 5.852229,7.071822 7.447577,11.873794 0.820665,2.470178 0.985423,3.85168 0.985423,8.262712 0,5.997318 -0.751987,9.013508 -3.48622,13.983051 -2.216652,4.028834 -7.539123,9.143072 -11.556152,11.104038 -5.405403,2.638716 -11.74413,3.69439 -17.145878,2.855538 l 0,0 z"
+       style="fill:#ffffc0;fill-opacity:1" />
+    <path
+       id="path3776"
+       d="M 45.754776,80.95836 C 21.490926,77.11264 13.355848,46.181383 32.566798,30.814925 37.632197,26.763213 43.219601,24.85892 50.042373,24.85892 c 8.129525,0 13.918542,2.402561 19.753623,8.198159 2.974012,2.953889 3.979004,4.302955 5.413889,7.267422 4.035297,8.336912 4.028187,17.138268 -0.02047,25.353465 -1.417741,2.876754 -2.506686,4.329674 -5.410173,7.218479 -3.950094,3.930119 -7.684875,6.121674 -12.533471,7.354593 -3.216135,0.817809 -8.674162,1.153776 -11.490987,0.707322 l -1.2e-5,0 z"
+       style="fill:#ffffcc;fill-opacity:1" />
+    <path
+       transform="translate(0.84745763,-0.84745763)"
+       d="m 75,53.81356 c 0,14.041138 -11.382591,25.423729 -25.423729,25.423729 -14.041138,0 -25.423729,-11.382591 -25.423729,-25.423729 0,-14.041137 11.382591,-25.423728 25.423729,-25.423728 C 63.617409,28.389832 75,39.772423 75,53.81356 z"
+       sodipodi:ry="25.423729"
+       sodipodi:rx="25.423729"
+       sodipodi:cy="53.81356"
+       sodipodi:cx="49.576271"
+       id="path3782"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       transform="translate(-1.2711864,-1.2711864)"
+       d="m 58.050848,54.237289 c 0,3.744304 -3.035358,6.779662 -6.779661,6.779662 -3.744304,0 -6.779661,-3.035358 -6.779661,-6.779662 0,-3.744303 3.035357,-6.779661 6.779661,-6.779661 3.744303,0 6.779661,3.035358 6.779661,6.779661 z"
+       sodipodi:ry="6.7796612"
+       sodipodi:rx="6.7796612"
+       sodipodi:cy="54.237289"
+       sodipodi:cx="51.271187"
+       id="path3784"
+       style="fill:#ffffcc;fill-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3804"
+       d="M 50.423729,52.542373 C 42.931172,42.654339 42.803294,33.899333 50,26.271186"
+       style="fill:none;stroke:#ffffcc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(-1,0,0,1,98.938737,26.694916)"
+       id="use3808"
+       xlink:href="#path3804"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(0,1,-1,0,102.64734,3.7085987)"
+       id="use3810"
+       xlink:href="#use3808"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(1,0,0,-1,27.118644,105.93221)"
+       id="use3812"
+       xlink:href="#use3810"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-21.96877,50.588293)"
+       id="use3814"
+       xlink:href="#use3812"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(1,0,0,-1,-20.338983,86.37377)"
+       id="use3816"
+       xlink:href="#use3814"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(-1,0,0,1,80.651479,18.220339)"
+       id="use3818"
+       xlink:href="#use3816"
+       y="0"
+       x="0" />
+    <use
+       height="100"
+       width="100"
+       transform="matrix(1,0,0,-1,19.067796,124.50936)"
+       id="use3820"
+       xlink:href="#use3818"
+       y="0"
+       x="0" />
+  </g>
+</svg>
diff --git a/svg/WhiteAxe.svg b/svg/WhiteAxe.svg
new file mode 100644 (file)
index 0000000..d0739a4
--- /dev/null
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteAxe.svg">
+  <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="504"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="56.38403"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3624"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3766">
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path3614"
+       d="m 52.171527,28.547284 -0.422564,27.129474 c 13.381193,-0.708012 23.381874,4.740107 32.537428,14.608178 8.519692,-16.91018 9.276668,-37.188251 0,-55.824109 -9.134433,7.92724 -19.603362,13.10841 -32.114864,14.086457 z"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path3614-0"
+       d="m 47.998035,28.123555 0.422564,27.129474 c -13.381193,-0.708012 -23.381874,4.740107 -32.537428,14.608178 -8.519692,-16.91018 -9.276668,-37.188251 0,-55.824109 9.134433,7.92724 19.603362,13.10841 32.114864,14.086457 z"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cccccc"
+       id="path2840"
+       d="m 48.138015,93.958837 -0.571429,-76.90138 2.857143,-9.3213798 2.857142,8.8553108 0,77.367449 -5.142856,0 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.21791804000000004px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
diff --git a/svg/WhiteButterfly.svg b/svg/WhiteButterfly.svg
new file mode 100644 (file)
index 0000000..83b686f
--- /dev/null
@@ -0,0 +1,157 @@
+<?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: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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhitePrButterfly.svg">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8"
+     inkscape:cx="34.72545"
+     inkscape:cy="44.67371"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3645"
+       transform="translate(0,1.7857143)">
+      <path
+         sodipodi:nodetypes="ccccccccccccccccccccccccc"
+         id="path2820"
+         d="m -316.35715,1008.0051 -6.07143,-6.4286 -5.71428,-3.21426 -4.64286,-0.71428 -6.78572,1.07143 -4.64285,2.85711 -3.57143,4.2858 -1.78572,5 -0.35714,6.7857 1.78572,6.0714 3.21428,4.2857 3.92857,4.6429 3.57143,3.9286 -5,6.0714 -2.85714,4.2857 -2.5,5 -0.71429,5.7143 2.14286,6.0714 3.92857,3.9286 5.35714,1.4286 6.42858,-0.7143 5.35714,-3.2143 5.35714,-3.5714 3.57143,-4.6429 0,-48.9286 z"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <use
+         style="stroke:#00000f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+         height="100"
+         width="100"
+         transform="matrix(-1,0,0,1,-632.35714,0)"
+         id="use3594"
+         xlink:href="#path2820"
+         y="0"
+         x="0" />
+      <path
+         transform="matrix(1.7388004,0,0,0.81842011,-407.02318,991.12593)"
+         d="m 54.285714,51.607143 c 0,19.625833 -0.95939,35.535714 -2.142857,35.535714 C 50.959389,87.142857 50,71.232976 50,51.607143 50,31.981311 50.959389,16.07143 52.142857,16.07143 c 1.183467,0 2.142857,15.909881 2.142857,35.535713 z"
+         sodipodi:ry="35.535713"
+         sodipodi:rx="2.1428571"
+         sodipodi:cy="51.607143"
+         sodipodi:cx="52.142857"
+         id="path3596"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#00000f;stroke-width:2.0999999;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3598"
+         d="m -317.70232,1004.6329 c -0.97812,-5.56156 -2.38084,-11.35416 -5.16682,-17.89856"
+         style="fill:none;stroke:#000000;stroke-width:2.13795257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         style="fill:none;stroke:#000000;stroke-width:2.13795257;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m -314.65485,1004.99 c 0.97812,-5.56152 2.38084,-11.35412 5.16682,-17.89852"
+         id="path3600"
+         sodipodi:nodetypes="cc" />
+      <path
+         transform="translate(-244.92858,975.86224)"
+         d="m -49.285713,41.607143 c 0,4.240758 -2.798221,7.678572 -6.25,7.678572 -3.45178,0 -6.25,-3.437814 -6.25,-7.678572 0,-4.240757 2.79822,-7.678571 6.25,-7.678571 3.451779,0 6.25,3.437814 6.25,7.678571 z"
+         sodipodi:ry="7.6785712"
+         sodipodi:rx="6.25"
+         sodipodi:cy="41.607143"
+         sodipodi:cx="-55.535713"
+         id="path3630"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#00000f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#00000f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+         id="path3632"
+         sodipodi:cx="-55.535713"
+         sodipodi:cy="41.607143"
+         sodipodi:rx="6.25"
+         sodipodi:ry="7.6785712"
+         d="m -49.285713,41.607143 c 0,4.240758 -2.798221,7.678572 -6.25,7.678572 -3.45178,0 -6.25,-3.437814 -6.25,-7.678572 0,-4.240757 2.79822,-7.678571 6.25,-7.678571 3.451779,0 6.25,3.437814 6.25,7.678571 z"
+         transform="translate(-278.50001,975.5051)" />
+      <path
+         transform="matrix(0.8660254,-0.5,0.5,0.8660254,-395.84695,1007.2591)"
+         d="m 40.000001,71.071426 c 0,1.972446 -2.478424,3.571429 -5.535714,3.571429 -3.057291,0 -5.535714,-1.598983 -5.535714,-3.571429 0,-1.972445 2.478423,-3.571428 5.535714,-3.571428 3.05729,0 5.535714,1.598983 5.535714,3.571428 z"
+         sodipodi:ry="3.5714285"
+         sodipodi:rx="5.5357141"
+         sodipodi:cy="71.071426"
+         sodipodi:cx="34.464287"
+         id="path3634"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#00000f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#00000f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:none"
+         id="path3636"
+         sodipodi:cx="34.464287"
+         sodipodi:cy="71.071426"
+         sodipodi:rx="5.5357141"
+         sodipodi:ry="3.5714285"
+         d="m 40.000001,71.071426 c 0,1.972446 -2.478424,3.571429 -5.535714,3.571429 -3.057291,0 -5.535714,-1.598983 -5.535714,-3.571429 0,-1.972445 2.478423,-3.571428 5.535714,-3.571428 3.05729,0 5.535714,1.598983 5.535714,3.571428 z"
+         transform="matrix(-0.8660254,-0.5,-0.5,0.8660254,-236.51019,1006.1876)" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/WhiteDuck.svg b/svg/WhiteDuck.svg
new file mode 100644 (file)
index 0000000..f19e88a
--- /dev/null
@@ -0,0 +1,112 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteDuck.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="736"
+     inkscape:window-height="583"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="36.518733"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3624"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2884"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3714">
+    <path
+       sodipodi:nodetypes="cccccccccccccccccc"
+       id="path2890"
+       d="M 94.067797,83.474577 C 84.604585,65.112995 85.394968,49.081921 76.483052,32.627119 73.446329,28.379692 65.536724,20.421132 59.745764,17.372882 53.389832,14.3407 46.398306,15.397508 40.042374,18.008475 34.045286,20.909692 32.400261,26.891786 29.661018,33.050848 21.446493,45.072299 14.814696,46.014649 7.62712,50.847458 4.823917,52.536959 4.941692,53.496216 4.237289,54.661017 4.66472,57.619714 6.086467,58.589781 7.62712,59.322034 l 1.906779,-1.906779 4.872881,0.211864 c -1.879531,1.836158 -3.793952,3.672317 -6.77966,5.508475 l -10e-7,2.542372 c 0.884399,1.515739 10.080498,0.313524 30.508475,-6.77966 2.917376,-0.842524 5.695066,-1.265989 8.050848,-0.423729 3.672316,5.347741 7.344633,8.070064 11.016949,11.228813 2.079697,4.09851 3.805321,7.577391 8.050847,15.466102 1.152692,3.298838 1.318265,2.495304 1.90678,8.050847 11.262673,0.192033 20.163671,-3.158448 26.906779,-9.745762 z"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       transform="matrix(-1,0,0,1,96.398306,-0.63559318)"
+       d="m 40.677967,29.449152 a 0.84745765,1.059322 0 1 1 -1.694915,0 0.84745765,1.059322 0 1 1 1.694915,0 z"
+       sodipodi:ry="1.059322"
+       sodipodi:rx="0.84745765"
+       sodipodi:cy="29.449152"
+       sodipodi:cx="39.830509"
+       id="path2892"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:nodetypes="cccccccccccccc"
+       id="path3666"
+       d="m 29.449153,33.050848 c 3.933055,3.476594 6.949231,-1.298733 10.381356,-2.330509 -0.553916,4.006697 -1.549974,7.350181 -1.059322,12.923729 0.109812,1.887184 1.659758,3.054302 4.025424,3.81356 0.842525,2.449855 1.265989,5.039397 0.423729,8.050847 l -5.084746,2.966102 C 18.618726,66.199274 13.334759,66.138727 8.898306,66.101695 6.792408,64.621831 7.640244,63.8804 7.627119,62.923729 c 2.672496,-1.534212 3.542239,-1.714453 6.991526,-5.508474 l -5.29661,0 -1.90678,1.906779 C 5.879161,58.845569 5.63687,57.03007 4.661018,54.872882 4.615418,54.012911 5.494985,52.690361 6.567797,51.271187 14.49455,46.396278 23.088611,44.190603 29.449153,33.050848 z"
+       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="ccc"
+       id="path3668"
+       d="m 14.618645,57.415255 c 2.471751,0.369524 5.155367,0.949571 8.262711,0.423728 8.510908,-5.215089 17.141878,-5.267041 19.491526,-10.169491"
+       style="fill:none;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3675"
+       d="m 31.355933,41.949153 -1.271186,0"
+       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cccccccc"
+       id="path3677"
+       d="M 41.737289,50.000001 C 37.679772,54.352873 30.618108,56.684829 20.12712,62.923729 l -11.652543,2.966102 -0.635593,-2.542373 7.20339,-5.29661 7.627118,0.211864 c 11.490336,-5.72558 14.908063,-6.054057 19.70339,-9.745762 l -0.635593,1.483051 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
diff --git a/svg/WhiteFlag.svg b/svg/WhiteFlag.svg
new file mode 100644 (file)
index 0000000..bf734b1
--- /dev/null
@@ -0,0 +1,103 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteFlag.svg">
+  <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="504"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="45.018323"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3624"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g2851">
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path3619"
+       d="m 12.711864,21.186441 c 21.074722,13.738473 51.147584,-16.5165456 75,0 l 0,43.644067 C 65.073347,47.717811 33.988516,77.130498 13.559322,63.983051 l -0.847458,-42.79661 z"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cccccc"
+       id="path2840"
+       d="m 10.849879,93.958837 -0.571429,-76.90138 2.857143,-9.3213798 2.857142,8.8553108 0,77.367449 -5.142856,0 z"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.21791804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       transform="matrix(0.84498804,0,0,0.87421513,1.3857655,2.2865217)"
+       d="m 21.610169,11.440678 a 7.2033896,5.5084743 0 1 1 -14.4067794,0 7.2033896,5.5084743 0 1 1 14.4067794,0 z"
+       sodipodi:ry="5.5084743"
+       sodipodi:rx="7.2033896"
+       sodipodi:cy="11.440678"
+       sodipodi:cx="14.406779"
+       id="path3615"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.55969501;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+    <g
+       id="g2847">
+      <path
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 47.924522,29.803428 c 2.352292,2.373978 2.989775,5.60536 3.097095,9.101824 -2.705019,-3.431121 -4.339313,-2.610637 -6.067326,-2.162295 -2.493738,1.049561 -6.3046,4.414643 -5.308911,10.467465 1.321421,5.024014 3.218749,6.109577 6.535483,7.357756 3.794112,1.043053 8.576448,-0.390949 11.287289,-2.193919 2.420062,-1.818195 5.475347,-5.939611 5.688118,-10.683341 -0.43097,-5.309502 -3.127393,-8.272321 -6.825742,-7.482172 -3.382743,0.952451 -3.811636,2.929208 -5.308911,4.673169"
+         id="path3623"
+         sodipodi:nodetypes="ccccccccc" />
+      <path
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.9676736;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 50.60902,32.085634 c 0.72498,-1.936039 0.639786,-3.96007 2.790433,-5.626932 1.987149,-1.672051 5.016574,-2.018442 7.878871,-2.046157 -0.389945,1.97951 -1.155458,3.812714 -3.282863,5.115393 -2.758084,2.005397 -5.051044,2.198889 -7.386441,2.557696 z"
+         id="path3625"
+         sodipodi:nodetypes="ccccc" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/WhiteHat.svg b/svg/WhiteHat.svg
new file mode 100644 (file)
index 0000000..362c03b
--- /dev/null
@@ -0,0 +1,112 @@
+<?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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteHat.svg">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </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="23.076122"
+     inkscape:cy="73.006915"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3600"
+       transform="matrix(1.1,0,0,1.1,29.979168,-106.6056)">
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3592"
+         d="m -337.92495,1051.6291 -0.50507,-44.4467 c -0.98602,-13.25383 46.77924,-13.34001 45.45686,-0.5051 l 0,44.9517"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3596"
+         d="m -338.89231,1061.6879 0.50508,-19.6124 c -1.82895,-11.4208 45.85254,-11.3027 44.86621,0 l 1.01015,19.1073 -46.38144,0.5051 z"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.28557611;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         transform="translate(-365.70414,979.91336)"
+         d="m 89.903576,82.069794 c 0,6.834175 -17.525102,12.374368 -39.14341,12.374368 -21.618308,0 -39.14341,-5.540193 -39.14341,-12.374368 0,-6.834175 17.525102,-12.374369 39.14341,-12.374369 21.618308,0 39.14341,5.540194 39.14341,12.374369 z"
+         sodipodi:ry="12.374369"
+         sodipodi:rx="39.14341"
+         sodipodi:cy="82.069794"
+         sodipodi:cx="50.760166"
+         id="path2818"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.90342936,0,0,0.85120259,-360.41906,1055.2591)"
+         d="m 74.246212,9.0862713 c 0,4.1841887 -11.080387,7.5761447 -24.748737,7.5761447 -13.668351,0 -24.748738,-3.391956 -24.748738,-7.5761447 0,-4.1841889 11.080387,-7.5761442 24.748738,-7.5761442 13.66835,0 24.748737,3.3919553 24.748737,7.5761442 z"
+         sodipodi:ry="7.5761442"
+         sodipodi:rx="24.748737"
+         sodipodi:cy="9.0862713"
+         sodipodi:cx="49.497475"
+         id="path3594"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.50875998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/WhiteLShield.svg b/svg/WhiteLShield.svg
new file mode 100644 (file)
index 0000000..b37f88f
--- /dev/null
@@ -0,0 +1,170 @@
+<?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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteLShield.svg">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lstart"
+       style="overflow:visible">
+      <path
+         id="path3648"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lend"
+       style="overflow:visible;">
+      <path
+         id="path3651"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) rotate(180) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Lend"
+       style="overflow:visible;">
+      <path
+         id="path3633"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         transform="scale(0.8) rotate(180) translate(12.5,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2"
+     inkscape:cx="52.657835"
+     inkscape:cy="23.437927"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3621">
+      <path
+         transform="matrix(-0.82853394,0,0,0.86611144,-274.22532,989.39587)"
+         d="m 74.5,52 a 26.5,43.5 0 1 1 -53,0 26.5,43.5 0 1 1 53,0 z"
+         sodipodi:ry="43.5"
+         sodipodi:rx="26.5"
+         sodipodi:cy="52"
+         sodipodi:cx="48"
+         id="path2843"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-0.90196078,0,0,0.92814371,-266.41652,977.03247)"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         inkscape:flatsided="false"
+         sodipodi:arg2="-0.2283871"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:r2="4.962358"
+         sodipodi:r1="9.9247169"
+         sodipodi:cy="85.5"
+         sodipodi:cx="52.5"
+         sodipodi:sides="5"
+         id="path3621"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="star" />
+      <path
+         sodipodi:type="star"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path3623"
+         sodipodi:sides="5"
+         sodipodi:cx="52.5"
+         sodipodi:cy="85.5"
+         sodipodi:r1="9.9247169"
+         sodipodi:r2="4.962358"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:arg2="-0.2283871"
+         inkscape:flatsided="false"
+         inkscape:rounded="0"
+         inkscape:randomized="0"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         transform="matrix(0.90196078,0,0,-0.92814371,-360.74649,1091.1238)" />
+      <path
+         id="path3625"
+         d="m -280.30613,1074.8834 -68.34698,-84.36431"
+         style="fill:none;stroke:#000000;stroke-width:1.60083961;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Lstart);marker-end:url(#Arrow2Lend)" />
+      <path
+         id="path4460"
+         d="m -286.24495,1067.9337 -55.5,-69.00003 56.5,69.50003"
+         style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/WhiteLeft.svg b/svg/WhiteLeft.svg
new file mode 100644 (file)
index 0000000..4c8e7df
--- /dev/null
@@ -0,0 +1,185 @@
+<?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: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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="BlackLWheel.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="783"
+     inkscape:window-height="583"
+     id="namedview13"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="50"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective15" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3914">
+    <path
+       transform="matrix(-1,0,0,1,100,0)"
+       d="m 89.830509,52.966103 a 39.830509,39.830509 0 1 1 -79.661018,0 39.830509,39.830509 0 1 1 79.661018,0 z"
+       sodipodi:ry="39.830509"
+       sodipodi:rx="39.830509"
+       sodipodi:cy="52.966103"
+       sodipodi:cx="50"
+       id="path2996"
+       style="fill:#ffffcc;fill-opacity:1"
+       sodipodi:type="arc" />
+    <g
+       id="g3900">
+      <path
+         sodipodi:type="arc"
+         style="fill:#000000;fill-opacity:1"
+         id="path3000"
+         sodipodi:cx="51.271187"
+         sodipodi:cy="54.661018"
+         sodipodi:rx="28.38983"
+         sodipodi:ry="28.38983"
+         d="m 79.661016,54.661018 a 28.38983,28.38983 0 1 1 -56.779659,0 28.38983,28.38983 0 1 1 56.779659,0 z"
+         transform="matrix(-1,0,0,1,100.84746,-1.6949153)" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffcc;fill-opacity:0.94117647"
+         id="path3782"
+         sodipodi:cx="49.576271"
+         sodipodi:cy="53.81356"
+         sodipodi:rx="25.423729"
+         sodipodi:ry="25.423729"
+         d="m 75,53.81356 a 25.423729,25.423729 0 1 1 -50.847458,0 25.423729,25.423729 0 1 1 50.847458,0 z"
+         transform="matrix(-1,0,0,1,99.152542,-0.84745763)" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffcc;fill-opacity:1"
+         id="path3784"
+         sodipodi:cx="51.271187"
+         sodipodi:cy="54.237289"
+         sodipodi:rx="6.7796612"
+         sodipodi:ry="6.7796612"
+         d="m 58.050848,54.237289 a 6.7796612,6.7796612 0 1 1 -13.559322,0 6.7796612,6.7796612 0 1 1 13.559322,0 z"
+         transform="matrix(-1,0,0,1,101.27119,-1.2711864)" />
+      <path
+         style="fill:none;stroke:#ffffcc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="M 49.576271,52.542373 C 57.068828,42.654339 57.196706,33.899333 50,26.271186"
+         id="path3804"
+         sodipodi:nodetypes="cc" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#path3804"
+         id="use3808"
+         transform="matrix(-1,0,0,1,101.06126,26.694916)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3808"
+         id="use3810"
+         transform="matrix(0,-1,1,0,-2.64734,103.7086)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3810"
+         id="use3812"
+         transform="matrix(1,0,0,-1,-27.118644,105.93221)"
+         width="100"
+         height="100"
+         style="fill:#000000;stroke:#000000;stroke-opacity:1;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3812"
+         id="use3814"
+         transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,51.258092,-20.122385)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3814"
+         id="use3816"
+         transform="matrix(1,0,0,-1,20.338983,86.37377)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3816"
+         id="use3818"
+         transform="matrix(-1,0,0,1,119.34852,18.220339)"
+         width="100"
+         height="100"
+         style="fill:#000000" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3818"
+         id="use3820"
+         transform="matrix(1,0,0,-1,-19.067796,124.50936)"
+         width="100"
+         height="100"
+         style="fill:#000000" />
+      <path
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.84745765;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 49.408565,77.911284 c -3.818473,-5.243047 -5.436213,-11.906062 -4.095989,-16.870226 0.610481,-2.261211 0.601939,-2.333595 -0.435994,-3.694395 l -1.058675,-1.387995 -2.024779,1.026033 c -3.924025,1.988454 -6.930877,6.434761 -8.340517,12.333329 -0.795232,3.327606 -1.009628,3.693707 -1.951447,3.332301 -0.507941,-0.194916 -0.620638,-0.642928 -0.456495,-1.814742 0.332482,-2.373568 1.792481,-6.664732 3.023356,-8.886113 1.42486,-2.571468 4.940556,-6.018087 7.159242,-7.018575 1.39057,-0.627059 1.783587,-1.052867 1.953441,-2.116422 0.257515,-1.612448 -0.341758,-2.169178 -3.271439,-3.0392 -4.775746,-1.418244 -9.620957,-0.51803 -13.826075,2.56881 -1.96981,1.445974 -2.222994,1.528217 -2.831451,0.919761 -0.608457,-0.608458 -0.542257,-0.774785 0.740332,-1.860097 5.106323,-4.32091 11.643708,-5.4535 17.903771,-3.101794 l 2.446694,0.919144 0.786718,-0.971556 c 0.707741,-0.874022 0.729428,-1.133936 0.216035,-2.589048 C 44.303287,42.70714 41.831326,39.5114 39.2614,37.795269 37.05634,36.322786 34.916511,35.6184 30.974576,35.067422 c -1.150128,-0.160758 -1.443842,-2.016575 -0.319157,-2.016575 2.030763,0 6.005395,1.031942 8.155979,2.117553 3.249265,1.640224 5.630525,4.160916 7.551005,7.993143 l 1.622068,3.236762 2.088273,-0.03332 2.088273,-0.03332 0.940372,-2.297184 c 1.907329,-4.65931 1.057136,-10.44155 -2.211191,-15.038523 -1.302052,-1.831365 -1.399305,-2.143016 -0.842497,-2.699824 0.556808,-0.556809 0.778839,-0.460069 1.923443,0.838049 4.011268,4.549259 5.226395,11.024757 3.200464,17.055504 l -1.10853,3.299847 1.061681,1.144975 c 0.583925,0.629737 1.061682,1.293145 1.061682,1.474241 0,0.647334 4.055991,-1.749568 5.669535,-3.350432 1.998607,-1.982899 4.15416,-6.312987 5.134914,-10.315043 0.476631,-1.944927 0.935546,-2.96869 1.330763,-2.96869 1.021258,0 1.139809,1.199641 0.41058,4.154689 -1.586169,6.427599 -5.062902,11.361854 -9.630231,13.667435 -2.156558,1.088626 -2.412738,1.362363 -2.574895,2.751355 -0.155403,1.331137 -0.03143,1.608781 0.904885,2.026606 0.596726,0.266284 2.896398,0.486174 5.110381,0.488644 4.360623,0.0049 6.503322,-0.703023 11.151284,-3.684079 1.871521,-1.200336 2.097474,-1.252742 2.719479,-0.630738 0.622004,0.622004 0.593241,0.749206 -0.346195,1.530948 -1.760136,1.464675 -6.501966,3.795175 -9.097577,4.471245 -3.29398,0.857973 -6.347293,0.817735 -9.371492,-0.123502 -2.404478,-0.748357 -2.50206,-0.747934 -3.304964,0.01434 -0.81957,0.7781 -0.81755,0.803569 0.215303,2.714376 1.500753,2.776434 3.59055,5.089159 5.733298,6.344893 2.011524,1.178832 5.612796,2.277595 7.491542,2.285705 0.95911,0.0042 1.165254,0.192432 1.165254,1.064351 0,1.283488 -0.552407,1.329318 -4.687209,0.388878 -5.016661,-1.141017 -9.162036,-4.465834 -11.456668,-9.188878 -0.953764,-1.963135 -1.0153,-2.005084 -2.941283,-2.005084 -1.916512,0 -1.97977,0.04216 -2.457938,1.638144 -1.1875,3.963521 -0.119209,9.144987 2.926693,14.195161 1.562167,2.59011 1.683485,2.976127 1.114236,3.545377 -0.569248,0.56925 -0.785654,0.437161 -1.987571,-1.213161 l 0,0 z"
+         id="path3894" />
+    </g>
+    <path
+       transform="matrix(1.0498008,0,0,1.0498008,-6.7053818,-2.8707203)"
+       d="m 91.101696,53.389832 a 37.288136,37.288136 0 1 1 -74.576271,0 37.288136,37.288136 0 1 1 74.576271,0 z"
+       sodipodi:ry="37.288136"
+       sodipodi:rx="37.288136"
+       sodipodi:cy="53.389832"
+       sodipodi:cx="53.81356"
+       id="path3898"
+       style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:2.0003795;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+  </g>
+</svg>
diff --git a/svg/WhitePegasus.svg b/svg/WhitePegasus.svg
new file mode 100644 (file)
index 0000000..b0175ef
--- /dev/null
@@ -0,0 +1,112 @@
+<?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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhitePegasus.svg">
+  <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="504"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="51.30464"
+     inkscape:cy="40.036647"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective13" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3608">
+    <g
+       id="layer1"
+       transform="matrix(-0.8,0,0,0.8,155.55044,-25.041921)">
+      <g
+         style="display:inline"
+         id="g4602"
+         transform="matrix(1.3645649,0,0,1.3439387,-220.19479,70.376866)">
+        <path
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.54904515px;stroke-opacity:1"
+           id="path4350"
+           inkscape:connector-curvature="0"
+           d="m 238.21185,-1.7155471 2.55401,0.0595 c -0.11306,-2.7134211 4.44555,-7.1531665 4.44555,-7.1531665 0,0 2.6311,2.9526263 3.05622,7.1168654 5.9381,-0.2374968 11.03878,2.8990232 13.00056,4.1073952 12.42868,7.655546 17.29364,32.448756 17.26817,51.469126 l -44.90277,-0.141002 c -0.20729,-13.073379 15.56269,-17.974522 15.10098,-30.390825 -3.98486,3.099334 -8.42701,3.94292 -11.94512,6.90514 -2.79351,2.352109 -4.23289,5.107136 -7.01819,8.412488 -1.02679,1.218501 -3.76823,0.678355 -4.65375,-1.092696 -4.42762,1.32829 -8.68213,0.01778 -8.58207,-6.302259 0.0886,-5.594944 5.71512,-10.651222 7.64949,-15.901883 0.8339,-2.263527 0.71728,-5.7619951 2.03476,-8.280479 1.02298,-1.9555369 3.32544,-4.2204556 4.38056,-4.9644989 0.81951,-2.78858391 0.63978,-7.5122594 -0.71693,-9.3212068 1.97854,-0.5652961 6.51958,2.1987846 8.32853,5.4775016 z" />
+        <path
+           style="opacity:0.98999999;fill:#ffffcc;fill-opacity:1;stroke:#fdfdca;stroke-width:0.54904515px;stroke-opacity:1"
+           id="path4352"
+           inkscape:connector-curvature="0"
+           d="m 242.81689,-0.58069936 c -0.072,0.79486254 -0.32711,1.42135025 -0.73002,2.28035536 -2.11721,4.5138671 -1.19455,-0.1716813 -1.14905,-1.19710158 -1.50976,0.47874748 -4.00517,2.26532638 -5.07373,3.22990388 0.2262,-0.822523 1.59457,-2.91401608 1.19879,-4.37258378 -0.53461,-1.97018662 -2.39735,-3.30685752 -4.38274,-4.27768712 0.61573,2.305974 0.97448,5.12831401 -0.52388,8.1053126 -0.963,1.1263746 -1.94758,1.992982 -2.75,3.125 -0.68313,0.9637262 -1.34296,1.9556425 -1.73503,3.090079 -0.83217,1.95126 -0.86757,4.102469 -1.47299,6.117007 -1.0152,3.389738 -2.8013,6.466007 -4.8023,9.361167 -1.33288,2.142142 -2.90703,4.397401 -2.85563,7.031336 0.074,1.299767 0.66114,2.59601 1.56989,3.430555 1.07494,0.869977 2.59231,0.82959 3.80468,0.430633 1.76617,-0.581196 3.02202,-3.3374 4.47311,-5.629934 0.0475,0.474451 -0.10089,1.848603 -0.28033,3.228551 -0.22412,1.723516 -0.4967,3.456074 -0.4967,3.456074 3.78439,-2.467212 6.29028,-7.057025 10.07655,-9.827968 2.63561,-1.928841 6.46629,-2.181126 8.64217,-4.616774 2.70726,-3.030455 3.36645,-3.372936 4.50035,-11.329732 1.23577,7.754431 0.26208,17.297222 -3.06808,22.364697 -0.94356,1.435812 -2.64098,3.136326 -3.94944,4.706809 -2.35937,2.831831 -5.02065,5.234162 -6.63424,8.423218 -0.82438,1.629293 -1.38054,3.845243 -1.45951,5.27993 13.88505,0.05216 27.62654,-0.03393 39.71316,0 0.13389,-5.249005 -0.48174,-10.005913 -1.26011,-14.943931 -0.75657,-4.799697 -1.81449,-9.572366 -3.30276,-14.197788 -1.25479,-3.899783 -2.30537,-8.037609 -4.71838,-11.348224 -3.01163,-4.1319023 -7.09257,-7.6856654 -11.68081,-9.9418973 -1.89015,-0.92946742 -3.84424,-1.22768185 -5.87614,-1.42411251 -0.67664,2.63979221 -1.13781,0.36144826 -1.51273,-0.14218972 -1.03671,-1.94459497 -1.88857,-2.71395277 -2.04236,-4.94441567 -1.31768,1.7707756 -2.11286,3.3322909 -2.22174,4.53371084 z" />
+        <path
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1"
+           id="path4348"
+           inkscape:connector-curvature="0"
+           d="m 221.53873,32.85876 c 2.61354,-0.122981 3.81785,-5.736082 1.16227,-5.663706 -2.93332,0.07995 -3.41743,5.769824 -1.16227,5.663706 z" />
+        <path
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1"
+           id="path4340"
+           inkscape:connector-curvature="0"
+           d="m 230.75067,14.108964 0.88552,-2.213813 c 2.65658,0.442761 3.98486,-0.885522 3.5421,-3.5421016 l 2.21381,-0.442761 0,-0.442761 c -3.98486,-0.885529 -7.52696,2.6565726 -6.64143,6.6414366 z" />
+      </g>
+    </g>
+    <path
+       sodipodi:nodetypes="ccccccccccccc"
+       id="path2819"
+       d="M 44.534967,78.846533 C 46.93191,72.486437 49.865727,58.85879 46.907849,49.355008 44.812882,42.088752 41.147515,36.547395 35.721408,31.388907 33.109157,28.477816 27.712029,25.034782 24.195984,23.931279 19.260064,22.200533 17.03884,21.822886 10.29768,21.897381 c -7.635528,2.315823 -5.875104,5.258043 0,8.474576 -6.187216,2.59887 -7.198328,6.553673 1.016952,9.152542 -6.3848,3.765177 -4.896864,7.645983 2.033888,8.474576 -4.06516,4.570711 -6.204944,8.252783 1.355936,7.457628 3.62856,1.349562 5.006272,2.129633 8.474578,5.423729 2.895052,3.498831 5.345164,8.3042 5.42373,12.542372 l 0.338983,14.915255 15.59322,-9.491526 z"
+       style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:1.75999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path2830"
+       d="m 13.559322,48.305085 c 8.361599,-0.900435 16.346724,4.154766 20.338983,14.40678"
+       style="fill:none;stroke:#000000;stroke-width:2.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path2832"
+       d="M 11.440678,39.40678 C 20.821441,39.159238 28.6278,41.815603 34.322034,50"
+       style="fill:none;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path2834"
+       d="m 10.169491,30.508475 c 7.92937,-0.624989 16.380331,1.911593 22.033899,8.050847"
+       style="fill:none;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+  </g>
+</svg>
diff --git a/svg/WhiteRShield.svg b/svg/WhiteRShield.svg
new file mode 100644 (file)
index 0000000..1dbf7d0
--- /dev/null
@@ -0,0 +1,171 @@
+<?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="100"
+   height="100"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteLShield.svg">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lstart"
+       style="overflow:visible">
+      <path
+         id="path3648"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lend"
+       style="overflow:visible;">
+      <path
+         id="path3651"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) rotate(180) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Lend"
+       style="overflow:visible;">
+      <path
+         id="path3633"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         transform="scale(0.8) rotate(180) translate(12.5,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2824"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2838"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2"
+     inkscape:cx="52.657835"
+     inkscape:cy="23.437927"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="792"
+     inkscape:window-height="583"
+     inkscape:window-x="62"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(366.71429,-981.93367)">
+    <g
+       id="g3621"
+       transform="matrix(-1,0,0,1,-628.95924,0)">
+      <path
+         transform="matrix(-0.82853394,0,0,0.86611144,-274.22532,989.39587)"
+         d="M 74.5,52 C 74.5,76.024387 62.635546,95.5 48,95.5 33.364454,95.5 21.5,76.024387 21.5,52 21.5,27.975613 33.364454,8.5 48,8.5 62.635546,8.5 74.5,27.975613 74.5,52 z"
+         sodipodi:ry="43.5"
+         sodipodi:rx="26.5"
+         sodipodi:cy="52"
+         sodipodi:cx="48"
+         id="path2843"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-0.90196078,0,0,0.92814371,-266.41652,977.03247)"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         inkscape:flatsided="false"
+         sodipodi:arg2="-0.2283871"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:r2="4.962358"
+         sodipodi:r1="9.9247169"
+         sodipodi:cy="85.5"
+         sodipodi:cx="52.5"
+         sodipodi:sides="5"
+         id="path3621"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="star" />
+      <path
+         sodipodi:type="star"
+         style="fill:#ffffcc;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path3623"
+         sodipodi:sides="5"
+         sodipodi:cx="52.5"
+         sodipodi:cy="85.5"
+         sodipodi:r1="9.9247169"
+         sodipodi:r2="4.962358"
+         sodipodi:arg1="-0.85670563"
+         sodipodi:arg2="-0.2283871"
+         inkscape:flatsided="false"
+         inkscape:rounded="0"
+         inkscape:randomized="0"
+         d="m 59,78 -1.6665,6.376488 4.308035,4.987752 -6.579378,0.385507 -3.412378,5.638485 L 49.25,89.25 42.833,87.747023 47.929233,83.56788 47.375686,77.000505 52.92511,80.555885 59,78 z"
+         transform="matrix(0.90196078,0,0,-0.92814371,-360.74649,1091.1238)" />
+      <path
+         id="path3625"
+         d="m -280.30613,1074.8834 -68.34698,-84.36431"
+         style="fill:none;stroke:#000000;stroke-width:1.60083961;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Lstart);marker-end:url(#Arrow2Lend)" />
+      <path
+         id="path4460"
+         d="m -286.24495,1067.9337 -55.5,-69.00003 56.5,69.50003"
+         style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    </g>
+  </g>
+</svg>
diff --git a/svg/WhiteRight.svg b/svg/WhiteRight.svg
new file mode 100644 (file)
index 0000000..a0e9e25
--- /dev/null
@@ -0,0 +1,186 @@
+<?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: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"
+   version="1.0"
+   width="100"
+   height="100"
+   id="svg2833"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="WhiteLWheel.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="783"
+     inkscape:window-height="583"
+     id="namedview13"
+     showgrid="false"
+     inkscape:zoom="2.36"
+     inkscape:cx="50"
+     inkscape:cy="50"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2833" />
+  <defs
+     id="defs2835">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 50 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="100 : 50 : 1"
+       inkscape:persp3d-origin="50 : 33.333333 : 1"
+       id="perspective15" />
+  </defs>
+  <metadata
+     id="metadata2838">
+    <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="g3914"
+     transform="matrix(-1,0,0,1,99.576274,0)">
+    <path
+       transform="matrix(-1,0,0,1,100,0)"
+       d="m 89.830509,52.966103 c 0,21.997782 -17.832726,39.830509 -39.830509,39.830509 -21.997783,0 -39.830509,-17.832727 -39.830509,-39.830509 0,-21.997783 17.832726,-39.83051 39.830509,-39.83051 21.997783,0 39.830509,17.832727 39.830509,39.83051 z"
+       sodipodi:ry="39.830509"
+       sodipodi:rx="39.830509"
+       sodipodi:cy="52.966103"
+       sodipodi:cx="50"
+       id="path2996"
+       style="fill:#ffffcc;fill-opacity:1"
+       sodipodi:type="arc" />
+    <g
+       id="g3900">
+      <path
+         sodipodi:type="arc"
+         style="fill:#000000;fill-opacity:1"
+         id="path3000"
+         sodipodi:cx="51.271187"
+         sodipodi:cy="54.661018"
+         sodipodi:rx="28.38983"
+         sodipodi:ry="28.38983"
+         d="m 79.661016,54.661018 c 0,15.67927 -12.710559,28.38983 -28.389829,28.38983 -15.67927,0 -28.38983,-12.71056 -28.38983,-28.38983 0,-15.67927 12.71056,-28.389829 28.38983,-28.389829 15.67927,0 28.389829,12.710559 28.389829,28.389829 z"
+         transform="matrix(-1,0,0,1,100.84746,-1.6949153)" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffcc;fill-opacity:0.94117647"
+         id="path3782"
+         sodipodi:cx="49.576271"
+         sodipodi:cy="53.81356"
+         sodipodi:rx="25.423729"
+         sodipodi:ry="25.423729"
+         d="m 75,53.81356 c 0,14.041138 -11.382591,25.423729 -25.423729,25.423729 -14.041138,0 -25.423729,-11.382591 -25.423729,-25.423729 0,-14.041137 11.382591,-25.423728 25.423729,-25.423728 C 63.617409,28.389832 75,39.772423 75,53.81356 z"
+         transform="matrix(-1,0,0,1,99.152542,-0.84745763)" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffcc;fill-opacity:1"
+         id="path3784"
+         sodipodi:cx="51.271187"
+         sodipodi:cy="54.237289"
+         sodipodi:rx="6.7796612"
+         sodipodi:ry="6.7796612"
+         d="m 58.050848,54.237289 c 0,3.744304 -3.035358,6.779662 -6.779661,6.779662 -3.744304,0 -6.779661,-3.035358 -6.779661,-6.779662 0,-3.744303 3.035357,-6.779661 6.779661,-6.779661 3.744303,0 6.779661,3.035358 6.779661,6.779661 z"
+         transform="matrix(-1,0,0,1,101.27119,-1.2711864)" />
+      <path
+         style="fill:none;stroke:#ffffcc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="M 49.576271,52.542373 C 57.068828,42.654339 57.196706,33.899333 50,26.271186"
+         id="path3804"
+         sodipodi:nodetypes="cc" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#path3804"
+         id="use3808"
+         transform="matrix(-1,0,0,1,101.06126,26.694916)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3808"
+         id="use3810"
+         transform="matrix(0,-1,1,0,-2.64734,103.7086)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3810"
+         id="use3812"
+         transform="matrix(1,0,0,-1,-27.118644,105.93221)"
+         width="100"
+         height="100"
+         style="fill:#000000;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3812"
+         id="use3814"
+         transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,51.258092,-20.122385)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3814"
+         id="use3816"
+         transform="matrix(1,0,0,-1,20.338983,86.37377)"
+         width="100"
+         height="100" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3816"
+         id="use3818"
+         transform="matrix(-1,0,0,1,119.34852,18.220339)"
+         width="100"
+         height="100"
+         style="fill:#000000" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use3818"
+         id="use3820"
+         transform="matrix(1,0,0,-1,-19.067796,124.50936)"
+         width="100"
+         height="100"
+         style="fill:#000000" />
+      <path
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.84745765;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 49.408565,77.911284 c -3.818473,-5.243047 -5.436213,-11.906062 -4.095989,-16.870226 0.610481,-2.261211 0.601939,-2.333595 -0.435994,-3.694395 l -1.058675,-1.387995 -2.024779,1.026033 c -3.924025,1.988454 -6.930877,6.434761 -8.340517,12.333329 -0.795232,3.327606 -1.009628,3.693707 -1.951447,3.332301 -0.507941,-0.194916 -0.620638,-0.642928 -0.456495,-1.814742 0.332482,-2.373568 1.792481,-6.664732 3.023356,-8.886113 1.42486,-2.571468 4.940556,-6.018087 7.159242,-7.018575 1.39057,-0.627059 1.783587,-1.052867 1.953441,-2.116422 0.257515,-1.612448 -0.341758,-2.169178 -3.271439,-3.0392 -4.775746,-1.418244 -9.620957,-0.51803 -13.826075,2.56881 -1.96981,1.445974 -2.222994,1.528217 -2.831451,0.919761 -0.608457,-0.608458 -0.542257,-0.774785 0.740332,-1.860097 5.106323,-4.32091 11.643708,-5.4535 17.903771,-3.101794 l 2.446694,0.919144 0.786718,-0.971556 c 0.707741,-0.874022 0.729428,-1.133936 0.216035,-2.589048 C 44.303287,42.70714 41.831326,39.5114 39.2614,37.795269 37.05634,36.322786 34.916511,35.6184 30.974576,35.067422 c -1.150128,-0.160758 -1.443842,-2.016575 -0.319157,-2.016575 2.030763,0 6.005395,1.031942 8.155979,2.117553 3.249265,1.640224 5.630525,4.160916 7.551005,7.993143 l 1.622068,3.236762 2.088273,-0.03332 2.088273,-0.03332 0.940372,-2.297184 c 1.907329,-4.65931 1.057136,-10.44155 -2.211191,-15.038523 -1.302052,-1.831365 -1.399305,-2.143016 -0.842497,-2.699824 0.556808,-0.556809 0.778839,-0.460069 1.923443,0.838049 4.011268,4.549259 5.226395,11.024757 3.200464,17.055504 l -1.10853,3.299847 1.061681,1.144975 c 0.583925,0.629737 1.061682,1.293145 1.061682,1.474241 0,0.647334 4.055991,-1.749568 5.669535,-3.350432 1.998607,-1.982899 4.15416,-6.312987 5.134914,-10.315043 0.476631,-1.944927 0.935546,-2.96869 1.330763,-2.96869 1.021258,0 1.139809,1.199641 0.41058,4.154689 -1.586169,6.427599 -5.062902,11.361854 -9.630231,13.667435 -2.156558,1.088626 -2.412738,1.362363 -2.574895,2.751355 -0.155403,1.331137 -0.03143,1.608781 0.904885,2.026606 0.596726,0.266284 2.896398,0.486174 5.110381,0.488644 4.360623,0.0049 6.503322,-0.703023 11.151284,-3.684079 1.871521,-1.200336 2.097474,-1.252742 2.719479,-0.630738 0.622004,0.622004 0.593241,0.749206 -0.346195,1.530948 -1.760136,1.464675 -6.501966,3.795175 -9.097577,4.471245 -3.29398,0.857973 -6.347293,0.817735 -9.371492,-0.123502 -2.404478,-0.748357 -2.50206,-0.747934 -3.304964,0.01434 -0.81957,0.7781 -0.81755,0.803569 0.215303,2.714376 1.500753,2.776434 3.59055,5.089159 5.733298,6.344893 2.011524,1.178832 5.612796,2.277595 7.491542,2.285705 0.95911,0.0042 1.165254,0.192432 1.165254,1.064351 0,1.283488 -0.552407,1.329318 -4.687209,0.388878 -5.016661,-1.141017 -9.162036,-4.465834 -11.456668,-9.188878 -0.953764,-1.963135 -1.0153,-2.005084 -2.941283,-2.005084 -1.916512,0 -1.97977,0.04216 -2.457938,1.638144 -1.1875,3.963521 -0.119209,9.144987 2.926693,14.195161 1.562167,2.59011 1.683485,2.976127 1.114236,3.545377 -0.569248,0.56925 -0.785654,0.437161 -1.987571,-1.213161 l 0,0 z"
+         id="path3894" />
+    </g>
+    <path
+       transform="matrix(1.0498008,0,0,1.0498008,-6.7053818,-2.8707203)"
+       d="m 91.101696,53.389832 c 0,20.593668 -16.694467,37.288135 -37.288136,37.288135 -20.593668,0 -37.288135,-16.694467 -37.288135,-37.288135 0,-20.593669 16.694467,-37.288136 37.288135,-37.288136 20.593669,0 37.288136,16.694467 37.288136,37.288136 z"
+       sodipodi:ry="37.288136"
+       sodipodi:rx="37.288136"
+       sodipodi:cy="53.389832"
+       sodipodi:cx="53.81356"
+       id="path3898"
+       style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:2.00037956;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       sodipodi:type="arc" />
+  </g>
+</svg>