Some updates related to the arcade game systems.
15
USERGUIDE.md
|
@ -1395,11 +1395,11 @@ Please refer to the [INSTALL.md](INSTALL.md#command-line-arguments) document for
|
||||||
|
|
||||||
**Note:** The following list is what the default es_systems.cfg files and the rbsimple-DE theme supports. This theme set is very comprehensive, so if you're using another theme, it may be that some or many of these systems are not supported. ES-DE will still work but the game system will not be themed which looks very ugly.
|
**Note:** The following list is what the default es_systems.cfg files and the rbsimple-DE theme supports. This theme set is very comprehensive, so if you're using another theme, it may be that some or many of these systems are not supported. ES-DE will still work but the game system will not be themed which looks very ugly.
|
||||||
|
|
||||||
Note as well that the list and corresponding es_systems.cfg templates may not match what's actually available for all supported operating systems. For example, in some instances you may need to compile the RetroArch cores from source code as they may not come pre-built for your OS, and in some instances they may not work at all. Linux is the reference as most RetroArch cores and other emulators are supported on this class of operating systems. But entries are still retained in all es_systems.cfg templates as more emulators may be supported in the future. The exception is entries that are definitely not going to be available (such as Lutris on non-Unix platforms), and in those instances a placeholder is used in order to maintain the file structure across the template files. Finally, if the preferred emulator or core is not available for a certain OS but there is a feasible alternative, then this is used instead. Such an example is for Nintendo 64, where ParaLLEl N64 is defined on Windows and Mupen64Plus-Next is defined on Unix and macOS.
|
Note as well that the list and corresponding es_systems.cfg templates may not match what's actually available for all supported operating systems. For example, in some instances you may need to compile the RetroArch cores from source code as they may not come pre-built for your OS, and in some instances they may not work at all. Linux is the reference as most RetroArch cores and other emulators are supported on this operating system. But entries are still retained in all es_systems.cfg templates as more emulators may be supported in the future. Finally, if the preferred emulator or core is not available for a certain OS but there is a feasible alternative, then this is used instead. Such an example is for Nintendo 64, where ParaLLEl N64 is defined on Windows and Mupen64Plus-Next is defined on Unix and macOS.
|
||||||
|
|
||||||
The column **Game system name** corresponds to the directory where you should put your game files, e.g. `~/ROMs/c64` or `~/ROMs/megadrive`.
|
The column **Game system name** corresponds to the directory where you should put your game files, e.g. `~/ROMs/c64` or `~/ROMs/megadrive`.
|
||||||
|
|
||||||
Regional differences are handled by simply using the game system name corresponding to your region. For example for Sega Mega Drive, _megadrive_ would be used by most people in the world, although persons from North America would use _genesis_ instead. The same is true for _pcengine_ vs _tg16_ etc. This only affects the theme selection and the corresponding theme graphics, the same emulator and scraper settings are still used for the regional variants although that can of course be modified in the es_systems.cfg file if you wish to.
|
Regional differences are handled by simply using the game system name corresponding to your region. For example for Sega Mega Drive, _megadrive_ would be used by most people in the world, although persons from North America would use _genesis_ instead. The same is true for _pcengine_ vs _tg16_ etc. This only affects the theme selection and the corresponding theme graphics, the same emulator and scraper settings are still used for the regional variants although that can of course be modified in the es_systems.cfg file if you wish.
|
||||||
|
|
||||||
Sometimes the name of the console is (more or less) the same for multiple regions, and in those circumstances the region has been added as a suffix to the game system name. For instance `na` for North America has been added to `snes` (Super Nintendo) giving the system name `snesna`. The same goes for Japan, as in `megacd` and `megacdjp`. Again, this only affects the theme and theme graphics.
|
Sometimes the name of the console is (more or less) the same for multiple regions, and in those circumstances the region has been added as a suffix to the game system name. For instance `na` for North America has been added to `snes` (Super Nintendo) giving the system name `snesna`. The same goes for Japan, as in `megacd` and `megacdjp`. Again, this only affects the theme and theme graphics.
|
||||||
|
|
||||||
|
@ -1409,7 +1409,9 @@ The **Default emulator** column shows the emulator configured in es_systems.cfg,
|
||||||
|
|
||||||
For additional details regarding which game file extensions are supported per system, refer to the es_systems.cfg templates [es_systems.cfg_unix](resources/templates/es_systems.cfg_unix), [es_systems.cfg_macos](resources/templates/es_systems.cfg_macos) and [es_systems.cfg_windows](resources/templates/es_systems.cfg_windows). Normally the extensions setup in these files should cover everything that the emulators support.
|
For additional details regarding which game file extensions are supported per system, refer to the es_systems.cfg templates [es_systems.cfg_unix](resources/templates/es_systems.cfg_unix), [es_systems.cfg_macos](resources/templates/es_systems.cfg_macos) and [es_systems.cfg_windows](resources/templates/es_systems.cfg_windows). Normally the extensions setup in these files should cover everything that the emulators support.
|
||||||
|
|
||||||
For some entries in the es_systems.cfg template files, there is no emulator defined but instead only a `PLACEHOLDER` value. For these game systems you need to manually update the file, assuming an emulator is available for your operating system. Over time as work with ES-DE progresses most of these placeholders will hopefully be replaced by real emulator configuration entries. But in some instances this will not happen as some emulators and applications are not available for all operating systems. Lutris is such as example as this software only runs on Unix. The placeholder entries are retained in the template files for the other operating systems in these situations as it's easier to maintain the files if they have the same structure.
|
Note that MAME emulation is a bit special as the choice of emulator or core depends on which ROM set you're using. It's recommended to go for the latest available set, as MAME is constantly improved with more complete and accurate emulation. Therefore the default _arcade_ system is preconfigured to use the RetroArch core _MAME - Current_ which as the name implies will be the latest available MAME version. For really slow computers though, the 0.78 ROM set is a popular choice. To use this you either need to modify the es_systems.cfg file, or you can use the _mame_ system which comes preconfigured for the RetroArch core _MAME 2003-Plus_. There are other alternatives as well such as _MAME 2010_ that uses the 0.139 ROM set but this would require a manual change of the es_systems.cfg file and is generally not recommended.
|
||||||
|
|
||||||
|
There are other MAME versions and derivates available as well such as MAME4ALL, AdvanceMAME, FinalBurn Alpha and FinalBurn Neo but it's beyond the scope of this document to describe those in detail. For more information, refer to the [RetroPie arcade documentation](https://retropie.org.uk/docs/Arcade) which has a good overview of the various MAME alternatives.
|
||||||
|
|
||||||
Consider the table below a work in progress as it's obvioulsy not fully populated yet!
|
Consider the table below a work in progress as it's obvioulsy not fully populated yet!
|
||||||
|
|
||||||
|
@ -1425,7 +1427,7 @@ Consider the table below a work in progress as it's obvioulsy not fully populate
|
||||||
| amstradcpc | Amstrad CPC | | |
|
| amstradcpc | Amstrad CPC | | |
|
||||||
| apple2 | Apple II | | |
|
| apple2 | Apple II | | |
|
||||||
| apple2gs | Apple IIGS | | |
|
| apple2gs | Apple IIGS | | |
|
||||||
| arcade | Arcade | RetroArch (MAME 2016 on Unix & Windows, MAME 2010 on macOS)* | Single archive file following MAME name standard in root folder |
|
| arcade | Arcade | RetroArch (MAME - Current)* | Single archive file following MAME name standard in root folder |
|
||||||
| astrocade | Bally Astrocade | | |
|
| astrocade | Bally Astrocade | | |
|
||||||
| atari2600 | Atari 2600 | RetroArch(Stella 2014) | Single archive or ROM file in root folder |
|
| atari2600 | Atari 2600 | RetroArch(Stella 2014) | Single archive or ROM file in root folder |
|
||||||
| atari5200 | Atari 5200 | | |
|
| atari5200 | Atari 5200 | | |
|
||||||
|
@ -1452,7 +1454,7 @@ Consider the table below a work in progress as it's obvioulsy not fully populate
|
||||||
| dragon32 | Dragon 32 | | |
|
| dragon32 | Dragon 32 | | |
|
||||||
| dreamcast | Sega Dreamcast | | |
|
| dreamcast | Sega Dreamcast | | |
|
||||||
| famicom | Nintendo Family Computer | RetroArch (Nestopia UE) | Single archive or ROM file in root folder |
|
| famicom | Nintendo Family Computer | RetroArch (Nestopia UE) | Single archive or ROM file in root folder |
|
||||||
| fba | Final Burn Alpha | RetroArch (FB Alpha 2012)* | Single archive file following MAME name standard in root folder |
|
| fba | FinalBurn Alpha | RetroArch (FB Alpha 2012)* | Single archive file following MAME name standard in root folder |
|
||||||
| fbneo | FinalBurn Neo | RetroArch (FinalBurn Neo)* | Single archive file following MAME name standard in root folder |
|
| fbneo | FinalBurn Neo | RetroArch (FinalBurn Neo)* | Single archive file following MAME name standard in root folder |
|
||||||
| fds | Nintendo Famicom Disk System | RetroArch (Nestopia UE)* | Single archive or ROM file in root folder |
|
| fds | Nintendo Famicom Disk System | RetroArch (Nestopia UE)* | Single archive or ROM file in root folder |
|
||||||
| gameandwatch | Nintendo Game and Watch | | |
|
| gameandwatch | Nintendo Game and Watch | | |
|
||||||
|
@ -1468,9 +1470,8 @@ Consider the table below a work in progress as it's obvioulsy not fully populate
|
||||||
| lutris | Lutris open gaming platform | Lutris application (Unix only) | Shell script in root folder |
|
| lutris | Lutris open gaming platform | Lutris application (Unix only) | Shell script in root folder |
|
||||||
| lutro | Lutro game engine | | |
|
| lutro | Lutro game engine | | |
|
||||||
| macintosh | Apple Macintosh | | |
|
| macintosh | Apple Macintosh | | |
|
||||||
| mame | Multiple Arcade Machine Emulator | RetroArch (MAME 2016 on Unix & Windows, MAME 2010 on macOS)* | Single archive file following MAME name standard in root folder |
|
| mame | Multiple Arcade Machine Emulator | RetroArch (MAME 2003-Plus)* | Single archive file following MAME name standard in root folder |
|
||||||
| mame-advmame | AdvanceMAME | | Single archive file following MAME name standard in root folder |
|
| mame-advmame | AdvanceMAME | | Single archive file following MAME name standard in root folder |
|
||||||
| mame-libretro | Multiple Arcade Machine Emulator | RetroArch(MAME - Current)* | Single archive file following MAME name standard in root folder |
|
|
||||||
| mame-mame4all | MAME4ALL | | Single archive file following MAME name standard in root folder |
|
| mame-mame4all | MAME4ALL | | Single archive file following MAME name standard in root folder |
|
||||||
| mastersystem | Sega Master System | RetroArch (Genesis Plus GX) | Single archive or ROM file in root folder |
|
| mastersystem | Sega Master System | RetroArch (Genesis Plus GX) | Single archive or ROM file in root folder |
|
||||||
| megacd | Sega Mega-CD | | |
|
| megacd | Sega Mega-CD | | |
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
<name>arcade</name>
|
<name>arcade</name>
|
||||||
<fullname>Arcade</fullname>
|
<fullname>Arcade</fullname>
|
||||||
<path>%ROMPATH%/arcade</path>
|
<path>%ROMPATH%/arcade</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||||
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame2010_libretro.dylib %ROM%</command>
|
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame_libretro.dylib %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -336,9 +336,9 @@
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>fba</name>
|
<name>fba</name>
|
||||||
<fullname>Final Burn Alpha</fullname>
|
<fullname>FinalBurn Alpha</fullname>
|
||||||
<path>%ROMPATH%/fba</path>
|
<path>%ROMPATH%/fba</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||||
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/fbalpha2012_libretro.dylib %ROM%</command>
|
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/fbalpha2012_libretro.dylib %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fba</theme>
|
<theme>fba</theme>
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
<name>fbneo</name>
|
<name>fbneo</name>
|
||||||
<fullname>FinalBurn Neo</fullname>
|
<fullname>FinalBurn Neo</fullname>
|
||||||
<path>%ROMPATH%/fbneo</path>
|
<path>%ROMPATH%/fbneo</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.ccd .CCD .cue .CUE .7z .7Z .zip .ZIP</extension>
|
||||||
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/fbneo_libretro.dylib %ROM%</command>
|
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/fbneo_libretro.dylib %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fbneo</theme>
|
<theme>fbneo</theme>
|
||||||
|
@ -482,8 +482,8 @@
|
||||||
<name>mame</name>
|
<name>mame</name>
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
<fullname>Multiple Arcade Machine Emulator</fullname>
|
||||||
<path>%ROMPATH%/mame</path>
|
<path>%ROMPATH%/mame</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.zip .ZIP</extension>
|
||||||
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame2010_libretro.dylib %ROM%</command>
|
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame2003_plus_libretro.dylib %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame</theme>
|
<theme>mame</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -496,15 +496,6 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame-advmame</theme>
|
<theme>mame-advmame</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
|
||||||
<name>mame-libretro</name>
|
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
|
||||||
<path>%ROMPATH%/mame-libretro</path>
|
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
|
||||||
<command>/Applications/RetroArch.app/Contents/MacOS/RetroArch -L %EMUPATH%/../Resources/cores/mame_libretro.dylib %ROM%</command>
|
|
||||||
<platform>arcade</platform>
|
|
||||||
<theme>mame-libretro</theme>
|
|
||||||
</system>
|
|
||||||
<system>
|
<system>
|
||||||
<name>mame-mame4all</name>
|
<name>mame-mame4all</name>
|
||||||
<fullname>MAME4ALL</fullname>
|
<fullname>MAME4ALL</fullname>
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
<name>arcade</name>
|
<name>arcade</name>
|
||||||
<fullname>Arcade</fullname>
|
<fullname>Arcade</fullname>
|
||||||
<path>%ROMPATH%/arcade</path>
|
<path>%ROMPATH%/arcade</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||||
<command>retroarch -L %COREPATH%/mame2016_libretro.so %ROM%</command>
|
<command>retroarch -L %COREPATH%/mame_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -336,9 +336,9 @@
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>fba</name>
|
<name>fba</name>
|
||||||
<fullname>Final Burn Alpha</fullname>
|
<fullname>FinalBurn Alpha</fullname>
|
||||||
<path>%ROMPATH%/fba</path>
|
<path>%ROMPATH%/fba</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||||
<command>retroarch -L %COREPATH%/fbalpha2012_libretro.so %ROM%</command>
|
<command>retroarch -L %COREPATH%/fbalpha2012_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fba</theme>
|
<theme>fba</theme>
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
<name>fbneo</name>
|
<name>fbneo</name>
|
||||||
<fullname>FinalBurn Neo</fullname>
|
<fullname>FinalBurn Neo</fullname>
|
||||||
<path>%ROMPATH%/fbneo</path>
|
<path>%ROMPATH%/fbneo</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.ccd .CCD .cue .CUE .7z .7Z .zip .ZIP</extension>
|
||||||
<command>retroarch -L %COREPATH%/fbneo_libretro.so %ROM%</command>
|
<command>retroarch -L %COREPATH%/fbneo_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fbneo</theme>
|
<theme>fbneo</theme>
|
||||||
|
@ -482,8 +482,8 @@
|
||||||
<name>mame</name>
|
<name>mame</name>
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
<fullname>Multiple Arcade Machine Emulator</fullname>
|
||||||
<path>%ROMPATH%/mame</path>
|
<path>%ROMPATH%/mame</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.zip .ZIP</extension>
|
||||||
<command>retroarch -L %COREPATH%/mame2016_libretro.so %ROM%</command>
|
<command>retroarch -L %COREPATH%/mame2003_plus_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame</theme>
|
<theme>mame</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -496,15 +496,6 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame-advmame</theme>
|
<theme>mame-advmame</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
|
||||||
<name>mame-libretro</name>
|
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
|
||||||
<path>%ROMPATH%/mame-libretro</path>
|
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
|
||||||
<command>retroarch -L %COREPATH%/mame_libretro.so %ROM%</command>
|
|
||||||
<platform>arcade</platform>
|
|
||||||
<theme>mame-libretro</theme>
|
|
||||||
</system>
|
|
||||||
<system>
|
<system>
|
||||||
<name>mame-mame4all</name>
|
<name>mame-mame4all</name>
|
||||||
<fullname>MAME4ALL</fullname>
|
<fullname>MAME4ALL</fullname>
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
<name>arcade</name>
|
<name>arcade</name>
|
||||||
<fullname>Arcade</fullname>
|
<fullname>Arcade</fullname>
|
||||||
<path>%ROMPATH%/arcade</path>
|
<path>%ROMPATH%/arcade</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||||
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/mame2016_libretro.so %ROM%</command>
|
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/mame_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -336,9 +336,9 @@
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>fba</name>
|
<name>fba</name>
|
||||||
<fullname>Final Burn Alpha</fullname>
|
<fullname>FinalBurn Alpha</fullname>
|
||||||
<path>%ROMPATH%/fba</path>
|
<path>%ROMPATH%/fba</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||||
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/fbalpha2012_libretro.so %ROM%</command>
|
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/fbalpha2012_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fba</theme>
|
<theme>fba</theme>
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
<name>fbneo</name>
|
<name>fbneo</name>
|
||||||
<fullname>FinalBurn Neo</fullname>
|
<fullname>FinalBurn Neo</fullname>
|
||||||
<path>%ROMPATH%/fbneo</path>
|
<path>%ROMPATH%/fbneo</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.ccd .CCD .cue .CUE .7z .7Z .zip .ZIP</extension>
|
||||||
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/fbneo_libretro.so %ROM%</command>
|
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/fbneo_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fbneo</theme>
|
<theme>fbneo</theme>
|
||||||
|
@ -482,8 +482,8 @@
|
||||||
<name>mame</name>
|
<name>mame</name>
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
<fullname>Multiple Arcade Machine Emulator</fullname>
|
||||||
<path>%ROMPATH%/mame</path>
|
<path>%ROMPATH%/mame</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.zip .ZIP</extension>
|
||||||
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/mame2016_libretro.so %ROM%</command>
|
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/mame2003_plus_libretro.so %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame</theme>
|
<theme>mame</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -496,15 +496,6 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame-advmame</theme>
|
<theme>mame-advmame</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
|
||||||
<name>mame-libretro</name>
|
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
|
||||||
<path>%ROMPATH%/mame-libretro</path>
|
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
|
||||||
<command>flatpak run org.libretro.RetroArch -L %COREPATH%/mame_libretro.so %ROM%</command>
|
|
||||||
<platform>arcade</platform>
|
|
||||||
<theme>mame-libretro</theme>
|
|
||||||
</system>
|
|
||||||
<system>
|
<system>
|
||||||
<name>mame-mame4all</name>
|
<name>mame-mame4all</name>
|
||||||
<fullname>MAME4ALL</fullname>
|
<fullname>MAME4ALL</fullname>
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
<name>arcade</name>
|
<name>arcade</name>
|
||||||
<fullname>Arcade</fullname>
|
<fullname>Arcade</fullname>
|
||||||
<path>%ROMPATH%\arcade</path>
|
<path>%ROMPATH%\arcade</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.chd .CHD .cmd .CMD .7z .7Z .zip .ZIP</extension>
|
||||||
<command>retroarch.exe -L %EMUPATH%\cores\mame2016_libretro.dll %ROM%</command>
|
<command>retroarch.exe -L %EMUPATH%\cores\mame_libretro.dll %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -336,9 +336,9 @@
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>fba</name>
|
<name>fba</name>
|
||||||
<fullname>Final Burn Alpha</fullname>
|
<fullname>FinalBurn Alpha</fullname>
|
||||||
<path>%ROMPATH%\fba</path>
|
<path>%ROMPATH%\fba</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.iso .ISO .7z .7Z .zip .ZIP</extension>
|
||||||
<command>retroarch.exe -L %EMUPATH%\cores\fbalpha2012_libretro.dll %ROM%</command>
|
<command>retroarch.exe -L %EMUPATH%\cores\fbalpha2012_libretro.dll %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fba</theme>
|
<theme>fba</theme>
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
<name>fbneo</name>
|
<name>fbneo</name>
|
||||||
<fullname>FinalBurn Neo</fullname>
|
<fullname>FinalBurn Neo</fullname>
|
||||||
<path>%ROMPATH%\fbneo</path>
|
<path>%ROMPATH%\fbneo</path>
|
||||||
<extension>.chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.ccd .CCD .cue .CUE .7z .7Z .zip .ZIP</extension>
|
||||||
<command>retroarch.exe -L %EMUPATH%\cores\fbneo_libretro.dll %ROM%</command>
|
<command>retroarch.exe -L %EMUPATH%\cores\fbneo_libretro.dll %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>fbneo</theme>
|
<theme>fbneo</theme>
|
||||||
|
@ -482,8 +482,8 @@
|
||||||
<name>mame</name>
|
<name>mame</name>
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
<fullname>Multiple Arcade Machine Emulator</fullname>
|
||||||
<path>%ROMPATH%\mame</path>
|
<path>%ROMPATH%\mame</path>
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
<extension>.zip .ZIP</extension>
|
||||||
<command>retroarch.exe -L %EMUPATH%\cores\mame2016_libretro.dll %ROM%</command>
|
<command>retroarch.exe -L %EMUPATH%\cores\mame2003_plus_libretro.dll %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame</theme>
|
<theme>mame</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -496,15 +496,6 @@
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame-advmame</theme>
|
<theme>mame-advmame</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
|
||||||
<name>mame-libretro</name>
|
|
||||||
<fullname>Multiple Arcade Machine Emulator</fullname>
|
|
||||||
<path>%ROMPATH%\mame-libretro</path>
|
|
||||||
<extension>.chd .cue .CUE .CHD .cmd .CMD .fba .FBA .iso .ISO .7z .7Z .zip .ZIP</extension>
|
|
||||||
<command>retroarch.exe -L %EMUPATH%\cores\mame_libretro.dll %ROM%</command>
|
|
||||||
<platform>arcade</platform>
|
|
||||||
<theme>mame-libretro</theme>
|
|
||||||
</system>
|
|
||||||
<system>
|
<system>
|
||||||
<name>mame-mame4all</name>
|
<name>mame-mame4all</name>
|
||||||
<fullname>MAME4ALL</fullname>
|
<fullname>MAME4ALL</fullname>
|
||||||
|
|
|
@ -32,6 +32,8 @@ None at the moment.
|
||||||
* desktop: Desktop applications - system info, customized colors, consolegame.svg, console.svg, controller.svg
|
* desktop: Desktop applications - system info, customized colors, consolegame.svg, console.svg, controller.svg
|
||||||
* dos: DOS - system info
|
* dos: DOS - system info
|
||||||
* dragon32: Dragon 32 - consolegame.svg, console.svg, controller.svg, game.svg
|
* dragon32: Dragon 32 - consolegame.svg, console.svg, controller.svg, game.svg
|
||||||
|
* fba: FinalBurn Alpha - system info (needs improvement), logo.svg (needs improvement)
|
||||||
|
* fbneo: FinalBurn Neo - system info (needs improvement), logo.svg (needs improvement)
|
||||||
* gx4000: Amstrad GX4000 - consolegame.svg, console.svg, controller.svg, game.svg
|
* gx4000: Amstrad GX4000 - consolegame.svg, console.svg, controller.svg, game.svg
|
||||||
* intellivision: Intellivision - consolegame.svg, console.svg, controller.svg, game.svg
|
* intellivision: Intellivision - consolegame.svg, console.svg, controller.svg, game.svg
|
||||||
* kodi: Kodi home theatre software - consolegame.svg, console.svg, controller.svg
|
* kodi: Kodi home theatre software - consolegame.svg, console.svg, controller.svg
|
||||||
|
|
|
@ -1,48 +1,159 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
<svg version="1.1" baseProfile="tiny" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
x="0px" y="0px" viewBox="23.6 167.1 1801.4 458.9" xml:space="preserve">
|
<svg
|
||||||
<g>
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
<g>
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
<path fill="#CF8A61" d="M1205.8,349.8c0.1-1.4,0-2.7,0-3.9c0-25.8,0-51.6,0-77.5c0-1.3-0.1-2.7-0.4-4c-7.5-28-20.9-52.4-43.3-71.2
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
c-18.4-15.5-39.4-24.1-63.7-24.1c-64,0-128,0-192.1,0c-86.2,0-172.3,0-258.5,0c-1.6,0-3.2-0.1-4.9,0c0,19.7,0,39.3,0,58.7
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
c1.2,0.5,2.3,0.9,3.3,1.3c7.9,2.5,15.8,5,23.8,7.5c79.8,25.3,159.6,50.5,239.5,75.8c37.7,11.9,75.4,23.9,113.1,35.8
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
c2.4,0.7,4.9,1.4,7.3,1.4c57.3,0.1,114.7,0.1,172,0.1C1203.1,349.8,1204.5,349.9,1205.8,349.8z M983.6,346
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
c-51.4-16.3-102.4-32.5-154-48.8c0,76,0,151.3,0,226.7c-22.2,11.2-44.1,22.3-65.9,33.2c0,22.5,0,44.6,0,66.9
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
c89.9,0,179.6,0,269.5,0c0-43.3,0-86.4,0-130c-16.6,0-33,0-49.6,0C983.6,444.5,983.6,395.5,983.6,346z M1001,363.8
|
version="1.1"
|
||||||
c0,38.1,0,75.9,0,114c68.3,0,136.3,0,204.5,0c0-38.1,0-75.9,0-114C1137.3,363.8,1069.3,363.8,1001,363.8z"/>
|
id="Ebene_1"
|
||||||
<path d="M1035.2,626H761.7v-70.1l65.9-33.2V294.5l158,50.1V492h49.6V626L1035.2,626z M765.7,622h265.5V496h-49.6V347.5
|
x="0px"
|
||||||
l-150.1-47.6v225.2l-65.9,33.2L765.7,622L765.7,622z M1207.6,479.8H999.1v-118h208.5V479.8L1207.6,479.8z M1003,475.8h200.6v-110
|
y="0px"
|
||||||
H1003V475.8z M1204.5,351.8c-0.5,0-1,0-1.4,0s-0.8,0-1.1,0h-8.1c-19.9,0-39.8,0-59.7,0c-41.7,0-73.8,0-104.3-0.1
|
viewBox="23.6 167.1 1801.4 458.9"
|
||||||
c-2.7,0-5.4-0.7-7.9-1.5c-24.3-7.7-48.6-15.4-72.9-23.1c-13.4-4.2-26.8-8.5-40.2-12.7c-56.3-17.8-112.6-35.7-168.9-53.5
|
xml:space="preserve"
|
||||||
l-74.2-23.5c-6.7-2.1-13.4-4.2-20.1-6.4c-0.8-0.3-1.6-0.6-2.3-0.9c-0.4-0.1-0.7-0.3-1.1-0.4l-1.3-0.5v-61.9l1.9-0.1
|
sodipodi:docname="logo.svg"
|
||||||
c1.2-0.1,2.3,0,3.4,0c0.5,0,1,0,1.5,0c72.7,0,145.4,0,218,0h151.4c27,0,54.1,0,81.1,0c23.8,0,45.7,8.3,65,24.6
|
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
|
||||||
c21.4,18.1,35.8,41.7,43.9,72.2c0.4,1.6,0.5,3.3,0.5,4.5c0,25.8,0,51.6,0,77.5c0,0.3,0,0.7,0,1.1c0,0.9,0.1,1.9,0,2.9l-0.1,1.7
|
id="metadata33"><rdf:RDF><cc:Work
|
||||||
l-1.7,0.1C1205.5,351.8,1205,351.8,1204.5,351.8z M1202,347.8c0.4,0,0.8,0,1.2,0c0.2,0,0.5,0,0.7,0c0-0.2,0-0.5,0-0.7
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
c0-0.4,0-0.8,0-1.2c0-25.8,0-51.6,0-77.5c0-1,0-2.3-0.3-3.5c-7.9-29.7-21.9-52.7-42.7-70.2c-18.6-15.7-39.6-23.6-62.4-23.6
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
c-27.1,0-54.1,0-81.2,0H865.9c-72.7,0-145.3,0-218,0c-0.5,0-1.1,0-1.6,0c-0.4,0-0.9,0-1.3,0v55.4c0.7,0.3,1.3,0.5,2,0.7
|
id="defs31" /><sodipodi:namedview
|
||||||
c6.7,2.1,13.4,4.3,20.1,6.4l74.2,23.5c56.3,17.8,112.6,35.7,168.9,53.5c13.4,4.2,26.8,8.5,40.2,12.7c24.3,7.7,48.6,15.4,72.9,23.1
|
pagecolor="#ffffff"
|
||||||
c2.2,0.7,4.6,1.3,6.7,1.4c30.5,0,62.6,0.1,104.3,0.1c19.9,0,39.8,0,59.7,0L1202,347.8z"/>
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:window-height="2065"
|
||||||
|
id="namedview29"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.59706179"
|
||||||
|
inkscape:cx="379.85594"
|
||||||
|
inkscape:cy="502.62669"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Ebene_1" />
|
||||||
|
<g
|
||||||
|
id="g26"
|
||||||
|
transform="matrix(0.94528816,0,0,0.94528816,-348.01754,9.1423448)">
|
||||||
|
<g
|
||||||
|
id="g6">
|
||||||
|
<path
|
||||||
|
d="m 1205.8,349.8 c 0.1,-1.4 0,-2.7 0,-3.9 0,-25.8 0,-51.6 0,-77.5 0,-1.3 -0.1,-2.7 -0.4,-4 -7.5,-28 -20.9,-52.4 -43.3,-71.2 -18.4,-15.5 -39.4,-24.1 -63.7,-24.1 -64,0 -128,0 -192.1,0 -86.2,0 -172.3,0 -258.5,0 -1.6,0 -3.2,-0.1 -4.9,0 0,19.7 0,39.3 0,58.7 1.2,0.5 2.3,0.9 3.3,1.3 7.9,2.5 15.8,5 23.8,7.5 79.8,25.3 159.6,50.5 239.5,75.8 37.7,11.9 75.4,23.9 113.1,35.8 2.4,0.7 4.9,1.4 7.3,1.4 57.3,0.1 114.7,0.1 172,0.1 1.2,0.1 2.6,0.2 3.9,0.1 z M 983.6,346 c -51.4,-16.3 -102.4,-32.5 -154,-48.8 0,76 0,151.3 0,226.7 -22.2,11.2 -44.1,22.3 -65.9,33.2 0,22.5 0,44.6 0,66.9 89.9,0 179.6,0 269.5,0 0,-43.3 0,-86.4 0,-130 -16.6,0 -33,0 -49.6,0 0,-49.5 0,-98.5 0,-148 z m 17.4,17.8 c 0,38.1 0,75.9 0,114 68.3,0 136.3,0 204.5,0 0,-38.1 0,-75.9 0,-114 -68.2,0 -136.2,0 -204.5,0 z"
|
||||||
|
id="path2"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#cf8a61" />
|
||||||
|
<path
|
||||||
|
d="M 1035.2,626 H 761.7 v -70.1 l 65.9,-33.2 V 294.5 l 158,50.1 V 492 h 49.6 z m -269.5,-4 h 265.5 V 496 H 981.6 V 347.5 L 831.5,299.9 v 225.2 l -65.9,33.2 z M 1207.6,479.8 H 999.1 v -118 h 208.5 z m -204.6,-4 h 200.6 v -110 H 1003 Z m 201.5,-124 c -0.5,0 -1,0 -1.4,0 -0.4,0 -0.8,0 -1.1,0 h -8.1 c -19.9,0 -39.8,0 -59.7,0 -41.7,0 -73.8,0 -104.3,-0.1 -2.7,0 -5.4,-0.7 -7.9,-1.5 -24.3,-7.7 -48.6,-15.4 -72.9,-23.1 -13.4,-4.2 -26.8,-8.5 -40.2,-12.7 C 852.6,296.6 796.3,278.7 740,260.9 l -74.2,-23.5 c -6.7,-2.1 -13.4,-4.2 -20.1,-6.4 -0.8,-0.3 -1.6,-0.6 -2.3,-0.9 -0.4,-0.1 -0.7,-0.3 -1.1,-0.4 l -1.3,-0.5 v -61.9 l 1.9,-0.1 c 1.2,-0.1 2.3,0 3.4,0 0.5,0 1,0 1.5,0 72.7,0 145.4,0 218,0 h 151.4 c 27,0 54.1,0 81.1,0 23.8,0 45.7,8.3 65,24.6 21.4,18.1 35.8,41.7 43.9,72.2 0.4,1.6 0.5,3.3 0.5,4.5 0,25.8 0,51.6 0,77.5 0,0.3 0,0.7 0,1.1 0,0.9 0.1,1.9 0,2.9 l -0.1,1.7 -1.7,0.1 c -0.4,0 -0.9,0 -1.4,0 z m -2.5,-4 c 0.4,0 0.8,0 1.2,0 0.2,0 0.5,0 0.7,0 0,-0.2 0,-0.5 0,-0.7 0,-0.4 0,-0.8 0,-1.2 0,-25.8 0,-51.6 0,-77.5 0,-1 0,-2.3 -0.3,-3.5 -7.9,-29.7 -21.9,-52.7 -42.7,-70.2 -18.6,-15.7 -39.6,-23.6 -62.4,-23.6 -27.1,0 -54.1,0 -81.2,0 H 865.9 c -72.7,0 -145.3,0 -218,0 -0.5,0 -1.1,0 -1.6,0 -0.4,0 -0.9,0 -1.3,0 v 55.4 c 0.7,0.3 1.3,0.5 2,0.7 6.7,2.1 13.4,4.3 20.1,6.4 l 74.2,23.5 c 56.3,17.8 112.6,35.7 168.9,53.5 13.4,4.2 26.8,8.5 40.2,12.7 24.3,7.7 48.6,15.4 72.9,23.1 2.2,0.7 4.6,1.3 6.7,1.4 30.5,0 62.6,0.1 104.3,0.1 19.9,0 39.8,0 59.7,0 z"
|
||||||
|
id="path4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g
|
||||||
<path fill="#CF8A61" d="M1205.8,349.8l-178.8-0.1L642.9,228c0,0,0-39.1,0-58.9c1.7-0.1,177.2,0,263.4,0c64,0,128,0,192.1,0
|
id="g12">
|
||||||
c24.3,0,45.4,8.6,63.7,24.1c22.4,18.9,35.8,43.2,43.3,71.2c0.3,1.3,0.4,2.7,0.4,4C1205.9,294.3,1205.8,349.8,1205.8,349.8z"/>
|
<path
|
||||||
<path d="M1207.8,351.8l-181.1-0.1l-0.3-0.1L640.9,229.4v-62.2l1.9-0.1c0.4,0,7.4,0,58,0c30.3,0,68.8,0,106.6,0c36.3,0,72,0,98.9,0
|
d="M 1205.8,349.8 1027,349.7 642.9,228 c 0,0 0,-39.1 0,-58.9 1.7,-0.1 177.2,0 263.4,0 64,0 128,0 192.1,0 24.3,0 45.4,8.6 63.7,24.1 22.4,18.9 35.8,43.2 43.3,71.2 0.3,1.3 0.4,2.7 0.4,4 0.1,25.9 0,81.4 0,81.4 z"
|
||||||
h110.9c27.1,0,54.1,0,81.1,0c23.8,0,45.7,8.3,65,24.6c21.4,18.1,35.8,41.7,43.9,72.2c0.4,1.6,0.5,3.3,0.5,4.5
|
id="path8"
|
||||||
c0,25.8,0,81.3,0,81.3L1207.8,351.8z M1027.4,347.7l176.5,0.1c0-10.1,0-56.4,0-79.4c0-1,0-2.3-0.3-3.5
|
inkscape:connector-curvature="0"
|
||||||
c-7.9-29.7-21.9-52.7-42.7-70.2c-18.6-15.7-39.6-23.6-62.4-23.6c-27.1,0-54.1,0-81.2,0H906.4c-26.9,0-62.6,0-98.9,0
|
style="fill:#cf8a61" />
|
||||||
c-37.8,0-76.3,0-106.6,0c-12.4,0-47.3,0-55.9,0v55.5L1027.4,347.7z"/>
|
<path
|
||||||
|
d="m 1207.8,351.8 -181.1,-0.1 -0.3,-0.1 -385.5,-122.2 v -62.2 l 1.9,-0.1 c 0.4,0 7.4,0 58,0 30.3,0 68.8,0 106.6,0 36.3,0 72,0 98.9,0 h 110.9 c 27.1,0 54.1,0 81.1,0 23.8,0 45.7,8.3 65,24.6 21.4,18.1 35.8,41.7 43.9,72.2 0.4,1.6 0.5,3.3 0.5,4.5 0,25.8 0,81.3 0,81.3 z m -180.4,-4.1 176.5,0.1 c 0,-10.1 0,-56.4 0,-79.4 0,-1 0,-2.3 -0.3,-3.5 -7.9,-29.7 -21.9,-52.7 -42.7,-70.2 -18.6,-15.7 -39.6,-23.6 -62.4,-23.6 -27.1,0 -54.1,0 -81.2,0 H 906.4 c -26.9,0 -62.6,0 -98.9,0 -37.8,0 -76.3,0 -106.6,0 -12.4,0 -47.3,0 -55.9,0 v 55.5 z"
|
||||||
|
id="path10"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g
|
||||||
<path fill="#CF8A61" d="M983.6,346c0,49.4,0,98.4,0,148c16.7,0,33,0,49.6,0c0,43.6,0,86.7,0,130c-89.9,0-179.6,0-269.5,0
|
id="g18">
|
||||||
c0-22.3,0-44.4,0-66.9c21.7-11,43.6-22,65.9-33.2c0-75.4,0-150.7,0-226.7C881.2,313.6,932.2,329.7,983.6,346z"/>
|
<path
|
||||||
<path d="M1035.2,626H761.7v-70.1l65.9-33.2V294.5l158,50.1V492h49.6V626L1035.2,626z M765.7,622h265.5V496h-49.6V347.5
|
d="m 983.6,346 c 0,49.4 0,98.4 0,148 16.7,0 33,0 49.6,0 0,43.6 0,86.7 0,130 -89.9,0 -179.6,0 -269.5,0 0,-22.3 0,-44.4 0,-66.9 21.7,-11 43.6,-22 65.9,-33.2 0,-75.4 0,-150.7 0,-226.7 51.6,16.4 102.6,32.5 154,48.8 z"
|
||||||
l-150.1-47.6v225.2l-65.9,33.2L765.7,622L765.7,622z"/>
|
id="path14"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#cf8a61" />
|
||||||
|
<path
|
||||||
|
d="M 1035.2,626 H 761.7 v -70.1 l 65.9,-33.2 V 294.5 l 158,50.1 V 492 h 49.6 z m -269.5,-4 h 265.5 V 496 H 981.6 V 347.5 L 831.5,299.9 v 225.2 l -65.9,33.2 z"
|
||||||
|
id="path16"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g>
|
<g
|
||||||
<path fill="#CF8A61" d="M1001,363.8c68.3,0,136.3,0,204.5,0c0,38.1,0,75.9,0,114c-68.3,0-136.3,0-204.5,0
|
id="g24">
|
||||||
C1001,439.7,1001,401.9,1001,363.8z"/>
|
<path
|
||||||
<path d="M1207.6,479.8H999.1v-118h208.5V479.8L1207.6,479.8z M1003,475.8h200.6v-110H1003V475.8z"/>
|
d="m 1001,363.8 c 68.3,0 136.3,0 204.5,0 0,38.1 0,75.9 0,114 -68.3,0 -136.3,0 -204.5,0 0,-38.1 0,-75.9 0,-114 z"
|
||||||
|
id="path20"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#cf8a61" />
|
||||||
|
<path
|
||||||
|
d="M 1207.6,479.8 H 999.1 v -118 h 208.5 z m -204.6,-4 h 200.6 v -110 H 1003 Z"
|
||||||
|
id="path22"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
<g
|
||||||
|
aria-label="Alpha"
|
||||||
|
transform="matrix(1.0947177,0,0,0.91347751,3.2346516e-5,-1.4368242e-6)"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:292.61712646px;line-height:1.25;font-family:Impact;-inkscape-font-specification:Impact;letter-spacing:0px;word-spacing:0px;fill:#0f0f0f;fill-opacity:1;stroke:none;stroke-width:1.52404749"
|
||||||
|
id="text845"><path
|
||||||
|
d="m 897.19995,426.96722 34.43395,231.32184 h -61.58105 l -3.00047,-41.57792 h -21.5748 l -3.57198,41.57792 h -62.29545 l 30.57621,-231.32184 z m -31.86212,148.73752 q -4.57215,-39.29185 -9.14429,-97.01515 -9.14428,66.29606 -11.43035,97.01515 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:1.52404749"
|
||||||
|
id="path905"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="M 999.64452,426.96722 V 658.28906 H 940.20666 V 426.96722 Z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:1.52404749"
|
||||||
|
id="path907"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1079.0855,468.68802 -1.0002,16.7169 q 7.7155,-10.14444 17.0027,-15.14522 9.2871,-5.00078 20.2889,-5.00078 13.4306,0 23.1464,7.28685 9.8587,7.14397 12.2877,16.57402 2.4289,9.43004 2.4289,32.00499 v 79.86962 q 0,25.86118 -3.1433,36.8629 -3.0005,10.85884 -12.5734,17.43129 -9.4301,6.42958 -22.8607,6.42958 -10.716,0 -19.8603,-5.00078 -9.1443,-5.00078 -16.7169,-14.85946 v 43.43535 H 1020.362 V 468.68802 Z m 16.4311,55.15147 q 0,-17.57417 -1.2859,-21.28903 -1.2859,-3.71487 -7.144,-3.71487 -5.7151,0 -7.4297,4.28638 -1.5717,4.28639 -1.5717,20.71752 v 78.58371 q 0,17.14553 1.7146,21.43191 1.7145,4.28639 7.4297,4.28639 5.5723,0 6.8582,-3.85775 1.4288,-4.00062 1.4288,-19.14585 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:1.52404749"
|
||||||
|
id="path909"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1229.9662,426.96722 v 52.00812 q 7.4297,-6.85821 16.0025,-10.28732 8.7156,-3.4291 18.5743,-3.4291 15.1452,0 25.7183,7.71549 10.716,7.71549 13.002,17.85993 2.429,10.00156 2.429,36.72002 v 130.7347 H 1247.969 V 524.83965 q 0,-16.57402 -1.7146,-21.28904 -1.5716,-4.71502 -7.2868,-4.71502 -5.2865,0 -7.144,4.8579 -1.8574,4.8579 -1.8574,19.28873 v 135.30684 h -57.7233 V 426.96722 Z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:1.52404749"
|
||||||
|
id="path911"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1377.1321,542.12806 h -54.1514 v -12.71627 q 0,-22.00343 5.0008,-33.86243 5.1437,-12.00187 20.4318,-21.14616 15.2881,-9.14428 39.7205,-9.14428 29.2903,0 44.1497,10.4302 14.8595,10.28732 17.86,25.43254 3.0004,15.00234 3.0004,62.00968 v 95.15772 h -56.1516 v -16.85977 q -5.2865,10.14444 -13.7164,15.2881 -8.287,5.00078 -19.8603,5.00078 -15.1452,0 -27.8615,-8.42989 -12.5734,-8.57277 -12.5734,-37.29154 v -15.57386 q 0,-21.28904 6.7154,-29.00453 6.7153,-7.71549 33.2909,-18.00281 28.433,-11.1446 30.4333,-15.00234 2.0003,-3.85775 2.0003,-15.71674 0,-14.85946 -2.286,-19.28873 -2.1432,-4.57214 -7.2869,-4.57214 -5.858,0 -7.2868,3.85774 -1.4288,3.71487 -1.4288,19.57449 z m 18.2885,26.00407 q -13.8593,10.14444 -16.1453,17.00265 -2.1432,6.85821 -2.1432,19.71737 0,14.71658 1.8574,19.00296 2.0003,4.28639 7.7155,4.28639 5.4294,0 7.0011,-3.28623 1.7145,-3.42911 1.7145,-17.71705 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:1.52404749"
|
||||||
|
id="path913"
|
||||||
|
inkscape:connector-curvature="0" /></g><g
|
||||||
|
aria-label="FinalBurn"
|
||||||
|
transform="matrix(1.0947177,0,0,0.91347751,-1.9999677,-1.4368242e-6)"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:129.25238037px;line-height:1.25;font-family:Impact;-inkscape-font-specification:Impact;letter-spacing:0px;word-spacing:0px;fill:#0f0f0f;fill-opacity:1;stroke:none;stroke-width:2.05194569"
|
||||||
|
id="text845-6"><path
|
||||||
|
d="m 812.95194,278.24482 h 44.99851 v 20.44813 h -18.42856 v 19.37524 h 16.40899 v 19.43834 h -16.40899 v 42.91583 h -26.56995 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path886"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 889.88488,278.24482 v 13.31653 h -26.25439 v -13.31653 z m 0,18.42856 v 83.74898 h -26.25439 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path888"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 924.97488,296.67338 -0.44178,7.69961 q 2.77691,-4.60714 6.75293,-6.87916 4.03914,-2.33512 9.27739,-2.33512 6.5636,0 10.72896,3.09246 4.16536,3.09247 5.36448,7.82583 1.19912,4.67025 1.19912,15.65166 v 58.6937 h -25.49705 v -57.99948 q 0,-8.64628 -0.56801,-10.53962 -0.568,-1.89335 -3.15557,-1.89335 -2.7138,0 -3.40802,2.20891 -0.69423,2.14579 -0.69423,11.61252 v 56.61102 h -25.49705 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path890"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 989.41173,329.1127 h -23.91927 v -5.61692 q 0,-9.71918 2.20891,-14.95743 2.27201,-5.30137 9.02494,-9.34051 6.75294,-4.03913 17.545,-4.03913 12.93789,0 19.50149,4.60714 6.5636,4.54403 7.8889,11.23385 1.3254,6.62671 1.3254,27.3904 v 42.03226 h -24.80287 v -7.44716 q -2.33513,4.48092 -6.05871,6.75294 -3.66047,2.2089 -8.7725,2.2089 -6.68982,0 -12.30674,-3.72358 -5.55382,-3.78669 -5.55382,-16.4721 v -6.87916 q 0,-9.40362 2.96625,-12.81164 2.96624,-3.40802 14.70498,-7.95205 12.55919,-4.9227 13.44275,-6.62671 0.88356,-1.70401 0.88356,-6.94226 0,-6.5636 -1.00978,-8.52006 -0.94668,-2.01957 -3.21869,-2.01957 -2.58757,0 -3.21869,1.70401 -0.63111,1.6409 -0.63111,8.64628 z M 997.49,340.599 q -6.12182,4.48092 -7.1316,7.51027 -0.94667,3.02935 -0.94667,8.70939 0,6.50048 0.82045,8.39383 0.88356,1.89334 3.40802,1.89334 2.39824,0 3.09246,-1.45156 0.75734,-1.51468 0.75734,-7.82583 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path892"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1058.0139,278.24482 v 102.17754 h -26.2543 V 278.24482 Z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path894"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1067.9225,278.24482 h 26.5068 q 12.5592,0 18.9966,1.95646 6.5004,1.95646 10.4765,7.95205 3.976,5.93248 3.976,19.1859 0,8.96184 -2.84,12.49608 -2.7769,3.53424 -11.0445,5.42759 9.2142,2.08268 12.496,6.94227 3.2818,4.79647 3.2818,14.76809 v 9.46673 q 0,10.35029 -2.3982,15.3361 -2.3351,4.98581 -7.5103,6.81604 -5.1751,1.83023 -21.2054,1.83023 h -30.7353 z m 26.5699,17.48189 v 22.72015 q 1.704,-0.0631 2.6507,-0.0631 3.9129,0 4.9858,-1.89335 1.0729,-1.95646 1.0729,-11.04452 0,-4.79647 -0.8836,-6.68982 -0.8835,-1.95645 -2.3351,-2.46134 -1.3884,-0.5049 -5.4907,-0.56801 z m 0,38.62425 v 28.58951 q 5.6169,-0.18933 7.1316,-1.76712 1.5778,-1.57779 1.5778,-7.76271 v -9.52984 q 0,-6.5636 -1.3885,-7.95205 -1.3884,-1.38846 -7.3209,-1.57779 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path896"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1196.9224,296.67338 v 83.74898 h -25.9388 l 0.4417,-6.94226 q -2.6506,4.22847 -6.5636,6.37426 -3.8498,2.08268 -8.8987,2.08268 -5.7431,0 -9.5298,-2.01957 -3.7867,-2.01957 -5.6169,-5.36448 -1.7672,-3.34491 -2.2089,-6.94226 -0.4418,-3.66047 -0.4418,-14.45254 v -56.48481 h 25.497 v 56.9897 q 0,9.78229 0.568,11.61252 0.6311,1.83023 3.2818,1.83023 2.84,0 3.3449,-1.89334 0.568,-1.89335 0.568,-12.18052 v -56.35859 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path898"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1231.5706,296.67338 -1.0098,10.98141 q 5.5539,-11.80186 16.0935,-12.49608 v 29.47308 q -7.0054,0 -10.2872,1.89334 -3.2818,1.89335 -4.0391,5.30137 -0.7574,3.34491 -0.7574,15.52543 v 33.07043 h -25.497 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path900"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1278.2731,296.67338 -0.4418,7.69961 q 2.7769,-4.60714 6.753,-6.87916 4.0391,-2.33512 9.2774,-2.33512 6.5636,0 10.7289,3.09246 4.1654,3.09247 5.3645,7.82583 1.1991,4.67025 1.1991,15.65166 v 58.6937 h -25.497 v -57.99948 q 0,-8.64628 -0.568,-10.53962 -0.568,-1.89335 -3.1556,-1.89335 -2.7138,0 -3.408,2.20891 -0.6943,2.14579 -0.6943,11.61252 v 56.61102 h -25.497 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path902"
|
||||||
|
inkscape:connector-curvature="0" /></g></svg>
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 14 KiB |
|
@ -3,33 +3,30 @@
|
||||||
|
|
||||||
<view name="system">
|
<view name="system">
|
||||||
<text name="info1" extra="true">
|
<text name="info1" extra="true">
|
||||||
<text>FB Alpha or FBA as it is commonly known is an emulator of arcade games,</text>
|
<text>FB Alpha or FBA as it is commonly known is an emulator</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info2" extra="true">
|
<text name="info2" extra="true">
|
||||||
<text>that is, it takes the program code, graphic data, ...</text>
|
<text>of arcade games, that is, it takes the program code, graphic data, ...</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info3" extra="true">
|
<text name="info3" extra="true">
|
||||||
<text>from an orginal arcade game and emulate the hardware to make the game</text>
|
<text>from an orginal arcade game and emulate the hardware to make</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info4" extra="true">
|
<text name="info4" extra="true">
|
||||||
<text>run in it's original form.</text>
|
<text>the game run in it's original form.As far as the game is concerned</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info5" extra="true">
|
<text name="info5" extra="true">
|
||||||
<text>As far as the game is concerned it is running in it's original cabinet.</text>
|
<text>it is running in it's original cabinet. FBA is an open-source project</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info6" extra="true">
|
<text name="info6" extra="true">
|
||||||
<text>FBA is an open-source project and it is programmed by a group of people</text>
|
<text>and it is programmed by a group of people known as the FBA team.</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info7" extra="true">
|
<text name="info7" extra="true">
|
||||||
<text>known as the FBA team.</text>
|
|
||||||
</text>
|
|
||||||
<text name="info8" extra="true">
|
|
||||||
<text>Over the years this has comprised Jan_Klaassen,</text>
|
<text>Over the years this has comprised Jan_Klaassen,</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info9" extra="true">
|
<text name="info8" extra="true">
|
||||||
<text>KEV, LoopMaster, Mike Haggar, Hyper Yagami, Ayeye.</text>
|
<text>KEV, LoopMaster, Mike Haggar, Hyper Yagami, Ayeye.</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info10" extra="true">
|
<text name="info9" extra="true">
|
||||||
<text>FBA is based on the original FinalBurn by Dave.</text>
|
<text>FBA is based on the original FinalBurn by Dave.</text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -1,125 +1,148 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
<svg version="1.1" baseProfile="tiny"
|
|
||||||
id="svg2" 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"
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
viewBox="-63.3 282.9 688.7 228.1" xml:space="preserve">
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
<g>
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
<rect x="-18" y="282.9" fill="none" width="573.4" height="228.1"/>
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
<g id="g20" transform="translate(134.8949,116.4184)">
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
<path id="path22" d="M15.7,249.1c-0.3,1.2,0.6,2.4,1,2.4c1.2-0.7,3.5-1.9,5-2c5.6-0.5,11.1-1.8,16.8-2.6
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
c10.4-1.6,20.9-3.4,31.2-5.1c6-1,12-2,18-3.3c1.8-0.4,2.4,0.3,2.8,1.8c3.9,14.5,7.6,28.9,11.6,43.3c0.5,1.6,0.1,2.5-1.6,3.1
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
c-7.2,2.6-14.9,4-22.4,5.8c-15.5,3.5-31,6.9-46.6,10.4c-1,0.3-2.6,0.1-2.4,2c0.3,1.9,1,2.4,2.8,2c3.8-0.9,7.5-1.6,11.1-2.6
|
version="1.1"
|
||||||
c1.6-0.4,3.1,0,4.6-0.6c0.8-0.3,0.9,0.5,1,1c4.5,17.9,8.9,35.9,13.4,53.8c0.5,2.3,0.4,2.8-1.9,3.4c-25.1,7.3-50.4,14.6-75.5,21.9
|
id="Ebene_1"
|
||||||
c-12.4,3.6-24.9,7.3-37.3,10.9c-2.5,0.8-2.8,0.6-3.4-1.9c-2.1-9.1-4-18.4-6.3-27.5c-0.8-3.2,0-5.5,2.5-7.6
|
x="0px"
|
||||||
c6.9-6.1,13.6-12.5,20.5-18.8c1.3-1.3,1.5-2.5,1.1-4.1c-4.5-20.5-9.1-40.9-13.8-61.5c-2.4-10.6-4.9-21.2-7.2-31.9
|
y="0px"
|
||||||
c-0.5-2.4,0.9-4,2.5-5.9c-4.3-0.8-8.3-1.6-12.3-2.4c-15.1-2.9-30.3-5.8-45.5-8.6c-10.1-1.9-20.2-3.9-30.4-5.6
|
viewBox="23.6 167.1 1801.4 458.9"
|
||||||
c-2.3-0.4-3-1.6-3.4-3.6c-1.4-7-2.8-14.1-4.1-21.3c-0.1-0.8-0.4-1.6-0.5-2.4c-1-4.3,1-8.8,5.1-10.4c2-0.8,4.1-0.5,6.3-0.8
|
xml:space="preserve"
|
||||||
c9.1-0.8,18.1-1.5,27.1-2.3c7.1-0.5,14.3-1,21.4-1.6c8.6-0.8,17.3-1.5,25.9-2.1c7.2-0.5,14.5-1,21.8-1.6
|
sodipodi:docname="logo.svg"
|
||||||
c10.1-0.8,20.4-1.8,30.5-2.5c7.1-0.5,14.3-1,21.4-1.6c7.9-0.6,15.6-1.3,23.5-1.9c6-0.5,12-0.4,17.8,2.3c15,7,26.1,17.9,31.6,33.6
|
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
|
||||||
c3,8.4,4.9,17.1,7.3,25.6v0.3c1.4,5,1.3,4.9-3.1,7.6c-5.3,3.3-11,4.1-17,5.1c-9.6,1.5-19.3,3.1-29,4.8c-5.2,0.8-10.5,2.1-15.8,2.7
|
id="metadata33"><rdf:RDF><cc:Work
|
||||||
c-0.3,0-1.5,0.4-3.1,0.5c-0.7,0.1-2.1-0.4-2.7-0.3"/>
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs31" /><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:window-height="2065"
|
||||||
|
id="namedview29"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="0.84437289"
|
||||||
|
inkscape:cx="213.47936"
|
||||||
|
inkscape:cy="374.11773"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Ebene_1" />
|
||||||
|
<g
|
||||||
|
id="g26"
|
||||||
|
transform="matrix(0.94528816,0,0,0.94528816,-270.07847,9.1423448)">
|
||||||
|
<g
|
||||||
|
id="g6">
|
||||||
|
<path
|
||||||
|
d="m 1205.8,349.8 c 0.1,-1.4 0,-2.7 0,-3.9 0,-25.8 0,-51.6 0,-77.5 0,-1.3 -0.1,-2.7 -0.4,-4 -7.5,-28 -20.9,-52.4 -43.3,-71.2 -18.4,-15.5 -39.4,-24.1 -63.7,-24.1 -64,0 -128,0 -192.1,0 -86.2,0 -172.3,0 -258.5,0 -1.6,0 -3.2,-0.1 -4.9,0 0,19.7 0,39.3 0,58.7 1.2,0.5 2.3,0.9 3.3,1.3 7.9,2.5 15.8,5 23.8,7.5 79.8,25.3 159.6,50.5 239.5,75.8 37.7,11.9 75.4,23.9 113.1,35.8 2.4,0.7 4.9,1.4 7.3,1.4 57.3,0.1 114.7,0.1 172,0.1 1.2,0.1 2.6,0.2 3.9,0.1 z M 983.6,346 c -51.4,-16.3 -102.4,-32.5 -154,-48.8 0,76 0,151.3 0,226.7 -22.2,11.2 -44.1,22.3 -65.9,33.2 0,22.5 0,44.6 0,66.9 89.9,0 179.6,0 269.5,0 0,-43.3 0,-86.4 0,-130 -16.6,0 -33,0 -49.6,0 0,-49.5 0,-98.5 0,-148 z m 17.4,17.8 c 0,38.1 0,75.9 0,114 68.3,0 136.3,0 204.5,0 0,-38.1 0,-75.9 0,-114 -68.2,0 -136.2,0 -204.5,0 z"
|
||||||
|
id="path2"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#cf8a61" />
|
||||||
|
<path
|
||||||
|
d="M 1035.2,626 H 761.7 v -70.1 l 65.9,-33.2 V 294.5 l 158,50.1 V 492 h 49.6 z m -269.5,-4 h 265.5 V 496 H 981.6 V 347.5 L 831.5,299.9 v 225.2 l -65.9,33.2 z M 1207.6,479.8 H 999.1 v -118 h 208.5 z m -204.6,-4 h 200.6 v -110 H 1003 Z m 201.5,-124 c -0.5,0 -1,0 -1.4,0 -0.4,0 -0.8,0 -1.1,0 h -8.1 c -19.9,0 -39.8,0 -59.7,0 -41.7,0 -73.8,0 -104.3,-0.1 -2.7,0 -5.4,-0.7 -7.9,-1.5 -24.3,-7.7 -48.6,-15.4 -72.9,-23.1 -13.4,-4.2 -26.8,-8.5 -40.2,-12.7 C 852.6,296.6 796.3,278.7 740,260.9 l -74.2,-23.5 c -6.7,-2.1 -13.4,-4.2 -20.1,-6.4 -0.8,-0.3 -1.6,-0.6 -2.3,-0.9 -0.4,-0.1 -0.7,-0.3 -1.1,-0.4 l -1.3,-0.5 v -61.9 l 1.9,-0.1 c 1.2,-0.1 2.3,0 3.4,0 0.5,0 1,0 1.5,0 72.7,0 145.4,0 218,0 h 151.4 c 27,0 54.1,0 81.1,0 23.8,0 45.7,8.3 65,24.6 21.4,18.1 35.8,41.7 43.9,72.2 0.4,1.6 0.5,3.3 0.5,4.5 0,25.8 0,51.6 0,77.5 0,0.3 0,0.7 0,1.1 0,0.9 0.1,1.9 0,2.9 l -0.1,1.7 -1.7,0.1 c -0.4,0 -0.9,0 -1.4,0 z m -2.5,-4 c 0.4,0 0.8,0 1.2,0 0.2,0 0.5,0 0.7,0 0,-0.2 0,-0.5 0,-0.7 0,-0.4 0,-0.8 0,-1.2 0,-25.8 0,-51.6 0,-77.5 0,-1 0,-2.3 -0.3,-3.5 -7.9,-29.7 -21.9,-52.7 -42.7,-70.2 -18.6,-15.7 -39.6,-23.6 -62.4,-23.6 -27.1,0 -54.1,0 -81.2,0 H 865.9 c -72.7,0 -145.3,0 -218,0 -0.5,0 -1.1,0 -1.6,0 -0.4,0 -0.9,0 -1.3,0 v 55.4 c 0.7,0.3 1.3,0.5 2,0.7 6.7,2.1 13.4,4.3 20.1,6.4 l 74.2,23.5 c 56.3,17.8 112.6,35.7 168.9,53.5 13.4,4.2 26.8,8.5 40.2,12.7 24.3,7.7 48.6,15.4 72.9,23.1 2.2,0.7 4.6,1.3 6.7,1.4 30.5,0 62.6,0.1 104.3,0.1 19.9,0 39.8,0 59.7,0 z"
|
||||||
|
id="path4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g id="g24" transform="translate(5.1949,168.5184)">
|
<g
|
||||||
<path id="path26" fill="#CD8258" d="M-16.7,131.8c1-0.6,2.1-0.8,3.2-0.8c7.9-0.5,15.9-1.1,23.8-1.8c7.3-0.5,14.4-1.1,21.6-1.6
|
id="g12">
|
||||||
c6.6-0.5,13.2-1.1,20-1.6c7.4-0.6,14.6-1.1,22-1.8c7.1-0.5,14.4-1.3,21.4-1.8c6.9-0.5,13.9-1.1,20.8-1.6
|
<path
|
||||||
c7.3-0.5,14.4-1.1,21.6-1.8c5.6-0.5,11.3-0.8,16.8-1.3c2.4-0.3,4.9-0.5,7.3-0.8c8.9-0.8,16.3,2.6,23.5,7.3
|
d="M 1205.8,349.8 1027,349.7 642.9,228 c 0,0 0,-39.1 0,-58.9 1.7,-0.1 177.2,0 263.4,0 64,0 128,0 192.1,0 24.3,0 45.4,8.6 63.7,24.1 22.4,18.9 35.8,43.2 43.3,71.2 0.3,1.3 0.4,2.7 0.4,4 0.1,25.9 0,81.4 0,81.4 z"
|
||||||
c13.5,8.9,21.5,21.3,25,36.9c1.3,5.8,2.9,11.2,4.4,17c0.1,0.3,0,0.6,0,0.9c-0.8,0.6-1.6,0.8-2.5,0.9c-14.8,2.3-29.5,4.9-44.2,7
|
id="path8"
|
||||||
c-2.8,0.4-5.5,0.9-8.3,1.3c-2.1,0.3-4.2,0.1-6.4-0.4c-24-4.9-48-9.6-72-14.4c-17-3.6-34.3-6.9-51.5-10.4
|
inkscape:connector-curvature="0"
|
||||||
C16.8,160.6,3.9,158-9,155.5c-2.9-0.5-4.4-1.9-4.8-4.8c-0.9-5.5-2.1-11-3.3-16.5C-17,133.5-17.2,132.6-16.7,131.8"/>
|
style="fill:#cf8a61" />
|
||||||
|
<path
|
||||||
|
d="m 1207.8,351.8 -181.1,-0.1 -0.3,-0.1 -385.5,-122.2 v -62.2 l 1.9,-0.1 c 0.4,0 7.4,0 58,0 30.3,0 68.8,0 106.6,0 36.3,0 72,0 98.9,0 h 110.9 c 27.1,0 54.1,0 81.1,0 23.8,0 45.7,8.3 65,24.6 21.4,18.1 35.8,41.7 43.9,72.2 0.4,1.6 0.5,3.3 0.5,4.5 0,25.8 0,81.3 0,81.3 z m -180.4,-4.1 176.5,0.1 c 0,-10.1 0,-56.4 0,-79.4 0,-1 0,-2.3 -0.3,-3.5 -7.9,-29.7 -21.9,-52.7 -42.7,-70.2 -18.6,-15.7 -39.6,-23.6 -62.4,-23.6 -27.1,0 -54.1,0 -81.2,0 H 906.4 c -26.9,0 -62.6,0 -98.9,0 -37.8,0 -76.3,0 -106.6,0 -12.4,0 -47.3,0 -55.9,0 v 55.5 z"
|
||||||
|
id="path10"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g id="g28" transform="translate(84.8949,127.2184)">
|
<g
|
||||||
<path id="path30" fill="#CD8258" d="M3.2,224.8c14.8,2.9,29.5,5.8,44.4,8.6c3.6,0.8,7.1,1.4,10.8,2.1c3.4,0.6,3.8,0.9,4.5,4.3
|
id="g18">
|
||||||
c4.6,19.3,9.4,38.6,14,57.9c0.1,0.4,0.3,0.8,0.4,1c1.9,1,3.6,1,5.6,0.5c3.8-1.1,7.5-1.8,11.4-2.6c0.6-0.1,1.4-0.3,2,0.3
|
<path
|
||||||
c2,7.5,4,15.1,6,22.6c2.1,8.4,4.1,16.8,6.3,25.1c0.1,0.6,0.2,1.4,0.2,2c-0.5,1.4-1.8,1.6-2.9,1.9c-11.8,3.4-23.5,7-35.1,10.4
|
d="m 983.6,346 c 0,49.4 0,98.4 0,148 16.7,0 33,0 49.6,0 0,43.6 0,86.7 0,130 -89.9,0 -179.6,0 -269.5,0 0,-22.3 0,-44.4 0,-66.9 21.7,-11 43.6,-22 65.9,-33.2 0,-75.4 0,-150.7 0,-226.7 51.6,16.4 102.6,32.5 154,48.8 z"
|
||||||
c-21,6.1-42.1,12.3-63.1,18.4c-0.4,0.1-0.8,0.3-1.1,0.3c-2.2,0.5-3.1,0-3.6-2.4c-1.1-5.8-2.3-11.4-3.6-17c-0.3-1.4-0.6-2.8-0.9-4
|
id="path14"
|
||||||
c-0.5-2,0-3.8,1.5-5.1c4.8-4.3,9.3-8.8,13.9-13c2.5-2.3,4.8-4.8,7.4-6.8c2.1-1.6,2.6-3.9,2.1-6.4c-1.1-5.3-2.4-10.6-3.5-15.9
|
inkscape:connector-curvature="0"
|
||||||
c-5.6-24.3-11.1-48.5-16.5-72.8c-0.5-2.4-1.1-4.6-1.6-7C1.3,225.5,1.6,225,3.2,224.8"/>
|
style="fill:#cf8a61" />
|
||||||
|
<path
|
||||||
|
d="M 1035.2,626 H 761.7 v -70.1 l 65.9,-33.2 V 294.5 l 158,50.1 V 492 h 49.6 z m -269.5,-4 h 265.5 V 496 H 981.6 V 347.5 L 831.5,299.9 v 225.2 l -65.9,33.2 z"
|
||||||
|
id="path16"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g id="g32" transform="translate(192.6949,121.9184)">
|
<g
|
||||||
<path id="path34" fill="#CD8258" d="M30.2,236.7c1.9,6.9,3.8,13.9,5.6,20.8c1.6,6.3,3.3,12.4,5,18.6c0.1,0.4,0.1,0.9,0.3,1.3
|
id="g24">
|
||||||
c-0.1,1.5-1.4,1.5-2.4,1.8c-5.9,1.3-11.9,2.5-17.8,3.8c-13.2,2.9-26.5,5.6-39.6,8.6c-3.2,0.8-4.1,0.3-4.9-2.9
|
<path
|
||||||
c-3.2-12.8-6.3-25.5-9.4-38.1c-0.1-0.5-0.3-1-0.3-1.5c-0.3-1.9,0.3-2.6,2.1-2.9c6.6-1,13.1-2.1,19.8-3.3c9.1-1.6,18.1-3,27.3-4.6
|
d="m 1001,363.8 c 68.3,0 136.3,0 204.5,0 0,38.1 0,75.9 0,114 -68.3,0 -136.3,0 -204.5,0 0,-38.1 0,-75.9 0,-114 z"
|
||||||
c4-0.8,8-1.3,12-2.1C28.5,235.9,29.4,235.9,30.2,236.7"/>
|
id="path20"
|
||||||
</g>
|
inkscape:connector-curvature="0"
|
||||||
<g id="g36" transform="translate(5.1949,168.5184)">
|
style="fill:#cf8a61" />
|
||||||
<path id="path38" fill="#AF5E3A" d="M-16.7,131.8c1.2,6.5,2.6,13.1,3.9,19.8c0.4,2,1.5,3,3.6,3.4c14,2.8,28,5.6,42,8.4
|
<path
|
||||||
c12,2.4,24,4.8,35.9,7c13.6,2.8,27.4,5.5,41,8.1c13.5,2.6,27,5.1,40.4,8.3c6.8,1.6,13,0.3,19.5-0.6c6.3-0.9,12.5-1.9,18.8-2.9
|
d="M 1207.6,479.8 H 999.1 v -118 h 208.5 z m -204.6,-4 h 200.6 v -110 H 1003 Z"
|
||||||
c6.4-1,12.7-2.1,19.2-3.1c2.4-0.4,4.8-0.6,7-1c0.2,1.6-0.6,2.1-2,2.4c-7.1,1.1-14.2,2.3-21.4,3.4c-9.1,1.4-18.1,2.6-27.1,4.4
|
id="path22"
|
||||||
c-5.3,1-10.1,0.3-15.3-0.8c-18.3-3.8-36.8-7.3-55-10.9c-14.3-2.9-28.5-5.6-42.9-8.4c-15.3-3-30.4-6-45.6-8.9
|
inkscape:connector-curvature="0" />
|
||||||
c-5.9-1.1-11.8-2.4-17.8-3.4c-1.4-0.3-2.1-0.9-2.4-2.3c-1.4-6.9-2.8-13.8-4.1-20.6C-19.2,131.8-19,131.6-16.7,131.8"/>
|
|
||||||
</g>
|
|
||||||
<g id="g40" transform="translate(84.8949,127.2184)">
|
|
||||||
<path id="path42" fill="#AF5E3A" d="M3.2,224.8c-1.6,0.3-1.4,1.4-1.1,2.5c1.9,8.1,3.6,16.3,5.5,24.4c3.8,16.6,7.5,33.4,11.4,50
|
|
||||||
c1.6,7.1,3.1,14.3,4.9,21.4c0.6,2.9-0.5,5-2.6,6.9c-2.6,2.1-5,4.4-7.4,6.8C9.3,340.8,5,345,0.5,349.1c-1.6,1.4-2,2.9-1.6,5
|
|
||||||
c1.6,6.9,2.9,13.9,4.4,20.8c0.5,2.5,1,2.8,3.5,2c23.7-6.9,47.5-13.9,71.1-20.8c9.4-2.8,18.8-5.5,28.1-8.3c1-0.3,1.9-0.8,2.6-1.3
|
|
||||||
c0.6,2.1-1.1,2.3-2.4,2.6c-5.6,1.8-11.3,3.3-16.8,5c-28.3,8.4-56.6,16.6-84.9,25c-2.8,0.8-2.9,0.8-3.5-2.4
|
|
||||||
c-1.6-7.9-3.4-15.6-5.1-23.4c-0.5-2,0-3.4,1.6-4.8c7.6-7,15.1-14.1,22.6-21.1c1.4-1.3,1.6-2.8,1.3-4.4c-4-18-8.1-36-12.3-54
|
|
||||||
C6,255,2.7,240.9-0.4,226.8c-0.5-2.5-0.3-2.8,2.1-2.1C2.2,224.5,2.8,224.3,3.2,224.8"/>
|
|
||||||
</g>
|
|
||||||
<g id="g44" transform="translate(192.6949,121.9184)">
|
|
||||||
<path id="path46" fill="#AF5E3A" d="M30.2,236.7c-2.9-1-5.5,0.5-8.3,1c-8.5,1.3-17,2.9-25.5,4.3c-7,1.1-13.9,2.4-20.9,3.5
|
|
||||||
c-2.1,0.4-4.4,0.6-6.5,1c-1.5,0.3-2.6,0.5-2,2.6c1.9,6.8,3.4,13.6,5,20.4c1.6,6.5,3.2,13,4.9,19.5c0.6,2.4,1,2.6,3.4,2.1
|
|
||||||
c15.3-3.4,30.5-6.6,45.9-9.9c4.3-0.9,8.6-1.9,12.9-2.8c0.8-0.1,1.5-0.3,1.9-1.1c0.8,1.8-0.4,2.4-1.9,2.8
|
|
||||||
c-5.5,1.3-10.9,2.5-16.4,3.6c-14.6,3.3-29.3,6.4-43.9,9.6c-2.5,0.5-2.9,0.4-3.5-2.1c-3.5-14.1-7-28.4-10.5-42.5
|
|
||||||
c-0.5-1.8-0.1-2.5,1.8-2.9c8.9-1.4,17.9-2.9,26.8-4.4c11-1.9,21.9-3.8,32.9-5.5C27.5,235.8,29.2,234.7,30.2,236.7"/>
|
|
||||||
</g>
|
|
||||||
<g id="g48" transform="translate(159.1949,69.6184)">
|
|
||||||
<path id="path50" fill="#AF5E3A" d="M21.8,354.4c-4.9,0.9-9.6,2-14.4,3.3c-1.7,0.5-3.4,0.5-4.5-1.3c4.9-0.4,9.4-1.9,14.1-2.9
|
|
||||||
c1-0.3,2-0.5,2.9-0.5C20.9,352.6,21.7,353.1,21.8,354.4"/>
|
|
||||||
</g>
|
|
||||||
<g id="g52" transform="translate(437.6084,64.0523)">
|
|
||||||
<path id="path54" fill="none" stroke="#000000" stroke-miterlimit="10" d="M91.4,366.9h15.5c2.9,0,5.4,0.8,7.5,2.6
|
|
||||||
c1.9,1.8,3.1,3.9,3.4,6.4c0.1,1.4,0.1,2.8,0.1,4.1v29.3c0,2.4-0.6,4.5-2,6.4c-1.8,2.4-4.1,3.8-7,4.1c-0.8,0.1-1.4,0.1-2.1,0.1
|
|
||||||
H75.7c-3.1,0-5.9-1.1-8-3.4c-1.5-1.8-2.5-3.8-2.6-6c-0.1-2.8-0.1-5.5-0.1-8.3v-24.5c0-2.3,0.5-4.4,1.9-6.3c1.8-2.5,4.1-4,7.3-4.4
|
|
||||||
c0.6-0.1,1.3-0.1,1.9-0.1C80.9,366.9,86.2,366.9,91.4,366.9z M75.5,393.4c0.1,8.8,6.9,15.6,15.4,15.9c9.1,0.3,16-7,16.3-15.5
|
|
||||||
c0.1-8.8-6.8-15.8-15.3-16.1C82.8,377.3,75.5,384.5,75.5,393.4z"/>
|
|
||||||
</g>
|
|
||||||
<g id="g56">
|
|
||||||
<path id="path58_1_" fill="#8B0304" d="M253,483.3v-52.5h4.1c1.5,0,1.3-0.1,1.3,1.3v8.5v0.9h5.5c0.6,0,1.3,0.1,1.8,0.3
|
|
||||||
c2.1,0.6,3.5,2.9,3.5,4.9v31.8c0,2.8-2.4,5.1-5.1,5.1C260.3,483.3,256.7,483.3,253,483.3 M263.7,446.7h-5.4v31.3h5.4"/>
|
|
||||||
</g>
|
|
||||||
<g id="g60">
|
|
||||||
<path id="path62_1_" fill="#8B0304" d="M237.6,483.3h-16.1v-52.5h3.4c1.9,0,1.9,0,1.9,1.9v44.3v1h1.4c1.8,0,3.6,0,5.4,0.1
|
|
||||||
c2.4,0.3,4,2.6,4.3,4.8C237.6,482.9,237.6,483,237.6,483.3"/>
|
|
||||||
</g>
|
|
||||||
<g id="g64">
|
|
||||||
<path id="path66_1_" fill="#8B0304" d="M247.2,441.3v42.4c-1.4,0.1-2.5-0.5-3.5-1.4c-1.3-1.1-1.9-2.5-1.9-4.1v-36v-0.9
|
|
||||||
C241.8,441.3,247.2,441.3,247.2,441.3z"/>
|
|
||||||
</g>
|
|
||||||
<path id="path68" fill="#8B0304" d="M242,430.9h5.3v5.4H242V430.9z"/>
|
|
||||||
<g id="g70" transform="translate(294.5409,47.2752)">
|
|
||||||
<path id="path72" d="M55.6,404.6h33.3v11.1H55.8v9.8h38.8v11H39.1v-0.8V402c0-1.1,0.4-2.3,0.9-3.3c2.5-4.5,5-9.1,7.5-13.6
|
|
||||||
c0.5-1,1.5-1.1,2.4-1.3h0.6h43.2h0.8V395h-0.9h-32c-1.3,0-2.1,0.5-2.6,1.8c-1,2.5-2.1,5.1-3.1,7.6
|
|
||||||
C55.8,404.3,55.8,404.4,55.6,404.6"/>
|
|
||||||
</g>
|
|
||||||
<g id="g74" transform="translate(370.1277,64.0131)">
|
|
||||||
<path id="path76" d="M74.5,367h0.9H118c1.9,0,3.1,0.9,4,2.4c1.4,2.8,2.8,5.6,4.1,8.5c1.1,2.3,2.1,4.5,3.3,6.8
|
|
||||||
c0.4,0.9,0.8,1.9,0.3,2.9c-0.4,0.8-0.9,1.4-1.4,1.9c-2.6,3.1-5.4,6.3-8.1,9.4c-0.4,0.4-0.6,0.8-1,1.1c-0.4,0.3-0.3,0.5-0.1,0.9
|
|
||||||
c2.9,5,5.8,10,8.6,15c0.7,1.3,1.5,2.5,2.2,3.9h-0.6h-15.4c-0.5,0-0.8-0.1-1-0.5c-4.3-7-8.5-14.1-12.8-21.1
|
|
||||||
c-0.5-0.8-0.9-1.5-1.4-2.1c-0.4-0.6-0.5-1.1-0.1-1.8c0.4-0.6,0.9-0.8,1.5-0.8h5.1c1.1,0,2.1-0.4,2.9-1.4c1.5-1.9,3.1-3.5,4.8-5.3
|
|
||||||
c0.3-0.3,0.4-0.5,0.1-0.8c-0.9-2.1-1.8-4.3-2.5-6.4c-0.5-1.1-1.3-1.6-2.5-1.6H91.9H91v41.8H74.5V367z"/>
|
|
||||||
</g>
|
|
||||||
<g id="g78" transform="translate(437.6084,64.0523)">
|
|
||||||
<path id="path80" d="M91.4,366.9h15.5c2.9,0,5.4,0.8,7.5,2.6c1.9,1.8,3.1,3.9,3.4,6.4c0.1,1.4,0.1,2.8,0.1,4.1v29.3
|
|
||||||
c0,2.4-0.6,4.5-2,6.4c-1.8,2.4-4.1,3.8-7,4.1c-0.8,0.1-1.4,0.1-2.1,0.1H75.7c-3.1,0-5.9-1.1-8-3.4c-1.5-1.8-2.5-3.8-2.6-6
|
|
||||||
c-0.1-2.8-0.1-5.5-0.1-8.3v-24.5c0-2.3,0.5-4.4,1.9-6.3c1.8-2.5,4.1-4,7.3-4.4c0.6-0.1,1.3-0.1,1.9-0.1
|
|
||||||
C80.9,366.9,86.2,366.9,91.4,366.9 M75.5,393.4c0.1,8.8,6.9,15.6,15.4,15.9c9.1,0.3,16-7,16.3-15.5c0.1-8.8-6.8-15.8-15.3-16.1
|
|
||||||
C82.8,377.3,75.5,384.5,75.5,393.4"/>
|
|
||||||
</g>
|
|
||||||
<g id="g82" transform="translate(325.8262,34.9877)">
|
|
||||||
<path id="path84" d="M63.5,432.3v-19.6h0.8h15.1c0.6,0,0.8-0.1,0.8-0.8v-15V396h19.6v16.6h16.5v19.6H99.6v16.6H80v-0.8v-15
|
|
||||||
c0-0.6-0.1-0.9-0.9-0.9h-15C64.2,432.3,63.5,432.3,63.5,432.3 M89.8,416.7c-3.3,0-5.9,2.5-5.9,5.8s2.6,5.8,5.8,5.9
|
|
||||||
c3.3,0,5.8-2.5,5.9-5.8C95.6,419.3,93.1,416.7,89.8,416.7 M104.8,428l5.5-5.5l-5.5-5.5V428z M84.3,407.3h11.1l-5.5-5.5
|
|
||||||
C88,403.7,86.2,405.5,84.3,407.3 M69.2,422.4c1.8,1.8,3.6,3.6,5.4,5.5V417C72.8,418.8,71,420.7,69.2,422.4 M89.7,443
|
|
||||||
c1.9-1.9,3.8-3.6,5.5-5.5h-11C86.1,439.4,88,441.3,89.7,443"/>
|
|
||||||
</g>
|
|
||||||
<g id="g86" transform="translate(247.7735,55.1985)">
|
|
||||||
<path id="path88" d="M43.9,386.8v41.8H27.3v-52.8h0.9h43c1.5,0,2.6,0.5,3.3,1.8c1,1.9,1.9,3.8,2.9,5.6c1.6,3.5,3.4,6.9,5,10.4
|
|
||||||
c0.6,1.4,0.5,2.6-0.6,3.8c-2.1,2.4-4.1,4.8-6.1,7.1c-1.1,1.4-2.4,2.8-3.5,4.1c-0.4,0.4-0.4,0.6-0.1,1c3.5,6.3,7.1,12.4,10.6,18.6
|
|
||||||
c0,0.1,0.1,0.1,0.1,0.3h-0.5H66.8c-0.4,0-0.6-0.1-0.9-0.5c-4.6-7.8-9.4-15.5-14-23.4c-0.4-0.6-0.5-1.3-0.1-1.9s0.9-0.8,1.6-0.8
|
|
||||||
h4.9c1.3,0,2.3-0.4,3-1.4c1.5-1.8,3-3.5,4.6-5.3c0.3-0.4,0.4-0.6,0.1-0.9c-0.8-2-1.6-4-2.4-6c-0.6-1.4-1.3-1.9-2.8-1.9h-16h-1
|
|
||||||
V386.8"/>
|
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
<g
|
||||||
|
aria-label="FinalBurn"
|
||||||
|
transform="matrix(1.0947177,0,0,0.91347751,77.4996,-1.5072763)"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:129.25238037px;line-height:1.25;font-family:Impact;-inkscape-font-specification:Impact;letter-spacing:0px;word-spacing:0px;fill:#0f0f0f;fill-opacity:1;stroke:none;stroke-width:2.05194569"
|
||||||
|
id="text845-6"><path
|
||||||
|
d="m 812.95194,278.24482 h 44.99851 v 20.44813 h -18.42856 v 19.37524 h 16.40899 v 19.43834 h -16.40899 v 42.91583 h -26.56995 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path886"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 889.88488,278.24482 v 13.31653 h -26.25439 v -13.31653 z m 0,18.42856 v 83.74898 h -26.25439 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path888"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 924.97488,296.67338 -0.44178,7.69961 q 2.77691,-4.60714 6.75293,-6.87916 4.03914,-2.33512 9.27739,-2.33512 6.5636,0 10.72896,3.09246 4.16536,3.09247 5.36448,7.82583 1.19912,4.67025 1.19912,15.65166 v 58.6937 h -25.49705 v -57.99948 q 0,-8.64628 -0.56801,-10.53962 -0.568,-1.89335 -3.15557,-1.89335 -2.7138,0 -3.40802,2.20891 -0.69423,2.14579 -0.69423,11.61252 v 56.61102 h -25.49705 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path890"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 989.41173,329.1127 h -23.91927 v -5.61692 q 0,-9.71918 2.20891,-14.95743 2.27201,-5.30137 9.02494,-9.34051 6.75294,-4.03913 17.545,-4.03913 12.93789,0 19.50149,4.60714 6.5636,4.54403 7.8889,11.23385 1.3254,6.62671 1.3254,27.3904 v 42.03226 h -24.80287 v -7.44716 q -2.33513,4.48092 -6.05871,6.75294 -3.66047,2.2089 -8.7725,2.2089 -6.68982,0 -12.30674,-3.72358 -5.55382,-3.78669 -5.55382,-16.4721 v -6.87916 q 0,-9.40362 2.96625,-12.81164 2.96624,-3.40802 14.70498,-7.95205 12.55919,-4.9227 13.44275,-6.62671 0.88356,-1.70401 0.88356,-6.94226 0,-6.5636 -1.00978,-8.52006 -0.94668,-2.01957 -3.21869,-2.01957 -2.58757,0 -3.21869,1.70401 -0.63111,1.6409 -0.63111,8.64628 z M 997.49,340.599 q -6.12182,4.48092 -7.1316,7.51027 -0.94667,3.02935 -0.94667,8.70939 0,6.50048 0.82045,8.39383 0.88356,1.89334 3.40802,1.89334 2.39824,0 3.09246,-1.45156 0.75734,-1.51468 0.75734,-7.82583 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path892"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1058.0139,278.24482 v 102.17754 h -26.2543 V 278.24482 Z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path894"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1067.9225,278.24482 h 26.5068 q 12.5592,0 18.9966,1.95646 6.5004,1.95646 10.4765,7.95205 3.976,5.93248 3.976,19.1859 0,8.96184 -2.84,12.49608 -2.7769,3.53424 -11.0445,5.42759 9.2142,2.08268 12.496,6.94227 3.2818,4.79647 3.2818,14.76809 v 9.46673 q 0,10.35029 -2.3982,15.3361 -2.3351,4.98581 -7.5103,6.81604 -5.1751,1.83023 -21.2054,1.83023 h -30.7353 z m 26.5699,17.48189 v 22.72015 q 1.704,-0.0631 2.6507,-0.0631 3.9129,0 4.9858,-1.89335 1.0729,-1.95646 1.0729,-11.04452 0,-4.79647 -0.8836,-6.68982 -0.8835,-1.95645 -2.3351,-2.46134 -1.3884,-0.5049 -5.4907,-0.56801 z m 0,38.62425 v 28.58951 q 5.6169,-0.18933 7.1316,-1.76712 1.5778,-1.57779 1.5778,-7.76271 v -9.52984 q 0,-6.5636 -1.3885,-7.95205 -1.3884,-1.38846 -7.3209,-1.57779 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path896"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1196.9224,296.67338 v 83.74898 h -25.9388 l 0.4417,-6.94226 q -2.6506,4.22847 -6.5636,6.37426 -3.8498,2.08268 -8.8987,2.08268 -5.7431,0 -9.5298,-2.01957 -3.7867,-2.01957 -5.6169,-5.36448 -1.7672,-3.34491 -2.2089,-6.94226 -0.4418,-3.66047 -0.4418,-14.45254 v -56.48481 h 25.497 v 56.9897 q 0,9.78229 0.568,11.61252 0.6311,1.83023 3.2818,1.83023 2.84,0 3.3449,-1.89334 0.568,-1.89335 0.568,-12.18052 v -56.35859 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path898"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1231.5706,296.67338 -1.0098,10.98141 q 5.5539,-11.80186 16.0935,-12.49608 v 29.47308 q -7.0054,0 -10.2872,1.89334 -3.2818,1.89335 -4.0391,5.30137 -0.7574,3.34491 -0.7574,15.52543 v 33.07043 h -25.497 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path900"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 1278.2731,296.67338 -0.4418,7.69961 q 2.7769,-4.60714 6.753,-6.87916 4.0391,-2.33512 9.2774,-2.33512 6.5636,0 10.7289,3.09246 4.1654,3.09247 5.3645,7.82583 1.1991,4.67025 1.1991,15.65166 v 58.6937 h -25.497 v -57.99948 q 0,-8.64628 -0.568,-10.53962 -0.568,-1.89335 -3.1556,-1.89335 -2.7138,0 -3.408,2.20891 -0.6943,2.14579 -0.6943,11.61252 v 56.61102 h -25.497 v -83.74898 z"
|
||||||
|
style="fill:#0f0f0f;fill-opacity:1;stroke-width:2.05194569"
|
||||||
|
id="path902"
|
||||||
|
inkscape:connector-curvature="0" /></g><g
|
||||||
|
aria-label="Neo"
|
||||||
|
transform="scale(1.0947177,0.91347751)"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:292.61712646px;line-height:1.25;font-family:Impact;-inkscape-font-specification:Impact;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.52404749"
|
||||||
|
id="text845-3"><path
|
||||||
|
d="M 1017.0278,426.85181 V 658.17365 H 964.30528 L 933.01468,553.01437 V 658.17365 H 882.72111 V 426.85181 h 50.29357 l 33.71955,104.15912 V 426.85181 Z"
|
||||||
|
style="stroke-width:1.52404749"
|
||||||
|
id="path853" /><path
|
||||||
|
d="m 1170.1946,566.73079 h -74.726 v 41.00641 q 0,12.85915 1.8575,16.57401 1.8574,3.71487 7.1439,3.71487 6.5725,0 8.7157,-4.8579 2.2861,-5.00078 2.2861,-19.14585 v -25.0039 h 54.7228 v 14.00218 q 0,17.57418 -2.2861,27.00422 -2.1432,9.43004 -10.2873,20.146 -8.1441,10.71596 -20.7175,16.14538 -12.4305,5.28654 -31.2906,5.28654 -18.2886,0 -32.2908,-5.28654 -14.0022,-5.28654 -21.8605,-14.43082 -7.7155,-9.28717 -10.716,-20.28889 -3.0005,-11.14459 -3.0005,-32.29075 V 534.0114 q 0,-24.86103 6.7154,-39.14897 6.7153,-14.43083 22.0034,-22.00344 15.2881,-7.71549 35.1483,-7.71549 24.2896,0 40.0063,9.28716 15.8596,9.14429 22.1463,24.43239 6.4296,15.14522 6.4296,42.72096 z m -57.8662,-30.86196 v -13.85931 q 0,-14.71658 -1.5717,-19.00296 -1.5716,-4.28639 -6.4295,-4.28639 -6.001,0 -7.4298,3.71487 -1.4288,3.57198 -1.4288,19.57448 v 13.85931 z"
|
||||||
|
style="stroke-width:1.52404749"
|
||||||
|
id="path855" /><path
|
||||||
|
d="m 1319.6465,535.15443 v 46.43583 q 0,25.57542 -2.5719,37.57729 -2.5718,11.859 -11.0017,22.2892 -8.4299,10.28732 -21.7176,15.2881 -13.145,4.8579 -30.2905,4.8579 -19.1458,0 -32.4336,-4.1435 -13.2878,-4.28639 -20.7176,-12.71627 -7.2868,-8.57277 -10.4302,-20.57465 -3.1433,-12.14475 -3.1433,-36.29138 v -48.57901 q 0,-26.4327 5.7152,-41.29217 5.7152,-14.85946 20.5746,-23.86086 14.8595,-9.00141 38.006,-9.00141 19.4316,0 33.2909,5.85806 14.0022,5.71518 21.5748,15.00234 7.5726,9.28716 10.2873,19.14585 2.8576,9.85868 2.8576,30.00468 z m -57.7233,-14.28794 q 0,-14.57371 -1.5717,-18.28857 -1.5717,-3.85775 -6.7153,-3.85775 -5.1437,0 -6.8582,3.85775 -1.7146,3.71486 -1.7146,18.28857 v 85.58479 q 0,13.43067 1.7146,17.57417 1.7145,4.00063 6.7153,4.00063 5.1437,0 6.7153,-3.71487 1.7146,-3.71486 1.7146,-16.0025 z"
|
||||||
|
style="stroke-width:1.52404749"
|
||||||
|
id="path857" /></g></svg>
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
|
@ -3,34 +3,28 @@
|
||||||
|
|
||||||
<view name="system">
|
<view name="system">
|
||||||
<text name="info1" extra="true">
|
<text name="info1" extra="true">
|
||||||
<text>FB Alpha or FBA as it is commonly known is an emulator of arcade games,</text>
|
<text>FB Neo or FBN as it is commonly known is an emulator</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info2" extra="true">
|
<text name="info2" extra="true">
|
||||||
<text>that is, it takes the program code, graphic data, ...</text>
|
<text>of arcade games, that is, it takes the program code, graphic data, ...</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info3" extra="true">
|
<text name="info3" extra="true">
|
||||||
<text>from an orginal arcade game and emulate the hardware to make the game</text>
|
<text>from an orginal arcade game and emulate the hardware to make</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info4" extra="true">
|
<text name="info4" extra="true">
|
||||||
<text>run in it's original form.</text>
|
<text>the game run in it's original form. As far as the game is concerned</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info5" extra="true">
|
<text name="info5" extra="true">
|
||||||
<text>As far as the game is concerned it is running in it's original cabinet.</text>
|
<text>it is running in it's original cabinet. FBN is an open-source project</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info6" extra="true">
|
<text name="info6" extra="true">
|
||||||
<text>FBA is an open-source project and it is programmed by a group of people</text>
|
<text>and it is programmed by a group of people known as the FBNeo team.</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info7" extra="true">
|
<text name="info7" extra="true">
|
||||||
<text>known as the FBA team.</text>
|
<text>Many of the developers of this project also worked on FB Alpha.</text>
|
||||||
</text>
|
</text>
|
||||||
<text name="info8" extra="true">
|
<text name="info8" extra="true">
|
||||||
<text>Over the years this has comprised Jan_Klaassen,</text>
|
<text>FBN is based on FinalBurn and old versions of MAME.</text>
|
||||||
</text>
|
|
||||||
<text name="info9" extra="true">
|
|
||||||
<text>KEV, LoopMaster, Mike Haggar, Hyper Yagami, Ayeye.</text>
|
|
||||||
</text>
|
|
||||||
<text name="info10" extra="true">
|
|
||||||
<text>FBA is based on the original FinalBurn by Dave.</text>
|
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</theme>
|
</theme>
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
<theme>
|
|
||||||
<formatVersion>6</formatVersion>
|
|
||||||
|
|
||||||
<view name="system, basic, detailed, grid, video">
|
|
||||||
<image name="band1" extra="true">
|
|
||||||
<color>00ADEF</color>
|
|
||||||
</image>
|
|
||||||
<image name="band2" extra="true">
|
|
||||||
<color>84849C</color>
|
|
||||||
</image>
|
|
||||||
<image name="band3" extra="true">
|
|
||||||
<color>231F20</color>
|
|
||||||
</image>
|
|
||||||
<image name="band4" extra="true">
|
|
||||||
<color>FFFFFF</color>
|
|
||||||
</image>
|
|
||||||
</view>
|
|
||||||
</theme>
|
|
Before Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 196 KiB |
|
@ -1,410 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
viewBox="0 0 210.4025 418.76999"
|
|
||||||
height="418.76999"
|
|
||||||
width="210.4025"
|
|
||||||
xml:space="preserve"
|
|
||||||
version="1.1"
|
|
||||||
id="svg2"><metadata
|
|
||||||
id="metadata8"><rdf:RDF><cc:Work
|
|
||||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs6"><clipPath
|
|
||||||
id="clipPath16"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path18"
|
|
||||||
d="m 0,335.016 168.322,0 L 168.322,0 0,0 0,335.016 Z" /></clipPath><clipPath
|
|
||||||
id="clipPath28"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path30"
|
|
||||||
d="m 7.99342,160.329 154.21258,0 0,-154.21316 -154.21258,0 0,154.21316 z" /></clipPath><linearGradient
|
|
||||||
id="linearGradient84"
|
|
||||||
spreadMethod="pad"
|
|
||||||
gradientTransform="matrix(39.822853,39.822853,39.822853,-39.822853,65.123558,63.310898)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="0"
|
|
||||||
x2="1"
|
|
||||||
y1="0"
|
|
||||||
x1="0"><stop
|
|
||||||
id="stop86"
|
|
||||||
offset="0"
|
|
||||||
style="stop-opacity:1;stop-color:#a6a8ab" /><stop
|
|
||||||
id="stop88"
|
|
||||||
offset="1"
|
|
||||||
style="stop-opacity:1;stop-color:#e6e7e8" /></linearGradient><clipPath
|
|
||||||
id="clipPath96"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path98"
|
|
||||||
d="m 0,335.016 168.322,0 L 168.322,0 0,0 0,335.016 Z" /></clipPath><clipPath
|
|
||||||
id="clipPath104"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path106"
|
|
||||||
d="m 62.5988,105.659 44.8722,0 0,-44.873 -44.8722,0 0,44.873 z" /></clipPath><clipPath
|
|
||||||
id="clipPath120"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path122"
|
|
||||||
d="m 56.9234,111.205 56.0936,0 0,-56.0943 -56.0936,0 0,56.0943 z" /></clipPath><clipPath
|
|
||||||
id="clipPath124"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path126"
|
|
||||||
d="m 58.434,83.504 c 0,14.847 12.035,26.882 26.882,26.882 14.847,0 26.883,-12.035 26.883,-26.882 0,-14.847 -12.036,-26.883 -26.883,-26.883 -14.847,0 -26.882,12.036 -26.882,26.883 m 54.583,-0.346 c 0,15.49 -12.557,28.047 -28.047,28.047 -15.49,0 -28.047,-12.557 -28.047,-28.047 0,-15.49 12.557,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047" /></clipPath><linearGradient
|
|
||||||
id="linearGradient132"
|
|
||||||
spreadMethod="pad"
|
|
||||||
gradientTransform="matrix(39.664417,-39.664417,-39.664417,-39.664417,65.138191,102.98982)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="0"
|
|
||||||
x2="1"
|
|
||||||
y1="0"
|
|
||||||
x1="0"><stop
|
|
||||||
id="stop134"
|
|
||||||
offset="0"
|
|
||||||
style="stop-opacity:0;stop-color:#ffffff" /><stop
|
|
||||||
id="stop136"
|
|
||||||
offset="0.20751882"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /><stop
|
|
||||||
id="stop138"
|
|
||||||
offset="0.5"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /><stop
|
|
||||||
id="stop140"
|
|
||||||
offset="0.79248118"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /><stop
|
|
||||||
id="stop142"
|
|
||||||
offset="1"
|
|
||||||
style="stop-opacity:0;stop-color:#ffffff" /></linearGradient><mask
|
|
||||||
id="mask144"
|
|
||||||
height="1"
|
|
||||||
width="1"
|
|
||||||
y="0"
|
|
||||||
x="0"
|
|
||||||
maskUnits="userSpaceOnUse"><g
|
|
||||||
id="g146"><g
|
|
||||||
id="g148"><g
|
|
||||||
id="g150"><g
|
|
||||||
id="g152"><path
|
|
||||||
id="path154"
|
|
||||||
style="fill:url(#linearGradient132);stroke:none"
|
|
||||||
d="m -32768,32767 65535,0 0,-65535 -65535,0 0,65535 z" /></g></g></g></g></mask><linearGradient
|
|
||||||
id="linearGradient156"
|
|
||||||
spreadMethod="pad"
|
|
||||||
gradientTransform="matrix(39.664417,-39.664417,-39.664417,-39.664417,65.138191,102.98982)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="0"
|
|
||||||
x2="1"
|
|
||||||
y1="0"
|
|
||||||
x1="0"><stop
|
|
||||||
id="stop158"
|
|
||||||
offset="0"
|
|
||||||
style="stop-opacity:1;stop-color:#231f20" /><stop
|
|
||||||
id="stop160"
|
|
||||||
offset="0.20751882"
|
|
||||||
style="stop-opacity:1;stop-color:#231f20" /><stop
|
|
||||||
id="stop162"
|
|
||||||
offset="0.5"
|
|
||||||
style="stop-opacity:1;stop-color:#231f20" /><stop
|
|
||||||
id="stop164"
|
|
||||||
offset="0.79248118"
|
|
||||||
style="stop-opacity:1;stop-color:#231f20" /><stop
|
|
||||||
id="stop166"
|
|
||||||
offset="1"
|
|
||||||
style="stop-opacity:1;stop-color:#231f20" /></linearGradient><clipPath
|
|
||||||
id="clipPath190"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path192"
|
|
||||||
d="m 56.9238,111.205 56.0942,0 0,-56.094 -56.0942,0 0,56.094 z" /></clipPath><clipPath
|
|
||||||
id="clipPath194"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path196"
|
|
||||||
d="m 111.507,82.812 c 0,-14.847 -12.036,-26.883 -26.882,-26.883 -14.847,0 -26.883,12.036 -26.883,26.883 0,14.847 12.036,26.883 26.883,26.883 14.846,0 26.882,-12.036 26.882,-26.883 m -54.583,0.346 c 0,-15.49 12.556,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047 0,15.49 -12.557,28.047 -28.047,28.047 -15.491,0 -28.047,-12.557 -28.047,-28.047" /></clipPath><linearGradient
|
|
||||||
id="linearGradient202"
|
|
||||||
spreadMethod="pad"
|
|
||||||
gradientTransform="matrix(-39.664425,39.664425,39.664425,39.664425,104.80286,63.325817)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="0"
|
|
||||||
x2="1"
|
|
||||||
y1="0"
|
|
||||||
x1="0"><stop
|
|
||||||
id="stop204"
|
|
||||||
offset="0"
|
|
||||||
style="stop-opacity:0;stop-color:#ffffff" /><stop
|
|
||||||
id="stop206"
|
|
||||||
offset="0.5"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /><stop
|
|
||||||
id="stop208"
|
|
||||||
offset="1"
|
|
||||||
style="stop-opacity:0;stop-color:#ffffff" /></linearGradient><mask
|
|
||||||
id="mask210"
|
|
||||||
height="1"
|
|
||||||
width="1"
|
|
||||||
y="0"
|
|
||||||
x="0"
|
|
||||||
maskUnits="userSpaceOnUse"><g
|
|
||||||
id="g212"><g
|
|
||||||
id="g214"><g
|
|
||||||
id="g216"><g
|
|
||||||
id="g218"><path
|
|
||||||
id="path220"
|
|
||||||
style="fill:url(#linearGradient202);stroke:none"
|
|
||||||
d="m -32768,32767 65535,0 0,-65535 -65535,0 0,65535 z" /></g></g></g></g></mask><linearGradient
|
|
||||||
id="linearGradient222"
|
|
||||||
spreadMethod="pad"
|
|
||||||
gradientTransform="matrix(-39.664425,39.664425,39.664425,39.664425,104.80286,63.325817)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="0"
|
|
||||||
x2="1"
|
|
||||||
y1="0"
|
|
||||||
x1="0"><stop
|
|
||||||
id="stop224"
|
|
||||||
offset="0"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /><stop
|
|
||||||
id="stop226"
|
|
||||||
offset="0.5"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /><stop
|
|
||||||
id="stop228"
|
|
||||||
offset="1"
|
|
||||||
style="stop-opacity:1;stop-color:#ffffff" /></linearGradient><clipPath
|
|
||||||
id="clipPath256"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path258"
|
|
||||||
d="m 58.5181,328.248 53.0619,0 0,-53.062 -53.0619,0 0,53.062 z" /></clipPath><clipPath
|
|
||||||
id="clipPath280"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path282"
|
|
||||||
d="m 59.2057,327.408 51.5333,0 0,-51.534 -51.5333,0 0,51.534 z" /></clipPath><clipPath
|
|
||||||
id="clipPath296"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path298"
|
|
||||||
d="m 51.8069,334.806 66.3311,0 0,-66.331 -66.3311,0 0,66.331 z" /></clipPath><clipPath
|
|
||||||
id="clipPath316"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path318"
|
|
||||||
d="m 57.9564,252.304 53.0616,0 0,-53.062 -53.0616,0 0,53.062 z" /></clipPath><clipPath
|
|
||||||
id="clipPath340"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path342"
|
|
||||||
d="m 58.644,251.463 51.534,0 0,-51.533 -51.534,0 0,51.533 z" /></clipPath><clipPath
|
|
||||||
id="clipPath356"
|
|
||||||
clipPathUnits="userSpaceOnUse"><path
|
|
||||||
id="path358"
|
|
||||||
d="m 51.2453,258.862 66.3317,0 0,-66.331 -66.3317,0 0,66.331 z" /></clipPath></defs><g
|
|
||||||
transform="matrix(1.25,0,0,-1.25,0,418.77)"
|
|
||||||
id="g10"><g
|
|
||||||
id="g12"><g
|
|
||||||
clip-path="url(#clipPath16)"
|
|
||||||
id="g14"><g
|
|
||||||
transform="translate(85.0995,0)"
|
|
||||||
id="g20"><path
|
|
||||||
id="path22"
|
|
||||||
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -45.962,0 -83.222,37.26 -83.222,83.222 0,45.963 37.26,83.222 83.222,83.222 45.962,0 83.222,-37.259 83.222,-83.222 C 83.222,37.26 45.962,0 0,0" /></g><g
|
|
||||||
id="g24"><g
|
|
||||||
id="g26" /><g
|
|
||||||
id="g32"><g
|
|
||||||
style="opacity:0.10000598"
|
|
||||||
id="g34"
|
|
||||||
clip-path="url(#clipPath28)"><g
|
|
||||||
id="g36"
|
|
||||||
transform="translate(85.0992,6.1158)"><path
|
|
||||||
id="path38"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 16.896,16.323 -8.253,0 0,18.674 -17.286,0 0,-18.674 -8.252,0 L 0,0 Z" /></g><g
|
|
||||||
id="g40"
|
|
||||||
transform="translate(139.622,28.6993)"><path
|
|
||||||
id="path42"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 0.405,23.489 -5.43,17.654 -18.635,30.858 -30.858,18.635 -17.653,5.431 -23.489,-0.405 0,0 Z" /></g><g
|
|
||||||
id="g44"
|
|
||||||
transform="translate(162.2061,83.2215)"><path
|
|
||||||
id="path46"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 -16.323,16.896 0,-8.252 -18.674,0 0,-17.287 18.674,0 0,-8.252 L 0,0 Z" /></g><g
|
|
||||||
id="g48"
|
|
||||||
transform="translate(139.6227,137.7441)"><path
|
|
||||||
id="path50"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 -23.489,0.405 5.835,-5.835 -13.205,-13.205 12.224,-12.223 13.204,13.205 5.836,-5.835 L 0,0 Z" /></g><g
|
|
||||||
id="g52"
|
|
||||||
transform="translate(85.1005,160.3285)"><path
|
|
||||||
id="path54"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 -16.896,-16.322 8.252,0 0,-18.675 17.287,0 0,18.674 8.252,0.001 L 0,0 Z" /></g><g
|
|
||||||
id="g56"
|
|
||||||
transform="translate(30.5779,137.7453)"><path
|
|
||||||
id="path58"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 -0.405,-23.489 5.43,-17.654 18.635,-30.859 30.858,-18.636 17.653,-5.431 23.488,0.405 0,0 Z" /></g><g
|
|
||||||
id="g60"
|
|
||||||
transform="translate(7.9934,83.223)"><path
|
|
||||||
id="path62"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 16.322,-16.895 0,8.251 18.675,0 0,17.286 -18.674,0 -0.001,8.253 L 0,0 Z" /></g><g
|
|
||||||
id="g64"
|
|
||||||
transform="translate(30.5767,28.7004)"><path
|
|
||||||
id="path66"
|
|
||||||
style="fill:#84849b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 23.489,-0.405 17.654,5.43 30.859,18.635 18.636,30.858 5.431,17.653 -0.405,23.488 0,0 Z" /></g></g></g></g><g
|
|
||||||
transform="translate(84.1609,0.0119)"
|
|
||||||
id="g68"><path
|
|
||||||
id="path70"
|
|
||||||
style="fill:#6d6e70;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -45.529,0.504 -82.284,37.562 -82.284,83.21 0,45.649 36.755,82.707 82.284,83.211 -0.313,0.003 -0.625,0.012 -0.939,0.012 -45.962,0 -83.222,-37.26 -83.222,-83.223 0,-45.962 37.26,-83.222 83.222,-83.222 0.314,0 0.626,0.009 0.939,0.012" /></g></g></g><g
|
|
||||||
id="g72"><g
|
|
||||||
id="g74"><g
|
|
||||||
id="g80"><g
|
|
||||||
id="g82"><path
|
|
||||||
id="path90"
|
|
||||||
style="fill:url(#linearGradient84);stroke:none"
|
|
||||||
d="m 56.876,83.222 c 0,-15.551 12.608,-28.159 28.159,-28.159 l 0,0 c 15.552,0 28.159,12.608 28.159,28.159 l 0,0 c 0,15.552 -12.607,28.159 -28.159,28.159 l 0,0 c -15.551,0 -28.159,-12.607 -28.159,-28.159" /></g></g></g></g><g
|
|
||||||
id="g92"><g
|
|
||||||
clip-path="url(#clipPath96)"
|
|
||||||
id="g94"><g
|
|
||||||
id="g100"><g
|
|
||||||
id="g102" /><g
|
|
||||||
id="g108"><g
|
|
||||||
style="opacity:0.30000299"
|
|
||||||
id="g110"
|
|
||||||
clip-path="url(#clipPath104)"><g
|
|
||||||
id="g112"
|
|
||||||
transform="translate(85.035,60.786)"><path
|
|
||||||
id="path114"
|
|
||||||
style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -12.391,0 -22.436,10.045 -22.436,22.436 0,12.391 10.045,22.437 22.436,22.437 12.391,0 22.436,-10.046 22.436,-22.437 C 22.436,10.045 12.391,0 0,0" /></g></g></g></g><g
|
|
||||||
id="g116"><g
|
|
||||||
id="g118" /><g
|
|
||||||
id="g168"><g
|
|
||||||
style="opacity:0.14999402"
|
|
||||||
id="g170"
|
|
||||||
clip-path="url(#clipPath120)"><g
|
|
||||||
id="g172"><g
|
|
||||||
id="g174"
|
|
||||||
clip-path="url(#clipPath124)"><g
|
|
||||||
id="g176"><g
|
|
||||||
id="g178" /><g
|
|
||||||
id="g180"
|
|
||||||
mask="url(#mask144)"><g
|
|
||||||
id="g182"><path
|
|
||||||
id="path184"
|
|
||||||
style="fill:url(#linearGradient156);stroke:none"
|
|
||||||
d="m 58.434,83.504 c 0,14.847 12.035,26.882 26.882,26.882 14.847,0 26.883,-12.035 26.883,-26.882 0,-14.847 -12.036,-26.883 -26.883,-26.883 -14.847,0 -26.882,12.036 -26.882,26.883 m 54.583,-0.346 c 0,15.49 -12.557,28.047 -28.047,28.047 -15.49,0 -28.047,-12.557 -28.047,-28.047 0,-15.49 12.557,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047" /></g></g></g></g></g></g></g></g><g
|
|
||||||
id="g186"><g
|
|
||||||
id="g188" /><g
|
|
||||||
id="g230"><g
|
|
||||||
style="opacity:0.39999402"
|
|
||||||
id="g232"
|
|
||||||
clip-path="url(#clipPath190)"><g
|
|
||||||
id="g234"><g
|
|
||||||
id="g236"
|
|
||||||
clip-path="url(#clipPath194)"><g
|
|
||||||
id="g238"><g
|
|
||||||
id="g240" /><g
|
|
||||||
id="g242"
|
|
||||||
mask="url(#mask210)"><g
|
|
||||||
id="g244"><path
|
|
||||||
id="path246"
|
|
||||||
style="fill:url(#linearGradient222);stroke:none"
|
|
||||||
d="m 111.507,82.812 c 0,-14.847 -12.036,-26.883 -26.882,-26.883 -14.847,0 -26.883,12.036 -26.883,26.883 0,14.847 12.036,26.883 26.883,26.883 14.846,0 26.882,-12.036 26.882,-26.883 m -54.583,0.346 c 0,-15.49 12.556,-28.047 28.047,-28.047 15.49,0 28.047,12.557 28.047,28.047 0,15.49 -12.557,28.047 -28.047,28.047 -15.491,0 -28.047,-12.557 -28.047,-28.047" /></g></g></g></g></g></g></g></g><g
|
|
||||||
transform="translate(85.049,268.4192)"
|
|
||||||
id="g248"><path
|
|
||||||
id="path250"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -18.39,0 -33.298,14.908 -33.298,33.298 0,18.39 14.908,33.298 33.298,33.298 18.39,0 33.298,-14.908 33.298,-33.298 C 33.298,14.908 18.39,0 0,0" /></g><g
|
|
||||||
id="g252"><g
|
|
||||||
id="g254" /><g
|
|
||||||
id="g260"><g
|
|
||||||
style="opacity:0.30000299"
|
|
||||||
id="g262"
|
|
||||||
clip-path="url(#clipPath256)"><g
|
|
||||||
id="g264"
|
|
||||||
transform="translate(85.049,275.1864)"><path
|
|
||||||
id="path266"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -14.653,0 -26.531,11.878 -26.531,26.531 0,14.652 11.878,26.531 26.531,26.531 14.653,0 26.531,-11.879 26.531,-26.531 C 26.531,11.878 14.653,0 0,0" /></g></g></g></g><g
|
|
||||||
transform="translate(84.9726,275.8739)"
|
|
||||||
id="g268"><path
|
|
||||||
id="path270"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
|
|
||||||
transform="translate(84.9726,275.8739)"
|
|
||||||
id="g272"><path
|
|
||||||
id="path274"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
|
|
||||||
id="g276"><g
|
|
||||||
id="g278" /><g
|
|
||||||
id="g284"><g
|
|
||||||
style="opacity:0.19999701"
|
|
||||||
id="g286"
|
|
||||||
clip-path="url(#clipPath280)"><g
|
|
||||||
id="g288"
|
|
||||||
transform="translate(60.593,301.9589)"><path
|
|
||||||
id="path290"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 C 0,13.64 11.057,24.697 24.697,24.697 38.337,24.697 49.395,13.64 49.395,0 49.395,-13.64 38.337,-24.698 24.697,-24.698 11.057,-24.698 0,-13.64 0,0 m 50.146,-0.318 c 0,14.231 -11.536,25.767 -25.766,25.767 -14.231,0 -25.767,-11.536 -25.767,-25.767 0,-14.231 11.536,-25.767 25.767,-25.767 14.23,0 25.766,11.536 25.766,25.767" /></g></g></g></g><g
|
|
||||||
id="g292"><g
|
|
||||||
id="g294" /><g
|
|
||||||
id="g300"><g
|
|
||||||
style="opacity:0.14999402"
|
|
||||||
id="g302"
|
|
||||||
clip-path="url(#clipPath296)"><g
|
|
||||||
id="g304"
|
|
||||||
transform="translate(53.5926,302.0498)"><path
|
|
||||||
id="path306"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 C 0,17.557 14.233,31.789 31.789,31.789 49.346,31.789 63.578,17.557 63.578,0 63.578,-17.556 49.346,-31.789 31.789,-31.789 14.233,-31.789 0,-17.556 0,0 m 64.546,-0.409 c 0,18.317 -14.849,33.166 -33.166,33.166 -18.317,0 -33.166,-14.849 -33.166,-33.166 0,-18.317 14.849,-33.165 33.166,-33.165 18.317,0 33.166,14.848 33.166,33.165" /></g></g></g></g><g
|
|
||||||
transform="translate(84.4874,192.475)"
|
|
||||||
id="g308"><path
|
|
||||||
id="path310"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -18.39,0 -33.298,14.908 -33.298,33.298 0,18.39 14.908,33.298 33.298,33.298 18.39,0 33.298,-14.908 33.298,-33.298 C 33.298,14.908 18.39,0 0,0" /></g><g
|
|
||||||
id="g312"><g
|
|
||||||
id="g314" /><g
|
|
||||||
id="g320"><g
|
|
||||||
style="opacity:0.30000299"
|
|
||||||
id="g322"
|
|
||||||
clip-path="url(#clipPath316)"><g
|
|
||||||
id="g324"
|
|
||||||
transform="translate(84.4874,199.2422)"><path
|
|
||||||
id="path326"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -14.653,0 -26.531,11.878 -26.531,26.531 0,14.652 11.878,26.531 26.531,26.531 14.653,0 26.531,-11.879 26.531,-26.531 C 26.531,11.878 14.653,0 0,0" /></g></g></g></g><g
|
|
||||||
transform="translate(84.411,199.9297)"
|
|
||||||
id="g328"><path
|
|
||||||
id="path330"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
|
|
||||||
transform="translate(84.411,199.9297)"
|
|
||||||
id="g332"><path
|
|
||||||
id="path334"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c -14.231,0 -25.767,11.536 -25.767,25.767 0,14.231 11.536,25.767 25.767,25.767 14.231,0 25.767,-11.536 25.767,-25.767 C 25.767,11.536 14.231,0 0,0" /></g><g
|
|
||||||
id="g336"><g
|
|
||||||
id="g338" /><g
|
|
||||||
id="g344"><g
|
|
||||||
style="opacity:0.19999701"
|
|
||||||
id="g346"
|
|
||||||
clip-path="url(#clipPath340)"><g
|
|
||||||
id="g348"
|
|
||||||
transform="translate(60.0314,226.0147)"><path
|
|
||||||
id="path350"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 C 0,13.64 11.057,24.697 24.697,24.697 38.337,24.697 49.395,13.64 49.395,0 49.395,-13.64 38.337,-24.698 24.697,-24.698 11.057,-24.698 0,-13.64 0,0 m 50.146,-0.318 c 0,14.231 -11.536,25.767 -25.766,25.767 -14.231,0 -25.767,-11.536 -25.767,-25.767 0,-14.231 11.536,-25.767 25.767,-25.767 14.23,0 25.766,11.536 25.766,25.767" /></g></g></g></g><g
|
|
||||||
id="g352"><g
|
|
||||||
id="g354" /><g
|
|
||||||
id="g360"><g
|
|
||||||
style="opacity:0.14999402"
|
|
||||||
id="g362"
|
|
||||||
clip-path="url(#clipPath356)"><g
|
|
||||||
id="g364"
|
|
||||||
transform="translate(53.031,226.1056)"><path
|
|
||||||
id="path366"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="M 0,0 C 0,17.557 14.233,31.789 31.789,31.789 49.346,31.789 63.578,17.557 63.578,0 63.578,-17.556 49.346,-31.789 31.789,-31.789 14.233,-31.789 0,-17.556 0,0 m 64.546,-0.409 c 0,18.317 -14.849,33.165 -33.166,33.165 -18.317,0 -33.166,-14.848 -33.166,-33.165 0,-18.317 14.849,-33.165 33.166,-33.165 18.317,0 33.166,14.848 33.166,33.165" /></g></g></g></g><g
|
|
||||||
transform="translate(144.7076,82.8081)"
|
|
||||||
id="g368"><path
|
|
||||||
id="path370"
|
|
||||||
style="fill:#00adee;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
||||||
d="m 0,0 c 0,-21.185 -17.173,-38.358 -38.358,-38.358 -21.185,0 -38.358,17.173 -38.358,38.358 0,21.185 17.173,38.358 38.358,38.358 C -17.173,38.358 0,21.185 0,0" /></g></g></g></g></svg>
|
|
Before Width: | Height: | Size: 21 KiB |
|
@ -1,333 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- 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="TEXT" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
width="565.195px" height="186.787px" viewBox="1.735 -0.002 565.195 186.787"
|
|
||||||
enable-background="new 1.735 -0.002 565.195 186.787" xml:space="preserve">
|
|
||||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-749.8716" y1="1590.8164" x2="-1296.2295" y2="1590.8164" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#013A67"/>
|
|
||||||
<stop offset="1" style="stop-color:#6CD1FF"/>
|
|
||||||
</linearGradient>
|
|
||||||
<polygon fill="url(#SVGID_1_)" points="491.191,27.662 536.777,27.946 557.949,5.927 479.951,5.642 406.662,79.217 396.4,79.785
|
|
||||||
396.685,9.001 355.48,51.055 345.625,52.224 345.625,9.374 261.264,92.841 250.775,93.958 251.667,8.077 177.937,82.94
|
|
||||||
168.255,82.987 167.12,11.089 127.342,51.15 116.278,51.717 116.697,8.939 11.591,114.896 46.209,114.328 91.598,70.276
|
|
||||||
100.303,70.276 99.883,114.541 136.035,77.543 144.679,77.543 144.679,115.229 104.892,154.729 143.019,154.166 218.036,78.299
|
|
||||||
228.14,78.299 228.14,115.569 274.897,115.854 320.115,70.353 328.843,69.786 328.708,112.798 364.839,76.667 373.375,76.667
|
|
||||||
373.941,113.103 373.203,114.998 482.378,114.998 503.279,93.815 435.398,92.662 434.781,82.809 445.357,71.67 470.968,71.667
|
|
||||||
493.216,49.133 479.769,48.565 479.769,39.082 "/>
|
|
||||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-1243.2905" y1="1574.0098" x2="-1247.2357" y2="1570.0649" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_2_)" d="M114.692,13.213L13.577,114.328l-11.471,4.313c0,0-0.604,0.039-0.271-0.445
|
|
||||||
c0,0,117.26-117.292,117.472-117.471c0.212-0.181,0.467-0.028,0.467-0.028L114.692,13.213z"/>
|
|
||||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-1184.7046" y1="1649.1289" x2="-1188.3298" y2="1645.5037" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_3_)" d="M145.814,115.796l-37.518,37.521l-11.065,4.457c0,0-0.576,0.063-0.236-0.406l43.929-43.75
|
|
||||||
L145.814,115.796z"/>
|
|
||||||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-1282.2764" y1="1629.2715" x2="-1282.2764" y2="1624.958" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<polygon fill="url(#SVGID_4_)" points="48.982,118.642 2.106,118.642 13.603,114.328 46.209,114.328 "/>
|
|
||||||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-1186.8145" y1="1668.4004" x2="-1186.8145" y2="1663.9434" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<polygon fill="url(#SVGID_5_)" points="144.781,157.771 97.23,157.771 108.296,153.313 142.168,153.313 "/>
|
|
||||||
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-880.3062" y1="1629.2422" x2="-880.3062" y2="1624.7754" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<polygon fill="url(#SVGID_6_)" points="484.787,118.612 370.242,118.583 374.052,114.147 481.529,114.146 "/>
|
|
||||||
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-1056.936" y1="1630.1133" x2="-1056.936" y2="1625.6357" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_7_)" d="M277.053,119.483l-51.527-0.028c-0.333,0.006-0.81-0.334-0.81-0.334l4.561-4.115h45.054
|
|
||||||
L277.053,119.483z"/>
|
|
||||||
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-785.7192" y1="1517.4063" x2="-785.7192" y2="1512.543" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_8_)" d="M477.382,1.913h88.652c0.785,0,0.785,0.313,0.785,0.313l-10.572,4.55h-75.164L477.382,1.913z"/>
|
|
||||||
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-792.9868" y1="1541.9346" x2="-792.9868" y2="1537.7236" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<polygon fill="url(#SVGID_9_)" points="539.042,31.304 492.697,31.304 490.625,27.094 535.927,27.094 "/>
|
|
||||||
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-848.6304" y1="1585.4502" x2="-848.6304" y2="1581.7305" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<polygon fill="url(#SVGID_10_)" points="473.589,74.82 448.91,74.82 444.791,71.102 470.402,71.1 "/>
|
|
||||||
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="-817.8394" y1="1560.3301" x2="-817.8394" y2="1554.7754" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_11_)" d="M491.8,49.7h-13.58l-1.193-5.548h25.467c0.346-0.043,0.441,0.146,0.441,0.146L491.8,49.7z"/>
|
|
||||||
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="-1233.6094" y1="1604.0459" x2="-1237.1525" y2="1600.5027" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_12_)" d="M96.872,70.634l-47.89,48.01l-2.773-4.313L92.81,67.965c2-2.313,4.675-1.731,4.675-1.731
|
|
||||||
L96.872,70.634z"/>
|
|
||||||
<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="-1187.7441" y1="1539.5889" x2="-1193.1104" y2="1539.5889" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_13_)" d="M114.71,51.669V13.193l5.063-12.499c0,0,0.303,0.075,0.303,0.571c0,0.493,0,53.647,0,53.647
|
|
||||||
l-0.315,2.311C119.761,57.224,115.265,57.248,114.71,51.669z"/>
|
|
||||||
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="-1134.9185" y1="1555.1787" x2="-1141.5786" y2="1555.1787" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_14_)" d="M172.902,88.843c0,0-6.539,1.949-6.621-5.625c-0.08-7.313-0.013-69.292-0.013-69.292l5.214-13.896
|
|
||||||
c0,0,0.182-0.027,0.182,0.725l-0.017,81.792L172.902,88.843z"/>
|
|
||||||
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="-1052.0112" y1="1560.4355" x2="-1058.0044" y2="1560.4355" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_15_)" d="M255.809,98.91c0,0-5.889,0.577-5.96-6.088l-0.033-80.063l4.651-12.071c0,0,0.583,0.153,0.583,0.907
|
|
||||||
l-0.016,91.14L255.809,98.91z"/>
|
|
||||||
<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="-958.7231" y1="1539.8438" x2="-964.4243" y2="1539.8438" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_16_)" d="M349.097,57.425c0,0-4.869,0.452-5.701-4.563V13.139l4.393-12.147c0,0,0.563,0.134,0.563,0.886
|
|
||||||
v49.667L349.097,57.425z"/>
|
|
||||||
<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="-907.0396" y1="1553.6641" x2="-912.8364" y2="1553.6641" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_17_)" d="M400.781,85.333c0,0-4.938,0.643-5.797-4.373V13.254l4.85-12.544c0,0,0.268,0.221,0.268,1.708
|
|
||||||
v77.226L400.781,85.333z"/>
|
|
||||||
<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="-1206.2344" y1="1604.1572" x2="-1211.3452" y2="1604.1572" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_18_)" d="M97.759,120.819c0,0-0.833-0.067-0.809-1.147c-0.001-0.918-0.078-49.037-0.078-49.037
|
|
||||||
s-1.218-1.577,0.613-4.4c0.547,0.131,3.495,0.727,4.101,4.256v40.369L97.759,120.819z"/>
|
|
||||||
<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="-1186.75" y1="1609.0566" x2="-1190.3036" y2="1605.5032" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_19_)" d="M140.843,78.598c0,0-41.489,41.547-41.883,41.938c-0.346,0.379-1.202,0.281-1.202,0.281l3.827-9.963
|
|
||||||
l36.059-36.088c0,0,1.34-1.727,3.831-1.637L140.843,78.598z"/>
|
|
||||||
<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="-754.563" y1="1527.7207" x2="-758.2324" y2="1524.0511" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_20_)" d="M566.609,3.639l-27.566,27.665l-3.115-4.211L556.24,6.769l10.582-4.542
|
|
||||||
C566.822,2.228,567.171,3.074,566.609,3.639z"/>
|
|
||||||
<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="-1162.0054" y1="1605.0977" x2="-1167.4038" y2="1605.0977" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_21_)" d="M140.924,113.617l-0.079-35.026c0,0-1.301-2.633,0.631-5.456c0.593-0.007,3.7,0.421,4.339,4.146
|
|
||||||
l-0.001,38.519L140.924,113.617z"/>
|
|
||||||
<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="-1159.2227" y1="1542.2295" x2="-1163.7104" y2="1537.7417" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_22_)" d="M166.269,13.926l-41.462,41.463c-1.987,1.986-5.045,1.836-5.045,1.836
|
|
||||||
c-1.795-3.531,0.315-6.065,0.315-6.065S170.58,0.67,170.944,0.29c0.331-0.417,0.541-0.264,0.541-0.264L166.269,13.926z"/>
|
|
||||||
<linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="-1092.1538" y1="1557.541" x2="-1096.3123" y2="1553.3827" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_23_)" d="M249.815,12.762l-74.376,74.375c-1.55,1.551-2.537,1.702-2.537,1.702
|
|
||||||
c-3.781-1.877-1.213-6.254-1.213-6.254S252.341,1.95,252.705,1.57c0.943-1.093,1.761-0.883,1.761-0.883L249.815,12.762z"/>
|
|
||||||
<linearGradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="-1003.6841" y1="1563.0293" x2="-1008.0682" y2="1558.645" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_24_)" d="M343.396,13.139L259.233,97.3c-1.429,1.432-3.424,1.607-3.424,1.607
|
|
||||||
c-3.115-1.557-0.776-6.175-0.776-6.175s90.609-90.5,90.974-90.881c0.941-1.098,1.781-0.862,1.781-0.862L343.396,13.139z"/>
|
|
||||||
<linearGradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="-931.0288" y1="1542.0801" x2="-935.236" y2="1537.8724" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_25_)" d="M394.984,13.254L352.47,55.768c-1.428,1.432-3.373,1.657-3.373,1.657
|
|
||||||
c-2.932-1.908-0.588-5.983-0.588-5.983s49.584-49.69,49.947-50.07c1.047-1.033,1.377-0.66,1.377-0.66L394.984,13.254z"/>
|
|
||||||
<linearGradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="-819.2617" y1="1570.4844" x2="-822.7186" y2="1567.0277" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_26_)" d="M502.958,45.453L473.589,74.82l-3.188-3.722L491.8,49.7l11.135-5.401
|
|
||||||
C502.935,44.299,503.349,44.593,502.958,45.453z"/>
|
|
||||||
<linearGradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="-808.1904" y1="1614.5957" x2="-812.1507" y2="1610.6355" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_27_)" d="M513.634,89.96l-28.848,28.65l-3.258-4.465l20.049-20.049l12.289-5.382
|
|
||||||
C513.867,88.72,514.263,89.152,513.634,89.96z"/>
|
|
||||||
<linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="-866.1631" y1="1556.835" x2="-870.4479" y2="1552.5503" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_28_)" d="M481.083,6.777L404.171,83.69c-1.43,1.433-3.395,1.644-3.395,1.644
|
|
||||||
c-2.449-3.092-0.689-5.979-0.689-5.979l77.289-77.44L481.083,6.777z"/>
|
|
||||||
<linearGradient id="SVGID_29_" gradientUnits="userSpaceOnUse" x1="-821.1406" y1="1551.8691" x2="-826.2534" y2="1546.7565" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_29_)" d="M492.697,31.304L480.021,44.09c-2.771,2.282-1.801,5.608-1.801,5.608
|
|
||||||
c-2.25-0.21-3.125-2.065-3.412-3.695c-0.285-1.63,0.303-3.422,1.348-4.467l14.469-14.44L492.697,31.304z"/>
|
|
||||||
<linearGradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="-1122.022" y1="1627.5498" x2="-1125.6652" y2="1623.9065" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_30_)" d="M142.17,153.315l77.913-77.942c0,0,1.437-1.873,4.267-1.771l-0.456,5.223
|
|
||||||
c0,0-78.666,78.506-79.113,78.947L142.17,153.315z"/>
|
|
||||||
<linearGradient id="SVGID_31_" gradientUnits="userSpaceOnUse" x1="-1004.9712" y1="1604.3584" x2="-1008.6124" y2="1600.7172" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_31_)" d="M274.33,115.003l47.642-47.659c0,0,1.438-1.871,4.268-1.771l-0.857,5.621l-48.323,48.29
|
|
||||||
L274.33,115.003z"/>
|
|
||||||
<linearGradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="-958.1104" y1="1608.3047" x2="-961.6203" y2="1604.7947" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_32_)" d="M330.125,110.25l36.779-36.789c0.842-0.843,1.779-1.771,3.396-1.771l-0.107,5.501l-43.08,43.042
|
|
||||||
c-0.57,0.563-1.02,0.398-1.02,0.398L330.125,110.25z"/>
|
|
||||||
<linearGradient id="SVGID_33_" gradientUnits="userSpaceOnUse" x1="-937.1934" y1="1628.8623" x2="-941.6178" y2="1624.4382" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_33_)" d="M361.984,118.058l7.25-7.281l5.557,2.326l-0.734,1.047l-3.813,4.437l-0.271,0.301h-7.721
|
|
||||||
c-0.34,0.015-0.52-0.271-0.52-0.271S361.576,118.468,361.984,118.058z"/>
|
|
||||||
<linearGradient id="SVGID_34_" gradientUnits="userSpaceOnUse" x1="-1078.5425" y1="1606.9883" x2="-1084.5801" y2="1606.9883" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_34_)" d="M223.983,117.337l-0.09-38.514c0,0-1.738-2.016,0.457-5.223c0.673-0.01,4.202,0.478,4.928,4.707
|
|
||||||
l-0.001,36.694l-4.561,4.115C224.716,119.119,223.986,118.642,223.983,117.337z"/>
|
|
||||||
<linearGradient id="SVGID_35_" gradientUnits="userSpaceOnUse" x1="-977.6958" y1="1603.7383" x2="-982.9077" y2="1603.7383" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_35_)" d="M325.449,119.944l-0.08-48.75c0,0-1.471-2.681,0.871-5.621c0.596-0.009,3.244,0.472,3.885,4.702
|
|
||||||
v39.976l-4.027,10.39C326.093,120.64,325.492,120.498,325.449,119.944z"/>
|
|
||||||
<linearGradient id="SVGID_36_" gradientUnits="userSpaceOnUse" x1="-933.0298" y1="1603.0254" x2="-939.2749" y2="1603.0254" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_36_)" d="M369.234,110.774V78.146c0,0-2.113-3.379,1.064-6.456c0.693-0.008,4.131,0.24,4.492,4.323v37.087
|
|
||||||
L369.234,110.774z"/>
|
|
||||||
<linearGradient id="SVGID_37_" gradientUnits="userSpaceOnUse" x1="-867.3618" y1="1594.8955" x2="-871.7806" y2="1590.4768" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_37_)" d="M448.91,74.82l-13.451,13.479l-3.844,4.81c-3.896-2.458-1.953-6.874-0.912-7.925l14.088-14.079
|
|
||||||
L448.91,74.82z"/>
|
|
||||||
<linearGradient id="SVGID_38_" gradientUnits="userSpaceOnUse" x1="-835.0796" y1="1604.7285" x2="-835.0796" y2="1598.9258" gradientTransform="matrix(1 0 0 1 1307.8203 -1510.6299)">
|
|
||||||
<stop offset="0" style="stop-color:#08406F"/>
|
|
||||||
<stop offset="1" style="stop-color:#60C5F5"/>
|
|
||||||
</linearGradient>
|
|
||||||
<path fill="url(#SVGID_38_)" d="M501.58,94.099h-66.391c-2.502-0.197-3.574-0.993-3.574-0.993c-0.012-3.571,3.844-4.81,3.844-4.81
|
|
||||||
l77.746,0.002c0.543-0.002,0.662,0.422,0.662,0.422L501.58,94.099z"/>
|
|
||||||
<path fill="#C0392B" d="M199.027,180.485c3.235,0,5.857,2.921,5.857,6.156h-17.971V128.36h5.958v52.125H199.027z"/>
|
|
||||||
<path fill="#C0392B" d="M215.707,186.642c-3.235,0-6.057-2.923-6.057-6.156v-40.459h6.057V186.642z"/>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<path fill="#C0392B" d="M233.678,140.026h-6.157V128.36h-6.055v58.281h12.212c3.235,0,5.857-2.923,5.857-6.156v-34.75
|
|
||||||
C239.535,142.5,236.913,140.026,233.678,140.026z M233.578,180.485h-6.057v-34.65h6.057V180.485z"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path fill="#231F20" d="M246.087,128.005c0,0,46.465,0,48.477,0s2.755,0.446,3.648,2.085c0.893,1.64,7.894,16.084,8.563,17.722
|
|
||||||
c0.67,1.64,0.074,2.83-0.895,4.098c-0.969,1.266-11.021,12.732-11.021,12.732l12.286,21.645h-18.541
|
|
||||||
c0,0-14.521-24.848-15.339-26.038c-0.82-1.19-0.82-3.128,0.967-3.128c1.788,0,5.51,0,6.33,0c0.818,0,1.191-0.148,2.159-0.967
|
|
||||||
c0.968-0.82,5.957-6.853,5.957-6.853s-2.383-6.403-2.904-7.595s-1.639-1.563-2.68-1.563c-1.042,0-18.689,0-18.689,0v46.143h-18.319
|
|
||||||
L246.087,128.005L246.087,128.005z"/>
|
|
||||||
<path fill="#FFFFFF" d="M288.318,186.786l-0.145-0.248c-0.008-0.012-3.629-6.213-7.359-12.572l0,0
|
|
||||||
c-3.727-6.349-7.584-12.895-7.959-13.435l0,0c-0.387-0.568-0.614-1.249-0.616-1.916l0,0c0-0.491,0.129-0.991,0.473-1.384l0,0
|
|
||||||
c0.344-0.394,0.887-0.619,1.522-0.613l0,0c1.789,0,5.511,0,6.33,0.002l0,0c0.746-0.025,0.852-0.048,1.837-0.85l0,0
|
|
||||||
c0.404-0.336,1.929-2.08,3.282-3.676l0,0c1.053-1.238,2.031-2.416,2.427-2.892l0,0c-0.46-1.233-2.351-6.289-2.793-7.298l0,0
|
|
||||||
c-0.421-0.958-1.276-1.252-2.22-1.264l0,0c-0.521,0-5.195,0-9.737,0l0,0c-3.631,0-7.174,0-8.453,0l0,0v46.144h-19.321v-58.78
|
|
||||||
v-0.502h0.502c0.048,0,46.464,0,48.475,0l0,0c2.065-0.057,3.211,0.618,4.088,2.348l0,0c0.917,1.688,7.892,16.073,8.589,17.771l0,0
|
|
||||||
c0.217,0.535,0.32,1.048,0.318,1.537l0,0c0,1.179-0.584,2.135-1.279,3.054l0,0c-0.914,1.193-9.293,10.762-10.808,12.49l0,0
|
|
||||||
l12.536,22.083L288.318,186.786L288.318,186.786z M306.287,185.784l-12.035-21.208l0.232-0.265
|
|
||||||
c0.012-0.015,10.068-11.488,10.999-12.705l0,0c0.665-0.873,1.079-1.625,1.077-2.447l0,0c-0.002-0.35-0.071-0.727-0.248-1.158l0,0
|
|
||||||
c-0.645-1.579-7.671-16.082-8.54-17.671l0,0c-0.91-1.55-1.252-1.767-3.209-1.825l0,0c-1.888,0-42.963,0-47.975,0l0,0v57.279h17.317
|
|
||||||
v-46.143h0.502c0.017,0,17.646,0,18.689,0l0,0c1.141-0.013,2.518,0.438,3.138,1.862l0,0c0.538,1.231,2.91,7.614,2.914,7.621l0,0
|
|
||||||
l0.101,0.271l-0.184,0.224c-0.023,0.021-4.947,5.995-6.02,6.915l0,0c-0.95,0.834-1.591,1.107-2.482,1.086l0,0
|
|
||||||
c-0.819-0.002-4.541-0.002-6.33-0.002l0,0c-0.812,0.045-0.939,0.354-0.996,0.997l0,0c-0.002,0.427,0.165,0.952,0.441,1.348l0,0
|
|
||||||
c0.808,1.181,13.699,23.231,15.214,25.821l0,0H306.287L306.287,185.784z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path fill="#231F20" d="M432.835,128.005c0,0,46.465,0,48.475,0c2.012,0,2.756,0.446,3.648,2.085
|
|
||||||
c0.893,1.64,7.895,16.084,8.563,17.722c0.672,1.64,0.074,2.83-0.893,4.098c-0.969,1.266-11.021,12.732-11.021,12.732l12.287,21.645
|
|
||||||
h-18.543c0,0-14.52-24.848-15.34-26.038c-0.818-1.19-0.818-3.128,0.969-3.128s5.512,0,6.328,0c0.82,0,1.191-0.148,2.16-0.967
|
|
||||||
c0.969-0.82,5.957-6.853,5.957-6.853s-2.383-6.403-2.904-7.595c-0.52-1.191-1.637-1.563-2.68-1.563s-18.689,0-18.689,0v46.143
|
|
||||||
h-18.318v-58.281H432.835z"/>
|
|
||||||
<path fill="#FFFFFF" d="M475.064,186.785l-0.143-0.248c-0.01-0.013-3.631-6.211-7.361-12.571l0,0
|
|
||||||
c-3.727-6.348-7.584-12.893-7.959-13.435l0,0c-0.387-0.567-0.613-1.249-0.615-1.917l0,0c-0.004-0.489,0.129-0.989,0.473-1.383l0,0
|
|
||||||
c0.342-0.395,0.885-0.617,1.523-0.612l0,0c1.785,0,5.51,0,6.328,0l0,0c0.746-0.022,0.852-0.047,1.838-0.849l0,0
|
|
||||||
c0.404-0.338,1.93-2.08,3.283-3.676l0,0c1.051-1.238,2.031-2.416,2.426-2.892l0,0c-0.459-1.229-2.35-6.288-2.793-7.296l0,0
|
|
||||||
c-0.422-0.961-1.277-1.254-2.221-1.266l0,0c-0.521,0-5.195,0-9.736,0l0,0c-3.635,0-7.178,0-8.453,0l0,0v46.143h-19.32v-58.778
|
|
||||||
v-0.502h0.502c-0.002,0,46.465,0,48.477,0l0,0c2.064-0.058,3.209,0.617,4.086,2.345l0,0c0.92,1.688,7.891,16.075,8.588,17.771l0,0
|
|
||||||
c0.221,0.538,0.32,1.051,0.32,1.54l0,0c-0.002,1.177-0.584,2.134-1.279,3.052l0,0c-0.914,1.191-9.293,10.762-10.809,12.49l0,0
|
|
||||||
l12.535,22.083H475.064L475.064,186.785z M493.035,185.784l-12.037-21.207l0.236-0.266c0.008-0.016,10.066-11.488,10.996-12.705
|
|
||||||
l0,0c0.662-0.873,1.078-1.627,1.076-2.446l0,0c0-0.353-0.07-0.728-0.248-1.16l0,0c-0.643-1.577-7.668-16.08-8.539-17.67l0,0
|
|
||||||
c-0.908-1.55-1.254-1.767-3.209-1.824l0,0c-1.889-0.002-42.963-0.002-47.975,0l0,0v57.278h17.314v-46.143h0.502
|
|
||||||
c0.02,0,17.646,0,18.689,0l0,0c1.141-0.013,2.52,0.438,3.139,1.862l0,0c0.537,1.233,2.91,7.613,2.914,7.621l0,0l0.102,0.271
|
|
||||||
l-0.184,0.225c-0.021,0.021-4.949,5.992-6.02,6.914l0,0c-0.951,0.836-1.59,1.109-2.482,1.084l0,0c-0.818,0-4.543,0-6.328,0l0,0
|
|
||||||
c-0.814,0.045-0.941,0.353-0.998,0.996l0,0c-0.004,0.43,0.164,0.953,0.441,1.35l0,0c0.809,1.18,13.697,23.227,15.215,25.82l0,0
|
|
||||||
H493.035L493.035,185.784z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path fill="#231F20" d="M310.5,186.286c0,0,0-37.282,0-38.549c0-1.266,0.297-1.786,0.893-3.053
|
|
||||||
c0.598-1.267,7.447-13.851,8.193-15.041c0.744-1.191,1.787-1.639,3.797-1.639s48.24,0,48.24,0v12.063c0,0-34.912,0-36.252,0
|
|
||||||
s-1.936,0.076-2.83,2.012s-3.723,8.787-3.723,8.787h36.711v12.138h-36.711v11.021h42.805v12.262H310.5z"/>
|
|
||||||
<path fill="#FFFFFF" d="M310.5,186.786v-0.5h0.5h-0.5V186.786H310v-0.5c0-0.002,0-37.283,0-38.549l0,0
|
|
||||||
c-0.008-1.356,0.355-2.036,0.938-3.266l0,0c0.629-1.324,7.443-13.847,8.223-15.095l0,0c0.822-1.356,2.164-1.897,4.223-1.874l0,0
|
|
||||||
c2.01,0,48.238,0,48.24,0l0,0h0.498v13.063h-0.498c-0.002,0-34.912,0-36.252,0l0,0c-1.342,0.082-1.42-0.131-2.377,1.722l0,0
|
|
||||||
c-0.711,1.539-2.688,6.288-3.43,8.077l0,0h36.465v13.139l-36.711-0.002v10.021h42.805v13.263L310.5,186.786L310.5,186.786z
|
|
||||||
M371.121,185.784v-11.26h-42.805v-12.022h36.713v-11.137h-36.961l0.285-0.691c0.002-0.005,2.828-6.845,3.732-8.805l0,0
|
|
||||||
c0.832-2.019,1.945-2.384,3.285-2.302l0,0c1.244,0,31.479,0,35.752,0l0,0v-11.063c-5.002,0-45.855,0-47.742,0l0,0
|
|
||||||
c-1.963,0.024-2.707,0.378-3.373,1.402l0,0c-0.711,1.135-7.6,13.782-8.164,14.989l0,0c-0.607,1.303-0.836,1.666-0.846,2.842l0,0
|
|
||||||
c0,1.178,0,33.604,0,38.046l0,0L371.121,185.784L371.121,185.784z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<path fill="#231F20" d="M411.845,146.324v-18.318H389.99v18.318h-18.367v21.407h18.367v18.555h21.855v-18.555h17.945v-21.407
|
|
||||||
H411.845z M400.826,163.488c-3.559,0-6.441-2.884-6.441-6.441c0-3.557,2.883-6.44,6.441-6.44c3.557,0,6.439,2.884,6.439,6.44
|
|
||||||
C407.265,160.604,404.382,163.488,400.826,163.488z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path fill="#FFFFFF" d="M389.489,186.786v-18.555h-18.367v-22.409h18.367v-18.318h22.856v18.318h17.944v22.409l-17.946-0.003
|
|
||||||
v18.558H389.489L389.489,186.786z M372.121,167.23h18.369v18.554h20.854V167.23h17.944v-20.407h-17.443v-0.5h0.5h-0.5v0.5h-0.501
|
|
||||||
v-18.319H390.49v18.319l-18.369-0.002V167.23L372.121,167.23z M400.826,163.986v-0.498v-0.502
|
|
||||||
c3.279-0.006,5.932-2.658,5.938-5.939l0,0c-0.006-3.281-2.658-5.936-5.938-5.941l0,0c-3.283,0.006-5.936,2.66-5.941,5.941l0,0
|
|
||||||
c0.006,3.281,2.658,5.934,5.941,5.941l0,0v0.5V163.986c-3.836,0-6.941-3.107-6.944-6.939l0,0c0.003-3.834,3.108-6.94,6.944-6.942
|
|
||||||
l0,0c3.832,0.002,6.938,3.108,6.938,6.942l0,0c0,3.832-3.106,6.939-6.938,6.942l0,0V163.986L400.826,163.986z"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<polygon fill="#FFFFFF" points="407.08,173.578 394.496,173.578 400.675,179.758 "/>
|
|
||||||
<polygon fill="#FFFFFF" points="417.392,150.681 417.392,163.263 423.574,157.083 "/>
|
|
||||||
<polygon fill="#FFFFFF" points="384.181,163.263 384.181,150.681 378.001,156.86 "/>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<path fill="#231F20" d="M543.201,128.005h-35.049c-6.496,0-11.766,5.268-11.766,11.766v34.75c0,6.498,5.27,11.766,11.766,11.766
|
|
||||||
h35.049c6.498,0,11.766-5.268,11.766-11.766v-34.75C554.964,133.272,549.699,128.005,543.201,128.005z M525.675,174.668
|
|
||||||
c-9.705,0-17.574-7.868-17.574-17.573s7.869-17.572,17.574-17.572s17.574,7.867,17.574,17.572S535.38,174.668,525.675,174.668z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path fill="#FFFFFF" d="M508.151,186.785c-6.772,0-12.266-5.491-12.266-12.266l0,0v-34.749c0-6.776,5.493-12.266,12.266-12.268
|
|
||||||
l0,0h35.05v0.501v0.499h-35.05c-6.22,0.014-11.255,5.046-11.266,11.268l0,0v34.749c0.011,6.222,5.046,11.254,11.266,11.265l0,0
|
|
||||||
h35.05c6.221-0.011,11.253-5.043,11.266-11.265l0,0v-34.749c-0.002-6.224-5.045-11.268-11.266-11.268l0,0v-0.499v-0.501
|
|
||||||
c6.774,0.002,12.262,5.493,12.264,12.268l0,0l0.002,34.749c-0.002,6.774-5.493,12.266-12.266,12.266l0,0H508.151L508.151,186.785z
|
|
||||||
M507.6,157.094c0-9.981,8.094-18.071,18.073-18.073l0,0c9.982,0.002,18.074,8.092,18.076,18.073l0,0
|
|
||||||
c-0.002,9.982-8.094,18.073-18.076,18.073l0,0v-0.499v-0.501c9.43-0.018,17.059-7.646,17.075-17.073l0,0
|
|
||||||
c-0.017-9.428-7.646-17.056-17.075-17.072l0,0c-9.43,0.017-17.056,7.645-17.072,17.072l0,0
|
|
||||||
c0.017,9.428,7.643,17.056,17.072,17.073l0,0v0.501v0.499C515.694,175.167,507.6,167.076,507.6,157.094L507.6,157.094z"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<rect x="209.65" y="128.36" fill="#C0392B" width="6.057" height="6.269"/>
|
|
||||||
<polygon fill="#FFFFFF" points="394.496,140.366 407.08,140.366 400.898,134.187 "/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 27 KiB |
|
@ -1,30 +0,0 @@
|
||||||
<theme>
|
|
||||||
<formatVersion>6</formatVersion>
|
|
||||||
|
|
||||||
<view name="system">
|
|
||||||
<text name="info1" extra="true">
|
|
||||||
<text>Developers : Nicola Salmoria and the MAME Team</text>
|
|
||||||
</text>
|
|
||||||
<text name="info2" extra="true">
|
|
||||||
<text>Initial release : February 5, 1997</text>
|
|
||||||
</text>
|
|
||||||
<text name="info3" extra="true">
|
|
||||||
<text>Website : http://mamedev.org/</text>
|
|
||||||
</text>
|
|
||||||
<text name="info4" extra="true">
|
|
||||||
<text>Written in : C++</text>
|
|
||||||
</text>
|
|
||||||
<text name="info5" extra="true">
|
|
||||||
<text>M.A.M.E is an emulator application designed to recreate</text>
|
|
||||||
</text>
|
|
||||||
<text name="info6" extra="true">
|
|
||||||
<text>the hardware of arcade game systems in software</text>
|
|
||||||
</text>
|
|
||||||
<text name="info7" extra="true">
|
|
||||||
<text>on modern personal computers and other platforms.</text>
|
|
||||||
</text>
|
|
||||||
<text name="info8" extra="true">
|
|
||||||
<text>The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.</text>
|
|
||||||
</text>
|
|
||||||
</view>
|
|
||||||
</theme>
|
|
|
@ -1,34 +0,0 @@
|
||||||
<theme>
|
|
||||||
<formatVersion>6</formatVersion>
|
|
||||||
<include>./../theme.xml</include>
|
|
||||||
<include>./colors.xml</include>
|
|
||||||
<include>./systeminfo.xml</include>
|
|
||||||
|
|
||||||
<view name="system">
|
|
||||||
<image name="controller" extra="true">
|
|
||||||
<path>./images/controller.svg</path>
|
|
||||||
</image>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="basic, detailed, grid, video">
|
|
||||||
<helpsystem name="help">
|
|
||||||
<textColor>262626</textColor>
|
|
||||||
<iconColor>262626</iconColor>
|
|
||||||
</helpsystem>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="system, basic, detailed, video">
|
|
||||||
<image name="logo">
|
|
||||||
<path>./images/logo.svg</path>
|
|
||||||
</image>
|
|
||||||
<image name="consolegame" extra="true">
|
|
||||||
<path>./images/consolegame.svg</path>
|
|
||||||
</image>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view name="grid">
|
|
||||||
<image name="logo">
|
|
||||||
<path>./images/logo.svg</path>
|
|
||||||
</image>
|
|
||||||
</view>
|
|
||||||
</theme>
|
|