update traditional theme to consistent 80pt square view boxes
This commit is contained in:
parent
106e43e8ad
commit
ab704b9c7b
|
|
@ -318,39 +318,31 @@ button:disabled .silhouette {
|
||||||
|
|
||||||
.cb-lt-piece, .cb-dk-piece {
|
.cb-lt-piece, .cb-dk-piece {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 17.5%;
|
top: 0;
|
||||||
width: 55%;
|
|
||||||
height: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cb_board .cb-lt-piece {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
|
bottom: auto;
|
||||||
right: auto;
|
right: auto;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cb_board .cb-dk-piece {
|
#cb_phantom .cb-lt-piece,
|
||||||
left: auto;
|
#cb_phantom .cb-dk-piece {
|
||||||
right: 0;
|
top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cb_board.cb-reversed .cb-lt-piece {
|
#cb_board #cb_phantom .cb-lt-piece,
|
||||||
left: auto;
|
#cb_board.cb-reversed #cb_phantom .cb-dk-piece {
|
||||||
right: 0
|
left: 15%;
|
||||||
}
|
|
||||||
|
|
||||||
#cb_board.cb-reversed .cb-dk-piece {
|
|
||||||
left: 0;
|
|
||||||
right: auto;
|
right: auto;
|
||||||
|
clip-path: inset(0 15% 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#cb_board #cb_phantom .cb-dk-piece {
|
#cb_board #cb_phantom .cb-dk-piece,
|
||||||
top: 22.5%;
|
#cb_board.cb-reversed #cb_phantom .cb-lt-piece {
|
||||||
left: 22.5%;
|
left: auto;
|
||||||
}
|
right: 15%;
|
||||||
|
clip-path: inset(0 0 0 15%);
|
||||||
#cb_board #cb_phantom .cb-lt-piece {
|
|
||||||
top: 22.5%;
|
|
||||||
left: 22.5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noselect {
|
.noselect {
|
||||||
|
|
@ -652,17 +644,17 @@ button:disabled .silhouette {
|
||||||
.cb-lt-piece.cb-rook { content: url(../svg/traditional-theme.svg#light_rook_left); }
|
.cb-lt-piece.cb-rook { content: url(../svg/traditional-theme.svg#light_rook_left); }
|
||||||
.cb-lt-piece.cb-pawn { content: url(../svg/traditional-theme.svg#light_pawn_left); }
|
.cb-lt-piece.cb-pawn { content: url(../svg/traditional-theme.svg#light_pawn_left); }
|
||||||
|
|
||||||
#cb_board.cb-reversed .cb-dk-piece.cb-king { content: url(../svg/traditional-theme.svg#dark_king_left); }
|
.cb-reversed .cb-dk-piece.cb-king { content: url(../svg/traditional-theme.svg#dark_king_left); }
|
||||||
#cb_board.cb-reversed .cb-dk-piece.cb-queen { content: url(../svg/traditional-theme.svg#dark_queen_left); }
|
.cb-reversed .cb-dk-piece.cb-queen { content: url(../svg/traditional-theme.svg#dark_queen_left); }
|
||||||
#cb_board.cb-reversed .cb-dk-piece.cb-bishop { content: url(../svg/traditional-theme.svg#dark_bishop_left); }
|
.cb-reversed .cb-dk-piece.cb-bishop { content: url(../svg/traditional-theme.svg#dark_bishop_left); }
|
||||||
#cb_board.cb-reversed .cb-dk-piece.cb-knight { content: url(../svg/traditional-theme.svg#dark_knight_left); }
|
.cb-reversed .cb-dk-piece.cb-knight { content: url(../svg/traditional-theme.svg#dark_knight_left); }
|
||||||
#cb_board.cb-reversed .cb-dk-piece.cb-rook { content: url(../svg/traditional-theme.svg#dark_rook_left); }
|
.cb-reversed .cb-dk-piece.cb-rook { content: url(../svg/traditional-theme.svg#dark_rook_left); }
|
||||||
#cb_board.cb-reversed .cb-dk-piece.cb-pawn { content: url(../svg/traditional-theme.svg#dark_pawn_left); }
|
.cb-reversed .cb-dk-piece.cb-pawn { content: url(../svg/traditional-theme.svg#dark_pawn_left); }
|
||||||
#cb_board.cb-reversed .cb-lt-piece.cb-king { content: url(../svg/traditional-theme.svg#light_king_right); }
|
.cb-reversed .cb-lt-piece.cb-king { content: url(../svg/traditional-theme.svg#light_king_right); }
|
||||||
#cb_board.cb-reversed .cb-lt-piece.cb-queen { content: url(../svg/traditional-theme.svg#light_queen_right); }
|
.cb-reversed .cb-lt-piece.cb-queen { content: url(../svg/traditional-theme.svg#light_queen_right); }
|
||||||
#cb_board.cb-reversed .cb-lt-piece.cb-bishop { content: url(../svg/traditional-theme.svg#light_bishop_right); }
|
.cb-reversed .cb-lt-piece.cb-bishop { content: url(../svg/traditional-theme.svg#light_bishop_right); }
|
||||||
#cb_board.cb-reversed .cb-lt-piece.cb-knight { content: url(../svg/traditional-theme.svg#light_knight_right); }
|
.cb-reversed .cb-lt-piece.cb-knight { content: url(../svg/traditional-theme.svg#light_knight_right); }
|
||||||
#cb_board.cb-reversed .cb-lt-piece.cb-rook { content: url(../svg/traditional-theme.svg#light_rook_right); }
|
.cb-reversed .cb-lt-piece.cb-rook { content: url(../svg/traditional-theme.svg#light_rook_right); }
|
||||||
#cb_board.cb-reversed .cb-lt-piece.cb-pawn { content: url(../svg/traditional-theme.svg#light_pawn_right); }
|
.cb-reversed .cb-lt-piece.cb-pawn { content: url(../svg/traditional-theme.svg#light_pawn_right); }
|
||||||
|
|
||||||
/* vim: set expandtab sw=3 ts=8: */
|
/* vim: set expandtab sw=3 ts=8: */
|
||||||
|
|
|
||||||
|
|
@ -11,45 +11,15 @@
|
||||||
.cb-theme-pacosako .cb-lt-piece.cb-rook { content: url(../../svg/pacosako-theme.svg#light_rook_left); }
|
.cb-theme-pacosako .cb-lt-piece.cb-rook { content: url(../../svg/pacosako-theme.svg#light_rook_left); }
|
||||||
.cb-theme-pacosako .cb-lt-piece.cb-pawn { content: url(../../svg/pacosako-theme.svg#light_pawn_left); }
|
.cb-theme-pacosako .cb-lt-piece.cb-pawn { content: url(../../svg/pacosako-theme.svg#light_pawn_left); }
|
||||||
|
|
||||||
#cb_board.cb-theme-pacosako .cb-dk-piece.cb-king { content: url(../../svg/pacosako-theme.svg#dark_king_left); }
|
.cb-theme-pacosako.cb-reversed .cb-dk-piece.cb-king { content: url(../../svg/pacosako-theme.svg#dark_king_left); }
|
||||||
#cb_board.cb-theme-pacosako .cb-dk-piece.cb-queen { content: url(../../svg/pacosako-theme.svg#dark_queen_left); }
|
.cb-theme-pacosako.cb-reversed .cb-dk-piece.cb-queen { content: url(../../svg/pacosako-theme.svg#dark_queen_left); }
|
||||||
#cb_board.cb-theme-pacosako .cb-dk-piece.cb-bishop { content: url(../../svg/pacosako-theme.svg#dark_bishop_left); }
|
.cb-theme-pacosako.cb-reversed .cb-dk-piece.cb-bishop { content: url(../../svg/pacosako-theme.svg#dark_bishop_left); }
|
||||||
#cb_board.cb-theme-pacosako .cb-dk-piece.cb-knight { content: url(../../svg/pacosako-theme.svg#dark_knight_left); }
|
.cb-theme-pacosako.cb-reversed .cb-dk-piece.cb-knight { content: url(../../svg/pacosako-theme.svg#dark_knight_left); }
|
||||||
#cb_board.cb-theme-pacosako .cb-dk-piece.cb-rook { content: url(../../svg/pacosako-theme.svg#dark_rook_left); }
|
.cb-theme-pacosako.cb-reversed .cb-dk-piece.cb-rook { content: url(../../svg/pacosako-theme.svg#dark_rook_left); }
|
||||||
#cb_board.cb-theme-pacosako .cb-dk-piece.cb-pawn { content: url(../../svg/pacosako-theme.svg#dark_pawn_left); }
|
.cb-theme-pacosako.cb-reversed .cb-dk-piece.cb-pawn { content: url(../../svg/pacosako-theme.svg#dark_pawn_left); }
|
||||||
#cb_board.cb-theme-pacosako .cb-lt-piece.cb-king { content: url(../../svg/pacosako-theme.svg#light_king_right); }
|
.cb-theme-pacosako.cb-reversed .cb-lt-piece.cb-king { content: url(../../svg/pacosako-theme.svg#light_king_right); }
|
||||||
#cb_board.cb-theme-pacosako .cb-lt-piece.cb-queen { content: url(../../svg/pacosako-theme.svg#light_queen_right); }
|
.cb-theme-pacosako.cb-reversed .cb-lt-piece.cb-queen { content: url(../../svg/pacosako-theme.svg#light_queen_right); }
|
||||||
#cb_board.cb-theme-pacosako .cb-lt-piece.cb-bishop { content: url(../../svg/pacosako-theme.svg#light_bishop_right); }
|
.cb-theme-pacosako.cb-reversed .cb-lt-piece.cb-bishop { content: url(../../svg/pacosako-theme.svg#light_bishop_right); }
|
||||||
#cb_board.cb-theme-pacosako .cb-lt-piece.cb-knight { content: url(../../svg/pacosako-theme.svg#light_knight_right); }
|
.cb-theme-pacosako.cb-reversed .cb-lt-piece.cb-knight { content: url(../../svg/pacosako-theme.svg#light_knight_right); }
|
||||||
#cb_board.cb-theme-pacosako .cb-lt-piece.cb-rook { content: url(../../svg/pacosako-theme.svg#light_rook_right); }
|
.cb-theme-pacosako.cb-reversed .cb-lt-piece.cb-rook { content: url(../../svg/pacosako-theme.svg#light_rook_right); }
|
||||||
#cb_board.cb-theme-pacosako .cb-lt-piece.cb-pawn { content: url(../../svg/pacosako-theme.svg#light_pawn_right); }
|
.cb-theme-pacosako.cb-reversed .cb-lt-piece.cb-pawn { content: url(../../svg/pacosako-theme.svg#light_pawn_right); }
|
||||||
|
|
||||||
.cb-theme-pacosako .cb-piece {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: auto;
|
|
||||||
bottom: auto;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cb_board.cb-theme-pacosako.cb-reversed .cb-lt-piece,
|
|
||||||
#cb_board.cb-theme-pacosako.cb-reversed .cb-lt-piece {
|
|
||||||
left: 0;
|
|
||||||
right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cb_board.cb-theme-pacosako #cb_phantom .cb-lt-piece,
|
|
||||||
#cb_board.cb-theme-pacosako.cb-reversed #cb_phantom .cb-dk-piece {
|
|
||||||
top: 5%;
|
|
||||||
left: 15%;
|
|
||||||
right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cb_board.cb-theme-pacosako #cb_phantom .cb-dk-piece,
|
|
||||||
#cb_board.cb-theme-pacosako.cb-reversed #cb_phantom .cb-lt-piece {
|
|
||||||
top: 5%;
|
|
||||||
left: auto;
|
|
||||||
right: 15%;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,170 +1,189 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="55pt" height="65pt" viewBox="0 0 19.403 22.931">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80pt" height="80pt" viewBox="0 0 28.223 28.223">
|
||||||
<style>
|
<style>
|
||||||
.piece { display:none !important }
|
.piece { display: none !important }
|
||||||
.piece:target { display:inline!important }
|
.piece:target { display: inline !important }
|
||||||
</style>
|
</style>
|
||||||
<defs>
|
<defs>
|
||||||
<symbol id="sym_dark_rook_left" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_pawn_right" stroke-width="1.01">
|
||||||
<path d="M9 39h27v-3H9zm3.5-7l1.5-2.5h17l1.5 2.5zm-.5 4v-4h21v4z" stroke-linecap="butt" transform="matrix(-.42025 0 0 .41214 18.275 2.488)"/>
|
<path transform="matrix(1.37 0 0 1.3436 30.822 -39.214)" d="M-7.219 36.174a1.058 1.058 0 00-.852 1.688 1.708 1.708 0 00-.23 2.818c-.794.28-1.96 1.468-1.96 3.564h6.085c0-2.096-1.167-3.284-1.96-3.564a1.708 1.708 0 00-.23-2.818 1.058 1.058 0 00-.852-1.688z" stroke="#000" stroke-linecap="round" stroke-width=".401"/>
|
||||||
<path d="M14 29.5v-13h17v13z" stroke-linecap="butt" stroke-linejoin="miter" transform="matrix(-.42025 0 0 .41214 18.275 2.488)"/>
|
|
||||||
<path d="M14 16.5L11 14h23l-3 2.5zM11 14V9h4v2h5V9h5v2h5V9h4v5z" stroke-linecap="butt" transform="matrix(-.42025 0 0 .41214 18.275 2.488)"/>
|
|
||||||
<path d="M12 35.5h21m-20-4h19m-18-2h17m-17-13h17M11 14h23" fill="none" stroke="#fff" stroke-linejoin="miter" stroke-width="1.01" transform="matrix(-.42025 0 0 .41214 18.275 2.488)"/>
|
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_pawn_right" stroke-width="1.01" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_pawn_left" stroke-width="1.01">
|
||||||
<path d="M-7.219 36.174a1.058 1.058 0 00-.852 1.688 1.708 1.708 0 00-.23 2.818c-.794.28-1.96 1.468-1.96 3.564h6.085c0-2.096-1.167-3.284-1.96-3.564a1.708 1.708 0 00-.23-2.818 1.058 1.058 0 00-.852-1.688z" stroke="#000" stroke-linecap="round" stroke-width=".401" transform="matrix(1.5883 0 0 1.5577 22.049 -50.357)"/>
|
<path transform="matrix(-1.37 0 0 1.3436 -2.6 -39.214)" d="M-7.219 36.174a1.058 1.058 0 00-.852 1.688 1.708 1.708 0 00-.23 2.818c-.794.28-1.96 1.468-1.96 3.564h6.085c0-2.096-1.167-3.284-1.96-3.564a1.708 1.708 0 00-.23-2.818 1.058 1.058 0 00-.852-1.688z" stroke="#000" stroke-linecap="round" stroke-width=".401"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_knight_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_knight_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<path d="M22 10c10.5 1 16.5 8 16 29H15c0-9 10-6.5 8-21" fill="#000" transform="matrix(-.42025 0 0 .41214 18.071 2.488)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.27 6.368)" d="M22 10c10.5 1 16.5 8 16 29H15c0-9 10-6.5 8-21" fill="#000"/>
|
||||||
<path d="M24 18c.38 2.91-5.55 7.37-8 9-3 2-2.82 4.34-5 4-1.042-.94 1.41-3.04 0-3-1 0 .19 1.23-1 2-1 0-4.003 1-4-4 0-2 6-12 6-12s1.89-1.9 2-3.5c-.73-.994-.5-2-.5-3 1-1 3 2.5 3 2.5h2s.78-1.992 2.5-3c1 0 1 3 1 3" fill="#000" transform="matrix(-.42025 0 0 .41214 18.071 2.488)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.27 6.368)" d="M24 18c.38 2.91-5.55 7.37-8 9-3 2-2.82 4.34-5 4-1.042-.94 1.41-3.04 0-3-1 0 .19 1.23-1 2-1 0-4.003 1-4-4 0-2 6-12 6-12s1.89-1.9 2-3.5c-.73-.994-.5-2-.5-3 1-1 3 2.5 3 2.5h2s.78-1.992 2.5-3c1 0 1 3 1 3" fill="#000"/>
|
||||||
<path d="M9.5 25.5a.5.5 0 11-1 0 .5.5 0 111 0z" fill="#fff" stroke="#fff" transform="matrix(-.42025 0 0 .41214 18.071 2.488)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.27 6.368)" d="M9.5 25.5a.5.5 0 11-1 0 .5.5 0 111 0z" fill="#fff" stroke="#fff"/>
|
||||||
<path transform="matrix(-.36394 .20607 .21013 .35691 13.998 .356)" d="M15 15.5a.5 1.5 0 11-1 0 .5 1.5 0 111 0z" fill="#fff" stroke="#fff"/>
|
<path transform="matrix(-.31392 .17775 .18125 .30785 11.757 4.53)" d="M15 15.5a.5 1.5 0 11-1 0 .5 1.5 0 111 0z" fill="#fff" stroke="#fff"/>
|
||||||
<path d="M24.55 10.4l-.45 1.45.5.15c3.15 1 5.65 2.49 7.9 6.75S35.75 29.06 35.25 39l-.05.5h2.25l.05-.5c.5-10.06-.88-16.85-3.25-21.34s-5.79-6.64-9.19-7.16z" fill="#fff" stroke="none" transform="matrix(-.42025 0 0 .41214 18.071 2.488)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.27 6.368)" d="M24.55 10.4l-.45 1.45.5.15c3.15 1 5.65 2.49 7.9 6.75S35.75 29.06 35.25 39l-.05.5h2.25l.05-.5c.5-10.06-.88-16.85-3.25-21.34s-5.79-6.64-9.19-7.16z" fill="#fff" stroke="none"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_bishop_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_bishop_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<g fill="#000" stroke-linecap="butt">
|
<g fill="#000" stroke-linecap="butt">
|
||||||
<path d="M9 36c3.39-.97 10.11.43 13.5-2 3.39 2.43 10.11 1.03 13.5 2 0 0 1.65.54 3 2-.68.97-1.65.99-3 .5-3.39-.97-10.11.46-13.5-1-3.39 1.46-10.11.03-13.5 1-1.354.49-2.323.47-3-.5 1.354-1.94 3-2 3-2z" transform="matrix(-.42025 0 0 .41214 18.275 2.564)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.434)" d="M9 36c3.39-.97 10.11.43 13.5-2 3.39 2.43 10.11 1.03 13.5 2 0 0 1.65.54 3 2-.68.97-1.65.99-3 .5-3.39-.97-10.11.46-13.5-1-3.39 1.46-10.11.03-13.5 1-1.354.49-2.323.47-3-.5 1.354-1.94 3-2 3-2z"/>
|
||||||
<path d="M15 32c2.5 2.5 12.5 2.5 15 0 .5-1.5 0-2 0-2 0-2.5-2.5-4-2.5-4 5.5-1.5 6-11.5-5-15.5-11 4-10.5 14-5 15.5 0 0-2.5 1.5-2.5 4 0 0-.5.5 0 2z" transform="matrix(-.42025 0 0 .41214 18.275 2.564)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.434)" d="M15 32c2.5 2.5 12.5 2.5 15 0 .5-1.5 0-2 0-2 0-2.5-2.5-4-2.5-4 5.5-1.5 6-11.5-5-15.5-11 4-10.5 14-5 15.5 0 0-2.5 1.5-2.5 4 0 0-.5.5 0 2z"/>
|
||||||
<path d="M25 8a2.5 2.5 0 11-5 0 2.5 2.5 0 115 0z" transform="matrix(-.42025 0 0 .41214 18.275 2.564)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.434)" d="M25 8a2.5 2.5 0 11-5 0 2.5 2.5 0 115 0z"/>
|
||||||
</g>
|
</g>
|
||||||
<path d="M17.5 26h10M15 30h15m-7.5-14.5v5M20 18h5" stroke="#fff" stroke-linejoin="miter" transform="matrix(-.42025 0 0 .41214 18.275 2.564)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.434)" d="M17.5 26h10M15 30h15m-7.5-14.5v5M20 18h5" stroke="#fff" stroke-linejoin="miter"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_queen_left" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_queen_left" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<g stroke="none" transform="matrix(-.42025 0 0 .41214 18.275 1.893)">
|
<g stroke="none" transform="matrix(-.36249 0 0 .3555 15.446 5.855)">
|
||||||
<circle cx="6" cy="12" r="2.75"/>
|
<circle cx="6" cy="12" r="2.75"/>
|
||||||
<circle cx="14" cy="9" r="2.75"/>
|
<circle cx="14" cy="9" r="2.75"/>
|
||||||
<circle cx="22.5" cy="8" r="2.75"/>
|
<circle cx="22.5" cy="8" r="2.75"/>
|
||||||
<circle cx="31" cy="9" r="2.75"/>
|
<circle cx="31" cy="9" r="2.75"/>
|
||||||
<circle cx="39" cy="12" r="2.75"/>
|
<circle cx="39" cy="12" r="2.75"/>
|
||||||
</g>
|
</g>
|
||||||
<path d="M9 26c8.5-1.5 21-1.5 27 0l2.5-12.5L31 25l-.3-14.1-5.2 13.6-3-14.5-3 14.5-5.2-13.6L14 25 6.5 13.5z" stroke-linecap="butt" transform="matrix(-.42025 0 0 .41214 18.275 1.893)"/>
|
<path d="M9 26c8.5-1.5 21-1.5 27 0l2.5-12.5L31 25l-.3-14.1-5.2 13.6-3-14.5-3 14.5-5.2-13.6L14 25 6.5 13.5z" stroke-linecap="butt" transform="matrix(-.36249 0 0 .3555 15.446 5.855)"/>
|
||||||
<path d="M9 26c0 2 1.5 2 2.5 4 1 1.5 1 1 .5 3.5-1.5 1-1.5 2.5-1.5 2.5-1.5 1.5.5 2.5.5 2.5 6.5 1 16.5 1 23 0 0 0 1.5-1 0-2.5 0 0 .5-1.5-1-2.5-.5-2.5-.5-2 .5-3.5 1-2 2.5-2 2.5-4-8.5-1.5-18.5-1.5-27 0z" stroke-linecap="butt" transform="matrix(-.42025 0 0 .41214 18.275 1.893)"/>
|
<path d="M9 26c0 2 1.5 2 2.5 4 1 1.5 1 1 .5 3.5-1.5 1-1.5 2.5-1.5 2.5-1.5 1.5.5 2.5.5 2.5 6.5 1 16.5 1 23 0 0 0 1.5-1 0-2.5 0 0 .5-1.5-1-2.5-.5-2.5-.5-2 .5-3.5 1-2 2.5-2 2.5-4-8.5-1.5-18.5-1.5-27 0z" stroke-linecap="butt" transform="matrix(-.36249 0 0 .3555 15.446 5.855)"/>
|
||||||
<path d="M11 38.5a35 35 1 0023 0" fill="none" stroke-linecap="butt" transform="matrix(-.42025 0 0 .41214 18.275 1.893)"/>
|
<path d="M11 38.5a35 35 1 0023 0" fill="none" stroke-linecap="butt" transform="matrix(-.36249 0 0 .3555 15.446 5.855)"/>
|
||||||
<path d="M11 29a35 35 1 0123 0m-21.5 2.5h20m-21 3a35 35 1 0022 0m-23 3a35 35 1 0024 0" fill="none" stroke="#fff" transform="matrix(-.42025 0 0 .41214 18.275 1.893)"/>
|
<path d="M11 29a35 35 1 0123 0m-21.5 2.5h20m-21 3a35 35 1 0022 0m-23 3a35 35 1 0024 0" fill="none" stroke="#fff" transform="matrix(-.36249 0 0 .3555 15.446 5.855)"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_king_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_king_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<path d="M22.5 11.63V6" stroke-linejoin="miter" transform="matrix(-.42025 0 0 .41214 18.262 2.231)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.435 6.145)" d="M22.5 11.63V6" stroke-linejoin="miter"/>
|
||||||
<path d="M22.5 25s4.5-7.5 3-10.5c0 0-1-2.5-3-2.5s-3 2.5-3 2.5c-1.5 3 3 10.5 3 10.5" fill="#000" stroke-linecap="butt" stroke-linejoin="miter" transform="matrix(-.42025 0 0 .41214 18.262 2.231)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.435 6.145)" d="M22.5 25s4.5-7.5 3-10.5c0 0-1-2.5-3-2.5s-3 2.5-3 2.5c-1.5 3 3 10.5 3 10.5" fill="#000" stroke-linecap="butt" stroke-linejoin="miter"/>
|
||||||
<path d="M11.5 37c5.5 3.5 15.5 3.5 21 0v-7s9-4.5 6-10.5c-4-6.5-13.5-3.5-16 4V27v-3.5c-3.5-7.5-13-10.5-16-4-3 6 5 10 5 10z" fill="#000" transform="matrix(-.42025 0 0 .41214 18.262 2.231)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.435 6.145)" d="M11.5 37c5.5 3.5 15.5 3.5 21 0v-7s9-4.5 6-10.5c-4-6.5-13.5-3.5-16 4V27v-3.5c-3.5-7.5-13-10.5-16-4-3 6 5 10 5 10z" fill="#000"/>
|
||||||
<path d="M20 8h5" stroke-linejoin="miter" transform="matrix(-.42025 0 0 .41214 18.262 2.231)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.435 6.145)" d="M20 8h5" stroke-linejoin="miter"/>
|
||||||
<path d="M32 29.5s8.5-4 6.03-9.65C34.15 14 25 18 22.5 24.5l.01 2.1-.01-2.1C20 18 9.906 14 6.997 19.85c-2.497 5.65 4.853 9 4.853 9" stroke="#fff" transform="matrix(-.42025 0 0 .41214 18.262 2.231)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.435 6.145)" d="M32 29.5s8.5-4 6.03-9.65C34.15 14 25 18 22.5 24.5l.01 2.1-.01-2.1C20 18 9.906 14 6.997 19.85c-2.497 5.65 4.853 9 4.853 9" stroke="#fff"/>
|
||||||
<path d="M11.5 30c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0" stroke="#fff" transform="matrix(-.42025 0 0 .41214 18.262 2.231)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.435 6.145)" d="M11.5 30c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0" stroke="#fff"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_pawn_left" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_pawn_left">
|
||||||
<path d="M8.818 5.74a1.68 1.68 0 00-1.353 2.68 2.724 2.724 0 00-1.378 2.363c0 .853.395 1.613 1.012 2.114-1.26.445-3.114 2.332-3.114 5.66h9.666c0-3.328-1.853-5.215-3.114-5.66a2.713 2.713 0 001.013-2.114 2.725 2.725 0 00-1.38-2.363 1.68 1.68 0 00-1.353-2.681z" fill="#fff" stroke="#000" stroke-linecap="round" stroke-width=".631"/>
|
<path d="M7.289 9.174a1.45 1.45 0 00-1.167 2.312 2.35 2.35 0 00-1.189 2.038c0 .736.341 1.391.873 1.823-1.087.384-2.686 2.012-2.686 4.882h8.338c0-2.87-1.599-4.498-2.686-4.882a2.34 2.34 0 00.873-1.823 2.35 2.35 0 00-1.19-2.038 1.45 1.45 0 00-1.167-2.313z" fill="#fff" stroke="#000" stroke-linecap="round" stroke-width=".54426905"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_rook_left" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_rook_left" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M3.146 18.559h11.347v-1.261H3.146zm1.261-1.261v-1.681h8.825v1.681zm-.42-9.245V5.95h1.68v.84H7.77v-.84H9.87v.84h2.102v-.84h1.68v2.102" stroke-linecap="butt" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M13.653 8.053l-1.261 1.26H5.248l-1.261-1.26" stroke-width=".630375"/>
|
<path d="M2.397 20.23h9.787V19.14H2.397zm1.087-1.089v-1.45h7.612v1.45zm-.362-7.974V9.353h1.45v.725h1.813v-.725h1.811v.725h1.813v-.725h1.45v1.813" stroke-linecap="butt" stroke-width=".5434065"/>
|
||||||
<path d="M12.392 9.313v5.253H5.248V9.313" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".630375"/>
|
<path d="M11.46 11.167l-1.088 1.087H4.21l-1.088-1.087" stroke-width=".5434065"/>
|
||||||
<path d="M12.392 14.566l.63 1.051H4.617l.63-1.05" stroke-width=".630375"/>
|
<path d="M10.372 12.254v4.53H4.21v-4.53" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
<path d="M3.987 8.053h9.666" fill="none" stroke-linejoin="miter" stroke-width=".630375"/>
|
<path d="M10.372 16.785l.543.906h-7.25l.544-.905" stroke-width=".5434065"/>
|
||||||
|
<path d="M3.122 11.167h8.337" fill="none" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_knight_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_knight_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M8.826 6.372c-4.413.42-6.935 3.362-6.724 12.187h9.665c0-3.782-4.202-2.732-3.362-8.825" fill="#fff" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M7.985 9.734c-.16 1.222 2.332 3.097 3.362 3.782 1.26.84 1.185 1.824 2.101 1.68.438-.394-.592-1.277 0-1.26.42 0-.08.517.42.84.42 0 1.683.42 1.682-1.68 0-.841-2.522-5.043-2.522-5.043s-.794-.799-.84-1.471c.306-.418.21-.84.21-1.261-.42-.42-1.261 1.05-1.261 1.05h-.84s-.328-.837-1.051-1.26c-.42 0-.42 1.26-.42 1.26" fill="#fff" stroke-width=".630375"/>
|
<path d="M7.296 9.717c-3.807.362-5.982 2.9-5.8 10.512h8.337c0-3.262-3.625-2.356-2.9-7.612" fill="#fff" stroke-width=".5434065"/>
|
||||||
<path d="M14.079 12.885a.21.21 0 10.42 0 .21.21 0 10-.42 0zM11.796 8.788a.21.63-30.001 10.364-.21.21.63-30.001 10-.364.21z" fill="#000" stroke-width=".630375"/>
|
<path d="M6.57 12.617c-.138 1.054 2.012 2.671 2.9 3.262 1.087.725 1.022 1.574 1.813 1.45.377-.34-.511-1.102 0-1.088.362 0-.07.446.362.725.362 0 1.452.362 1.45-1.449 0-.725-2.175-4.35-2.175-4.35s-.685-.69-.724-1.269c.264-.36.18-.724.18-1.087-.361-.363-1.087.905-1.087.905h-.724s-.283-.722-.907-1.087c-.362 0-.362 1.087-.362 1.087" fill="#fff" stroke-width=".5434065"/>
|
||||||
|
<path d="M11.827 15.335a.181.181 0 10.362 0 .181.181 0 10-.362 0zm-1.97-3.534a.544.181 59.999 10.315-.181.544.181 59.999 10-.314.181z" fill="#000" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_bishop_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_bishop_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
|
<g stroke-width=".63">
|
||||||
<g fill="#fff" stroke-linecap="butt">
|
<g fill="#fff" stroke-linecap="butt">
|
||||||
<path d="M3.146 17.375c1.425-.408 4.249.18 5.674-.84 1.424 1.02 4.248.432 5.673.84 0 0 .693.227 1.26.84-.285.408-.693.417-1.26.21-1.425-.407-4.249.194-5.673-.42-1.425.614-4.25.013-5.674.42-.569.207-.976.198-1.26-.21.569-.815 1.26-.84 1.26-.84z" stroke-width=".630375"/>
|
<path d="M2.397 19.209c1.229-.352 3.665.155 4.894-.725 1.228.88 3.664.373 4.893.725 0 0 .598.196 1.087.724-.246.352-.598.36-1.087.181-1.23-.35-3.665.168-4.893-.362-1.23.53-3.666.011-4.894.362-.491.179-.842.171-1.087-.18.49-.704 1.087-.725 1.087-.725z" stroke-width=".5434065"/>
|
||||||
<path d="M5.668 15.694c1.05 1.05 5.253 1.05 6.303 0 .21-.63 0-.84 0-.84 0-1.051-1.05-1.681-1.05-1.681 2.311-.63 2.521-4.833-2.101-6.514-4.623 1.68-4.413 5.883-2.102 6.514 0 0-1.05.63-1.05 1.68 0 0-.21.21 0 .841z" stroke-width=".630375"/>
|
<path d="M4.572 17.759c.906.906 4.53.906 5.437 0 .18-.544 0-.725 0-.725 0-.906-.906-1.45-.906-1.45 1.993-.543 2.174-4.168-1.812-5.618-3.988 1.449-3.807 5.074-1.813 5.618 0 0-.906.544-.906 1.45 0 0-.181.18 0 .725z" stroke-width=".5434065"/>
|
||||||
<path d="M9.87 5.608a1.05 1.05 0 11-2.101 0 1.05 1.05 0 112.101 0z" stroke-width=".630375"/>
|
<path d="M8.196 9.06a.906.906 0 11-1.812 0 .906.906 0 111.812 0z" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
|
<path d="M5.478 15.584h3.625m-4.531 1.45h5.437m-2.718-5.256v1.812m-.907-.906h1.812" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
</g>
|
</g>
|
||||||
<path d="M6.718 13.173h4.203m-5.253 1.68h6.304M8.82 8.76v2.101m-1.051-1.05H9.87" stroke-linejoin="miter" stroke-width=".630375"/>
|
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_queen_left" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_queen_left" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M2.726 7.105a.84.84 0 11-1.68 0 .84.84 0 111.68 0zM9.66 5.213a.84.84 0 11-1.68 0 .84.84 0 111.68 0zM16.594 7.105a.84.84 0 11-1.68 0 .84.84 0 111.68 0zM6.088 5.633a.84.84 0 11-1.68 0 .84.84 0 111.68 0zM13.232 5.844a.84.84 0 11-1.68 0 .84.84 0 111.68 0z" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M3.146 12.989c3.572-.63 8.826-.63 11.347 0l.84-5.043-2.941 4.622V6.685l-2.312 5.673-1.26-6.304-1.261 6.304-2.311-5.883v6.093L2.306 7.946z" stroke-linecap="butt" stroke-width=".630375"/>
|
<path d="M2.034 10.351a.725.725 0 11-1.449 0 .725.725 0 111.45 0zM8.015 8.72a.725.725 0 11-1.449 0 .725.725 0 111.45 0zm5.981 1.632a.725.725 0 11-1.449 0 .725.725 0 111.45 0zm-9.062-1.27a.725.725 0 11-1.449 0 .725.725 0 111.45 0zm6.162.183a.725.725 0 11-1.449 0 .725.725 0 111.45 0z" stroke-width=".5434065"/>
|
||||||
<path d="M3.146 12.989c0 .84.63.84 1.05 1.68.421.63.421.42.211 1.471-.63.42-.63 1.051-.63 1.051-.63.63.21 1.05.21 1.05 2.731.42 6.934.42 9.666 0 0 0 .63-.42 0-1.05 0 0 .21-.63-.42-1.05-.21-1.051-.21-.841.21-1.471.42-.841 1.05-.841 1.05-1.681-3.572-.63-7.775-.63-11.347 0z" stroke-linecap="butt" stroke-width=".630375"/>
|
<path d="M2.397 15.427c3.08-.544 7.612-.544 9.787 0l.724-4.35-2.536 3.987V9.989l-1.994 4.893L7.29 9.445l-1.088 5.437L4.21 9.808v5.256l-2.538-3.987z" stroke-linecap="butt" stroke-width=".5434065"/>
|
||||||
<path d="M4.197 14.67c1.47-.42 7.775-.42 9.245 0m-9.035 1.47c2.522-.42 6.304-.42 8.825 0" fill="none" stroke-width=".630375"/>
|
<path d="M2.397 15.427c0 .724.543.724.905 1.449.363.543.363.362.182 1.269-.543.362-.543.906-.543.906-.544.544.181.906.181.906 2.356.362 5.98.362 8.337 0 0 0 .544-.362 0-.906 0 0 .182-.543-.362-.906-.181-.906-.181-.725.181-1.268.363-.726.906-.726.906-1.45-3.081-.544-6.706-.544-9.787 0z" stroke-linecap="butt" stroke-width=".5434065"/>
|
||||||
|
<path d="M3.303 16.877c1.268-.363 6.706-.363 7.974 0m-7.793 1.268c2.176-.363 5.438-.363 7.612 0" fill="none" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_king_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_king_left" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M8.833 6.798V4.43m-1.051.841h2.101" stroke-linejoin="miter" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M8.833 12.416s1.89-3.152 1.26-4.412c0 0-.42-1.051-1.26-1.051s-1.261 1.05-1.261 1.05c-.63 1.261 1.26 4.413 1.26 4.413" fill="#fff" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".630375"/>
|
<path d="M7.302 10.082V8.039m-.907.726h1.813" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
<path d="M4.21 17.46c2.311 1.47 6.514 1.47 8.825 0v-2.943s3.782-1.89 2.522-4.412c-1.681-2.732-5.674-1.471-6.724 1.68v1.472-1.471c-1.471-3.152-5.464-4.413-6.724-1.681-1.261 2.521 2.1 4.202 2.1 4.202z" fill="#fff" stroke-width=".630375"/>
|
<path d="M7.302 14.927s1.63-2.718 1.087-3.805c0 0-.363-.907-1.087-.907s-1.088.906-1.088.906c-.543 1.088 1.087 3.806 1.087 3.806" fill="#fff" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
<path d="M4.21 14.517c2.311-1.26 6.514-1.26 8.825 0M4.21 15.988c2.311-1.26 6.514-1.26 8.825 0M4.21 17.46c2.311-1.26 6.514-1.26 8.825 0" stroke-width=".630375"/>
|
<path d="M3.314 19.278c1.994 1.268 5.619 1.268 7.612 0V16.74s3.263-1.63 2.176-3.806c-1.45-2.356-4.894-1.269-5.8 1.45v1.269-1.269c-1.269-2.719-4.713-3.806-5.8-1.45C.414 15.11 3.313 16.56 3.313 16.56z" fill="#fff" stroke-width=".5434065"/>
|
||||||
|
<path d="M3.314 16.74c1.994-1.087 5.619-1.087 7.612 0m-7.612 1.268c1.994-1.086 5.619-1.086 7.612 0m-7.612 1.27c1.994-1.087 5.619-1.087 7.612 0" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_pawn_left" stroke-width="1.01" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_rook_left" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<path d="M-7.219 36.174a1.058 1.058 0 00-.852 1.688 1.708 1.708 0 00-.23 2.818c-.794.28-1.96 1.468-1.96 3.564h6.085c0-2.096-1.167-3.284-1.96-3.564a1.708 1.708 0 00-.23-2.818 1.058 1.058 0 00-.852-1.688z" stroke="#000" stroke-linecap="round" stroke-width=".401" transform="matrix(-1.5883 0 0 1.5577 -2.646 -50.357)"/>
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.368)" d="M9 39h27v-3H9zm3.5-7l1.5-2.5h17l1.5 2.5zm-.5 4v-4h21v4z" stroke-linecap="butt"/>
|
||||||
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.368)" d="M14 29.5v-13h17v13z" stroke-linecap="butt" stroke-linejoin="miter"/>
|
||||||
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.368)" d="M14 16.5L11 14h23l-3 2.5zM11 14V9h4v2h5V9h5v2h5V9h4v5z" stroke-linecap="butt"/>
|
||||||
|
<path transform="matrix(-.36249 0 0 .3555 15.446 6.368)" d="M12 35.5h21m-20-4h19m-18-2h17m-17-13h17M11 14h23" fill="none" stroke="#fff" stroke-linejoin="miter" stroke-width="1.01"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_rook_right" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_rook_right" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<path d="M9 39h27v-3H9zm3.5-7l1.5-2.5h17l1.5 2.5zm-.5 4v-4h21v4z" stroke-linecap="butt" transform="matrix(.42025 0 0 .41214 1.128 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.368)" d="M9 39h27v-3H9zm3.5-7l1.5-2.5h17l1.5 2.5zm-.5 4v-4h21v4z" stroke-linecap="butt"/>
|
||||||
<path d="M14 29.5v-13h17v13z" stroke-linecap="butt" stroke-linejoin="miter" transform="matrix(.42025 0 0 .41214 1.128 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.368)" d="M14 29.5v-13h17v13z" stroke-linecap="butt" stroke-linejoin="miter"/>
|
||||||
<path d="M14 16.5L11 14h23l-3 2.5zM11 14V9h4v2h5V9h5v2h5V9h4v5z" stroke-linecap="butt" transform="matrix(.42025 0 0 .41214 1.128 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.368)" d="M14 16.5L11 14h23l-3 2.5zM11 14V9h4v2h5V9h5v2h5V9h4v5z" stroke-linecap="butt"/>
|
||||||
<path d="M12 35.5h21m-20-4h19m-18-2h17m-17-13h17M11 14h23" fill="none" stroke="#fff" stroke-linejoin="miter" stroke-width="1.01" transform="matrix(.42025 0 0 .41214 1.128 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.368)" d="M12 35.5h21m-20-4h19m-18-2h17m-17-13h17M11 14h23" fill="none" stroke="#fff" stroke-linejoin="miter" stroke-width="1.01"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_knight_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_knight_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<path d="M22 10c10.5 1 16.5 8 16 29H15c0-9 10-6.5 8-21" fill="#000" transform="matrix(.42025 0 0 .41214 1.332 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.953 6.368)" d="M22 10c10.5 1 16.5 8 16 29H15c0-9 10-6.5 8-21" fill="#000"/>
|
||||||
<path d="M24 18c.38 2.91-5.55 7.37-8 9-3 2-2.82 4.34-5 4-1.042-.94 1.41-3.04 0-3-1 0 .19 1.23-1 2-1 0-4.003 1-4-4 0-2 6-12 6-12s1.89-1.9 2-3.5c-.73-.994-.5-2-.5-3 1-1 3 2.5 3 2.5h2s.78-1.992 2.5-3c1 0 1 3 1 3" fill="#000" transform="matrix(.42025 0 0 .41214 1.332 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.953 6.368)" d="M24 18c.38 2.91-5.55 7.37-8 9-3 2-2.82 4.34-5 4-1.042-.94 1.41-3.04 0-3-1 0 .19 1.23-1 2-1 0-4.003 1-4-4 0-2 6-12 6-12s1.89-1.9 2-3.5c-.73-.994-.5-2-.5-3 1-1 3 2.5 3 2.5h2s.78-1.992 2.5-3c1 0 1 3 1 3" fill="#000"/>
|
||||||
<path d="M9.5 25.5a.5.5 0 11-1 0 .5.5 0 111 0z" fill="#fff" stroke="#fff" transform="matrix(.42025 0 0 .41214 1.332 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.953 6.368)" d="M9.5 25.5a.5.5 0 11-1 0 .5.5 0 111 0z" fill="#fff" stroke="#fff"/>
|
||||||
<path transform="matrix(.36394 .20607 -.21013 .35691 5.405 .356)" d="M15 15.5a.5 1.5 0 11-1 0 .5 1.5 0 111 0z" fill="#fff" stroke="#fff"/>
|
<path transform="matrix(.31392 .17775 -.18125 .30785 16.466 4.53)" d="M15 15.5a.5 1.5 0 11-1 0 .5 1.5 0 111 0z" fill="#fff" stroke="#fff"/>
|
||||||
<path d="M24.55 10.4l-.45 1.45.5.15c3.15 1 5.65 2.49 7.9 6.75S35.75 29.06 35.25 39l-.05.5h2.25l.05-.5c.5-10.06-.88-16.85-3.25-21.34s-5.79-6.64-9.19-7.16z" fill="#fff" stroke="none" transform="matrix(.42025 0 0 .41214 1.332 2.488)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.953 6.368)" d="M24.55 10.4l-.45 1.45.5.15c3.15 1 5.65 2.49 7.9 6.75S35.75 29.06 35.25 39l-.05.5h2.25l.05-.5c.5-10.06-.88-16.85-3.25-21.34s-5.79-6.64-9.19-7.16z" fill="#fff" stroke="none"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_bishop_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_bishop_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<g fill="#000" stroke-linecap="butt">
|
<g fill="#000" stroke-linecap="butt">
|
||||||
<path d="M9 36c3.39-.97 10.11.43 13.5-2 3.39 2.43 10.11 1.03 13.5 2 0 0 1.65.54 3 2-.68.97-1.65.99-3 .5-3.39-.97-10.11.46-13.5-1-3.39 1.46-10.11.03-13.5 1-1.354.49-2.323.47-3-.5 1.354-1.94 3-2 3-2z" transform="matrix(.42025 0 0 .41214 1.128 2.564)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.434)" d="M9 36c3.39-.97 10.11.43 13.5-2 3.39 2.43 10.11 1.03 13.5 2 0 0 1.65.54 3 2-.68.97-1.65.99-3 .5-3.39-.97-10.11.46-13.5-1-3.39 1.46-10.11.03-13.5 1-1.354.49-2.323.47-3-.5 1.354-1.94 3-2 3-2z"/>
|
||||||
<path d="M15 32c2.5 2.5 12.5 2.5 15 0 .5-1.5 0-2 0-2 0-2.5-2.5-4-2.5-4 5.5-1.5 6-11.5-5-15.5-11 4-10.5 14-5 15.5 0 0-2.5 1.5-2.5 4 0 0-.5.5 0 2z" transform="matrix(.42025 0 0 .41214 1.128 2.564)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.434)" d="M15 32c2.5 2.5 12.5 2.5 15 0 .5-1.5 0-2 0-2 0-2.5-2.5-4-2.5-4 5.5-1.5 6-11.5-5-15.5-11 4-10.5 14-5 15.5 0 0-2.5 1.5-2.5 4 0 0-.5.5 0 2z"/>
|
||||||
<path d="M25 8a2.5 2.5 0 11-5 0 2.5 2.5 0 115 0z" transform="matrix(.42025 0 0 .41214 1.128 2.564)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.434)" d="M25 8a2.5 2.5 0 11-5 0 2.5 2.5 0 115 0z"/>
|
||||||
</g>
|
</g>
|
||||||
<path d="M17.5 26h10M15 30h15m-7.5-14.5v5M20 18h5" stroke="#fff" stroke-linejoin="miter" transform="matrix(.42025 0 0 .41214 1.128 2.564)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.777 6.434)" d="M17.5 26h10M15 30h15m-7.5-14.5v5M20 18h5" stroke="#fff" stroke-linejoin="miter"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_queen_right" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_queen_right" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<g stroke="none" transform="matrix(.42025 0 0 .41214 1.128 1.893)">
|
<g stroke="none" transform="matrix(.36249 0 0 .3555 12.777 5.855)">
|
||||||
<circle cx="6" cy="12" r="2.75"/>
|
<circle cx="6" cy="12" r="2.75"/>
|
||||||
<circle cx="14" cy="9" r="2.75"/>
|
<circle cx="14" cy="9" r="2.75"/>
|
||||||
<circle cx="22.5" cy="8" r="2.75"/>
|
<circle cx="22.5" cy="8" r="2.75"/>
|
||||||
<circle cx="31" cy="9" r="2.75"/>
|
<circle cx="31" cy="9" r="2.75"/>
|
||||||
<circle cx="39" cy="12" r="2.75"/>
|
<circle cx="39" cy="12" r="2.75"/>
|
||||||
</g>
|
</g>
|
||||||
<path d="M9 26c8.5-1.5 21-1.5 27 0l2.5-12.5L31 25l-.3-14.1-5.2 13.6-3-14.5-3 14.5-5.2-13.6L14 25 6.5 13.5z" stroke-linecap="butt" transform="matrix(.42025 0 0 .41214 1.128 1.893)"/>
|
<path d="M9 26c8.5-1.5 21-1.5 27 0l2.5-12.5L31 25l-.3-14.1-5.2 13.6-3-14.5-3 14.5-5.2-13.6L14 25 6.5 13.5z" stroke-linecap="butt" transform="matrix(.36249 0 0 .3555 12.777 5.855)"/>
|
||||||
<path d="M9 26c0 2 1.5 2 2.5 4 1 1.5 1 1 .5 3.5-1.5 1-1.5 2.5-1.5 2.5-1.5 1.5.5 2.5.5 2.5 6.5 1 16.5 1 23 0 0 0 1.5-1 0-2.5 0 0 .5-1.5-1-2.5-.5-2.5-.5-2 .5-3.5 1-2 2.5-2 2.5-4-8.5-1.5-18.5-1.5-27 0z" stroke-linecap="butt" transform="matrix(.42025 0 0 .41214 1.128 1.893)"/>
|
<path d="M9 26c0 2 1.5 2 2.5 4 1 1.5 1 1 .5 3.5-1.5 1-1.5 2.5-1.5 2.5-1.5 1.5.5 2.5.5 2.5 6.5 1 16.5 1 23 0 0 0 1.5-1 0-2.5 0 0 .5-1.5-1-2.5-.5-2.5-.5-2 .5-3.5 1-2 2.5-2 2.5-4-8.5-1.5-18.5-1.5-27 0z" stroke-linecap="butt" transform="matrix(.36249 0 0 .3555 12.777 5.855)"/>
|
||||||
<path d="M11 38.5a35 35 1 0023 0" fill="none" stroke-linecap="butt" transform="matrix(.42025 0 0 .41214 1.128 1.893)"/>
|
<path d="M11 38.5a35 35 1 0023 0" fill="none" stroke-linecap="butt" transform="matrix(.36249 0 0 .3555 12.777 5.855)"/>
|
||||||
<path d="M11 29a35 35 1 0123 0m-21.5 2.5h20m-21 3a35 35 1 0022 0m-23 3a35 35 1 0024 0" fill="none" stroke="#fff" transform="matrix(.42025 0 0 .41214 1.128 1.893)"/>
|
<path d="M11 29a35 35 1 0123 0m-21.5 2.5h20m-21 3a35 35 1 0022 0m-23 3a35 35 1 0024 0" fill="none" stroke="#fff" transform="matrix(.36249 0 0 .3555 12.777 5.855)"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_dark_king_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_dark_king_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.515">
|
||||||
<path d="M22.5 11.63V6" stroke-linejoin="miter" transform="matrix(.42025 0 0 .41214 1.141 2.231)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.788 6.145)" d="M22.5 11.63V6" stroke-linejoin="miter"/>
|
||||||
<path d="M22.5 25s4.5-7.5 3-10.5c0 0-1-2.5-3-2.5s-3 2.5-3 2.5c-1.5 3 3 10.5 3 10.5" fill="#000" stroke-linecap="butt" stroke-linejoin="miter" transform="matrix(.42025 0 0 .41214 1.141 2.231)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.788 6.145)" d="M22.5 25s4.5-7.5 3-10.5c0 0-1-2.5-3-2.5s-3 2.5-3 2.5c-1.5 3 3 10.5 3 10.5" fill="#000" stroke-linecap="butt" stroke-linejoin="miter"/>
|
||||||
<path d="M11.5 37c5.5 3.5 15.5 3.5 21 0v-7s9-4.5 6-10.5c-4-6.5-13.5-3.5-16 4V27v-3.5c-3.5-7.5-13-10.5-16-4-3 6 5 10 5 10z" fill="#000" transform="matrix(.42025 0 0 .41214 1.141 2.231)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.788 6.145)" d="M11.5 37c5.5 3.5 15.5 3.5 21 0v-7s9-4.5 6-10.5c-4-6.5-13.5-3.5-16 4V27v-3.5c-3.5-7.5-13-10.5-16-4-3 6 5 10 5 10z" fill="#000"/>
|
||||||
<path d="M20 8h5" stroke-linejoin="miter" transform="matrix(.42025 0 0 .41214 1.141 2.231)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.788 6.145)" d="M20 8h5" stroke-linejoin="miter"/>
|
||||||
<path d="M32 29.5s8.5-4 6.03-9.65C34.15 14 25 18 22.5 24.5l.01 2.1-.01-2.1C20 18 9.906 14 6.997 19.85c-2.497 5.65 4.853 9 4.853 9" stroke="#fff" transform="matrix(.42025 0 0 .41214 1.141 2.231)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.788 6.145)" d="M32 29.5s8.5-4 6.03-9.65C34.15 14 25 18 22.5 24.5l.01 2.1-.01-2.1C20 18 9.906 14 6.997 19.85c-2.497 5.65 4.853 9 4.853 9" stroke="#fff"/>
|
||||||
<path d="M11.5 30c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0" stroke="#fff" transform="matrix(.42025 0 0 .41214 1.141 2.231)"/>
|
<path transform="matrix(.36249 0 0 .3555 12.788 6.145)" d="M11.5 30c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0m-21 3.5c5.5-3 15.5-3 21 0" stroke="#fff"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_pawn_right" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_pawn_right">
|
||||||
<path d="M10.585 5.74a1.68 1.68 0 011.353 2.68 2.724 2.724 0 011.378 2.363c0 .853-.395 1.613-1.012 2.114 1.26.445 3.114 2.332 3.114 5.66H5.752c0-3.328 1.853-5.215 3.114-5.66a2.713 2.713 0 01-1.013-2.114c0-1.013.56-1.891 1.379-2.362a1.68 1.68 0 011.353-2.681z" fill="#fff" stroke="#000" stroke-linecap="round" stroke-width=".631"/>
|
<path d="M20.934 9.174a1.45 1.45 0 011.167 2.312 2.35 2.35 0 011.189 2.038c0 .736-.341 1.391-.873 1.823 1.087.384 2.686 2.012 2.686 4.882h-8.338c0-2.87 1.599-4.498 2.686-4.882a2.34 2.34 0 01-.873-1.823c0-.874.483-1.631 1.19-2.037a1.45 1.45 0 011.166-2.313z" fill="#fff" stroke="#000" stroke-linecap="round" stroke-width=".54426905"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_rook_right" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_rook_right" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M16.257 18.559H4.91v-1.261h11.347zm-1.261-1.261v-1.681H6.171v1.681zm.42-9.245V5.95h-1.68v.84h-2.102v-.84H9.533v.84H7.432v-.84H5.75v2.102" stroke-linecap="butt" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M5.75 8.053l1.261 1.26h7.145l1.26-1.26" stroke-width=".630375"/>
|
<path d="M25.826 20.23H16.04V19.14h9.787zM24.74 19.14v-1.45h-7.612v1.45zm.362-7.974V9.353h-1.449v.725h-1.813v-.725h-1.812v.725h-1.813v-.725h-1.45v1.813" stroke-linecap="butt" stroke-width=".5434065"/>
|
||||||
<path d="M7.011 9.313v5.253h7.145V9.313" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".630375"/>
|
<path d="M16.764 11.167l1.087 1.087h6.163l1.087-1.087" stroke-width=".5434065"/>
|
||||||
<path d="M7.011 14.566l-.63 1.051h8.405l-.63-1.05" stroke-width=".630375"/>
|
<path d="M17.851 12.254v4.53h6.163v-4.53" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
<path d="M15.416 8.053H5.751" fill="none" stroke-linejoin="miter" stroke-width=".630375"/>
|
<path d="M17.851 16.785l-.543.906h7.25l-.544-.905" stroke-width=".5434065"/>
|
||||||
</symbol>
|
<path d="M25.101 11.167h-8.336" fill="none" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
<symbol id="sym_light_knight_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
|
||||||
<path d="M10.578 6.372c4.412.42 6.934 3.362 6.724 12.187H7.636c0-3.782 4.202-2.732 3.362-8.825" fill="#fff" stroke-width=".630375"/>
|
|
||||||
<path d="M11.418 9.734c.16 1.222-2.332 3.097-3.362 3.782-1.26.84-1.185 1.824-2.101 1.68-.438-.394.592-1.277 0-1.26-.42 0 .08.517-.42.84-.42 0-1.683.42-1.681-1.68 0-.841 2.521-5.043 2.521-5.043s.794-.799.84-1.471c-.306-.418-.21-.84-.21-1.261.42-.42 1.261 1.05 1.261 1.05h.84s.328-.837 1.051-1.26c.42 0 .42 1.26.42 1.26" fill="#fff" stroke-width=".630375"/>
|
|
||||||
<path d="M5.324 12.885a.21.21 0 11-.42 0 .21.21 0 11.42 0z" fill="#000" stroke-width=".630375"/>
|
|
||||||
<path d="M7.607 8.789a.21.63 30.001 11-.364-.21.21.63 30.001 11.364.21z" fill="#000" stroke-width=".63036"/>
|
|
||||||
</symbol>
|
|
||||||
<symbol id="sym_light_bishop_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
|
||||||
<g fill="#fff" stroke-linecap="butt">
|
|
||||||
<path d="M16.257 17.375c-1.425-.408-4.249.18-5.674-.84-1.424 1.02-4.248.432-5.673.84 0 0-.693.227-1.26.84.285.408.693.417 1.26.21 1.425-.407 4.249.194 5.673-.42 1.425.614 4.25.013 5.674.42.569.207.976.198 1.26-.21-.569-.815-1.26-.84-1.26-.84z" stroke-width=".630375"/>
|
|
||||||
<path d="M13.735 15.694c-1.05 1.05-5.253 1.05-6.303 0-.21-.63 0-.84 0-.84 0-1.051 1.05-1.681 1.05-1.681-2.311-.63-2.521-4.833 2.101-6.514 4.623 1.68 4.413 5.883 2.102 6.514 0 0 1.05.63 1.05 1.68 0 0 .21.21 0 .841z" stroke-width=".630375"/>
|
|
||||||
<path d="M9.533 5.608a1.05 1.05 0 102.101 0 1.05 1.05 0 10-2.101 0z" stroke-width=".630375"/>
|
|
||||||
</g>
|
</g>
|
||||||
<path d="M12.685 13.173H8.482m5.253 1.68H7.432m3.151-6.093v2.101m1.051-1.05H9.533" stroke-linejoin="miter" stroke-width=".630375"/>
|
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_queen_right" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_knight_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M16.678 7.105a.84.84 0 101.68 0 .84.84 0 10-1.68 0zM9.743 5.213a.84.84 0 101.68 0 .84.84 0 10-1.68 0zM2.809 7.105a.84.84 0 101.68 0 .84.84 0 10-1.68 0zM13.315 5.633a.84.84 0 101.68 0 .84.84 0 10-1.68 0zM6.17 5.844a.84.84 0 101.682 0 .84.84 0 10-1.681 0z" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M16.257 12.989c-3.572-.63-8.826-.63-11.347 0l-.84-5.043 2.941 4.622V6.685l2.312 5.673 1.26-6.304 1.261 6.304 2.311-5.883v6.093l2.942-4.622z" stroke-linecap="butt" stroke-width=".630375"/>
|
<path d="M20.928 9.717c3.806.362 5.981 2.9 5.8 10.512H18.39c0-3.262 3.625-2.356 2.9-7.612" fill="#fff" stroke-width=".5434065"/>
|
||||||
<path d="M16.257 12.989c0 .84-.63.84-1.05 1.68-.421.63-.421.42-.211 1.471.63.42.63 1.051.63 1.051.63.63-.21 1.05-.21 1.05-2.731.42-6.934.42-9.665 0 0 0-.63-.42 0-1.05 0 0-.21-.63.42-1.05.21-1.051.21-.841-.21-1.471-.42-.841-1.051-.841-1.051-1.681 3.572-.63 7.775-.63 11.347 0z" stroke-linecap="butt" stroke-width=".630375"/>
|
<path d="M21.653 12.617c.138 1.054-2.012 2.671-2.9 3.262-1.087.725-1.022 1.574-1.813 1.45-.377-.34.511-1.102 0-1.088-.362 0 .07.446-.362.725-.362 0-1.451.362-1.45-1.449 0-.725 2.175-4.35 2.175-4.35s.685-.69.724-1.269c-.264-.36-.18-.724-.18-1.087.361-.363 1.087.905 1.087.905h.724s.283-.722.907-1.087c.362 0 .362 1.087.362 1.087" fill="#fff" stroke-width=".5434065"/>
|
||||||
<path d="M15.206 14.67c-1.47-.42-7.774-.42-9.245 0m9.035 1.47c-2.522-.42-6.304-.42-8.825 0" fill="none" stroke-width=".630375"/>
|
<path d="M16.396 15.335a.181.181 0 11-.362 0 .181.181 0 11.362 0zm1.97-3.533a.181.544 30.001 11-.315-.181.181.544 30.001 11.314.181z" fill="#000" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol id="sym_light_king_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 19.403 22.931">
|
<symbol id="sym_light_bishop_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
<path d="M10.57 6.794V4.427m1.051.841H9.52" stroke-linejoin="miter" stroke-width=".630375"/>
|
<g stroke-width=".63">
|
||||||
<path d="M10.57 12.412S8.68 9.26 9.31 8c0 0 .42-1.051 1.26-1.051s1.261 1.05 1.261 1.05c.63 1.261-1.26 4.413-1.26 4.413" fill="#fff" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".630375"/>
|
<g fill="#fff" stroke-linecap="butt">
|
||||||
<path d="M15.193 17.455c-2.311 1.471-6.514 1.471-8.825 0v-2.941S2.586 12.622 3.846 10.1C5.527 7.369 9.52 8.63 10.57 11.78v1.472-1.471c1.471-3.152 5.464-4.413 6.724-1.681 1.261 2.521-2.1 4.202-2.1 4.202z" fill="#fff" stroke-width=".630375"/>
|
<path d="M25.826 19.209c-1.229-.352-3.664.155-4.894-.725-1.228.88-3.664.373-4.893.725 0 0-.598.196-1.087.724.246.352.598.36 1.087.181 1.23-.35 3.665.168 4.893-.362 1.23.53 3.666.011 4.894.362.491.179.842.171 1.087-.18-.49-.704-1.087-.725-1.087-.725z" stroke-width=".5434065"/>
|
||||||
<path d="M15.193 14.513c-2.311-1.26-6.514-1.26-8.825 0m8.825 1.471c-2.311-1.26-6.514-1.26-8.825 0m8.825 1.471c-2.311-1.26-6.514-1.26-8.825 0" stroke-width=".630375"/>
|
<path d="M23.651 17.759c-.906.906-4.53.906-5.437 0-.18-.544 0-.725 0-.725 0-.906.906-1.45.906-1.45-1.993-.543-2.174-4.168 1.812-5.618 3.988 1.449 3.807 5.074 1.813 5.618 0 0 .906.544.906 1.45 0 0 .181.18 0 .725z" stroke-width=".5434065"/>
|
||||||
|
<path d="M20.027 9.06a.906.906 0 101.812 0 .906.906 0 10-1.812 0z" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
|
<path d="M22.745 15.584H19.12m4.531 1.45h-5.437m2.718-5.256v1.812m.907-.906h-1.812" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sym_light_queen_right" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
|
<g stroke-width=".63">
|
||||||
|
<path d="M26.19 10.351a.725.725 0 101.449 0 .725.725 0 10-1.45 0zM20.208 8.72a.725.725 0 101.449 0 .725.725 0 10-1.45 0zm-5.981 1.632a.725.725 0 101.449 0 .725.725 0 10-1.45 0zm9.062-1.27a.725.725 0 101.449 0 .725.725 0 10-1.45 0zm-6.163.183a.725.725 0 101.45 0 .725.725 0 10-1.45 0z" stroke-width=".5434065"/>
|
||||||
|
<path d="M25.826 15.427c-3.08-.544-7.612-.544-9.787 0l-.724-4.35 2.536 3.987V9.989l1.995 4.893 1.086-5.437 1.088 5.437 1.993-5.074v5.256l2.538-3.987z" stroke-linecap="butt" stroke-width=".5434065"/>
|
||||||
|
<path d="M25.826 15.427c0 .724-.543.724-.905 1.449-.363.543-.363.362-.182 1.269.543.362.543.906.543.906.544.544-.18.906-.18.906-2.357.362-5.982.362-8.337 0 0 0-.544-.362 0-.906 0 0-.182-.543.362-.906.18-.906.18-.725-.181-1.268-.363-.726-.907-.726-.907-1.45 3.081-.544 6.706-.544 9.787 0z" stroke-linecap="butt" stroke-width=".5434065"/>
|
||||||
|
<path d="M24.92 16.877c-1.268-.363-6.706-.363-7.974 0m7.793 1.268c-2.176-.363-5.438-.363-7.612 0" fill="none" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
|
</symbol>
|
||||||
|
<symbol id="sym_light_king_right" fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
|
||||||
|
<g stroke-width=".63">
|
||||||
|
<path d="M20.921 10.082V8.041m.907.725h-1.813" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
|
<path d="M20.921 14.928s-1.63-2.719-1.087-3.806c0 0 .363-.906 1.087-.906s1.088.906 1.088.906c.543 1.087-1.087 3.806-1.087 3.806" fill="#fff" stroke-linecap="butt" stroke-linejoin="miter" stroke-width=".5434065"/>
|
||||||
|
<path d="M24.909 19.278c-1.994 1.269-5.619 1.269-7.612 0V16.74s-3.262-1.632-2.176-3.807c1.45-2.356 4.894-1.268 5.8 1.449v1.27-1.27c1.269-2.718 4.713-3.806 5.8-1.45 1.088 2.175-1.811 3.625-1.811 3.625z" fill="#fff" stroke-width=".5434065"/>
|
||||||
|
<path d="M24.909 16.74c-1.994-1.087-5.619-1.087-7.612 0m7.612 1.269c-1.994-1.087-5.619-1.087-7.612 0m7.612 1.269c-1.994-1.087-5.619-1.087-7.612 0" stroke-width=".5434065"/>
|
||||||
|
</g>
|
||||||
</symbol>
|
</symbol>
|
||||||
</defs>
|
</defs>
|
||||||
<use id="dark_pawn_left" class="piece" xlink:href="#sym_dark_pawn_left"/>
|
<use id="dark_pawn_left" class="piece" xlink:href="#sym_dark_pawn_left"/>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue