mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Some changes mostly to get Ports working properly.
This commit is contained in:
parent
9b7ad8966e
commit
676b076e07
|
@ -41,6 +41,7 @@ MetaDataDecl folderDecls[] = {
|
||||||
{"name", MD_STRING, "", false, "name", "enter game name", true},
|
{"name", MD_STRING, "", false, "name", "enter game name", true},
|
||||||
{"desc", MD_MULTILINE_STRING, "", false, "description", "enter description", true},
|
{"desc", MD_MULTILINE_STRING, "", false, "description", "enter description", true},
|
||||||
{"rating", MD_RATING, "0", false, "rating", "enter rating", true},
|
{"rating", MD_RATING, "0", false, "rating", "enter rating", true},
|
||||||
|
{"releasedate", MD_DATE, "not-a-date-time", false, "release date", "enter release date", true},
|
||||||
{"developer", MD_STRING, "unknown", false, "developer", "enter game developer", true},
|
{"developer", MD_STRING, "unknown", false, "developer", "enter game developer", true},
|
||||||
{"publisher", MD_STRING, "unknown", false, "publisher", "enter game publisher", true},
|
{"publisher", MD_STRING, "unknown", false, "publisher", "enter game publisher", true},
|
||||||
{"genre", MD_STRING, "unknown", false, "genre", "enter game genre", true},
|
{"genre", MD_STRING, "unknown", false, "genre", "enter game genre", true},
|
||||||
|
|
|
@ -53,6 +53,7 @@ namespace PlatformIds
|
||||||
"gameandwatch",
|
"gameandwatch",
|
||||||
"openbor",
|
"openbor",
|
||||||
"dos",
|
"dos",
|
||||||
|
"pc",
|
||||||
"sega32x",
|
"sega32x",
|
||||||
"segacd",
|
"segacd",
|
||||||
"dreamcast",
|
"dreamcast",
|
||||||
|
|
|
@ -53,6 +53,7 @@ namespace PlatformIds
|
||||||
NINTENDO_GAME_AND_WATCH,
|
NINTENDO_GAME_AND_WATCH,
|
||||||
OPENBOR,
|
OPENBOR,
|
||||||
DOS,
|
DOS,
|
||||||
|
PC,
|
||||||
SEGA_32X,
|
SEGA_32X,
|
||||||
SEGA_CD,
|
SEGA_CD,
|
||||||
SEGA_DREAMCAST,
|
SEGA_DREAMCAST,
|
||||||
|
|
|
@ -78,6 +78,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
|
||||||
{ NINTENDO_VIRTUAL_BOY, "4918" },
|
{ NINTENDO_VIRTUAL_BOY, "4918" },
|
||||||
{ NINTENDO_GAME_AND_WATCH, "-1" },
|
{ NINTENDO_GAME_AND_WATCH, "-1" },
|
||||||
{ DOS, "1" },
|
{ DOS, "1" },
|
||||||
|
{ PC, "1" },
|
||||||
{ SEGA_32X, "33" },
|
{ SEGA_32X, "33" },
|
||||||
{ SEGA_CD, "21" },
|
{ SEGA_CD, "21" },
|
||||||
{ SEGA_DREAMCAST, "16" },
|
{ SEGA_DREAMCAST, "16" },
|
||||||
|
|
|
@ -63,6 +63,7 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
|
||||||
{ NINTENDO_VIRTUAL_BOY, 11 },
|
{ NINTENDO_VIRTUAL_BOY, 11 },
|
||||||
{ NINTENDO_GAME_AND_WATCH, 52 },
|
{ NINTENDO_GAME_AND_WATCH, 52 },
|
||||||
{ DOS, 135 },
|
{ DOS, 135 },
|
||||||
|
{ PC, 135 },
|
||||||
{ OPENBOR, 214 },
|
{ OPENBOR, 214 },
|
||||||
{ SCUMMVM, 123},
|
{ SCUMMVM, 123},
|
||||||
{ SEGA_32X, 19 },
|
{ SEGA_32X, 19 },
|
||||||
|
|
|
@ -608,7 +608,7 @@
|
||||||
<name>ports</name>
|
<name>ports</name>
|
||||||
<fullname>Ports</fullname>
|
<fullname>Ports</fullname>
|
||||||
<path>%ROMPATH%/ports</path>
|
<path>%ROMPATH%/ports</path>
|
||||||
<extension>.sh .SH</extension>
|
<extension>.sh .csh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>bash %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>ports</theme>
|
<theme>ports</theme>
|
||||||
|
|
|
@ -608,8 +608,8 @@
|
||||||
<name>ports</name>
|
<name>ports</name>
|
||||||
<fullname>Ports</fullname>
|
<fullname>Ports</fullname>
|
||||||
<path>%ROMPATH%\ports</path>
|
<path>%ROMPATH%\ports</path>
|
||||||
<extension>.sh .SH</extension>
|
<extension>.bat .ps1</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>%ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>ports</theme>
|
<theme>ports</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -1,96 +1,316 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
|
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg version="1.1" id="Layer_1" xmlns:svg="http://www.w3.org/2000/svg"
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="246.295px"
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
height="124.395px" viewBox="169.102 12.001 246.295 124.395" enable-background="new 169.102 12.001 246.295 124.395"
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
xml:space="preserve">
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-458.3301" y1="157.1563" x2="-458.3301" y2="230.7196" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
<stop offset="0" style="stop-color:#9B9B9B"/>
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
<stop offset="1" style="stop-color:#5B5C60"/>
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
id="Layer_1"
|
||||||
|
x="0px"
|
||||||
|
y="0px"
|
||||||
|
width="246.295px"
|
||||||
|
height="124.395px"
|
||||||
|
viewBox="169.102 12.001 246.295 124.395"
|
||||||
|
enable-background="new 169.102 12.001 246.295 124.395"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="logo.svg"
|
||||||
|
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
|
||||||
|
id="metadata101"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs99" /><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1141"
|
||||||
|
id="namedview97"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.4129398"
|
||||||
|
inkscape:cx="-5.3080819"
|
||||||
|
inkscape:cy="62.197498"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Layer_1" />
|
||||||
|
<linearGradient
|
||||||
|
id="SVGID_1_"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-458.3301"
|
||||||
|
y1="157.1563"
|
||||||
|
x2="-458.3301"
|
||||||
|
y2="230.7196"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#9B9B9B"
|
||||||
|
id="stop2" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#5B5C60"
|
||||||
|
id="stop4" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_1_)" d="M174.233,127.865l1.17-2.779V17.825l-2.926-3.659h36.438l9.95,6v49.898l-27.071,15.071v25.462h3.659
|
|
||||||
L174.233,127.865z M191.5,66.845l11.707-7.023V31.433H191.5V66.845z"/>
|
<linearGradient
|
||||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-408.3584" y1="157.1563" x2="-408.3584" y2="230.7195" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
id="SVGID_2_"
|
||||||
<stop offset="0" style="stop-color:#9B9B9B"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="1" style="stop-color:#5B5C60"/>
|
x1="-408.3584"
|
||||||
|
y1="157.1563"
|
||||||
|
x2="-408.3584"
|
||||||
|
y2="230.7195"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#9B9B9B"
|
||||||
|
id="stop9" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#5B5C60"
|
||||||
|
id="stop11" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_2_)" d="M261.152,14.166l6.439,7.463v85.166l-23.852,20.192l-20.047-18.585V22.214l6.146-8.048H261.152z
|
|
||||||
M240.227,29.97v65.848l9.805,8.634V29.969L240.227,29.97L240.227,29.97z"/>
|
<linearGradient
|
||||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-360.3633" y1="157.1563" x2="-360.3633" y2="230.7198" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
id="SVGID_3_"
|
||||||
<stop offset="0" style="stop-color:#9B9B9B"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="1" style="stop-color:#5B5C60"/>
|
x1="-360.3633"
|
||||||
|
y1="157.1563"
|
||||||
|
x2="-360.3633"
|
||||||
|
y2="230.7198"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#9B9B9B"
|
||||||
|
id="stop16" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#5B5C60"
|
||||||
|
id="stop18" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_3_)" d="M272.857,125.378V17.825l-2.926-3.659h36.436l9.95,6v30.876l-15.364,8.78l15.364,8.193v28.242
|
|
||||||
l1.025,0.879l-16.975,12.437v-34.68l-11.12-5.854v44.046l2.195,3.22l-20.196,14.926L272.857,125.378z M288.953,50.749l11.706-7.024
|
<linearGradient
|
||||||
V31.433h-11.706V50.749z"/>
|
id="SVGID_4_"
|
||||||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-310.6855" y1="157.1563" x2="-310.6855" y2="230.7196" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="0" style="stop-color:#9B9B9B"/>
|
x1="-310.6855"
|
||||||
<stop offset="1" style="stop-color:#5B5C60"/>
|
y1="157.1563"
|
||||||
|
x2="-310.6855"
|
||||||
|
y2="230.7196"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#9B9B9B"
|
||||||
|
id="stop23" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#5B5C60"
|
||||||
|
id="stop25" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_4_)" d="M334.608,31.433h-13.024V17.824l-2.926-3.659h49.313l-2.926,3.659v13.609h-14.196v83.553l2.342,3.513
|
|
||||||
l-20.341,14.633l1.756-7.902V31.433H334.608z"/>
|
<linearGradient
|
||||||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-263.4224" y1="157.1563" x2="-263.4224" y2="230.7195" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
id="SVGID_5_"
|
||||||
<stop offset="0" style="stop-color:#9B9B9B"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="1" style="stop-color:#5B5C60"/>
|
x1="-263.4224"
|
||||||
|
y1="157.1563"
|
||||||
|
x2="-263.4224"
|
||||||
|
y2="230.7195"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#9B9B9B"
|
||||||
|
id="stop30" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#5B5C60"
|
||||||
|
id="stop32" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_5_)" d="M403.82,14.166l9.951,6v14.78h-17.56v-3.512h-9.805v21.803l27.364,14.778v24.146l-44.632,35.704
|
|
||||||
l1.172-2.779V77.088h16.096v10.39l9.805-7.17v-6l-25.899-14.634V17.825l-2.928-3.659H403.82z"/>
|
<linearGradient
|
||||||
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-457.4707" y1="112.8584" x2="-457.4707" y2="189.3957" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
id="SVGID_6_"
|
||||||
<stop offset="0" style="stop-color:#F9DA55"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="1" style="stop-color:#E04305"/>
|
x1="-457.4707"
|
||||||
|
y1="112.8584"
|
||||||
|
x2="-457.4707"
|
||||||
|
y2="189.3957"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#F9DA55"
|
||||||
|
id="stop37" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#E04305"
|
||||||
|
id="stop39" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_6_)" d="M218.845,60.32v9.688l-27.072,15.071v25.461h3.659l-21.218,17.268l1.171-2.779V85.201"/>
|
|
||||||
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-408.3779" y1="112.8594" x2="-408.3779" y2="189.3956" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
<linearGradient
|
||||||
<stop offset="0" style="stop-color:#F9DA55"/>
|
id="SVGID_7_"
|
||||||
<stop offset="1" style="stop-color:#E04305"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-408.3779"
|
||||||
|
y1="112.8594"
|
||||||
|
x2="-408.3779"
|
||||||
|
y2="189.3956"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#F9DA55"
|
||||||
|
id="stop44" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#E04305"
|
||||||
|
id="stop46" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_7_)" d="M267.572,84.119v22.616l-23.852,20.193l-20.047-18.585V59.869l16.535,9.014V95.76l9.804,8.634V74.475
|
|
||||||
L267.572,84.119z"/>
|
<linearGradient
|
||||||
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-359.7236" y1="112.8584" x2="-359.7236" y2="189.3984" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
id="SVGID_8_"
|
||||||
<stop offset="0" style="stop-color:#F9DA55"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="1" style="stop-color:#E04305"/>
|
x1="-359.7236"
|
||||||
|
y1="112.8584"
|
||||||
|
x2="-359.7236"
|
||||||
|
y2="189.3984"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#F9DA55"
|
||||||
|
id="stop51" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#E04305"
|
||||||
|
id="stop53" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_8_)" d="M289.227,76.907v36.121l2.195,3.219l-20.193,14.927l1.609-5.853V84.66 M312.07,65.703l4.229,2.256
|
|
||||||
V96.2l1.025,0.878l-16.976,12.438v-34.68l-3.292-1.732"/>
|
<linearGradient
|
||||||
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-310.9966" y1="112.8594" x2="-310.9966" y2="189.396" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
id="SVGID_9_"
|
||||||
<stop offset="0" style="stop-color:#F9DA55"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
<stop offset="1" style="stop-color:#E04305"/>
|
x1="-310.9966"
|
||||||
|
y1="112.8594"
|
||||||
|
x2="-310.9966"
|
||||||
|
y2="189.396"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#F9DA55"
|
||||||
|
id="stop58" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#E04305"
|
||||||
|
id="stop60" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_9_)" d="M350.833,74.203v40.727l2.341,3.512l-20.34,14.633l1.756-7.902V64.017"/>
|
|
||||||
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-262.5625" y1="112.8584" x2="-262.5625" y2="189.397" gradientTransform="matrix(1 0 0 -1 654 245.8398)">
|
<linearGradient
|
||||||
<stop offset="0" style="stop-color:#F9DA55"/>
|
id="SVGID_10_"
|
||||||
<stop offset="1" style="stop-color:#E04305"/>
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="-262.5625"
|
||||||
|
y1="112.8584"
|
||||||
|
x2="-262.5625"
|
||||||
|
y2="189.397"
|
||||||
|
gradientTransform="matrix(1,0,0,-1,654,245.8398)">
|
||||||
|
<stop
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#F9DA55"
|
||||||
|
id="stop65" />
|
||||||
|
<stop
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#E04305"
|
||||||
|
id="stop67" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<path fill="url(#SVGID_10_)" d="M403.894,62.633l9.859,5.326v24.145l-44.632,35.704l1.171-2.779V77.031h16.096v10.391l9.805-7.171
|
|
||||||
v-5.999l-8.329-4.708"/>
|
|
||||||
<polygon fill="#542209" points="175.901,83.96 217.281,60.023 218.364,61.898 176.986,85.834 "/>
|
|
||||||
<polygon fill="#542209" points="224.338,61.506 225.372,59.604 240.721,67.934 239.693,69.834 "/>
|
|
||||||
<polygon fill="#542209" points="250.54,75.686 251.64,73.821 267.461,83.153 266.36,85.018 "/>
|
|
||||||
<polygon fill="#542209" points="272.914,83.797 288.465,75.953 289.441,77.885 273.89,85.727 "/>
|
|
||||||
<polygon fill="#542209" points="297.238,71.634 309.542,65.143 310.551,67.059 298.246,73.549 "/>
|
|
||||||
<polygon fill="#542209" points="335.008,65.109 336.201,63.305 349.724,72.229 348.532,74.035 "/>
|
|
||||||
<polygon fill="#542209" points="387.895,68.225 401.821,61.869 402.721,63.839 388.793,70.195 "/>
|
|
||||||
<path d="M173.778,124.217V17.852l-4.677-5.849h40.263l11.12,6.705v51.77l-27.071,15.07v22.886h6.599l-24.756,20.146l-5.048,4.107
|
|
||||||
L173.778,124.217L173.778,124.217z M175.727,127.952l-1.496-0.629L175.727,127.952L175.727,127.952z M177.025,16.712v106.244
|
|
||||||
l13.857-11.277h-0.714V83.641l27.068-15.072v-48.03l-8.775-5.291l-32.612-0.002L177.025,16.712L177.025,16.712z M189.875,29.27
|
|
||||||
h14.953v30.929l-12.496,7.495l-0.835-1.391l0.835,1.391l-2.458,1.479V29.27L189.875,29.27z M193.12,63.437l8.46-5.075V32.515
|
<g
|
||||||
l-8.46-0.002V63.437L193.12,63.437z"/>
|
id="g930"
|
||||||
<path d="M222.067,108.567V21.124l6.965-9.121h32.118v1.622v-1.622h0.741l7.321,8.48v86.52l-25.525,21.61L222.067,108.567
|
transform="matrix(0.92034648,0,0,0.92034648,23.27866,5.9102112)"><path
|
||||||
L222.067,108.567z M225.312,22.223v84.932l18.474,17.124l22.18-18.776V21.689l-5.56-6.442h-29.767L225.312,22.223L225.312,22.223z
|
id="path7"
|
||||||
M238.603,96.009v-66.58v-1.623h13.049v79.7L238.603,96.009L238.603,96.009z M241.848,94.544l6.558,5.775V31.052h-6.558V94.544
|
d="m 174.233,127.865 1.17,-2.779 V 17.825 l -2.926,-3.659 h 36.438 l 9.95,6 v 49.898 l -27.071,15.071 v 25.462 h 3.659 z M 191.5,66.845 203.207,59.822 V 31.433 H 191.5 Z"
|
||||||
L241.848,94.544z M240.226,31.052v-1.623V31.052L240.226,31.052z"/>
|
style="fill:url(#SVGID_1_)"
|
||||||
<path d="M271.232,124.612L271.23,17.852l-4.678-5.85h40.263l11.123,6.707v32.734l-13.632,7.788l13.632,7.271l-0.002,28.469
|
inkscape:connector-curvature="0" /><path
|
||||||
l2.014,1.724l-21.208,15.534V75.331l-7.875-4.145v40.857l2.794,4.095l-25.226,18.644L271.232,124.612L271.232,124.612z
|
id="path14"
|
||||||
M274.478,125.055l-0.425,1.541l15.167-11.209l-1.598-2.346V65.812l14.365,7.56l-0.002,32.458l12.744-9.337l-0.039-0.031V68.448
|
d="m 261.152,14.166 6.439,7.463 v 85.166 l -23.852,20.192 -20.047,-18.585 V 22.214 l 6.146,-8.048 h 31.314 z M 240.227,29.97 v 65.848 l 9.805,8.634 V 29.969 l -9.805,10e-4 z"
|
||||||
l-17.098-9.118l17.098-9.771V20.54l-8.779-5.293h-32.606l1.174,1.466v108.122L274.478,125.055L274.478,125.055z M287.329,29.27
|
style="fill:url(#SVGID_2_)"
|
||||||
h14.952V44.1l-12.494,7.499l-0.836-1.392l0.836,1.392l-2.458,1.475V29.27L287.329,29.27z M290.574,47.341l8.461-5.078v-9.75h-8.461
|
inkscape:connector-curvature="0" /><path
|
||||||
V47.341L290.574,47.341z"/>
|
id="path21"
|
||||||
<path d="M332.982,124.512V32.514h-13.022V17.852l-4.677-5.849h56.064l-4.681,5.851v14.66h-14.195v81.442l2.938,4.403l-25.068,18.037
|
d="M 272.857,125.378 V 17.825 l -2.926,-3.659 h 36.436 l 9.95,6 v 30.876 l -15.364,8.78 15.364,8.193 v 28.242 l 1.025,0.879 -16.975,12.437 v -34.68 l -11.12,-5.854 v 44.046 l 2.195,3.22 -20.196,14.926 z m 16.096,-74.629 11.706,-7.024 V 31.433 h -11.706 z"
|
||||||
L332.982,124.512L332.982,124.512z M336.23,29.27v95.597l-0.874,3.924l15.613-11.234l-1.743-2.619V29.27h14.194V16.713l1.173-1.465
|
style="fill:url(#SVGID_3_)"
|
||||||
h-42.562l1.174,1.465V29.27h11.4v1.623V29.27H336.23L336.23,29.27z"/>
|
inkscape:connector-curvature="0" /><path
|
||||||
<path d="M368.687,124.216V74.923h19.341v8.813l6.559-4.794V74.71l-25.898-14.63V17.853l-4.678-5.851h39.81v1.623v-1.623h0.453
|
id="path28"
|
||||||
l11.123,6.706v17.319H394.59v-3.512h-6.561v19.212l27.367,14.781V92.4l-50.234,40.179L368.687,124.216L368.687,124.216z
|
d="M 334.608,31.433 H 321.584 V 17.824 l -2.926,-3.659 h 49.313 l -2.926,3.659 v 13.609 h -14.196 v 83.553 l 2.342,3.513 -20.341,14.633 1.756,-7.902 V 31.433 Z"
|
||||||
M371.933,123.01l40.212-32.17V68.441l-27.363-14.779V29.269h13.051l-0.002,3.511h14.315V20.539l-8.775-5.291l-32.613-0.002
|
style="fill:url(#SVGID_4_)"
|
||||||
l1.176,1.468l-0.003,41.471l25.902,14.633v7.769l-13.051,9.546V78.169h-12.849V123.01L371.933,123.01z"/>
|
inkscape:connector-curvature="0" /><path
|
||||||
</svg>
|
id="path35"
|
||||||
|
d="m 403.82,14.166 9.951,6 v 14.78 h -17.56 v -3.512 h -9.805 v 21.803 l 27.364,14.778 v 24.146 l -44.632,35.704 1.172,-2.779 V 77.088 h 16.096 v 10.39 l 9.805,-7.17 v -6 L 370.312,59.674 V 17.825 l -2.928,-3.659 z"
|
||||||
|
style="fill:url(#SVGID_5_)"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path42"
|
||||||
|
d="m 218.845,60.32 v 9.688 l -27.072,15.071 v 25.461 h 3.659 l -21.218,17.268 1.171,-2.779 V 85.201"
|
||||||
|
style="fill:url(#SVGID_6_)"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path49"
|
||||||
|
d="m 267.572,84.119 v 22.616 L 243.72,126.928 223.673,108.343 V 59.869 l 16.535,9.014 V 95.76 l 9.804,8.634 V 74.475 Z"
|
||||||
|
style="fill:url(#SVGID_7_)"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path56"
|
||||||
|
d="m 289.227,76.907 v 36.121 l 2.195,3.219 -20.193,14.927 1.609,-5.853 V 84.66 m 39.232,-18.957 4.229,2.256 V 96.2 l 1.025,0.878 -16.976,12.438 v -34.68 l -3.292,-1.732"
|
||||||
|
style="fill:url(#SVGID_8_)"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path63"
|
||||||
|
d="m 350.833,74.203 v 40.727 l 2.341,3.512 -20.34,14.633 1.756,-7.902 V 64.017"
|
||||||
|
style="fill:url(#SVGID_9_)"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path70"
|
||||||
|
d="m 403.894,62.633 9.859,5.326 v 24.145 l -44.632,35.704 1.171,-2.779 V 77.031 h 16.096 v 10.391 l 9.805,-7.171 v -5.999 l -8.329,-4.708"
|
||||||
|
style="fill:url(#SVGID_10_)"
|
||||||
|
inkscape:connector-curvature="0" /><polygon
|
||||||
|
id="polygon72"
|
||||||
|
points="217.281,60.023 218.364,61.898 176.986,85.834 175.901,83.96 "
|
||||||
|
style="fill:#542209" /><polygon
|
||||||
|
id="polygon74"
|
||||||
|
points="225.372,59.604 240.721,67.934 239.693,69.834 224.338,61.506 "
|
||||||
|
style="fill:#542209" /><polygon
|
||||||
|
id="polygon76"
|
||||||
|
points="251.64,73.821 267.461,83.153 266.36,85.018 250.54,75.686 "
|
||||||
|
style="fill:#542209" /><polygon
|
||||||
|
id="polygon78"
|
||||||
|
points="288.465,75.953 289.441,77.885 273.89,85.727 272.914,83.797 "
|
||||||
|
style="fill:#542209" /><polygon
|
||||||
|
id="polygon80"
|
||||||
|
points="309.542,65.143 310.551,67.059 298.246,73.549 297.238,71.634 "
|
||||||
|
style="fill:#542209" /><polygon
|
||||||
|
id="polygon82"
|
||||||
|
points="336.201,63.305 349.724,72.229 348.532,74.035 335.008,65.109 "
|
||||||
|
style="fill:#542209" /><polygon
|
||||||
|
id="polygon84"
|
||||||
|
points="401.821,61.869 402.721,63.839 388.793,70.195 387.895,68.225 "
|
||||||
|
style="fill:#542209" /><path
|
||||||
|
id="path86"
|
||||||
|
d="M 173.778,124.217 V 17.852 l -4.677,-5.849 h 40.263 l 11.12,6.705 v 51.77 l -27.071,15.07 v 22.886 h 6.599 l -24.756,20.146 -5.048,4.107 3.57,-8.47 z m 1.949,3.735 -1.496,-0.629 1.496,0.629 z m 1.298,-111.24 v 106.244 l 13.857,-11.277 h -0.714 V 83.641 l 27.068,-15.072 v -48.03 l -8.775,-5.291 -32.612,-0.002 1.176,1.466 z m 12.85,12.558 h 14.953 v 30.929 l -12.496,7.495 -0.835,-1.391 0.835,1.391 -2.458,1.479 V 29.27 Z m 3.245,34.167 8.46,-5.075 V 32.515 l -8.46,-0.002 v 30.924 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path88"
|
||||||
|
d="M 222.067,108.567 V 21.124 l 6.965,-9.121 h 32.118 v 1.622 -1.622 h 0.741 l 7.321,8.48 v 86.52 l -25.525,21.61 -21.62,-20.046 z m 3.245,-86.344 v 84.932 l 18.474,17.124 22.18,-18.776 V 21.689 l -5.56,-6.442 h -29.767 l -5.327,6.976 z m 13.291,73.786 v -66.58 -1.623 h 13.049 v 79.7 L 238.603,96.009 Z m 3.245,-1.465 6.558,5.775 V 31.052 h -6.558 v 63.492 z m -1.622,-63.492 v -1.623 1.623 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path90"
|
||||||
|
d="m 271.232,124.612 -0.002,-106.76 -4.678,-5.85 h 40.263 l 11.123,6.707 v 32.734 l -13.632,7.788 13.632,7.271 -0.002,28.469 2.014,1.724 -21.208,15.534 V 75.331 l -7.875,-4.145 v 40.857 l 2.794,4.095 -25.226,18.644 2.797,-10.17 z m 3.246,0.443 -0.425,1.541 15.167,-11.209 -1.598,-2.346 V 65.812 l 14.365,7.56 -0.002,32.458 12.744,-9.337 -0.039,-0.031 V 68.448 L 297.592,59.33 314.69,49.559 V 20.54 l -8.779,-5.293 h -32.606 l 1.174,1.466 v 108.122 l -10e-4,0.22 z M 287.329,29.27 h 14.952 V 44.1 l -12.494,7.499 -0.836,-1.392 0.836,1.392 -2.458,1.475 V 29.27 Z m 3.245,18.071 8.461,-5.078 v -9.75 h -8.461 v 14.828 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path92"
|
||||||
|
d="M 332.982,124.512 V 32.514 H 319.96 V 17.852 l -4.677,-5.849 h 56.064 l -4.681,5.851 v 14.66 h -14.195 v 81.442 l 2.938,4.403 -25.068,18.037 2.641,-11.884 z M 336.23,29.27 v 95.597 l -0.874,3.924 15.613,-11.234 -1.743,-2.619 V 29.27 H 363.42 V 16.713 l 1.173,-1.465 h -42.562 l 1.174,1.465 V 29.27 h 11.4 v 1.623 -1.623 h 1.625 z"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
id="path94"
|
||||||
|
d="M 368.687,124.216 V 74.923 h 19.341 v 8.813 l 6.559,-4.794 V 74.71 L 368.689,60.08 V 17.853 l -4.678,-5.851 h 39.81 v 1.623 -1.623 h 0.453 l 11.123,6.706 V 36.027 H 394.59 v -3.512 h -6.561 v 19.212 l 27.367,14.781 V 92.4 l -50.234,40.179 3.525,-8.363 z m 3.246,-1.206 40.212,-32.17 V 68.441 L 384.782,53.662 V 29.269 h 13.051 l -0.002,3.511 h 14.315 V 20.539 l -8.775,-5.291 -32.613,-0.002 1.176,1.468 -0.003,41.471 25.902,14.633 v 7.769 l -13.051,9.546 V 78.169 h -12.849 v 44.841 z"
|
||||||
|
inkscape:connector-curvature="0" /></g>
|
||||||
|
</svg>
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue