Merge branch 'master' into 652-allow-system-placeholders-to-be-a-combination-of-text-and-image-make-text-and-image-customizable
14
CHANGELOG.md
|
@ -14,16 +14,23 @@
|
|||
* Populated the bundled es_systems.xml files with alternative emulator entries for most RetroArch cores
|
||||
* Added a virtual keyboard, partly based on code from batocera-emulationstation
|
||||
* Added badges that indicate favorite/completed/broken games as well as games suitable for children and those with a selected alternative emulator
|
||||
* Added game-specific controller images that are selectable via the metadata editor and displayed as a controller badge
|
||||
* Added game-specific controllers that are selectable via the metadata editor and displayed as a controller badge
|
||||
* Added scraping of title screens, box back covers and physical media images
|
||||
* Updated the media viewer to display title screens and box back cover images
|
||||
* Added physical media images to the generated miximages
|
||||
* Added an option to rotate horizontally oriented game boxes when generating miximages
|
||||
* Added size options (small/medium/large) for the boxes/covers and physical media images when generating miximages
|
||||
* Added the ability to make complementary game system customizations without having to replace the entire bundled es_systems.xml file
|
||||
* Added support for an optional \<systemsortname\> tag for es_systems.xml that can be used to override the default \<fullname\> systems sorting
|
||||
* Added menu scroll indicators showing if there are additional entries available below or above what's currently shown on screen
|
||||
* Added scraping of controller metadata (only for ScreenScraper and only for arcade systems)
|
||||
* Improved the layout of the scraper GUIs (single-game scraper and multi-scraper)
|
||||
* Added horizontal scrolling of long game names to the scraper GUIs
|
||||
* Removed the "Scrape" text prefix from the scraper content settings
|
||||
* Improved the gamelist filter screen to not allow filtering of values where there is no actual data to filter, e.g. Favorites for a system with no favorite games
|
||||
* Grayed out all fields in the gamelist filter screen where there is no data to filter, previously some fields were removed entirely and some could still be used
|
||||
* Added the ability to filter on blank/unknown values for Genre, Player, Developer, Publisher and Alternative emulator.
|
||||
* Added filters for "Alternative emulator" and "Controller badges" and sorted the filters in the same order as the metadata editor fields
|
||||
* Added filters for "Controller" and "Alternative emulator" and sorted the filters in the same order as the metadata editor fields
|
||||
* Added a menu option to change the application exit key combination
|
||||
* Added an option to preload the gamelists on startup which leads to smoother navigation when first entering each gamelist
|
||||
* Lowered the minimum supported screen resolution from 640x480 to 224x224 to support arcade cabinet displays such as those running at 384x224 and 224x384
|
||||
|
@ -81,6 +88,7 @@
|
|||
* When scraping in interactive mode, the game counter was not decreased when skipping games, making it impossible to skip the final games in the queue
|
||||
* When scraping in interactive mode, "No games found" results could be accepted using the "A" button
|
||||
* When scraping in interactive mode, any refining done using the "Y" button shortcut would not be shown when doing another refine using the "Refine search" button
|
||||
* The multi-scraper did not update the filter index
|
||||
* Fixed multiple minor rendering issues where graphics would be slightly cut off or incorrectly resized
|
||||
* Under some circumstances ScrollableContainer (used for the game descriptions) would contain a partially rendered bottom line
|
||||
* If the TextListComponent height was not evenly dividable by the font height + line spacing, a partial bottom row would get rendered
|
||||
|
@ -104,6 +112,8 @@
|
|||
* Really long theme set names would not get abbreviated in the UI settings menu, leading to a garbled "Theme set" setting row
|
||||
* Disabling a collection while its gamelist was displayed would lead to a slide transition from a black screen if a gamelist on startup had been set
|
||||
* When marking a game to not be counted in the metadata editor and the game was part of a custom collection, no collection disabling notification was displayed
|
||||
* When running really low on texture memory, the menu texture would not get rendered correctly
|
||||
* There was a tiny and randomly occuring gap between the system carousel and systemInfo bar during slide transitions between the System and Gamelist views
|
||||
* SliderComponent had very inconsistent widths at different screen aspect ratios
|
||||
* SliderComponent did not properly align the knob and bar vertically
|
||||
* Resizing in SwitchComponent did not reposition the image properly leading to a non-centered image
|
||||
|
|
|
@ -958,7 +958,7 @@ It's strongly recommended to use the same image dimensions for all badges as var
|
|||
- A badge icon override. Specify the badge type in the attribute `badge`. The available badges are the ones listed above.
|
||||
* `customControllerIcon` - type: PATH.
|
||||
- A controller icon override. Specify the controller type in the attribute `controller`. These are the available types:
|
||||
- `gamepad_generic`, `gamepad_xbox`, `gamepad_playstation`, `gamepad_nintendo_nes`, `gamepad_nintendo_snes`, `gamepad_nintendo_64`, `joystick_generic`, `joystick_arcade_2_buttons`, `joystick_arcade_3_buttons`, `joystick_arcade_4_buttons`, `joystick_arcade_6_buttons`, `trackball_generic`, `lightgun_generic`, `lightgun_nintendo`, `keyboard_generic`, `mouse_generic`, `mouse_amiga`, `keyboard_mouse_generic`, `steering_wheel_generic`, `wii_remote_nintendo`, `wii_remote_nunchuck_nintendo`, `joycon_left_or_right_nintendo`, `joycon_pair_nintendo`, `unknown`.
|
||||
- `gamepad_generic`, `gamepad_xbox`, `gamepad_playstation`, `gamepad_nintendo_nes`, `gamepad_nintendo_snes`, `gamepad_nintendo_64`, `joystick_generic`, `joystick_arcade_no_buttons`, `joystick_arcade_1_button`, `joystick_arcade_2_buttons`, `joystick_arcade_3_buttons`, `joystick_arcade_4_buttons`, `joystick_arcade_5_buttons`, `joystick_arcade_6_buttons`, `flight_stick_generic`, `spinner_generic`, `trackball_generic`, `lightgun_generic`, `lightgun_nintendo`, `keyboard_generic`, `mouse_generic`, `mouse_amiga`, `keyboard_and_mouse_generic`, `steering_wheel_generic`, `wii_remote_nintendo`, `wii_remote_and_nunchuk_nintendo`, `joycon_left_or_right_nintendo`, `joycon_pair_nintendo`, `unknown`.
|
||||
* `visible` - type: BOOLEAN.
|
||||
- If true, component will be rendered, otherwise rendering will be skipped. Can be used to hide elements from a particular view.
|
||||
* `zIndex` - type: FLOAT.
|
||||
|
@ -998,6 +998,8 @@ It's strongly recommended to use the same image dimensions for all badges as var
|
|||
- Default is 3
|
||||
* `zIndex` - type: FLOAT.
|
||||
- z-index value for component. Components will be rendered in order of z-index value from low to high.
|
||||
* `legacyZIndexMode` - type: BOOLEAN
|
||||
- If true, the carousel will ignore zIndex and always render on top of other components. Default is `true`.
|
||||
|
||||
The help system is a special element that displays a context-sensitive list of actions the user can take at any time. You should try and keep the position constant throughout every screen. Keep in mind the "default" settings (including position) are used whenever the user opens a menu.
|
||||
|
||||
|
|
|
@ -626,23 +626,31 @@ ES-DE supports the two scrapers [ScreenScraper.fr](https://www.screenscraper.fr)
|
|||
|
||||
Here's an overview of what's supported when using these scrapers:
|
||||
|
||||
| Media type or option | ScreenScraper | TheGamesDB |
|
||||
| :----------------------- | :-----------: | :--------: |
|
||||
| Region (EU/JP/US/WOR) | Yes | No |
|
||||
| Multi-language | Yes | No |
|
||||
| Game names | Yes | Yes |
|
||||
| Ratings | Yes | No |
|
||||
| Other game metadata | Yes | Yes |
|
||||
| Videos | Yes | No |
|
||||
| Screenshots | Yes | Yes |
|
||||
| Box covers (2D) | Yes | Yes |
|
||||
| Marquees/wheels | Yes | Yes |
|
||||
| 3D boxes | Yes | No |
|
||||
| Media type or option | ScreenScraper | TheGamesDB |
|
||||
| :-------------------------------- | :-----------: | :--------: |
|
||||
| Region (EU/JP/US/WOR) | Yes | No |
|
||||
| Multi-language | Yes | No |
|
||||
| Game names | Yes | Yes |
|
||||
| Ratings | Yes | No |
|
||||
| Controllers (arcade systems only) | Yes | No |
|
||||
| Other game metadata | Yes | Yes |
|
||||
| Videos | Yes | No |
|
||||
| Screenshots | Yes | Yes |
|
||||
| Title screens | Yes | Yes |
|
||||
| Box covers | Yes | Yes |
|
||||
| Box back covers | Yes | No |
|
||||
| Marquees/wheels | Yes | Yes |
|
||||
| 3D boxes | Yes | No |
|
||||
| Physical media | Yes | No |
|
||||
|
||||
The category **Other game metadata** includes Description, Release date, Developer, Publisher, Genre and Players.
|
||||
|
||||
The **Multi-language** support includes translated game genres and game descriptions for a number of languages.
|
||||
|
||||
**Controllers** is metadata indicating the controller type (it's not images of controllers).
|
||||
|
||||
**Physical media** means images of cartridges, diskettes, tapes, CD-ROMs etc. that were used to distribute the games.
|
||||
|
||||
There are two approaches to scraping, either for a single game from the metadata editor, or for many games and systems using the multi-scraper.
|
||||
|
||||
![alt text](images/es-de_scraper_running.png "ES-DE Scraper Running")
|
||||
|
@ -694,10 +702,13 @@ C:\Users\Myusername\.emulationstation\downloaded_media\c64\screenshots\
|
|||
The media directories per game system are:
|
||||
|
||||
* 3dboxes
|
||||
* backcovers
|
||||
* covers
|
||||
* marquees
|
||||
* miximages
|
||||
* physicalmedia
|
||||
* screenshots
|
||||
* titlescreens
|
||||
* videos
|
||||
|
||||
The miximages are generated by ES-DE. Normally that takes place automatically when scraping, but in this example of manually copying existing media files, the miximage offline generator should be used instead. This tool can generate the miximages for the complete game collection in one go. How that works is explained elsewhere in this guide.
|
||||
|
@ -770,37 +781,53 @@ The password as registered on screenscraper.fr. This is masked using asterisks o
|
|||
|
||||
Describes the content types to include in the scraping.
|
||||
|
||||
**Scrape game names**
|
||||
**Game names**
|
||||
|
||||
Whether to scrape the names of the games. This does not affect the actual files on the filesystem and the game name is primarily used for appearance and sorting purposes. The downloaded media files are matched against the physical game files on the filesystem, and not against this metadata. See the comments under _Overwrite files and data_ below to understand some additional implications regarding game names.
|
||||
|
||||
**Scrape ratings** _(ScreenScraper only)_
|
||||
**Ratings** _(ScreenScraper only)_
|
||||
|
||||
Downloads game ratings.
|
||||
|
||||
**Scrape other metadata**
|
||||
**Controllers (arcade systems only)** _(ScreenScraper only)_
|
||||
|
||||
Scrapes controller metadata which is used to set the correct controller badge. This is only available for MAME arcade games, for systems such as _arcade_, _mame_, _neogeo_, _fba_ etc. This is so because ScreenScraper does not seem to provide controller information for other platforms. The type of controllers that are scraped are _joystick_ (separated into entries from no buttons up to 6 buttons), _steering wheel_, _flight stick_, _spinner_, _trackball_ and _lightgun_.
|
||||
|
||||
**Other metadata**
|
||||
|
||||
This includes the game description, release date, developer, publisher, genre and the number of players.
|
||||
|
||||
**Scrape videos** _(ScreenScraper only)_
|
||||
**Videos** _(ScreenScraper only)_
|
||||
|
||||
Videos of actual gameplay.
|
||||
|
||||
**Scrape screenshot images**
|
||||
**Screenshot images**
|
||||
|
||||
Screenshot images of actual gameplay.
|
||||
|
||||
**Scrape box cover images**
|
||||
**Title screen images**
|
||||
|
||||
Cover art.
|
||||
Screenshot images of the title screen.
|
||||
|
||||
**Scrape marquee (wheel) images**
|
||||
**Box cover images**
|
||||
|
||||
Cover art, front of box/case.
|
||||
|
||||
**Box back cover images** _(ScreenScraper only)_
|
||||
|
||||
Back of box/case.
|
||||
|
||||
**Marquee (wheel) images**
|
||||
|
||||
Logotype for the game.
|
||||
|
||||
**Scrape 3D box images** _(ScreenScraper only)_
|
||||
**3D box images** _(ScreenScraper only)_
|
||||
|
||||
These are primarily used for generating miximages.
|
||||
These are only used for generating miximages.
|
||||
|
||||
**Physical media images** _(ScreenScraper only)_
|
||||
|
||||
Images of cartridges, diskettes, tapes, CD-ROMs etc. that were used to distribute the games. These are only used for generating miximages.
|
||||
|
||||
#### Miximage settings
|
||||
|
||||
|
@ -814,6 +841,14 @@ It's possible to select betweeen the 1280x960, 1920x1440 and 640x480 resolutions
|
|||
|
||||
The _sharp_ scaling method uses nearest-neighbor interpolation which retains sharp pixels and looks better for most low-resolution retro games. The _smooth_ scaling method uses the Lanczos algorithm and produces smoother pixels. This may look better on some more modern games at higher resolutions. If unsure, use the _sharp_ method.
|
||||
|
||||
**Box size**
|
||||
|
||||
The size of the 3D game box, or the cover image if there is no 3D box and the _Use cover image if 3D box is missing_ setting has been enabled. The available options are _medium, small_ and _large_.
|
||||
|
||||
**Physical media size**
|
||||
|
||||
The size of the physical media image. The available options are _medium, small_ and _large_.
|
||||
|
||||
**Generate miximages when scraping**
|
||||
|
||||
Enables or disables the miximage generator when scraping. Applies to both the single-game scraper and the multi-scraper.
|
||||
|
@ -830,6 +865,10 @@ With this option enabled, any horizontal pure black areas at the top and bottom
|
|||
|
||||
With this option enabled, any vertical pure black areas at the left and right sides of the screenshots are automatically cropped.
|
||||
|
||||
**Rotate horizontally oriented boxes**
|
||||
|
||||
Some consoles such as Super Nintendo have game boxes with the cover printed horizontally rather than using the more common vertical format. If enabling this setting, those images will be rotated 90 degrees so they stand up like the box images for most other systems.
|
||||
|
||||
**Incude marquee image**
|
||||
|
||||
Whether to include the marquee (wheel) image in the composite miximage.
|
||||
|
@ -842,6 +881,10 @@ Whether to include the box image in the composite miximage. If a 3D box exists f
|
|||
|
||||
Whether to use the 2D box cover as fallback if the 3D box image is missing for the game.
|
||||
|
||||
**Include physical media image**
|
||||
|
||||
Whether to include the image of the physical media used to distribute the game, for example a cartridge, diskette, tape, CD-ROM etc.
|
||||
|
||||
**Offline generator**
|
||||
|
||||
This is not a setting, but instead a GUI to generate miximages offline without going via the scraper. This tool uses the same game system selections as the scraper, so you need to select at least one system on the scraper menu before attempting to run it. All the miximage settings are applied in the same way as when generating images via the scraper. The prerequisite is that at least a screenshot exists for each game. If there is no screenshot, or if the screenshot is unreadable for some reason, the generation for that specific game will fail. There is statistics shown in the tool displaying the number of generated, overwritten, skipped and failed images. Any error message is also shown on screen as well as being saved to the es_log.txt file.
|
||||
|
@ -1022,9 +1065,9 @@ Whether to use a shader to render scanlines for the videos. Be aware that this i
|
|||
|
||||
Whether to use a shader to render a slight horizontal blur which somewhat simulates a well-used CRT monitor. Be aware that this is quite demanding for the GPU.
|
||||
|
||||
**Render scanlines for screenshots** _(OpenGL renderer only)_
|
||||
**Render scanlines for screenshots and titles** _(OpenGL renderer only)_
|
||||
|
||||
Whether to use a shader to render scanlines for the screenshot images.
|
||||
Whether to use a shader to render scanlines for the screenshot and title screen images.
|
||||
|
||||
#### Screensaver settings
|
||||
|
||||
|
@ -1376,7 +1419,7 @@ The following filters can be applied:
|
|||
|
||||
**Broken**
|
||||
|
||||
**Controller badge**
|
||||
**Controller**
|
||||
|
||||
**Alternative emulator**
|
||||
|
||||
|
@ -1482,7 +1525,7 @@ This option will hide most metadata fields as well as any badges. The intention
|
|||
|
||||
A statistics counter that tracks how many times you have played the game. You normally don't need to touch this, but if you want to, the possibility is there.
|
||||
|
||||
**Controller badge**
|
||||
**Controller**
|
||||
|
||||
This entry provides a selection of controller icons that are built into ES-DE (although the theme set can override the actual graphics files). The selected icon will be displayed as a badge if the current theme set support badges. This functionality is only cosmetic and will not affect the actual emulators.
|
||||
|
||||
|
|
|
@ -208,7 +208,7 @@ const std::string FileData::getMediaDirectory()
|
|||
return mediaDirPath;
|
||||
}
|
||||
|
||||
const std::string FileData::getMediafilePath(std::string subdirectory, std::string mediatype) const
|
||||
const std::string FileData::getMediafilePath(std::string subdirectory) const
|
||||
{
|
||||
const std::vector<std::string> extList = {".png", ".jpg"};
|
||||
std::string subFolders;
|
||||
|
@ -234,53 +234,76 @@ const std::string FileData::getMediafilePath(std::string subdirectory, std::stri
|
|||
const std::string FileData::getImagePath() const
|
||||
{
|
||||
// Look for a mix image (a combination of screenshot, 2D/3D box and marquee).
|
||||
std::string image = getMediafilePath("miximages", "miximage");
|
||||
std::string image = getMediafilePath("miximages");
|
||||
if (image != "")
|
||||
return image;
|
||||
|
||||
// If no mix image was found, try screenshot instead.
|
||||
image = getMediafilePath("screenshots", "screenshot");
|
||||
image = getMediafilePath("screenshots");
|
||||
if (image != "")
|
||||
return image;
|
||||
|
||||
// If no screenshot image was found, try title screen instead.
|
||||
image = getMediafilePath("titlescreens");
|
||||
if (image != "")
|
||||
return image;
|
||||
|
||||
// If no screenshot was found either, try cover.
|
||||
return getMediafilePath("covers", "cover");
|
||||
return getMediafilePath("covers");
|
||||
}
|
||||
|
||||
const std::string FileData::get3DBoxPath() const
|
||||
{
|
||||
// Return path to the 3D box image.
|
||||
return getMediafilePath("3dboxes", "3dbox");
|
||||
return getMediafilePath("3dboxes");
|
||||
}
|
||||
|
||||
const std::string FileData::getBackCoverPath() const
|
||||
{
|
||||
// Return path to the box back cover image.
|
||||
return getMediafilePath("backcovers");
|
||||
}
|
||||
|
||||
const std::string FileData::getCoverPath() const
|
||||
{
|
||||
// Return path to the cover image.
|
||||
return getMediafilePath("covers", "cover");
|
||||
// Return path to the box cover image.
|
||||
return getMediafilePath("covers");
|
||||
}
|
||||
|
||||
const std::string FileData::getMarqueePath() const
|
||||
{
|
||||
// Return path to the marquee image.
|
||||
return getMediafilePath("marquees", "marquee");
|
||||
return getMediafilePath("marquees");
|
||||
}
|
||||
|
||||
const std::string FileData::getPhysicalMediaPath() const
|
||||
{
|
||||
// Return path to the physical media image.
|
||||
return getMediafilePath("physicalmedia");
|
||||
}
|
||||
|
||||
const std::string FileData::getMiximagePath() const
|
||||
{
|
||||
// Return path to the miximage.
|
||||
return getMediafilePath("miximages", "miximage");
|
||||
return getMediafilePath("miximages");
|
||||
}
|
||||
|
||||
const std::string FileData::getScreenshotPath() const
|
||||
{
|
||||
// Return path to the screenshot image.
|
||||
return getMediafilePath("screenshots", "screenshot");
|
||||
return getMediafilePath("screenshots");
|
||||
}
|
||||
|
||||
const std::string FileData::getTitleScreenPath() const
|
||||
{
|
||||
// Return path to the title screen image.
|
||||
return getMediafilePath("titlescreens");
|
||||
}
|
||||
|
||||
const std::string FileData::getThumbnailPath() const
|
||||
{
|
||||
// Return path to the thumbnail image.
|
||||
return getMediafilePath("thumbnails", "thumbnail");
|
||||
return getMediafilePath("thumbnails");
|
||||
}
|
||||
|
||||
const std::string FileData::getVideoPath() const
|
||||
|
|
|
@ -60,13 +60,16 @@ public:
|
|||
const bool getHasFoldersFlag() { return mHasFolders; }
|
||||
static const std::string getROMDirectory();
|
||||
static const std::string getMediaDirectory();
|
||||
const std::string getMediafilePath(std::string subdirectory, std::string mediatype) const;
|
||||
const std::string getMediafilePath(std::string subdirectory) const;
|
||||
const std::string getImagePath() const;
|
||||
const std::string get3DBoxPath() const;
|
||||
const std::string getBackCoverPath() const;
|
||||
const std::string getCoverPath() const;
|
||||
const std::string getMarqueePath() const;
|
||||
const std::string getPhysicalMediaPath() const;
|
||||
const std::string getMiximagePath() const;
|
||||
const std::string getScreenshotPath() const;
|
||||
const std::string getTitleScreenPath() const;
|
||||
const std::string getThumbnailPath() const;
|
||||
const std::string getVideoPath() const;
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ FileFilterIndex::FileFilterIndex()
|
|||
{KIDGAME_FILTER, &mKidGameIndexAllKeys, &mFilterByKidGame, &mKidGameIndexFilteredKeys, "kidgame", false, "", "KIDGAME"},
|
||||
{HIDDEN_FILTER, &mHiddenIndexAllKeys, &mFilterByHidden, &mHiddenIndexFilteredKeys, "hidden", false, "", "HIDDEN"},
|
||||
{BROKEN_FILTER, &mBrokenIndexAllKeys, &mFilterByBroken, &mBrokenIndexFilteredKeys, "broken", false, "", "BROKEN"},
|
||||
{CONTROLLER_FILTER, &mControllerIndexAllKeys, &mFilterByController, &mControllerIndexFilteredKeys, "controller", false, "", "CONTROLLER BADGE"},
|
||||
{CONTROLLER_FILTER, &mControllerIndexAllKeys, &mFilterByController, &mControllerIndexFilteredKeys, "controller", false, "", "CONTROLLER"},
|
||||
{ALTEMULATOR_FILTER, &mAltemulatorIndexAllKeys, &mFilterByAltemulator, &mAltemulatorIndexFilteredKeys, "altemulator", false, "", "ALTERNATIVE EMULATOR"}
|
||||
};
|
||||
// clang-format on
|
||||
|
|
|
@ -41,7 +41,8 @@ bool MediaViewer::startMediaViewer(FileData* game)
|
|||
mHasVideo = false;
|
||||
mHasImages = false;
|
||||
mCurrentImageIndex = 0;
|
||||
mScreenShotIndex = -1;
|
||||
mScreenshotIndex = -1;
|
||||
mTitleScreenIndex = -1;
|
||||
|
||||
mGame = game;
|
||||
|
||||
|
@ -125,9 +126,12 @@ void MediaViewer::render(const glm::mat4& /*parentTrans*/)
|
|||
mImage->render(trans);
|
||||
|
||||
#if defined(USE_OPENGL_21)
|
||||
if (mCurrentImageIndex == mScreenShotIndex &&
|
||||
if (mCurrentImageIndex == mScreenshotIndex &&
|
||||
Settings::getInstance()->getBool("MediaViewerScreenshotScanlines"))
|
||||
Renderer::shaderPostprocessing(Renderer::SHADER_SCANLINES);
|
||||
else if (mCurrentImageIndex == mTitleScreenIndex &&
|
||||
Settings::getInstance()->getBool("MediaViewerScreenshotScanlines"))
|
||||
Renderer::shaderPostprocessing(Renderer::SHADER_SCANLINES);
|
||||
#endif
|
||||
|
||||
// This is necessary so that the video loops if viewing an image when
|
||||
|
@ -164,15 +168,23 @@ void MediaViewer::findMedia()
|
|||
|
||||
if (!mHasVideo && (mediaFile = mGame->getScreenshotPath()) != "") {
|
||||
mImageFiles.push_back(mediaFile);
|
||||
mScreenShotIndex = 0;
|
||||
mScreenshotIndex = 0;
|
||||
}
|
||||
|
||||
if ((mediaFile = mGame->getCoverPath()) != "")
|
||||
mImageFiles.push_back(mediaFile);
|
||||
|
||||
if ((mediaFile = mGame->getBackCoverPath()) != "")
|
||||
mImageFiles.push_back(mediaFile);
|
||||
|
||||
if ((mediaFile = mGame->getTitleScreenPath()) != "") {
|
||||
mImageFiles.push_back(mediaFile);
|
||||
mTitleScreenIndex = static_cast<int>(mImageFiles.size() - 1);
|
||||
}
|
||||
|
||||
if (mHasVideo && (mediaFile = mGame->getScreenshotPath()) != "") {
|
||||
mImageFiles.push_back(mediaFile);
|
||||
mScreenShotIndex = static_cast<int>(mImageFiles.size() - 1);
|
||||
mScreenshotIndex = static_cast<int>(mImageFiles.size() - 1);
|
||||
}
|
||||
|
||||
if ((mediaFile = mGame->getMiximagePath()) != "")
|
||||
|
|
|
@ -44,7 +44,8 @@ private:
|
|||
bool mDisplayingImage;
|
||||
|
||||
int mCurrentImageIndex;
|
||||
int mScreenShotIndex;
|
||||
int mScreenshotIndex;
|
||||
int mTitleScreenIndex;
|
||||
|
||||
std::string mVideoFile;
|
||||
std::vector<std::string> mImageFiles;
|
||||
|
|
|
@ -37,7 +37,7 @@ MetaDataDecl gameDecls[] = {
|
|||
{"nomultiscrape", MD_BOOL, "false", false, "exclude from multi-scraper", "enter no multi-scrape off/on", false},
|
||||
{"hidemetadata", MD_BOOL, "false", false, "hide metadata fields", "enter hide metadata off/on", false},
|
||||
{"playcount", MD_INT, "0", false, "times played", "enter number of times played", false},
|
||||
{"controller", MD_CONTROLLER, "", false, "controller badge", "select controller badge", false},
|
||||
{"controller", MD_CONTROLLER, "", false, "controller", "select controller", true},
|
||||
{"altemulator", MD_ALT_EMULATOR, "", false, "alternative emulator", "select alternative emulator", false},
|
||||
{"lastplayed", MD_TIME, "0", true, "last played", "enter last played date", false}
|
||||
};
|
||||
|
@ -58,7 +58,7 @@ MetaDataDecl folderDecls[] = {
|
|||
{"broken", MD_BOOL, "false", false, "broken/not working", "enter broken off/on", false},
|
||||
{"nomultiscrape", MD_BOOL, "false", false, "exclude from multi-scraper", "enter no multi-scrape off/on", false},
|
||||
{"hidemetadata", MD_BOOL, "false", false, "hide metadata fields", "enter hide metadata off/on", false},
|
||||
{"controller", MD_CONTROLLER, "", false, "controller badge", "select controller badge", false},
|
||||
{"controller", MD_CONTROLLER, "", false, "controller", "select controller", true},
|
||||
{"lastplayed", MD_TIME, "0", true, "last played", "enter last played date", false}
|
||||
};
|
||||
// clang-format on
|
||||
|
|
|
@ -17,13 +17,14 @@
|
|||
#include <chrono>
|
||||
|
||||
MiximageGenerator::MiximageGenerator(FileData* game, std::string& resultMessage)
|
||||
: mGame(game)
|
||||
, mResultMessage(resultMessage)
|
||||
, mWidth(1280)
|
||||
, mHeight(960)
|
||||
, mMarquee(false)
|
||||
, mBox3D(false)
|
||||
, mCover(false)
|
||||
: mGame{game}
|
||||
, mResultMessage{resultMessage}
|
||||
, mWidth{1280}
|
||||
, mHeight{960}
|
||||
, mMarquee{false}
|
||||
, mBox3D{false}
|
||||
, mCover{false}
|
||||
, mPhysicalMedia{false}
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -79,6 +80,16 @@ void MiximageGenerator::startThread(std::promise<bool>* miximagePromise)
|
|||
}
|
||||
}
|
||||
|
||||
if (Settings::getInstance()->getBool("MiximageIncludePhysicalMedia")) {
|
||||
if ((mPhysicalMediaPath = mGame->getPhysicalMediaPath()) != "") {
|
||||
mPhysicalMedia = true;
|
||||
}
|
||||
else {
|
||||
LOG(LogDebug)
|
||||
<< "MiximageGenerator::MiximageGenerator(): No physical media image found";
|
||||
}
|
||||
}
|
||||
|
||||
const auto startTime = std::chrono::system_clock::now();
|
||||
|
||||
if (generateImage()) {
|
||||
|
@ -106,6 +117,7 @@ bool MiximageGenerator::generateImage()
|
|||
FIBITMAP* screenshotFile = nullptr;
|
||||
FIBITMAP* marqueeFile = nullptr;
|
||||
FIBITMAP* boxFile = nullptr;
|
||||
FIBITMAP* physicalMediaFile = nullptr;
|
||||
|
||||
unsigned int fileWidth = 0;
|
||||
unsigned int fileHeight = 0;
|
||||
|
@ -269,6 +281,46 @@ bool MiximageGenerator::generateImage()
|
|||
}
|
||||
}
|
||||
|
||||
if (mPhysicalMedia) {
|
||||
#if defined(_WIN64)
|
||||
fileFormat =
|
||||
FreeImage_GetFileTypeU(Utils::String::stringToWideString(mPhysicalMediaPath).c_str());
|
||||
#else
|
||||
fileFormat = FreeImage_GetFileType(mPhysicalMediaPath.c_str());
|
||||
#endif
|
||||
|
||||
if (fileFormat == FIF_UNKNOWN)
|
||||
#if defined(_WIN64)
|
||||
fileFormat = FreeImage_GetFIFFromFilenameU(
|
||||
Utils::String::stringToWideString(mPhysicalMediaPath).c_str());
|
||||
#else
|
||||
fileFormat = FreeImage_GetFIFFromFilename(mPhysicalMediaPath.c_str());
|
||||
#endif
|
||||
|
||||
if (fileFormat == FIF_UNKNOWN) {
|
||||
LOG(LogDebug) << "Physical media in unknown format, skipping image";
|
||||
mPhysicalMedia = false;
|
||||
}
|
||||
|
||||
if (!FreeImage_FIFSupportsReading(fileFormat)) {
|
||||
LOG(LogDebug) << "Physical media file format not supported, skipping image";
|
||||
mPhysicalMedia = false;
|
||||
}
|
||||
else {
|
||||
#if defined(_WIN64)
|
||||
physicalMediaFile = FreeImage_LoadU(
|
||||
fileFormat, Utils::String::stringToWideString(mPhysicalMediaPath).c_str());
|
||||
#else
|
||||
physicalMediaFile = FreeImage_Load(fileFormat, mPhysicalMediaPath.c_str());
|
||||
#endif
|
||||
if (!physicalMediaFile) {
|
||||
LOG(LogError) << "Couldn't load physical media image, corrupt file?";
|
||||
mMessage = "Error loading physical media image, corrupt file?";
|
||||
mPhysicalMedia = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int resolutionMultiplier = 0;
|
||||
|
||||
if (Settings::getInstance()->getString("MiximageResolution") == "640x480") {
|
||||
|
@ -295,12 +347,44 @@ bool MiximageGenerator::generateImage()
|
|||
// These sizes are increased slightly when adding the drop shadow.
|
||||
const unsigned int marqueeTargetWidth = 310 * resolutionMultiplier;
|
||||
const unsigned int marqueeTargetHeight = 230 * resolutionMultiplier;
|
||||
const unsigned int boxTargetWidth = 330 * resolutionMultiplier;
|
||||
const unsigned int boxTargetHeight = 300 * resolutionMultiplier;
|
||||
const unsigned int coverTargetWidth = 250 * resolutionMultiplier;
|
||||
unsigned int boxTargetWidth = 0;
|
||||
unsigned int boxTargetHeight = 0;
|
||||
unsigned int coverTargetWidth = 0;
|
||||
unsigned int physicalMediaTargetWidth = 0;
|
||||
unsigned int physicalMediaTargetHeight = 0;
|
||||
|
||||
if (Settings::getInstance()->getString("MiximageBoxSize") == "small") {
|
||||
boxTargetWidth = 264 * resolutionMultiplier;
|
||||
boxTargetHeight = 254 * resolutionMultiplier;
|
||||
coverTargetWidth = 212 * resolutionMultiplier;
|
||||
}
|
||||
else if (Settings::getInstance()->getString("MiximageBoxSize") == "large") {
|
||||
boxTargetWidth = 372 * resolutionMultiplier;
|
||||
boxTargetHeight = 360 * resolutionMultiplier;
|
||||
coverTargetWidth = 300 * resolutionMultiplier;
|
||||
}
|
||||
else { // Medium size.
|
||||
boxTargetWidth = 310 * resolutionMultiplier;
|
||||
boxTargetHeight = 300 * resolutionMultiplier;
|
||||
coverTargetWidth = 250 * resolutionMultiplier;
|
||||
}
|
||||
|
||||
if (Settings::getInstance()->getString("MiximagePhysicalMediaSize") == "small") {
|
||||
physicalMediaTargetWidth = 120 * resolutionMultiplier;
|
||||
physicalMediaTargetHeight = 96 * resolutionMultiplier;
|
||||
}
|
||||
else if (Settings::getInstance()->getString("MiximagePhysicalMediaSize") == "large") {
|
||||
physicalMediaTargetWidth = 196 * resolutionMultiplier;
|
||||
physicalMediaTargetHeight = 156 * resolutionMultiplier;
|
||||
}
|
||||
else { // Medium size.
|
||||
physicalMediaTargetWidth = 150 * resolutionMultiplier;
|
||||
physicalMediaTargetHeight = 120 * resolutionMultiplier;
|
||||
}
|
||||
|
||||
const unsigned int marqueeShadowSize = 6 * resolutionMultiplier;
|
||||
const unsigned int boxShadowSize = 6 * resolutionMultiplier;
|
||||
const unsigned int physicalMediaShadowSize = 6 * resolutionMultiplier;
|
||||
|
||||
if (FreeImage_GetBPP(screenshotFile) != 32) {
|
||||
FIBITMAP* screenshotTemp = FreeImage_ConvertTo32Bits(screenshotFile);
|
||||
|
@ -354,6 +438,9 @@ bool MiximageGenerator::generateImage()
|
|||
int xPosBox = 0;
|
||||
int yPosBox = 0;
|
||||
|
||||
int xPosPhysicalMedia = 0;
|
||||
int yPosPhysicalMedia = 0;
|
||||
|
||||
CImg<unsigned char> canvasImage(mWidth, mHeight, 1, 4, 0);
|
||||
|
||||
CImg<unsigned char> marqueeImage;
|
||||
|
@ -364,6 +451,10 @@ bool MiximageGenerator::generateImage()
|
|||
CImg<unsigned char> boxImageRGB;
|
||||
CImg<unsigned char> boxImageAlpha;
|
||||
|
||||
CImg<unsigned char> physicalMediaImage;
|
||||
CImg<unsigned char> physicalMediaImageRGB;
|
||||
CImg<unsigned char> physicalMediaImageAlpha;
|
||||
|
||||
CImg<unsigned char> frameImage(mWidth, mHeight, 1, 4, 0);
|
||||
|
||||
xPosScreenshot = canvasImage.width() / 2 - screenshotImage.width() / 2 + screenshotOffset;
|
||||
|
@ -433,6 +524,12 @@ bool MiximageGenerator::generateImage()
|
|||
Utils::CImg::convertRGBAToCImg(boxVector, boxImage);
|
||||
Utils::CImg::removeTransparentPadding(boxImage);
|
||||
|
||||
float sizeRatio =
|
||||
static_cast<float>(boxImage.width()) / static_cast<float>(boxImage.height());
|
||||
|
||||
if (sizeRatio > 1.14f && Settings::getInstance()->getBool("MiximageRotateHorizontalBoxes"))
|
||||
boxImage.rotate(90.0f);
|
||||
|
||||
float scaleFactor =
|
||||
static_cast<float>(boxTargetHeight) / static_cast<float>(boxImage.height());
|
||||
unsigned int width = static_cast<int>(static_cast<float>(boxImage.width()) * scaleFactor);
|
||||
|
@ -466,8 +563,60 @@ bool MiximageGenerator::generateImage()
|
|||
boxImageAlpha = CImg<unsigned char>(boxImage.get_shared_channel(3));
|
||||
}
|
||||
|
||||
if (mPhysicalMedia) {
|
||||
if (FreeImage_GetBPP(physicalMediaFile) != 32) {
|
||||
FIBITMAP* physicalMediaTemp = FreeImage_ConvertTo32Bits(physicalMediaFile);
|
||||
FreeImage_Unload(physicalMediaFile);
|
||||
physicalMediaFile = physicalMediaTemp;
|
||||
}
|
||||
|
||||
fileWidth = FreeImage_GetWidth(physicalMediaFile);
|
||||
fileHeight = FreeImage_GetHeight(physicalMediaFile);
|
||||
filePitch = FreeImage_GetPitch(physicalMediaFile);
|
||||
|
||||
std::vector<unsigned char> physicalMediaVector(fileWidth * fileHeight * 4);
|
||||
|
||||
FreeImage_ConvertToRawBits(reinterpret_cast<BYTE*>(&physicalMediaVector.at(0)),
|
||||
physicalMediaFile, filePitch, 32, FI_RGBA_RED, FI_RGBA_GREEN,
|
||||
FI_RGBA_BLUE, 1);
|
||||
|
||||
physicalMediaImage = CImg<unsigned char>(FreeImage_GetWidth(physicalMediaFile),
|
||||
FreeImage_GetHeight(physicalMediaFile), 1, 4, 0);
|
||||
|
||||
Utils::CImg::convertRGBAToCImg(physicalMediaVector, physicalMediaImage);
|
||||
Utils::CImg::removeTransparentPadding(physicalMediaImage);
|
||||
|
||||
// Make sure the image size is not exceeding either the target width or height.
|
||||
float scaleFactorX = static_cast<float>(physicalMediaTargetWidth) /
|
||||
static_cast<float>(physicalMediaImage.width());
|
||||
float scaleFactorY = static_cast<float>(physicalMediaTargetHeight) /
|
||||
static_cast<float>(physicalMediaImage.height());
|
||||
float scaleFactor = std::min(scaleFactorX, scaleFactorY);
|
||||
|
||||
unsigned int width =
|
||||
static_cast<int>(static_cast<float>(physicalMediaImage.width()) * scaleFactor);
|
||||
unsigned int height =
|
||||
static_cast<int>(static_cast<float>(physicalMediaImage.height()) * scaleFactor);
|
||||
|
||||
// We use Lanczos3 which is the highest quality resampling method available.
|
||||
physicalMediaImage.resize(width, height, 1, 4, 6);
|
||||
|
||||
// Add a drop shadow using 4 iterations of box blur.
|
||||
Utils::CImg::addDropShadow(physicalMediaImage, physicalMediaShadowSize, 0.6f, 4);
|
||||
|
||||
// Place it to the right of the 3D box or cover with a small margin in between.
|
||||
xPosPhysicalMedia = xPosBox + boxImage.width() + 16 * resolutionMultiplier;
|
||||
yPosPhysicalMedia = canvasImage.height() - physicalMediaImage.height();
|
||||
|
||||
// Only RGB channels for the image.
|
||||
physicalMediaImageRGB = CImg<unsigned char>(physicalMediaImage.get_shared_channels(0, 2));
|
||||
// Only alpha channel for the image.
|
||||
physicalMediaImageAlpha = CImg<unsigned char>(physicalMediaImage.get_shared_channel(3));
|
||||
}
|
||||
|
||||
CImg<unsigned char> frameImageAlpha(frameImage.get_shared_channel(3));
|
||||
frameImageAlpha.draw_image(xPosBox, yPosBox, boxImageAlpha);
|
||||
frameImageAlpha.draw_image(xPosPhysicalMedia, yPosPhysicalMedia, physicalMediaImageAlpha);
|
||||
frameImageAlpha.draw_image(xPosMarquee, yPosMarquee, marqueeImageAlpha);
|
||||
|
||||
// Set a frame color based on an average of the screenshot contents.
|
||||
|
@ -515,6 +664,10 @@ bool MiximageGenerator::generateImage()
|
|||
if (mBox3D || mCover)
|
||||
canvasImage.draw_image(xPosBox, yPosBox, boxImageRGB, boxImageAlpha, 1, 255);
|
||||
|
||||
if (mPhysicalMedia)
|
||||
canvasImage.draw_image(xPosPhysicalMedia, yPosPhysicalMedia, physicalMediaImageRGB,
|
||||
physicalMediaImageAlpha, 1, 255);
|
||||
|
||||
std::vector<unsigned char> canvasVector;
|
||||
|
||||
// Convert the image from CImg internal format.
|
||||
|
@ -540,6 +693,7 @@ bool MiximageGenerator::generateImage()
|
|||
FreeImage_Unload(screenshotFile);
|
||||
FreeImage_Unload(marqueeFile);
|
||||
FreeImage_Unload(boxFile);
|
||||
FreeImage_Unload(physicalMediaFile);
|
||||
FreeImage_Unload(mixImage);
|
||||
|
||||
// Success.
|
||||
|
@ -645,7 +799,7 @@ void MiximageGenerator::sampleFrameColor(CImg<unsigned char>& screenshotImage,
|
|||
frameColor[3] = 255;
|
||||
}
|
||||
|
||||
std::string MiximageGenerator::getSavePath()
|
||||
std::string MiximageGenerator::getSavePath() const
|
||||
{
|
||||
const std::string name = Utils::FileSystem::getStem(mGame->getPath());
|
||||
std::string subFolders;
|
||||
|
|
|
@ -35,7 +35,7 @@ private:
|
|||
unsigned int& height);
|
||||
void sampleFrameColor(CImg<unsigned char>& screenshotImage, unsigned char (&frameColor)[4]);
|
||||
|
||||
std::string getSavePath();
|
||||
std::string getSavePath() const;
|
||||
|
||||
FileData* mGame;
|
||||
std::string& mResultMessage;
|
||||
|
@ -46,6 +46,7 @@ private:
|
|||
std::string mMarqueePath;
|
||||
std::string mBox3DPath;
|
||||
std::string mCoverPath;
|
||||
std::string mPhysicalMediaPath;
|
||||
|
||||
int mWidth;
|
||||
int mHeight;
|
||||
|
@ -53,6 +54,7 @@ private:
|
|||
bool mMarquee;
|
||||
bool mBox3D;
|
||||
bool mCover;
|
||||
bool mPhysicalMedia;
|
||||
};
|
||||
|
||||
#endif // ES_APP_SCRAPERS_MIXIMAGE_GENERATOR_H
|
||||
|
|
|
@ -22,6 +22,7 @@ namespace PlatformIds
|
|||
"amiga", // Commodore Amiga
|
||||
"amigacd32", // Commodore Amiga CD32
|
||||
"amstradcpc", // Amstrad CPC
|
||||
"android", // Google Android
|
||||
"apple2", // Apple II
|
||||
"apple2gs", // Apple IIGS
|
||||
"arcade", // Arcade
|
||||
|
@ -39,6 +40,7 @@ namespace PlatformIds
|
|||
"bbcmicro", // BBC Micro
|
||||
"c64", // Commodore 64
|
||||
"cavestory", // Cave Story (NXEngine)
|
||||
"cdimono1", // Philips CD-i
|
||||
"cdtv", // Commodore CDTV
|
||||
"channelf", // Fairchild Channel F
|
||||
"coco", // Tandy Color Computer
|
||||
|
@ -116,6 +118,7 @@ namespace PlatformIds
|
|||
"trs-80", // Tandy TRS-80
|
||||
"uzebox", // Uzebox
|
||||
"vectrex", // Vectrex
|
||||
"vic20", // Commodore VIC-20
|
||||
"videopac", // Philips Videopac G7000 (Magnavox Odyssey2)
|
||||
"virtualboy", // Nintendo Virtual Boy
|
||||
"wii", // Nintendo Wii
|
||||
|
|
|
@ -21,6 +21,7 @@ namespace PlatformIds
|
|||
COMMODORE_AMIGA,
|
||||
COMMODORE_AMIGA_CD32,
|
||||
AMSTRAD_CPC,
|
||||
GOOGLE_ANDROID,
|
||||
APPLE_II,
|
||||
APPLE_IIGS,
|
||||
ARCADE,
|
||||
|
@ -38,6 +39,7 @@ namespace PlatformIds
|
|||
BBC_MICRO,
|
||||
COMMODORE_64,
|
||||
CAVESTORY,
|
||||
PHILIPS_CDI,
|
||||
COMMODORE_CDTV,
|
||||
FAIRCHILD_CHANNELF,
|
||||
TANDY_COLOR_COMPUTER,
|
||||
|
@ -115,6 +117,7 @@ namespace PlatformIds
|
|||
TANDY_TRS80,
|
||||
UZEBOX,
|
||||
VECTREX,
|
||||
COMMODORE_VIC20,
|
||||
PHILIPS_VIDEOPAC,
|
||||
NINTENDO_VIRTUAL_BOY,
|
||||
NINTENDO_WII,
|
||||
|
|
|
@ -66,11 +66,11 @@ GuiMediaViewerOptions::GuiMediaViewerOptions(Window* window, const std::string&
|
|||
}
|
||||
});
|
||||
|
||||
// Render scanlines for screenshots using a shader.
|
||||
// Render scanlines for screenshots and title screens using a shader.
|
||||
auto screenshot_scanlines = std::make_shared<SwitchComponent>(mWindow);
|
||||
screenshot_scanlines->setState(
|
||||
Settings::getInstance()->getBool("MediaViewerScreenshotScanlines"));
|
||||
addWithLabel("RENDER SCANLINES FOR SCREENSHOTS", screenshot_scanlines);
|
||||
addWithLabel("RENDER SCANLINES FOR SCREENSHOTS AND TITLES", screenshot_scanlines);
|
||||
addSaveFunc([screenshot_scanlines, this] {
|
||||
if (screenshot_scanlines->getState() !=
|
||||
Settings::getInstance()->getBool("MediaViewerScreenshotScanlines")) {
|
||||
|
|
|
@ -129,7 +129,7 @@ void GuiMenu::openUIOptions()
|
|||
gamelist_view_style->add("basic", "basic", selectedViewStyle == "basic");
|
||||
gamelist_view_style->add("detailed", "detailed", selectedViewStyle == "detailed");
|
||||
gamelist_view_style->add("video", "video", selectedViewStyle == "video");
|
||||
gamelist_view_style->add("grid (experimental)", "grid", selectedViewStyle == "grid");
|
||||
gamelist_view_style->add("grid (deprecated)", "grid", selectedViewStyle == "grid");
|
||||
// If there are no objects returned, then there must be a manually modified entry in the
|
||||
// configuration file. Simply set the view style to Automatic in this case.
|
||||
if (gamelist_view_style->getSelectedObjects().size() == 0)
|
||||
|
|
|
@ -741,6 +741,12 @@ void GuiMetaDataEd::fetchDone(const ScraperSearchResult& result)
|
|||
// Update the list with the scraped metadata values.
|
||||
for (unsigned int i = 0; i < mEditors.size(); i++) {
|
||||
const std::string& key = mMetaDataDecl.at(i).key;
|
||||
if (key == "controller" && metadata->get(key) != "") {
|
||||
std::string displayName = BadgeComponent::getDisplayName(metadata->get(key));
|
||||
if (displayName != "unknown")
|
||||
metadata->set(key, displayName);
|
||||
}
|
||||
|
||||
if (mEditors.at(i)->getValue() != metadata->get(key)) {
|
||||
if (key == "rating")
|
||||
mEditors.at(i)->setOriginalColor(ICONCOLOR_SCRAPERMARKED);
|
||||
|
|
|
@ -221,7 +221,7 @@ void GuiScraperMenu::openContentOptions()
|
|||
// Scrape game names.
|
||||
auto scrape_game_names = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_game_names->setState(Settings::getInstance()->getBool("ScrapeGameNames"));
|
||||
s->addWithLabel("SCRAPE GAME NAMES", scrape_game_names);
|
||||
s->addWithLabel("GAME NAMES", scrape_game_names);
|
||||
s->addSaveFunc([scrape_game_names, s] {
|
||||
if (scrape_game_names->getState() != Settings::getInstance()->getBool("ScrapeGameNames")) {
|
||||
Settings::getInstance()->setBool("ScrapeGameNames", scrape_game_names->getState());
|
||||
|
@ -232,7 +232,7 @@ void GuiScraperMenu::openContentOptions()
|
|||
// Scrape ratings.
|
||||
auto scrape_ratings = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_ratings->setState(Settings::getInstance()->getBool("ScrapeRatings"));
|
||||
s->addWithLabel("SCRAPE RATINGS", scrape_ratings);
|
||||
s->addWithLabel("RATINGS", scrape_ratings);
|
||||
s->addSaveFunc([scrape_ratings, s] {
|
||||
if (scrape_ratings->getState() != Settings::getInstance()->getBool("ScrapeRatings")) {
|
||||
Settings::getInstance()->setBool("ScrapeRatings", scrape_ratings->getState());
|
||||
|
@ -249,10 +249,32 @@ void GuiScraperMenu::openContentOptions()
|
|||
->setOpacity(DISABLED_OPACITY);
|
||||
}
|
||||
|
||||
// Scrape controllers (arcade systems only).
|
||||
auto scrapeControllers = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrapeControllers->setState(Settings::getInstance()->getBool("ScrapeControllers"));
|
||||
s->addWithLabel("CONTROLLERS (ARCADE SYSTEMS ONLY)", scrapeControllers);
|
||||
s->addSaveFunc([scrapeControllers, s] {
|
||||
if (scrapeControllers->getState() !=
|
||||
Settings::getInstance()->getBool("ScrapeControllers")) {
|
||||
Settings::getInstance()->setBool("ScrapeControllers", scrapeControllers->getState());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Controllers are not supported by TheGamesDB, so gray out the option if this scraper is
|
||||
// selected.
|
||||
if (Settings::getInstance()->getString("Scraper") == "thegamesdb") {
|
||||
scrapeControllers->setEnabled(false);
|
||||
scrapeControllers->setOpacity(DISABLED_OPACITY);
|
||||
scrapeControllers->getParent()
|
||||
->getChild(scrapeControllers->getChildIndex() - 1)
|
||||
->setOpacity(DISABLED_OPACITY);
|
||||
}
|
||||
|
||||
// Scrape other metadata.
|
||||
auto scrape_metadata = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_metadata->setState(Settings::getInstance()->getBool("ScrapeMetadata"));
|
||||
s->addWithLabel("SCRAPE OTHER METADATA", scrape_metadata);
|
||||
s->addWithLabel("OTHER METADATA", scrape_metadata);
|
||||
s->addSaveFunc([scrape_metadata, s] {
|
||||
if (scrape_metadata->getState() != Settings::getInstance()->getBool("ScrapeMetadata")) {
|
||||
Settings::getInstance()->setBool("ScrapeMetadata", scrape_metadata->getState());
|
||||
|
@ -263,7 +285,7 @@ void GuiScraperMenu::openContentOptions()
|
|||
// Scrape videos.
|
||||
auto scrape_videos = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_videos->setState(Settings::getInstance()->getBool("ScrapeVideos"));
|
||||
s->addWithLabel("SCRAPE VIDEOS", scrape_videos);
|
||||
s->addWithLabel("VIDEOS", scrape_videos);
|
||||
s->addSaveFunc([scrape_videos, s] {
|
||||
if (scrape_videos->getState() != Settings::getInstance()->getBool("ScrapeVideos")) {
|
||||
Settings::getInstance()->setBool("ScrapeVideos", scrape_videos->getState());
|
||||
|
@ -283,7 +305,7 @@ void GuiScraperMenu::openContentOptions()
|
|||
// Scrape screenshots images.
|
||||
auto scrape_screenshots = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_screenshots->setState(Settings::getInstance()->getBool("ScrapeScreenshots"));
|
||||
s->addWithLabel("SCRAPE SCREENSHOT IMAGES", scrape_screenshots);
|
||||
s->addWithLabel("SCREENSHOT IMAGES", scrape_screenshots);
|
||||
s->addSaveFunc([scrape_screenshots, s] {
|
||||
if (scrape_screenshots->getState() !=
|
||||
Settings::getInstance()->getBool("ScrapeScreenshots")) {
|
||||
|
@ -292,10 +314,22 @@ void GuiScraperMenu::openContentOptions()
|
|||
}
|
||||
});
|
||||
|
||||
// Scrape cover images.
|
||||
// Scrape title screen images.
|
||||
auto scrapeTitleScreens = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrapeTitleScreens->setState(Settings::getInstance()->getBool("ScrapeTitleScreens"));
|
||||
s->addWithLabel("TITLE SCREEN IMAGES", scrapeTitleScreens);
|
||||
s->addSaveFunc([scrapeTitleScreens, s] {
|
||||
if (scrapeTitleScreens->getState() !=
|
||||
Settings::getInstance()->getBool("ScrapeTitleScreens")) {
|
||||
Settings::getInstance()->setBool("ScrapeTitleScreens", scrapeTitleScreens->getState());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Scrape box cover images.
|
||||
auto scrape_covers = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_covers->setState(Settings::getInstance()->getBool("ScrapeCovers"));
|
||||
s->addWithLabel("SCRAPE BOX COVER IMAGES", scrape_covers);
|
||||
s->addWithLabel("BOX COVER IMAGES", scrape_covers);
|
||||
s->addSaveFunc([scrape_covers, s] {
|
||||
if (scrape_covers->getState() != Settings::getInstance()->getBool("ScrapeCovers")) {
|
||||
Settings::getInstance()->setBool("ScrapeCovers", scrape_covers->getState());
|
||||
|
@ -303,10 +337,31 @@ void GuiScraperMenu::openContentOptions()
|
|||
}
|
||||
});
|
||||
|
||||
// Scrape box back cover images.
|
||||
auto scrapeBackCovers = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrapeBackCovers->setState(Settings::getInstance()->getBool("ScrapeBackCovers"));
|
||||
s->addWithLabel("BOX BACK COVER IMAGES", scrapeBackCovers);
|
||||
s->addSaveFunc([scrapeBackCovers, s] {
|
||||
if (scrapeBackCovers->getState() != Settings::getInstance()->getBool("ScrapeBackCovers")) {
|
||||
Settings::getInstance()->setBool("ScrapeBackCovers", scrapeBackCovers->getState());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Box back cover images are not supported by TheGamesDB, so gray out the option if this
|
||||
// scraper is selected.
|
||||
if (Settings::getInstance()->getString("Scraper") == "thegamesdb") {
|
||||
scrapeBackCovers->setEnabled(false);
|
||||
scrapeBackCovers->setOpacity(DISABLED_OPACITY);
|
||||
scrapeBackCovers->getParent()
|
||||
->getChild(scrapeBackCovers->getChildIndex() - 1)
|
||||
->setOpacity(DISABLED_OPACITY);
|
||||
}
|
||||
|
||||
// Scrape marquee images.
|
||||
auto scrape_marquees = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_marquees->setState(Settings::getInstance()->getBool("ScrapeMarquees"));
|
||||
s->addWithLabel("SCRAPE MARQUEE (WHEEL) IMAGES", scrape_marquees);
|
||||
s->addWithLabel("MARQUEE (WHEEL) IMAGES", scrape_marquees);
|
||||
s->addSaveFunc([scrape_marquees, s] {
|
||||
if (scrape_marquees->getState() != Settings::getInstance()->getBool("ScrapeMarquees")) {
|
||||
Settings::getInstance()->setBool("ScrapeMarquees", scrape_marquees->getState());
|
||||
|
@ -317,7 +372,7 @@ void GuiScraperMenu::openContentOptions()
|
|||
// Scrape 3D box images.
|
||||
auto scrape_3dboxes = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrape_3dboxes->setState(Settings::getInstance()->getBool("Scrape3DBoxes"));
|
||||
s->addWithLabel("SCRAPE 3D BOX IMAGES", scrape_3dboxes);
|
||||
s->addWithLabel("3D BOX IMAGES", scrape_3dboxes);
|
||||
s->addSaveFunc([scrape_3dboxes, s] {
|
||||
if (scrape_3dboxes->getState() != Settings::getInstance()->getBool("Scrape3DBoxes")) {
|
||||
Settings::getInstance()->setBool("Scrape3DBoxes", scrape_3dboxes->getState());
|
||||
|
@ -335,6 +390,29 @@ void GuiScraperMenu::openContentOptions()
|
|||
->setOpacity(DISABLED_OPACITY);
|
||||
}
|
||||
|
||||
// Scrape physical media images.
|
||||
auto scrapePhysicalMedia = std::make_shared<SwitchComponent>(mWindow);
|
||||
scrapePhysicalMedia->setState(Settings::getInstance()->getBool("ScrapePhysicalMedia"));
|
||||
s->addWithLabel("PHYSICAL MEDIA IMAGES", scrapePhysicalMedia);
|
||||
s->addSaveFunc([scrapePhysicalMedia, s] {
|
||||
if (scrapePhysicalMedia->getState() !=
|
||||
Settings::getInstance()->getBool("ScrapePhysicalMedia")) {
|
||||
Settings::getInstance()->setBool("ScrapePhysicalMedia",
|
||||
scrapePhysicalMedia->getState());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Physical media images are not supported by TheGamesDB, so gray out the option if this
|
||||
// scraper is selected.
|
||||
if (Settings::getInstance()->getString("Scraper") == "thegamesdb") {
|
||||
scrapePhysicalMedia->setEnabled(false);
|
||||
scrapePhysicalMedia->setOpacity(DISABLED_OPACITY);
|
||||
scrapePhysicalMedia->getParent()
|
||||
->getChild(scrapePhysicalMedia->getChildIndex() - 1)
|
||||
->setOpacity(DISABLED_OPACITY);
|
||||
}
|
||||
|
||||
mWindow->pushGui(s);
|
||||
}
|
||||
|
||||
|
@ -383,6 +461,48 @@ void GuiScraperMenu::openMiximageOptions()
|
|||
}
|
||||
});
|
||||
|
||||
// Box/cover size.
|
||||
auto miximageBoxSize = std::make_shared<OptionListComponent<std::string>>(
|
||||
mWindow, getHelpStyle(), "BOX SIZE", false);
|
||||
std::string selectedBoxSize = Settings::getInstance()->getString("MiximageBoxSize");
|
||||
miximageBoxSize->add("small", "small", selectedBoxSize == "small");
|
||||
miximageBoxSize->add("medium", "medium", selectedBoxSize == "medium");
|
||||
miximageBoxSize->add("large", "large", selectedBoxSize == "large");
|
||||
// If there are no objects returned, then there must be a manually modified entry in the
|
||||
// configuration file. Simply set the box size to "medium" in this case.
|
||||
if (miximageBoxSize->getSelectedObjects().size() == 0)
|
||||
miximageBoxSize->selectEntry(0);
|
||||
s->addWithLabel("BOX SIZE", miximageBoxSize);
|
||||
s->addSaveFunc([miximageBoxSize, s] {
|
||||
if (miximageBoxSize->getSelected() !=
|
||||
Settings::getInstance()->getString("MiximageBoxSize")) {
|
||||
Settings::getInstance()->setString("MiximageBoxSize", miximageBoxSize->getSelected());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Physical media size.
|
||||
auto miximagePhysicalMediaSize = std::make_shared<OptionListComponent<std::string>>(
|
||||
mWindow, getHelpStyle(), "PHYSICAL MEDIA SIZE", false);
|
||||
std::string selectedPhysicalMediaSize =
|
||||
Settings::getInstance()->getString("MiximagePhysicalMediaSize");
|
||||
miximagePhysicalMediaSize->add("small", "small", selectedPhysicalMediaSize == "small");
|
||||
miximagePhysicalMediaSize->add("medium", "medium", selectedPhysicalMediaSize == "medium");
|
||||
miximagePhysicalMediaSize->add("large", "large", selectedPhysicalMediaSize == "large");
|
||||
// If there are no objects returned, then there must be a manually modified entry in the
|
||||
// configuration file. Simply set the physical media size to "medium" in this case.
|
||||
if (miximagePhysicalMediaSize->getSelectedObjects().size() == 0)
|
||||
miximagePhysicalMediaSize->selectEntry(0);
|
||||
s->addWithLabel("PHYSICAL MEDIA SIZE", miximagePhysicalMediaSize);
|
||||
s->addSaveFunc([miximagePhysicalMediaSize, s] {
|
||||
if (miximagePhysicalMediaSize->getSelected() !=
|
||||
Settings::getInstance()->getString("MiximagePhysicalMediaSize")) {
|
||||
Settings::getInstance()->setString("MiximagePhysicalMediaSize",
|
||||
miximagePhysicalMediaSize->getSelected());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Whether to generate miximages when scraping.
|
||||
auto miximage_generate = std::make_shared<SwitchComponent>(mWindow);
|
||||
miximage_generate->setState(Settings::getInstance()->getBool("MiximageGenerate"));
|
||||
|
@ -432,6 +552,20 @@ void GuiScraperMenu::openMiximageOptions()
|
|||
}
|
||||
});
|
||||
|
||||
// Whether to rotate horizontally oriented boxes.
|
||||
auto miximageRotateBoxes = std::make_shared<SwitchComponent>(mWindow);
|
||||
miximageRotateBoxes->setState(
|
||||
Settings::getInstance()->getBool("MiximageRotateHorizontalBoxes"));
|
||||
s->addWithLabel("ROTATE HORIZONTALLY ORIENTED BOXES", miximageRotateBoxes);
|
||||
s->addSaveFunc([miximageRotateBoxes, s] {
|
||||
if (miximageRotateBoxes->getState() !=
|
||||
Settings::getInstance()->getBool("MiximageRotateHorizontalBoxes")) {
|
||||
Settings::getInstance()->setBool("MiximageRotateHorizontalBoxes",
|
||||
miximageRotateBoxes->getState());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Whether to include marquee images.
|
||||
auto miximage_marquee = std::make_shared<SwitchComponent>(mWindow);
|
||||
miximage_marquee->setState(Settings::getInstance()->getBool("MiximageIncludeMarquee"));
|
||||
|
@ -469,6 +603,20 @@ void GuiScraperMenu::openMiximageOptions()
|
|||
}
|
||||
});
|
||||
|
||||
// Whether to include physical media images.
|
||||
auto miximagePhysicalMedia = std::make_shared<SwitchComponent>(mWindow);
|
||||
miximagePhysicalMedia->setState(
|
||||
Settings::getInstance()->getBool("MiximageIncludePhysicalMedia"));
|
||||
s->addWithLabel("INCLUDE PHYSICAL MEDIA IMAGE", miximagePhysicalMedia);
|
||||
s->addSaveFunc([miximagePhysicalMedia, s] {
|
||||
if (miximagePhysicalMedia->getState() !=
|
||||
Settings::getInstance()->getBool("MiximageIncludePhysicalMedia")) {
|
||||
Settings::getInstance()->setBool("MiximageIncludePhysicalMedia",
|
||||
miximagePhysicalMedia->getState());
|
||||
s->setNeedsSaving();
|
||||
}
|
||||
});
|
||||
|
||||
// Miximage offline generator.
|
||||
ComponentListRow offline_generator_row;
|
||||
offline_generator_row.elements.clear();
|
||||
|
@ -488,7 +636,7 @@ void GuiScraperMenu::openOfflineGenerator(GuiSettings* settings)
|
|||
{
|
||||
if (mSystems->getSelectedObjects().empty()) {
|
||||
mWindow->pushGui(new GuiMsgBox(mWindow, getHelpStyle(),
|
||||
"THE MIXIMAGE GENERATOR USES THE SAME SYSTEM\n"
|
||||
"THE OFFLINE GENERATOR USES THE SAME SYSTEM\n"
|
||||
"SELECTIONS AS THE SCRAPER, SO PLEASE SELECT\n"
|
||||
"AT LEAST ONE SYSTEM TO GENERATE IMAGES FOR"));
|
||||
return;
|
||||
|
@ -845,6 +993,11 @@ void GuiScraperMenu::start()
|
|||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (scraperService == "screenscraper" &&
|
||||
Settings::getInstance()->getBool("ScrapeControllers")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeMetadata")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
|
@ -857,10 +1010,19 @@ void GuiScraperMenu::start()
|
|||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeTitleScreens")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeCovers")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (scraperService == "screenscraper" &&
|
||||
Settings::getInstance()->getBool("ScrapeBackCovers")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeMarquees")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
|
@ -870,6 +1032,11 @@ void GuiScraperMenu::start()
|
|||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (scraperService == "screenscraper" &&
|
||||
Settings::getInstance()->getBool("ScrapePhysicalMedia")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
} while (0);
|
||||
|
||||
if (!contentToScrape) {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include "guis/GuiScraperMulti.h"
|
||||
|
||||
#include "CollectionSystemsManager.h"
|
||||
#include "FileFilterIndex.h"
|
||||
#include "Gamelist.h"
|
||||
#include "MameNames.h"
|
||||
#include "SystemData.h"
|
||||
|
@ -269,10 +270,13 @@ void GuiScraperMulti::acceptResult(const ScraperSearchResult& result)
|
|||
{
|
||||
ScraperSearchParams& search = mSearchQueue.front();
|
||||
|
||||
GuiScraperSearch::saveMetadata(result, search.game->metadata, search.game);
|
||||
search.system->getIndex()->removeFromIndex(search.game);
|
||||
|
||||
GuiScraperSearch::saveMetadata(result, search.game->metadata, search.game);
|
||||
updateGamelist(search.system);
|
||||
|
||||
search.system->getIndex()->addToIndex(search.game);
|
||||
|
||||
mSearchQueue.pop();
|
||||
mCurrentGame++;
|
||||
mTotalSuccessful++;
|
||||
|
|
|
@ -678,9 +678,12 @@ void GuiScraperSearch::update(int deltaTime)
|
|||
for (unsigned int i = 0; i < results_scrape.size(); i++) {
|
||||
if (results_scrape[i].gameID == it->gameID) {
|
||||
results_scrape[i].box3DUrl = it->box3DUrl;
|
||||
results_scrape[i].backcoverUrl = it->backcoverUrl;
|
||||
results_scrape[i].coverUrl = it->coverUrl;
|
||||
results_scrape[i].marqueeUrl = it->marqueeUrl;
|
||||
results_scrape[i].screenshotUrl = it->screenshotUrl;
|
||||
results_scrape[i].titlescreenUrl = it->titlescreenUrl;
|
||||
results_scrape[i].physicalmediaUrl = it->physicalmediaUrl;
|
||||
results_scrape[i].videoUrl = it->videoUrl;
|
||||
results_scrape[i].scraperRequestAllowance = it->scraperRequestAllowance;
|
||||
results_scrape[i].mediaURLFetch = COMPLETED;
|
||||
|
@ -873,15 +876,19 @@ bool GuiScraperSearch::saveMetadata(const ScraperSearchResult& result,
|
|||
const std::string& key = mMetaDataDecl.at(i).key;
|
||||
|
||||
// Skip element if the setting to not scrape metadata has been set,
|
||||
// unless its type is rating or name.
|
||||
// unless its type is rating, controller or name.
|
||||
if (!Settings::getInstance()->getBool("ScrapeMetadata") &&
|
||||
(key != "rating" && key != "name"))
|
||||
(key != "rating" && key != "controller" && key != "name"))
|
||||
continue;
|
||||
|
||||
// Skip saving of rating if the corresponding option has been set to false.
|
||||
// Skip saving of rating metadata if the corresponding option has been set to false.
|
||||
if (key == "rating" && !Settings::getInstance()->getBool("ScrapeRatings"))
|
||||
continue;
|
||||
|
||||
// Skip saving of controller metadata if the corresponding option has been set to false.
|
||||
if (key == "controller" && !Settings::getInstance()->getBool("ScrapeControllers"))
|
||||
continue;
|
||||
|
||||
// Skip saving of game name if the corresponding option has been set to false.
|
||||
if (key == "name" && !Settings::getInstance()->getBool("ScrapeGameNames"))
|
||||
continue;
|
||||
|
|
|
@ -57,9 +57,11 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map{
|
|||
{CAVESTORY, "1"},
|
||||
{COLECOVISION, "31"},
|
||||
{COMMODORE_64, "40"},
|
||||
{COMMODORE_VIC20, "4945"},
|
||||
{DAPHNE, "23"},
|
||||
{INTELLIVISION, "32"},
|
||||
{APPLE_MACINTOSH, "37"},
|
||||
{GOOGLE_ANDROID, "4916"},
|
||||
{MICROSOFT_XBOX, "14"},
|
||||
{MICROSOFT_XBOX_360, "15"},
|
||||
{MOONLIGHT, "1"},
|
||||
|
@ -92,6 +94,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map{
|
|||
{PC, "1"},
|
||||
{VALVE_STEAM, "1"},
|
||||
{NEC_PCFX, "4930"},
|
||||
{PHILIPS_CDI, "4917"},
|
||||
{SEGA_32X, "33"},
|
||||
{SEGA_CD, "21"},
|
||||
{SEGA_DREAMCAST, "16"},
|
||||
|
@ -378,6 +381,7 @@ void processMediaURLs(const Value& images,
|
|||
result.coverUrl = "";
|
||||
result.marqueeUrl = "";
|
||||
result.screenshotUrl = "";
|
||||
result.titlescreenUrl = "";
|
||||
|
||||
// Quite excessive testing for valid values, but you never know what the server has
|
||||
// returned and we don't want to crash the program due to malformed data.
|
||||
|
@ -399,6 +403,9 @@ void processMediaURLs(const Value& images,
|
|||
if (mediatype == "screenshot")
|
||||
if (gameMedia[i]["filename"].IsString())
|
||||
result.screenshotUrl = base_url + gameMedia[i]["filename"].GetString();
|
||||
if (mediatype == "titlescreen")
|
||||
if (gameMedia[i]["filename"].IsString())
|
||||
result.titlescreenUrl = base_url + gameMedia[i]["filename"].GetString();
|
||||
}
|
||||
}
|
||||
result.mediaURLFetch = COMPLETED;
|
||||
|
|
|
@ -41,7 +41,9 @@ std::unique_ptr<ScraperSearchHandle> startScraperSearch(const ScraperSearchParam
|
|||
}
|
||||
else {
|
||||
LOG(LogDebug) << "Scraper::startScraperSearch(): Scraping system \""
|
||||
<< params.system->getName() << "\", game file \""
|
||||
<< params.system->getName()
|
||||
<< (params.game->getType() == FOLDER ? "\", folder \"" :
|
||||
"\", game file \"")
|
||||
<< params.game->getFileName() << "\"";
|
||||
scraper_request_funcs.at(name)(params, handle->mRequestQueue, handle->mResults);
|
||||
}
|
||||
|
@ -185,6 +187,14 @@ MDResolveHandle::MDResolveHandle(const ScraperSearchResult& result,
|
|||
mediaFileInfo.resizeFile = true;
|
||||
scrapeFiles.push_back(mediaFileInfo);
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeBackCovers") && result.backcoverUrl != "") {
|
||||
mediaFileInfo.fileURL = result.backcoverUrl;
|
||||
mediaFileInfo.fileFormat = result.backcoverFormat;
|
||||
mediaFileInfo.subDirectory = "backcovers";
|
||||
mediaFileInfo.existingMediaFile = search.game->getBackCoverPath();
|
||||
mediaFileInfo.resizeFile = true;
|
||||
scrapeFiles.push_back(mediaFileInfo);
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeCovers") && result.coverUrl != "") {
|
||||
mediaFileInfo.fileURL = result.coverUrl;
|
||||
mediaFileInfo.fileFormat = result.coverFormat;
|
||||
|
@ -193,6 +203,14 @@ MDResolveHandle::MDResolveHandle(const ScraperSearchResult& result,
|
|||
mediaFileInfo.resizeFile = true;
|
||||
scrapeFiles.push_back(mediaFileInfo);
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapePhysicalMedia") && result.physicalmediaUrl != "") {
|
||||
mediaFileInfo.fileURL = result.physicalmediaUrl;
|
||||
mediaFileInfo.fileFormat = result.physicalmediaFormat;
|
||||
mediaFileInfo.subDirectory = "physicalmedia";
|
||||
mediaFileInfo.existingMediaFile = search.game->getPhysicalMediaPath();
|
||||
mediaFileInfo.resizeFile = true;
|
||||
scrapeFiles.push_back(mediaFileInfo);
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeMarquees") && result.marqueeUrl != "") {
|
||||
mediaFileInfo.fileURL = result.marqueeUrl;
|
||||
mediaFileInfo.fileFormat = result.marqueeFormat;
|
||||
|
@ -209,6 +227,14 @@ MDResolveHandle::MDResolveHandle(const ScraperSearchResult& result,
|
|||
mediaFileInfo.resizeFile = true;
|
||||
scrapeFiles.push_back(mediaFileInfo);
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeTitleScreens") && result.titlescreenUrl != "") {
|
||||
mediaFileInfo.fileURL = result.titlescreenUrl;
|
||||
mediaFileInfo.fileFormat = result.titlescreenFormat;
|
||||
mediaFileInfo.subDirectory = "titlescreens";
|
||||
mediaFileInfo.existingMediaFile = search.game->getTitleScreenPath();
|
||||
mediaFileInfo.resizeFile = true;
|
||||
scrapeFiles.push_back(mediaFileInfo);
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeVideos") && result.videoUrl != "") {
|
||||
mediaFileInfo.fileURL = result.videoUrl;
|
||||
mediaFileInfo.fileFormat = result.videoFormat;
|
||||
|
@ -401,6 +427,75 @@ void MediaDownloadHandle::update()
|
|||
|
||||
// Download is done, save it to disk.
|
||||
|
||||
// There are multiple issues with box back covers at ScreenScraper. Some only contain a single
|
||||
// color like pure black or more commonly pure green, and some are mostly transparent with just
|
||||
// a few black lines at the bottom. The following code attempts to detect such broken images
|
||||
// and skip them so they're not saved to disk.
|
||||
if (Settings::getInstance()->getString("Scraper") == "screenscraper" &&
|
||||
mMediaType == "backcovers") {
|
||||
bool emptyImage = false;
|
||||
FREE_IMAGE_FORMAT imageFormat = FIF_UNKNOWN;
|
||||
std::string imageData = mReq->getContent();
|
||||
FIMEMORY* memoryStream = FreeImage_OpenMemory(reinterpret_cast<BYTE*>(&imageData.at(0)),
|
||||
static_cast<DWORD>(imageData.size()));
|
||||
imageFormat = FreeImage_GetFileTypeFromMemory(memoryStream, 0);
|
||||
|
||||
if (imageFormat != FIF_UNKNOWN) {
|
||||
emptyImage = true;
|
||||
|
||||
FIBITMAP* tempImage = FreeImage_LoadFromMemory(imageFormat, memoryStream);
|
||||
RGBQUAD firstPixel;
|
||||
RGBQUAD currPixel;
|
||||
|
||||
unsigned int width = FreeImage_GetWidth(tempImage);
|
||||
unsigned int height = FreeImage_GetHeight(tempImage);
|
||||
|
||||
// Skip really small images as they're obviously not valid.
|
||||
if (width < 50) {
|
||||
emptyImage = true;
|
||||
}
|
||||
else if (height < 50) {
|
||||
emptyImage = true;
|
||||
}
|
||||
else {
|
||||
// Remove the alpha channel which will convert fully transparent pixels to black.
|
||||
if (FreeImage_GetBPP(tempImage) != 24) {
|
||||
FIBITMAP* convertImage = FreeImage_ConvertTo24Bits(tempImage);
|
||||
FreeImage_Unload(tempImage);
|
||||
tempImage = convertImage;
|
||||
}
|
||||
|
||||
// Skip the first line as this can apparently lead to false positives.
|
||||
FreeImage_GetPixelColor(tempImage, 0, 1, &firstPixel);
|
||||
|
||||
for (unsigned int x = 0; x < width; x++) {
|
||||
if (!emptyImage)
|
||||
break;
|
||||
// Skip the last line as well.
|
||||
for (unsigned int y = 1; y < height - 1; y++) {
|
||||
FreeImage_GetPixelColor(tempImage, x, y, &currPixel);
|
||||
if (currPixel.rgbBlue != firstPixel.rgbBlue ||
|
||||
currPixel.rgbGreen != firstPixel.rgbGreen ||
|
||||
currPixel.rgbRed != firstPixel.rgbRed) {
|
||||
emptyImage = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
FreeImage_Unload(tempImage);
|
||||
}
|
||||
FreeImage_CloseMemory(memoryStream);
|
||||
|
||||
if (emptyImage) {
|
||||
LOG(LogWarning) << "ScreenScraper: Image does not seem to contain any data, not saving "
|
||||
"it to disk: \""
|
||||
<< mSavePath << "\"";
|
||||
setStatus(ASYNC_DONE);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// This is just a temporary workaround to avoid saving media files to disk that are
|
||||
// actually just containing error messages from the scraper service. The proper solution
|
||||
// is to implement file checksum checks to determine if the server response contains valid
|
||||
|
|
|
@ -60,16 +60,22 @@ struct ScraperSearchResult {
|
|||
std::string thumbnailImageUrl;
|
||||
|
||||
std::string box3DUrl;
|
||||
std::string backcoverUrl;
|
||||
std::string coverUrl;
|
||||
std::string marqueeUrl;
|
||||
std::string physicalmediaUrl;
|
||||
std::string screenshotUrl;
|
||||
std::string titlescreenUrl;
|
||||
std::string videoUrl;
|
||||
|
||||
// Needed to pre-set the image type.
|
||||
std::string box3DFormat;
|
||||
std::string backcoverFormat;
|
||||
std::string coverFormat;
|
||||
std::string marqueeFormat;
|
||||
std::string physicalmediaFormat;
|
||||
std::string screenshotFormat;
|
||||
std::string titlescreenFormat;
|
||||
std::string videoFormat;
|
||||
|
||||
// Indicates whether any new media files were downloaded and saved.
|
||||
|
|
|
@ -49,10 +49,12 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map{
|
|||
{COLECOVISION, 48},
|
||||
{COMMODORE_64, 66},
|
||||
{COMMODORE_CDTV, 129},
|
||||
{COMMODORE_VIC20, 73},
|
||||
{DAPHNE, 49},
|
||||
{INTELLIVISION, 115},
|
||||
{GAMEENGINE_LUTRO, 206},
|
||||
{APPLE_MACINTOSH, 146},
|
||||
{GOOGLE_ANDROID, 63},
|
||||
{MICROSOFT_XBOX, 32},
|
||||
{MICROSOFT_XBOX_360, 33},
|
||||
{MOONLIGHT, 138},
|
||||
|
@ -86,6 +88,7 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map{
|
|||
{PC, 135},
|
||||
{VALVE_STEAM, 135},
|
||||
{NEC_PCFX, 72},
|
||||
{PHILIPS_CDI, 133},
|
||||
{GAMEENGINE_OPENBOR, 214},
|
||||
{TANGERINE_ORIC, 131},
|
||||
{GAMEENGINE_SCUMMVM, 123},
|
||||
|
@ -426,6 +429,97 @@ void ScreenScraperRequest::processGame(const pugi::xml_document& xmldoc,
|
|||
<< result.mdl.get("players");
|
||||
}
|
||||
|
||||
// Controller (only for the Arcade and SNK Neo Geo systems).
|
||||
pugi::xml_node system = game.child("systeme");
|
||||
int platformID = system.attribute("parentid").as_int();
|
||||
|
||||
if (platformID == 75 || platformID == 142) {
|
||||
std::string controller = Utils::String::toLower(game.child("controles").text().get());
|
||||
if (!controller.empty()) {
|
||||
std::string controllerDescription = "Other";
|
||||
// Place the steering wheel entry first as some games support both joysticks and
|
||||
// and steering wheels and it's likely more interesting to capture the steering
|
||||
// wheel option in this case.
|
||||
if (controller.find("steering wheel") != std::string::npos ||
|
||||
controller.find("paddle") != std::string::npos ||
|
||||
controller.find("pedal") != std::string::npos) {
|
||||
result.mdl.set("controller", "steering_wheel_generic");
|
||||
controllerDescription = "Steering wheel";
|
||||
}
|
||||
else if (controller.find("control type=\"joy") != std::string::npos ||
|
||||
controller.find("joystick") != std::string::npos) {
|
||||
std::string buttonEntry;
|
||||
std::string buttonCount;
|
||||
if (controller.find("p1numbuttons=") != std::string::npos)
|
||||
buttonEntry = controller.substr(controller.find("p1numbuttons=") + 13, 4);
|
||||
else if (controller.find("buttons=") != std::string::npos)
|
||||
buttonEntry = controller.substr(controller.find("buttons=") + 8, 5);
|
||||
|
||||
bool foundDigit = false;
|
||||
for (unsigned char character : buttonEntry) {
|
||||
if (std::isdigit(character)) {
|
||||
buttonCount.push_back(character);
|
||||
foundDigit = true;
|
||||
}
|
||||
else if (foundDigit == true) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (buttonCount == "0") {
|
||||
result.mdl.set("controller", "joystick_arcade_no_buttons");
|
||||
controllerDescription = "Joystick (no buttons)";
|
||||
}
|
||||
else if (buttonCount == "1") {
|
||||
result.mdl.set("controller", "joystick_arcade_1_button");
|
||||
controllerDescription = "Joystick (1 button)";
|
||||
}
|
||||
else if (buttonCount == "2") {
|
||||
result.mdl.set("controller", "joystick_arcade_2_buttons");
|
||||
controllerDescription = "Joystick (2 buttons)";
|
||||
}
|
||||
else if (buttonCount == "3") {
|
||||
result.mdl.set("controller", "joystick_arcade_3_buttons");
|
||||
controllerDescription = "Joystick (3 buttons)";
|
||||
}
|
||||
else if (buttonCount == "4") {
|
||||
result.mdl.set("controller", "joystick_arcade_4_buttons");
|
||||
controllerDescription = "Joystick (4 buttons)";
|
||||
}
|
||||
else if (buttonCount == "5") {
|
||||
result.mdl.set("controller", "joystick_arcade_5_buttons");
|
||||
controllerDescription = "Joystick (5 buttons)";
|
||||
}
|
||||
else if (buttonCount == "6") {
|
||||
result.mdl.set("controller", "joystick_arcade_6_buttons");
|
||||
controllerDescription = "Joystick (6 buttons)";
|
||||
}
|
||||
else {
|
||||
controllerDescription = "Joystick (other)";
|
||||
}
|
||||
}
|
||||
else if (controller.find("spinner") != std::string::npos) {
|
||||
result.mdl.set("controller", "spinner_generic");
|
||||
controllerDescription = "Spinner";
|
||||
}
|
||||
else if (controller.find("trackball") != std::string::npos) {
|
||||
result.mdl.set("controller", "trackball_generic");
|
||||
controllerDescription = "Trackball";
|
||||
}
|
||||
else if (controller.find("gun") != std::string::npos) {
|
||||
result.mdl.set("controller", "lightgun_generic");
|
||||
controllerDescription = "Lightgun";
|
||||
}
|
||||
else if (controller.find("stick") != std::string::npos) {
|
||||
result.mdl.set("controller", "flight_stick_generic");
|
||||
controllerDescription = "Flight stick";
|
||||
}
|
||||
|
||||
LOG(LogDebug) << "ScreenScraperRequest::processGame(): Controller: "
|
||||
<< controllerDescription;
|
||||
}
|
||||
}
|
||||
|
||||
// Media super-node.
|
||||
pugi::xml_node media_list = game.child("medias");
|
||||
|
||||
|
@ -433,15 +527,24 @@ void ScreenScraperRequest::processGame(const pugi::xml_document& xmldoc,
|
|||
// 3D box.
|
||||
processMedia(result, media_list, ssConfig.media_3dbox, result.box3DUrl,
|
||||
result.box3DFormat, region);
|
||||
// Cover.
|
||||
// Box back cover.
|
||||
processMedia(result, media_list, ssConfig.media_backcover, result.backcoverUrl,
|
||||
result.backcoverFormat, region);
|
||||
// Box cover.
|
||||
processMedia(result, media_list, ssConfig.media_cover, result.coverUrl,
|
||||
result.coverFormat, region);
|
||||
// Marquee (wheel).
|
||||
processMedia(result, media_list, ssConfig.media_marquee, result.marqueeUrl,
|
||||
result.marqueeFormat, region);
|
||||
// Physical media.
|
||||
processMedia(result, media_list, ssConfig.media_physicalmedia, result.physicalmediaUrl,
|
||||
result.physicalmediaFormat, region);
|
||||
// Screenshot.
|
||||
processMedia(result, media_list, ssConfig.media_screenshot, result.screenshotUrl,
|
||||
result.screenshotFormat, region);
|
||||
// Title screen.
|
||||
processMedia(result, media_list, ssConfig.media_titlescreen, result.titlescreenUrl,
|
||||
result.titlescreenFormat, region);
|
||||
// Video.
|
||||
processMedia(result, media_list, ssConfig.media_video, result.videoUrl,
|
||||
result.videoFormat, region);
|
||||
|
|
|
@ -71,9 +71,12 @@ public:
|
|||
//
|
||||
|
||||
std::string media_3dbox = "box-3D";
|
||||
std::string media_backcover = "box-2D-back";
|
||||
std::string media_cover = "box-2D";
|
||||
std::string media_marquee = "wheel";
|
||||
std::string media_physicalmedia = "support-2D";
|
||||
std::string media_screenshot = "ss";
|
||||
std::string media_titlescreen = "sstitle";
|
||||
std::string media_video = "video";
|
||||
|
||||
bool isArcadeSystem;
|
||||
|
|
|
@ -467,16 +467,35 @@ void SystemView::render(const glm::mat4& parentTrans)
|
|||
|
||||
glm::mat4 trans{getTransform() * parentTrans};
|
||||
|
||||
renderExtras(trans, INT16_MIN, INT16_MAX);
|
||||
if (mCarousel.legacyZIndexMode) {
|
||||
// Render all extras.
|
||||
renderExtras(trans, INT16_MIN, INT16_MAX);
|
||||
|
||||
// Fade the screen if we're using fade transitions and we're currently transitioning.
|
||||
// This basically renders a black rectangle on top of the currently visible extras
|
||||
// (and beneath the carousel and help prompts).
|
||||
if (mExtrasFadeOpacity)
|
||||
renderFade(trans);
|
||||
// Fade the screen if we're using fade transitions and we're currently transitioning.
|
||||
// This basically renders a black rectangle on top of the currently visible extras
|
||||
// (and beneath the carousel and help prompts).
|
||||
if (mExtrasFadeOpacity)
|
||||
renderFade(trans);
|
||||
|
||||
// Always render the carousel on top so that it's not faded.
|
||||
renderCarousel(trans);
|
||||
// Always render the carousel on top so that it's not faded.
|
||||
renderCarousel(trans);
|
||||
}
|
||||
else {
|
||||
// Render the extras that are below the carousel.
|
||||
renderExtras(trans, INT16_MIN, mCarousel.zIndex);
|
||||
|
||||
// Fade the screen if we're using fade transitions and we're currently transitioning.
|
||||
// This basically renders a black rectangle on top of the currently visible extras
|
||||
// (and beneath the carousel and help prompts).
|
||||
if (mExtrasFadeOpacity)
|
||||
renderFade(trans);
|
||||
|
||||
// Render the carousel.
|
||||
renderCarousel(trans);
|
||||
|
||||
// Render the rest of the extras.
|
||||
renderExtras(trans, mCarousel.zIndex, INT16_MAX);
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<HelpPrompt> SystemView::getHelpPrompts()
|
||||
|
@ -547,9 +566,10 @@ void SystemView::renderCarousel(const glm::mat4& trans)
|
|||
mCarousel.origin.y * mCarousel.size.y * -1.0f, 0.0f});
|
||||
|
||||
glm::vec2 clipPos{carouselTrans[3].x, carouselTrans[3].y};
|
||||
Renderer::pushClipRect(
|
||||
glm::ivec2{static_cast<int>(clipPos.x), static_cast<int>(clipPos.y)},
|
||||
glm::ivec2{static_cast<int>(mCarousel.size.x), static_cast<int>(mCarousel.size.y)});
|
||||
Renderer::pushClipRect(glm::ivec2{static_cast<int>(std::round(clipPos.x)),
|
||||
static_cast<int>(std::round(clipPos.y))},
|
||||
glm::ivec2{static_cast<int>(std::round(mCarousel.size.x)),
|
||||
static_cast<int>(std::round(mCarousel.size.y))});
|
||||
|
||||
Renderer::setMatrix(carouselTrans);
|
||||
Renderer::drawRect(0.0f, 0.0f, mCarousel.size.x, mCarousel.size.y, mCarousel.color,
|
||||
|
@ -653,6 +673,11 @@ void SystemView::renderCarousel(const glm::mat4& trans)
|
|||
comp->setRotationOrigin(mCarousel.logoRotationOrigin);
|
||||
}
|
||||
comp->setScale(scale);
|
||||
// Partial workaround for single-pixel alignment issues at some resolutions and with
|
||||
// some logos.
|
||||
comp->setSize(comp->getSize().x, std::ceil(comp->getSize().y));
|
||||
comp->setPosition(comp->getPosition().x, std::round(comp->getPosition().y));
|
||||
|
||||
comp->setOpacity(static_cast<unsigned char>(opacity));
|
||||
comp->render(logoTrans);
|
||||
|
||||
|
@ -743,6 +768,7 @@ void SystemView::getDefaultElements(void)
|
|||
mCarousel.logoSize.y = 0.155f * mSize.y;
|
||||
mCarousel.maxLogoCount = 3;
|
||||
mCarousel.zIndex = 40.0f;
|
||||
mCarousel.legacyZIndexMode = true;
|
||||
|
||||
// System info bar.
|
||||
mSystemInfo.setSize(mSize.x, mSystemInfo.getFont()->getLetterHeight() * 2.2f);
|
||||
|
@ -806,4 +832,11 @@ void SystemView::getCarouselFromTheme(const ThemeData::ThemeElement* elem)
|
|||
else
|
||||
mCarousel.logoAlignment = ALIGN_CENTER;
|
||||
}
|
||||
if (elem->has("legacyZIndexMode")) {
|
||||
mCarousel.legacyZIndexMode =
|
||||
elem->get<std::string>("legacyZIndexMode").compare("true") == 0 ? true : false;
|
||||
}
|
||||
else {
|
||||
mCarousel.legacyZIndexMode = true;
|
||||
}
|
||||
}
|
|
@ -48,6 +48,7 @@ struct SystemViewCarousel {
|
|||
int maxLogoCount; // Number of logos shown on the carousel.
|
||||
glm::vec2 logoSize;
|
||||
float zIndex;
|
||||
bool legacyZIndexMode;
|
||||
};
|
||||
|
||||
class SystemView : public IList<SystemViewData, SystemData*>
|
||||
|
|
|
@ -962,6 +962,9 @@ void ViewController::preload()
|
|||
}
|
||||
(*it)->getIndex()->resetFilters();
|
||||
|
||||
// This makes sure we avoid texture pop-in when loading theme extras.
|
||||
getSystemListView();
|
||||
|
||||
if (Settings::getInstance()->getBool("PreloadGamelists"))
|
||||
getGameListView(*it)->preloadGamelist();
|
||||
else
|
||||
|
@ -1030,6 +1033,8 @@ void ViewController::reloadGameListView(IGameListView* view, bool reloadTheme)
|
|||
|
||||
void ViewController::reloadAll()
|
||||
{
|
||||
cancelViewTransitions();
|
||||
|
||||
// Clear all GameListViews.
|
||||
std::map<SystemData*, FileData*> cursorMap;
|
||||
for (auto it = mGameListViews.cbegin(); it != mGameListViews.cend(); it++)
|
||||
|
|
|
@ -250,6 +250,13 @@ void BasicGameListView::removeMedia(FileData* game)
|
|||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getTitleScreenPath())) {
|
||||
mediaType = "titlescreens";
|
||||
path = game->getTitleScreenPath();
|
||||
Utils::FileSystem::removeFile(path);
|
||||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getCoverPath())) {
|
||||
mediaType = "covers";
|
||||
path = game->getCoverPath();
|
||||
|
@ -257,6 +264,13 @@ void BasicGameListView::removeMedia(FileData* game)
|
|||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getBackCoverPath())) {
|
||||
mediaType = "backcovers";
|
||||
path = game->getBackCoverPath();
|
||||
Utils::FileSystem::removeFile(path);
|
||||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getMarqueePath())) {
|
||||
mediaType = "marquees";
|
||||
path = game->getMarqueePath();
|
||||
|
@ -271,6 +285,13 @@ void BasicGameListView::removeMedia(FileData* game)
|
|||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getPhysicalMediaPath())) {
|
||||
mediaType = "physicalmedia";
|
||||
path = game->getPhysicalMediaPath();
|
||||
Utils::FileSystem::removeFile(path);
|
||||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getThumbnailPath())) {
|
||||
mediaType = "thumbnails";
|
||||
path = game->getThumbnailPath();
|
||||
|
|
|
@ -600,6 +600,13 @@ void GridGameListView::removeMedia(FileData* game)
|
|||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getTitleScreenPath())) {
|
||||
mediaType = "titlescreens";
|
||||
path = game->getTitleScreenPath();
|
||||
Utils::FileSystem::removeFile(path);
|
||||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getCoverPath())) {
|
||||
mediaType = "covers";
|
||||
path = game->getCoverPath();
|
||||
|
@ -607,6 +614,13 @@ void GridGameListView::removeMedia(FileData* game)
|
|||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getBackCoverPath())) {
|
||||
mediaType = "backcovers";
|
||||
path = game->getBackCoverPath();
|
||||
Utils::FileSystem::removeFile(path);
|
||||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getMarqueePath())) {
|
||||
mediaType = "marquees";
|
||||
path = game->getMarqueePath();
|
||||
|
@ -621,6 +635,13 @@ void GridGameListView::removeMedia(FileData* game)
|
|||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getPhysicalMediaPath())) {
|
||||
mediaType = "physicalmedia";
|
||||
path = game->getPhysicalMediaPath();
|
||||
Utils::FileSystem::removeFile(path);
|
||||
removeEmptyDirFunc(systemMediaDir, mediaType, path);
|
||||
}
|
||||
|
||||
if (Utils::FileSystem::exists(game->getThumbnailPath())) {
|
||||
mediaType = "thumbnails";
|
||||
path = game->getThumbnailPath();
|
||||
|
|
|
@ -104,22 +104,30 @@ void Settings::setDefaults()
|
|||
|
||||
mBoolMap["ScrapeGameNames"] = {true, true};
|
||||
mBoolMap["ScrapeRatings"] = {true, true};
|
||||
mBoolMap["ScrapeControllers"] = {true, true};
|
||||
mBoolMap["ScrapeMetadata"] = {true, true};
|
||||
mBoolMap["ScrapeVideos"] = {true, true};
|
||||
mBoolMap["ScrapeScreenshots"] = {true, true};
|
||||
mBoolMap["ScrapeTitleScreens"] = {true, true};
|
||||
mBoolMap["ScrapeCovers"] = {true, true};
|
||||
mBoolMap["ScrapeBackCovers"] = {true, true};
|
||||
mBoolMap["ScrapeMarquees"] = {true, true};
|
||||
mBoolMap["Scrape3DBoxes"] = {true, true};
|
||||
mBoolMap["ScrapePhysicalMedia"] = {true, true};
|
||||
|
||||
mStringMap["MiximageResolution"] = {"1280x960", "1280x960"};
|
||||
mStringMap["MiximageScreenshotScaling"] = {"sharp", "sharp"};
|
||||
mStringMap["MiximageBoxSize"] = {"medium", "medium"};
|
||||
mStringMap["MiximagePhysicalMediaSize"] = {"medium", "medium"};
|
||||
mBoolMap["MiximageGenerate"] = {true, true};
|
||||
mBoolMap["MiximageOverwrite"] = {true, true};
|
||||
mBoolMap["MiximageRemoveLetterboxes"] = {true, true};
|
||||
mBoolMap["MiximageRemovePillarboxes"] = {true, true};
|
||||
mBoolMap["MiximageRotateHorizontalBoxes"] = {true, true};
|
||||
mBoolMap["MiximageIncludeMarquee"] = {true, true};
|
||||
mBoolMap["MiximageIncludeBox"] = {true, true};
|
||||
mBoolMap["MiximageCoverFallback"] = {true, true};
|
||||
mBoolMap["MiximageIncludePhysicalMedia"] = {true, true};
|
||||
|
||||
mStringMap["ScraperRegion"] = {"eu", "eu"};
|
||||
mStringMap["ScraperLanguage"] = {"en", "en"};
|
||||
|
|
|
@ -213,7 +213,8 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>> The
|
|||
{"logoSize", NORMALIZED_PAIR},
|
||||
{"logoAlignment", STRING},
|
||||
{"maxLogoCount", FLOAT},
|
||||
{"zIndex", FLOAT}}}};
|
||||
{"zIndex", FLOAT},
|
||||
{"legacyZIndexMode", STRING}}}};
|
||||
|
||||
#define MINIMUM_THEME_FORMAT_VERSION 3
|
||||
#define CURRENT_THEME_FORMAT_VERSION 7
|
||||
|
|
|
@ -26,31 +26,38 @@ std::vector<GameControllers> BadgeComponent::sGameControllers;
|
|||
|
||||
// The "unknown" controller entry has to be placed last.
|
||||
GameControllers sControllerDefinitions [] = {
|
||||
// shortName displayName fileName
|
||||
{"gamepad_generic", "Gamepad (Generic)", ":/graphics/controllers/gamepad_generic.svg"},
|
||||
{"gamepad_xbox", "Gamepad (Xbox)", ":/graphics/controllers/gamepad_xbox.svg"},
|
||||
{"gamepad_playstation", "Gamepad (PlayStation)", ":/graphics/controllers/gamepad_playstation.svg"},
|
||||
{"gamepad_nintendo_nes", "Gamepad (Nintendo NES)", ":/graphics/controllers/gamepad_nintendo_nes.svg"},
|
||||
{"gamepad_nintendo_snes", "Gamepad (Nintendo SNES)", ":/graphics/controllers/gamepad_nintendo_snes.svg"},
|
||||
{"gamepad_nintendo_64", "Gamepad (Nintendo 64)", ":/graphics/controllers/gamepad_nintendo_64.svg"},
|
||||
{"joystick_generic", "Joystick (Generic)", ":/graphics/controllers/joystick_generic.svg"},
|
||||
{"joystick_arcade_2_buttons", "Joystick (Arcade 2 Buttons)", ":/graphics/controllers/joystick_arcade_2_buttons.svg"},
|
||||
{"joystick_arcade_3_buttons", "Joystick (Arcade 3 Buttons)", ":/graphics/controllers/joystick_arcade_3_buttons.svg"},
|
||||
{"joystick_arcade_4_buttons", "Joystick (Arcade 4 Buttons)", ":/graphics/controllers/joystick_arcade_4_buttons.svg"},
|
||||
{"joystick_arcade_6_buttons", "Joystick (Arcade 6 Buttons)", ":/graphics/controllers/joystick_arcade_6_buttons.svg"},
|
||||
{"trackball_generic", "Trackball (Generic)", ":/graphics/controllers/trackball_generic.svg"},
|
||||
{"lightgun_generic", "Lightgun (Generic)", ":/graphics/controllers/lightgun_generic.svg"},
|
||||
{"lightgun_nintendo", "Lightgun (Nintendo)", ":/graphics/controllers/lightgun_nintendo.svg"},
|
||||
{"keyboard_generic", "Keyboard (Generic)", ":/graphics/controllers/keyboard_generic.svg"},
|
||||
{"mouse_generic", "Mouse (Generic)", ":/graphics/controllers/mouse_generic.svg"},
|
||||
{"mouse_amiga", "Mouse (Amiga)", ":/graphics/controllers/mouse_amiga.svg"},
|
||||
{"keyboard_mouse_generic", "Keyboard and Mouse (Generic)", ":/graphics/controllers/keyboard_mouse_generic.svg"},
|
||||
{"steering_wheel_generic", "Steering Wheel (Generic)", ":/graphics/controllers/steering_wheel_generic.svg"},
|
||||
{"wii_remote_nintendo", "Wii Remote (Nintendo)", ":/graphics/controllers/wii_remote_nintendo.svg"},
|
||||
{"wii_remote_nunchuck_nintendo", "Wii Remote and Nunchuck (Nintendo)", ":/graphics/controllers/wii_remote_nunchuck_nintendo.svg"},
|
||||
{"joycon_left_or_right_nintendo", "Joy-Con Left or Right (Nintendo)", ":/graphics/controllers/joycon_left_or_right_nintendo.svg"},
|
||||
{"joycon_pair_nintendo", "Joy-Con Pair (Nintendo)", ":/graphics/controllers/joycon_pair_nintendo.svg"},
|
||||
{"unknown", "Unknown Controller", ":/graphics/controllers/unknown.svg"}
|
||||
// shortName displayName fileName
|
||||
{"gamepad_generic", "Gamepad (Generic)", ":/graphics/controllers/gamepad_generic.svg"},
|
||||
{"gamepad_nintendo_nes", "Gamepad (Nintendo NES)", ":/graphics/controllers/gamepad_nintendo_nes.svg"},
|
||||
{"gamepad_nintendo_snes", "Gamepad (Nintendo SNES)", ":/graphics/controllers/gamepad_nintendo_snes.svg"},
|
||||
{"gamepad_nintendo_64", "Gamepad (Nintendo 64)", ":/graphics/controllers/gamepad_nintendo_64.svg"},
|
||||
{"gamepad_playstation", "Gamepad (PlayStation)", ":/graphics/controllers/gamepad_playstation.svg"},
|
||||
{"gamepad_sega_md_3_buttons", "Gamepad (Sega Mega Drive/Genesis 3 Buttons)", ":/graphics/controllers/gamepad_sega_md_3_buttons.svg"},
|
||||
{"gamepad_sega_md_6_buttons", "Gamepad (Sega Mega Drive/Genesis 6 Buttons)", ":/graphics/controllers/gamepad_sega_md_6_buttons.svg"},
|
||||
{"gamepad_xbox", "Gamepad (Xbox)", ":/graphics/controllers/gamepad_xbox.svg"},
|
||||
{"joystick_generic", "Joystick (Generic)", ":/graphics/controllers/joystick_generic.svg"},
|
||||
{"joystick_arcade_no_buttons", "Joystick (Arcade No Buttons)", ":/graphics/controllers/joystick_arcade_no_buttons.svg"},
|
||||
{"joystick_arcade_1_button", "Joystick (Arcade 1 Button)", ":/graphics/controllers/joystick_arcade_1_button.svg"},
|
||||
{"joystick_arcade_2_buttons", "Joystick (Arcade 2 Buttons)", ":/graphics/controllers/joystick_arcade_2_buttons.svg"},
|
||||
{"joystick_arcade_3_buttons", "Joystick (Arcade 3 Buttons)", ":/graphics/controllers/joystick_arcade_3_buttons.svg"},
|
||||
{"joystick_arcade_4_buttons", "Joystick (Arcade 4 Buttons)", ":/graphics/controllers/joystick_arcade_4_buttons.svg"},
|
||||
{"joystick_arcade_5_buttons", "Joystick (Arcade 5 Buttons)", ":/graphics/controllers/joystick_arcade_5_buttons.svg"},
|
||||
{"joystick_arcade_6_buttons", "Joystick (Arcade 6 Buttons)", ":/graphics/controllers/joystick_arcade_6_buttons.svg"},
|
||||
{"keyboard_generic", "Keyboard (Generic)", ":/graphics/controllers/keyboard_generic.svg"},
|
||||
{"keyboard_and_mouse_generic", "Keyboard and Mouse (Generic)", ":/graphics/controllers/keyboard_and_mouse_generic.svg"},
|
||||
{"mouse_generic", "Mouse (Generic)", ":/graphics/controllers/mouse_generic.svg"},
|
||||
{"mouse_amiga", "Mouse (Amiga)", ":/graphics/controllers/mouse_amiga.svg"},
|
||||
{"lightgun_generic", "Lightgun (Generic)", ":/graphics/controllers/lightgun_generic.svg"},
|
||||
{"lightgun_nintendo", "Lightgun (Nintendo)", ":/graphics/controllers/lightgun_nintendo.svg"},
|
||||
{"steering_wheel_generic", "Steering Wheel (Generic)", ":/graphics/controllers/steering_wheel_generic.svg"},
|
||||
{"flight_stick_generic", "Flight Stick (Generic)", ":/graphics/controllers/flight_stick_generic.svg"},
|
||||
{"spinner_generic", "Spinner (Generic)", ":/graphics/controllers/spinner_generic.svg"},
|
||||
{"trackball_generic", "Trackball (Generic)", ":/graphics/controllers/trackball_generic.svg"},
|
||||
{"wii_remote_nintendo", "Wii Remote (Nintendo)", ":/graphics/controllers/wii_remote_nintendo.svg"},
|
||||
{"wii_remote_and_nunchuk_nintendo", "Wii Remote and Nunchuk (Nintendo)", ":/graphics/controllers/wii_remote_and_nunchuk_nintendo.svg"},
|
||||
{"joycon_left_or_right_nintendo", "Joy-Con Left or Right (Nintendo)", ":/graphics/controllers/joycon_left_or_right_nintendo.svg"},
|
||||
{"joycon_pair_nintendo", "Joy-Con Pair (Nintendo)", ":/graphics/controllers/joycon_pair_nintendo.svg"},
|
||||
{"unknown", "Unknown Controller", ":/graphics/controllers/unknown.svg"}
|
||||
};
|
||||
|
||||
// clang-format on
|
||||
|
|
|
@ -448,7 +448,7 @@ void ComponentList::updateElementPosition(const ComponentListRow& row)
|
|||
const auto comp = row.elements.at(i).component;
|
||||
|
||||
// Center vertically.
|
||||
comp->setPosition(x, (rowHeight - comp->getSize().y) / 2.0f + yOffset);
|
||||
comp->setPosition(x, std::round((rowHeight - comp->getSize().y) / 2.0f + yOffset));
|
||||
x += comp->getSize().x;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,19 +47,29 @@ void NinePatchComponent::updateColors()
|
|||
|
||||
void NinePatchComponent::buildVertices()
|
||||
{
|
||||
if (mSize.x == 0.0f || mSize.y == 0.0f)
|
||||
return;
|
||||
|
||||
if (mVertices != nullptr)
|
||||
delete[] mVertices;
|
||||
|
||||
// Scale the corner size relative to the screen resolution, but keep the scale factor
|
||||
// within reason as extreme resolutions may cause artifacts. Any "normal" resolution
|
||||
// (e.g. from 720p to 4K) will be within these boundaries though.
|
||||
float scaleFactor;
|
||||
if (Renderer::getScreenWidth() > Renderer::getScreenHeight())
|
||||
scaleFactor = glm::clamp(Renderer::getScreenHeightModifier(), 0.4f, 3.0f);
|
||||
else
|
||||
scaleFactor = glm::clamp(Renderer::getScreenWidthModifier(), 0.4f, 3.0f);
|
||||
glm::vec2 relCornerSize{};
|
||||
|
||||
mTexture = TextureResource::get(mPath, false, false, false, true, true, scaleFactor);
|
||||
// Don't scale the rasterized version of the frame as it would look bad.
|
||||
if (mPath.substr(mPath.size() - 4, std::string::npos) == ".png") {
|
||||
relCornerSize = mCornerSize;
|
||||
}
|
||||
else {
|
||||
// Scale the corner size relative to the screen resolution.
|
||||
relCornerSize = glm::round(
|
||||
mCornerSize *
|
||||
((Renderer::getScreenHeightModifier() + Renderer::getScreenWidthModifier()) / 2.0f));
|
||||
}
|
||||
|
||||
mTexture = TextureResource::get(mPath, false, false, false);
|
||||
glm::vec2 texSize = relCornerSize * 3.0f;
|
||||
|
||||
mTexture->rasterizeAt(texSize.x, texSize.y);
|
||||
|
||||
if (mTexture->getSize() == glm::ivec2{}) {
|
||||
mVertices = nullptr;
|
||||
|
@ -69,19 +79,16 @@ void NinePatchComponent::buildVertices()
|
|||
|
||||
mVertices = new Renderer::Vertex[6 * 9];
|
||||
|
||||
glm::vec2 texSize{static_cast<float>(mTexture->getSize().x),
|
||||
static_cast<float>(mTexture->getSize().y)};
|
||||
|
||||
const float imgSizeX[3]{mCornerSize.x, mSize.x - mCornerSize.x * 2.0f, mCornerSize.x};
|
||||
const float imgSizeY[3]{mCornerSize.y, mSize.y - mCornerSize.y * 2.0f, mCornerSize.y};
|
||||
const float imgSizeX[3]{relCornerSize.x, mSize.x - relCornerSize.x * 2.0f, relCornerSize.x};
|
||||
const float imgSizeY[3]{relCornerSize.y, mSize.y - relCornerSize.y * 2.0f, relCornerSize.y};
|
||||
const float imgPosX[3]{0, imgSizeX[0], imgSizeX[0] + imgSizeX[1]};
|
||||
const float imgPosY[3]{0, imgSizeY[0], imgSizeY[0] + imgSizeY[1]};
|
||||
|
||||
// The "1 +" in posY and "-" in sizeY is to deal with texture coordinates having a bottom
|
||||
// left corner origin vs. verticies having a top left origin.
|
||||
// clang-format off
|
||||
const float texSizeX[3]{mCornerSize.x / texSize.x, (texSize.x - mCornerSize.x * 2.0f) / texSize.x, mCornerSize.x / texSize.x};
|
||||
const float texSizeY[3]{-mCornerSize.y / texSize.y, -(texSize.y - mCornerSize.y * 2.0f) / texSize.y, -mCornerSize.y / texSize.y};
|
||||
const float texSizeX[3]{relCornerSize.x / texSize.x, (texSize.x - relCornerSize.x * 2.0f) / texSize.x, relCornerSize.x / texSize.x};
|
||||
const float texSizeY[3]{-relCornerSize.y / texSize.y, -(texSize.y - relCornerSize.y * 2.0f) / texSize.y, -relCornerSize.y / texSize.y};
|
||||
|
||||
const float texPosX[3]{0.0f, texSizeX[0], texSizeX[0] + texSizeX[1]};
|
||||
const float texPosY[3]{1.0f, 1.0f + texSizeY[0], 1.0f + texSizeY[0] + texSizeY[1]};
|
||||
|
|
|
@ -91,11 +91,11 @@ public:
|
|||
mText.getFont()->getHeight());
|
||||
|
||||
// Position.
|
||||
mLeftArrow.setPosition(0.0f, (mSize.y - mLeftArrow.getSize().y) / 2.0f);
|
||||
mLeftArrow.setPosition(0.0f, std::round((mSize.y - mLeftArrow.getSize().y) / 2.0f));
|
||||
mText.setPosition(mLeftArrow.getPosition().x + mLeftArrow.getSize().x,
|
||||
(mSize.y - mText.getSize().y) / 2.0f);
|
||||
mRightArrow.setPosition(mText.getPosition().x + mText.getSize().x,
|
||||
(mSize.y - mRightArrow.getSize().y) / 2.0f);
|
||||
std::round((mSize.y - mRightArrow.getSize().y) / 2.0f));
|
||||
}
|
||||
|
||||
bool input(InputConfig* config, Input input) override
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "Log.h"
|
||||
#include "renderers/Renderer.h"
|
||||
#include "resources/ResourceManager.h"
|
||||
#include "utils/StringUtil.h"
|
||||
|
||||
#include "nanosvg.h"
|
||||
#include "nanosvgrast.h"
|
||||
|
@ -31,7 +32,6 @@ TextureData::TextureData(bool tile)
|
|||
, mHeight{0}
|
||||
, mSourceWidth{0.0f}
|
||||
, mSourceHeight{0.0f}
|
||||
, mScaleDuringLoad{1.0f}
|
||||
, mScalable{false}
|
||||
, mLinearMagnify{false}
|
||||
, mForceRasterization{false}
|
||||
|
@ -63,7 +63,7 @@ bool TextureData::initSVGFromMemory(const std::string& fileData)
|
|||
|
||||
NSVGimage* svgImage{nsvgParse(const_cast<char*>(fileData.c_str()), "px", DPI)};
|
||||
|
||||
if (!svgImage) {
|
||||
if (!svgImage || svgImage->width == 0 || svgImage->height == 0) {
|
||||
LOG(LogError) << "Couldn't parse SVG image";
|
||||
return false;
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ bool TextureData::initSVGFromMemory(const std::string& fileData)
|
|||
bool rasterize{true};
|
||||
|
||||
// If there is no image size defined yet, then don't rasterize unless mForceRasterization has
|
||||
// been set (this is only used by NinePatchComponent to avoid flickering menus).
|
||||
// been set.
|
||||
if (mSourceWidth == 0.0f && mSourceHeight == 0.0f) {
|
||||
if (!mForceRasterization)
|
||||
rasterize = false;
|
||||
|
@ -80,8 +80,8 @@ bool TextureData::initSVGFromMemory(const std::string& fileData)
|
|||
mSourceHeight = 64.0f * (svgImage->height / svgImage->width);
|
||||
}
|
||||
|
||||
mWidth = static_cast<int>(std::round(mSourceWidth * mScaleDuringLoad));
|
||||
mHeight = static_cast<int>(std::round(mSourceHeight * mScaleDuringLoad));
|
||||
mWidth = static_cast<int>(std::round(mSourceWidth));
|
||||
mHeight = static_cast<int>(std::round(mSourceHeight));
|
||||
|
||||
if (mWidth == 0) {
|
||||
// Auto scale width to keep aspect ratio.
|
||||
|
@ -176,7 +176,7 @@ bool TextureData::load()
|
|||
std::shared_ptr<ResourceManager>& rm = ResourceManager::getInstance();
|
||||
const ResourceData& data = rm->getFileData(mPath);
|
||||
// Is it an SVG?
|
||||
if (mPath.substr(mPath.size() - 4, std::string::npos) == ".svg") {
|
||||
if (Utils::String::toLower(mPath.substr(mPath.size() - 4, std::string::npos)) == ".svg") {
|
||||
mScalable = true;
|
||||
std::string dataString;
|
||||
dataString.assign(std::string(reinterpret_cast<char*>(data.ptr.get()), data.length));
|
||||
|
@ -243,22 +243,14 @@ size_t TextureData::width()
|
|||
{
|
||||
if (mWidth == 0)
|
||||
load();
|
||||
// If it's an SVG image, the size was correctly set to the scaled-up values during the
|
||||
// rasterization, so only multiply by the scale factor if it's a raster file.
|
||||
if (!mScalable)
|
||||
return static_cast<size_t>(mWidth * mScaleDuringLoad);
|
||||
else
|
||||
return mWidth;
|
||||
return static_cast<size_t>(mWidth);
|
||||
}
|
||||
|
||||
size_t TextureData::height()
|
||||
{
|
||||
if (mHeight == 0)
|
||||
load();
|
||||
if (!mScalable)
|
||||
return static_cast<size_t>(mHeight * mScaleDuringLoad);
|
||||
else
|
||||
return mHeight;
|
||||
return static_cast<size_t>(mHeight);
|
||||
}
|
||||
|
||||
float TextureData::sourceWidth()
|
||||
|
|
|
@ -57,8 +57,6 @@ public:
|
|||
void setSourceSize(float width, float height);
|
||||
glm::vec2 getSize() { return glm::vec2{mWidth, mHeight}; }
|
||||
|
||||
// Define a factor for scaling the file when loading it (1.0f = no scaling).
|
||||
void setScaleDuringLoad(float scale) { mScaleDuringLoad = scale; }
|
||||
// Whether to use linear filtering when magnifying the texture.
|
||||
void setLinearMagnify(bool setting) { mLinearMagnify = setting; }
|
||||
// Whether to rasterize the image even if a size has not been set yet.
|
||||
|
@ -81,7 +79,6 @@ private:
|
|||
int mHeight;
|
||||
float mSourceWidth;
|
||||
float mSourceHeight;
|
||||
float mScaleDuringLoad;
|
||||
bool mScalable;
|
||||
bool mLinearMagnify;
|
||||
bool mReloadable;
|
||||
|
|
|
@ -16,12 +16,8 @@ std::map<TextureResource::TextureKeyType, std::weak_ptr<TextureResource>>
|
|||
TextureResource::sTextureMap;
|
||||
std::set<TextureResource*> TextureResource::sAllTextures;
|
||||
|
||||
TextureResource::TextureResource(const std::string& path,
|
||||
bool tile,
|
||||
bool dynamic,
|
||||
bool linearMagnify,
|
||||
bool forceRasterization,
|
||||
float scaleDuringLoad)
|
||||
TextureResource::TextureResource(
|
||||
const std::string& path, bool tile, bool dynamic, bool linearMagnify, bool forceRasterization)
|
||||
: mTextureData(nullptr)
|
||||
, mForceLoad(false)
|
||||
{
|
||||
|
@ -33,8 +29,6 @@ TextureResource::TextureResource(const std::string& path,
|
|||
if (dynamic) {
|
||||
data = sTextureDataManager.add(this, tile);
|
||||
data->initFromPath(path);
|
||||
if (scaleDuringLoad != 1.0f)
|
||||
data->setScaleDuringLoad(scaleDuringLoad);
|
||||
data->setLinearMagnify(linearMagnify);
|
||||
data->setForceRasterization(forceRasterization);
|
||||
// Force the texture manager to load it using a blocking load.
|
||||
|
@ -44,8 +38,6 @@ TextureResource::TextureResource(const std::string& path,
|
|||
mTextureData = std::shared_ptr<TextureData>(new TextureData(tile));
|
||||
data = mTextureData;
|
||||
data->initFromPath(path);
|
||||
if (scaleDuringLoad != 1.0f)
|
||||
data->setScaleDuringLoad(scaleDuringLoad);
|
||||
data->setLinearMagnify(linearMagnify);
|
||||
data->setForceRasterization(forceRasterization);
|
||||
// Load it so we can read the width/height.
|
||||
|
@ -154,15 +146,14 @@ std::shared_ptr<TextureResource> TextureResource::get(const std::string& path,
|
|||
bool forceLoad,
|
||||
bool dynamic,
|
||||
bool linearMagnify,
|
||||
bool forceRasterization,
|
||||
float scaleDuringLoad)
|
||||
bool forceRasterization)
|
||||
{
|
||||
std::shared_ptr<ResourceManager>& rm = ResourceManager::getInstance();
|
||||
|
||||
const std::string canonicalPath = Utils::FileSystem::getCanonicalPath(path);
|
||||
if (canonicalPath.empty()) {
|
||||
std::shared_ptr<TextureResource> tex(new TextureResource(
|
||||
"", tile, false, linearMagnify, forceRasterization, scaleDuringLoad));
|
||||
std::shared_ptr<TextureResource> tex(
|
||||
new TextureResource("", tile, false, linearMagnify, forceRasterization));
|
||||
// Make sure we get properly deinitialized even though we do nothing on reinitialization.
|
||||
rm->addReloadable(tex);
|
||||
return tex;
|
||||
|
@ -178,8 +169,8 @@ std::shared_ptr<TextureResource> TextureResource::get(const std::string& path,
|
|||
|
||||
// Need to create it.
|
||||
std::shared_ptr<TextureResource> tex;
|
||||
tex = std::shared_ptr<TextureResource>(new TextureResource(
|
||||
key.first, tile, dynamic, linearMagnify, forceRasterization, scaleDuringLoad));
|
||||
tex = std::shared_ptr<TextureResource>(
|
||||
new TextureResource(key.first, tile, dynamic, linearMagnify, forceRasterization));
|
||||
std::shared_ptr<TextureData> data = sTextureDataManager.get(tex.get());
|
||||
|
||||
// Is it an SVG?
|
||||
|
|
|
@ -31,8 +31,7 @@ public:
|
|||
bool forceLoad = false,
|
||||
bool dynamic = true,
|
||||
bool linearMagnify = false,
|
||||
bool forceRasterization = false,
|
||||
float scaleDuringLoad = 1.0f);
|
||||
bool forceRasterization = false);
|
||||
void initFromPixels(const unsigned char* dataRGBA, size_t width, size_t height);
|
||||
virtual void initFromMemory(const char* data, size_t length);
|
||||
static void manualUnload(std::string path, bool tile);
|
||||
|
@ -48,10 +47,6 @@ public:
|
|||
|
||||
std::string getTextureFilePath();
|
||||
|
||||
// For SVG graphics this function effectively rescales the image to the defined size.
|
||||
// It does unload and re-rasterize the texture though which may cause flickering in some
|
||||
// situations. An alternative is to set a scaling factor directly when loading the texture
|
||||
// using get(), by using the scaleDuringLoad parameter (which also works for raster graphics).
|
||||
void rasterizeAt(float width, float height);
|
||||
glm::vec2 getSourceImageSize() const { return mSourceSize; }
|
||||
|
||||
|
@ -72,8 +67,7 @@ protected:
|
|||
bool tile,
|
||||
bool dynamic,
|
||||
bool linearMagnify,
|
||||
bool forceRasterization,
|
||||
float scaleDuringLoad);
|
||||
bool forceRasterization);
|
||||
virtual void unload(std::shared_ptr<ResourceManager>& rm);
|
||||
virtual void reload(std::shared_ptr<ResourceManager>& rm);
|
||||
|
||||
|
|
537
resources/graphics/controllers/flight_stick_generic.svg
Normal file
|
@ -0,0 +1,537 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="flight_stick_generic.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="9.6754501"
|
||||
inkscape:cx="62.389887"
|
||||
inkscape:cy="131.63303"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<path
|
||||
style="fill:#bb0000;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 23.773508,246.40977 c 0.316327,0.24788 0.616608,0.53163 0.793389,0.89898 0.349535,0.83807 0.489259,1.79791 0.193884,2.58509 -0.118486,0.25028 -0.253788,0.49239 -0.382771,0.73679 -0.05808,0.17112 0.01328,0.43429 0.208944,0.5168 0.956855,0.11348 1.514155,-0.22112 2.317638,-0.4205 0.02895,-0.1204 0.07749,-0.23882 0.05353,-0.36458 -0.02424,-0.42654 -0.03839,-0.85499 -0.06891,-1.28035 -0.201151,-0.56437 -0.404521,-1.1396 -0.744133,-1.63789 -0.333125,-0.40959 -0.778732,-0.70749 -1.208019,-1.00704 -0.116351,-0.0967 -0.277429,-0.0856 -0.416973,-0.12632 -0.262023,-0.0539 -0.524045,-0.10779 -0.786069,-0.16168 0.01315,0.0869 0.02637,0.17382 0.03948,0.26073 z"
|
||||
id="path4900"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccccccc" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#6c6c6c;fill-opacity:1;stroke:none;stroke-width:1.46672201;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766-1-8"
|
||||
cx="35.376186"
|
||||
cy="284.1702"
|
||||
rx="14.873612"
|
||||
ry="6.8666468" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#343434;fill-opacity:1;stroke:none;stroke-width:0.90121043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766-1"
|
||||
cx="35.376259"
|
||||
cy="282.92978"
|
||||
rx="9.5419378"
|
||||
ry="4.0409322" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#343434;fill-opacity:1;stroke:none;stroke-width:0.6662392;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5171"
|
||||
width="19.08429"
|
||||
height="5.7877278"
|
||||
x="25.83411"
|
||||
y="277.39368" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:0.90121037;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766"
|
||||
cx="35.376255"
|
||||
cy="277.18781"
|
||||
rx="9.5419378"
|
||||
ry="4.0409322" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#8b8b8b;fill-opacity:1;stroke:none;stroke-width:0.6954217;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766-8-4-0-5-9"
|
||||
cx="35.376255"
|
||||
cy="276.8425"
|
||||
rx="7.2744365"
|
||||
ry="3.1561868" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#8b8b8b;fill-opacity:1;stroke:none;stroke-width:0.52678537;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect4853-1"
|
||||
width="14.54885"
|
||||
height="0.91526127"
|
||||
x="28.101828"
|
||||
y="275.98557" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#d9d9d9;fill-opacity:1;stroke:none;stroke-width:0.6954217;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766-8-4-0-5"
|
||||
cx="35.376255"
|
||||
cy="276.03717"
|
||||
rx="7.2744365"
|
||||
ry="3.1561868" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#1b1b1b;fill-opacity:1;stroke:none;stroke-width:0.46765471;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766-8-4-0"
|
||||
cx="35.376255"
|
||||
cy="275.90994"
|
||||
rx="5.0039949"
|
||||
ry="2.0749104" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#5b5b5b;fill-opacity:1;stroke:none;stroke-width:0.34362322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4766-8-4-0-1"
|
||||
cx="35.376255"
|
||||
cy="275.71719"
|
||||
rx="3.6768343"
|
||||
ry="1.5246025" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#2a2a2a;fill-opacity:1;stroke:none;stroke-width:0.18789119;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 35.376506,274.51644 a 3.4648367,3.4648367 0 0 0 -3.133604,1.99622 3.6768344,1.5246025 0 0 0 3.133604,0.72894 3.6768344,1.5246025 0 0 0 3.1331,-0.73046 3.4648367,3.4648367 0 0 0 -3.1331,-1.9947 z"
|
||||
id="path5731"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#3c3c3c;fill-opacity:1;stroke:none;stroke-width:0.15736231;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 33.626737,272.14921 v 3.01291 a 1.7505033,0.67158987 0 0 0 -0.0021,0.0156 1.7505033,0.67158987 0 0 0 1.750552,0.67136 1.7505033,0.67158987 0 0 0 1.750048,-0.66695 h 0.0025 v -3.03297 z"
|
||||
id="path4766-8-3-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g5202"
|
||||
transform="matrix(0.97820547,0,0,0.97820547,2.5902401,5.5515936)">
|
||||
<ellipse
|
||||
ry="1.7784393"
|
||||
rx="4.7601767"
|
||||
cy="273.55475"
|
||||
cx="33.516491"
|
||||
id="path4766-8-4"
|
||||
style="opacity:1;vector-effect:none;fill:#b4b4b4;fill-opacity:1;stroke:none;stroke-width:0.42227778;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="271.2431"
|
||||
x="28.756487"
|
||||
height="2.3577888"
|
||||
width="9.5200005"
|
||||
id="rect4853"
|
||||
style="opacity:1;vector-effect:none;fill:#b4b4b4;fill-opacity:1;stroke:none;stroke-width:0.68393958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
ry="1.7784393"
|
||||
rx="4.7601767"
|
||||
cy="271.17938"
|
||||
cx="33.516491"
|
||||
id="path4766-8"
|
||||
style="opacity:1;vector-effect:none;fill:#767676;fill-opacity:1;stroke:none;stroke-width:0.42227775;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;stroke:none;stroke-width:0.97833109;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5077"
|
||||
width="5.5075064"
|
||||
height="0.34722492"
|
||||
x="32.622501"
|
||||
y="270.50381" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#959595;fill-opacity:1;stroke:none;stroke-width:0.17661633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 33.626737,266.65573 v 3.79531 a 1.7505033,0.84598843 0 0 0 -0.0021,0.0198 1.7505033,0.84598843 0 0 0 1.750552,0.84571 1.7505033,0.84598843 0 0 0 1.750048,-0.84015 h 0.0025 v -3.82058 z"
|
||||
id="path4766-8-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#d57b7b;fill-opacity:0.72328246;stroke:none;stroke-width:0.89822972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4904-6"
|
||||
cx="32.803093"
|
||||
cy="250.62898"
|
||||
r="1.7220219" />
|
||||
<path
|
||||
style="fill:#585858;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 26.603755,235.24156 c -1.249682,0.55928 -2.1143,1.69399 -3.174587,2.53688 -1.755918,1.65733 -3.746393,3.08509 -5.280949,4.95904 -1.379999,1.55018 -0.481153,4.00272 1.500839,4.38156 0.808973,0.18535 3.413705,-1.38883 5.09053,-0.28942 1.673809,0.75448 2.121542,2.74756 2.212948,4.40449 0.08411,0.53873 1.093613,0.36662 1.610324,0.36986 0.808443,0.0131 1.399553,0.27311 1.613093,1.08428 0.611092,2.52704 1.017031,5.10949 1.189488,7.70415 0.369356,1.21377 -1.510658,1.53267 -0.970369,2.56006 -0.880571,0.25274 -1.432164,1.15954 -2.250517,1.25654 0.03312,1.23345 0.03973,2.46778 0.105259,3.70014 -0.919507,0.21604 -1.831852,0.4645 -2.761372,0.63522 -0.505532,0.44483 -0.03135,0.96616 0.337578,1.28811 0.886361,0.17237 1.538555,0.44654 2.58114,0.67089 0.462091,0.0929 1.078405,0.27213 1.310758,-0.29273 0.46237,-0.48925 -0.534442,-0.96621 -0.498285,-1.14843 0.978404,0.0109 1.960692,-0.0804 2.93572,0.0194 0.05322,-0.56671 0.88251,-0.42607 1.295463,-0.34757 -0.04941,0.57201 0.220004,0.91793 0.837951,0.97531 1.362971,0.0586 2.6394,0.19875 4.059542,-0.43817 0.564091,-0.27909 0.499713,-0.85014 0.913118,-1.0795 0.545769,-0.17717 0.892617,-0.5449 0.747117,-1.14251 -0.08566,-0.95325 1.112579,-0.79926 2.031103,-1.00279 0.646172,-0.15187 1.265109,-0.49164 1.550044,-1.06351 0.219713,-0.45394 0.218594,-1.11467 0.139248,-1.46122 -0.428346,-1.25351 -3.425083,-1.50099 -4.878401,-1.71088 -1.277869,0.10066 -0.0204,-2.04393 -0.004,-2.85651 -0.04202,-2.81316 -0.584996,-5.62336 -1.604319,-8.2449 -1.847748,-4.47524 -4.834537,-8.32819 -7.307436,-12.45804 -0.537425,-0.94533 -1.417751,-1.63898 -2.18996,-2.3835 -0.370408,-0.20481 -0.991674,-0.72251 -1.14101,-0.62619 z"
|
||||
id="path4791"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 31.223257,248.63841 -0.537143,0.42656 -0.347565,0.44235 -0.06319,0.36337 -0.01579,1.10588 0.09479,1.80101 0.205379,1.50085 0.363363,1.42185 0.236975,0.77412 0.489749,0.44235 0.789919,0.17379 0.789918,0.0158 0.77412,-0.31597 0.537143,-0.41075 0.347566,-0.67933 0.300168,-0.88471 0.236975,-0.9163 0.126388,-0.83732 0.04739,-3.45984 -1.026895,-0.44235 -1.327062,-0.74253 -1.026893,-0.11059 z"
|
||||
id="path4950"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#8c8c8c;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 26.82578,237.37878 c 0.50693,1.06445 0.975442,2.16953 1.802998,3.03412 1.357596,1.72188 2.940182,3.24642 4.491455,4.78766 0.765734,0.94941 1.533005,1.91703 2.159241,2.95915 0.309937,0.78725 0.58559,1.61377 0.464696,2.47047 0.02905,0.77019 0.159477,1.08228 0.266191,2.15565 0.230013,1.26305 0.561429,2.51427 0.709876,3.79827 0.420684,1.828 0.07539,3.71002 0.214627,5.56397 0.06348,0.87993 -0.01678,1.80155 0.265256,2.64508 1.158879,0.13758 2.342809,-1.52399 2.402672,-1.70732 0.0086,-0.0265 0.0334,-0.0834 0.04393,-0.15592 0.04717,-0.32445 0.135086,-0.99372 0.135086,-0.99372 0,0 -0.313563,-0.0588 -0.713329,-0.15353 -0.208451,-2.58772 -0.13843,-5.26466 -0.849084,-7.80273 -0.760378,-3.90104 -2.929938,-7.32233 -5.037252,-10.62432 -1.274104,-1.9022 -2.445313,-3.87503 -3.695041,-5.7899 -0.784892,-0.74607 -1.991444,-1.94057 -2.409353,-2.1725 -0.105212,-0.0637 -0.171486,-0.0857 -0.274769,-0.1191 0.003,0.72639 -0.09008,1.49123 0.02279,2.10467 z"
|
||||
id="path4952"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccsccccccccc" />
|
||||
<g
|
||||
id="g5356"
|
||||
transform="matrix(0.63414053,0.74481657,-0.74481657,0.63414053,189.19886,85.023456)">
|
||||
<ellipse
|
||||
ry="0.51501143"
|
||||
rx="2.6634479"
|
||||
cy="226.10429"
|
||||
cx="12.72507"
|
||||
id="path5035-46-4"
|
||||
style="opacity:1;vector-effect:none;fill:#565656;fill-opacity:1;stroke:none;stroke-width:1.64989102;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="225.67146"
|
||||
x="10.061883"
|
||||
height="0.45204383"
|
||||
width="5.3263731"
|
||||
id="rect5060-5"
|
||||
style="opacity:1;vector-effect:none;fill:#565656;fill-opacity:1;stroke:none;stroke-width:0.75796092;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
ry="0.51501143"
|
||||
rx="2.6634479"
|
||||
cy="225.64955"
|
||||
cx="12.72507"
|
||||
id="path5035-46"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.64989102;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.64233175,0.70526708,-0.72528611,0.62340821,184.11015,83.377468)"
|
||||
id="g5470-3">
|
||||
<g
|
||||
transform="translate(12.944396,-0.0176954)"
|
||||
id="g5382-6-4">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:1.50806761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-46-4-7-2-0"
|
||||
cx="3.7064953"
|
||||
cy="228.18896"
|
||||
rx="2.2252319"
|
||||
ry="0.51501143" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:0.88603616;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5060-5-2-9-3"
|
||||
width="4.450027"
|
||||
height="0.7393648"
|
||||
x="1.481482"
|
||||
y="227.44608"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#969696;fill-opacity:1;stroke:none;stroke-width:1.50806761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-46-40-9-9"
|
||||
cx="3.7064953"
|
||||
cy="227.42416"
|
||||
rx="2.2252319"
|
||||
ry="0.51501143" />
|
||||
</g>
|
||||
<ellipse
|
||||
transform="rotate(0.15060952)"
|
||||
ry="0.3138271"
|
||||
rx="1.6229972"
|
||||
cy="227.26518"
|
||||
cx="17.247984"
|
||||
id="path5035-46-4-8-19"
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:1.0053767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
transform="matrix(0.99999096,0.00425209,-0.001625,0.99999868,0,0)"
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="226.80113"
|
||||
x="15.39708"
|
||||
height="0.44558313"
|
||||
width="3.2456939"
|
||||
id="rect5060-5-1-6"
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:0.58743382;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
transform="rotate(0.15060952)"
|
||||
ry="0.3138271"
|
||||
rx="1.6229972"
|
||||
cy="226.83606"
|
||||
cx="17.247583"
|
||||
id="path5035-46-3-9"
|
||||
style="opacity:1;vector-effect:none;fill:#969696;fill-opacity:1;stroke:none;stroke-width:1.0053767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
transform="rotate(0.15060959)"
|
||||
ry="0.19229813"
|
||||
rx="0.9944945"
|
||||
cy="226.71236"
|
||||
cx="17.246309"
|
||||
id="path5035-46-4-8-1-3"
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:0.61604643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
transform="matrix(0.99999096,0.00425209,-0.001625,0.99999868,0,0)"
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="226.41736"
|
||||
x="16.02441"
|
||||
height="0.27303189"
|
||||
width="1.9888049"
|
||||
id="rect5060-5-1-1-3"
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:0.35995114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
transform="rotate(0.15060959)"
|
||||
ry="0.19229813"
|
||||
rx="0.9944945"
|
||||
cy="226.4494"
|
||||
cx="17.246063"
|
||||
id="path5035-46-3-0-8"
|
||||
style="opacity:1;vector-effect:none;fill:#969696;fill-opacity:1;stroke:none;stroke-width:0.61604643;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#3f3f3f;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 35.599204,249.60228 c -0.02507,1.18537 -0.01434,2.37368 -0.06174,3.55722 -0.1059,0.89253 -0.357039,1.76269 -0.678969,2.5992 -0.176458,0.30248 -0.263369,0.67821 -0.598865,0.85254 -0.522635,0.43087 -1.230275,0.63118 -1.8926,0.46293 -0.171525,0.60294 0.391031,1.21661 0.361552,1.85671 0.103784,0.87893 0.004,1.78328 0.21674,2.64629 0.461779,0.41468 0.284361,1.01843 0.294639,1.56287 0.125051,0.56343 -0.655824,0.89374 -0.241833,1.47684 0.11311,0.15761 0.422161,0.0441 0.617886,0.0873 l 3.584104,0.0889 c -0.166153,-0.47909 -0.113889,-1.00863 -0.189999,-1.50748 -0.162072,-1.75227 -0.084,-3.51424 -0.07686,-5.27 -0.100512,-1.08868 -0.362829,-2.15423 -0.510231,-3.23709 -0.07468,-0.62722 -0.308744,-1.22556 -0.400356,-1.84708 -0.02987,-0.42204 -0.07499,-0.79718 -0.155789,-1.25402 -0.06803,-0.46177 -0.04525,-1.00447 -0.07174,-1.39752 -0.01137,-0.42817 -0.06872,-0.99891 -0.200844,-1.28807 -0.118803,-0.20273 -0.04583,0.51792 0.0049,0.61036 z"
|
||||
id="path4978"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:#3f3f3f;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 26.768095,237.26352 c -1.097063,0.68785 -2.194128,1.3757 -3.291191,2.06355 0.2554,0.64732 0.238021,1.33663 0.290663,2.01089 0.267132,0.63556 0.796856,1.11306 1.222967,1.64291 1.102451,1.22263 2.514352,2.26444 3.133444,3.84143 0.445226,0.96006 -0.77836,0.93754 -1.313383,1.30693 -0.812683,0.50132 0.380832,0.81122 0.82245,0.62788 0.907144,-0.11068 1.788782,-0.52955 2.714612,-0.39236 0.548231,0.29813 -0.09675,1.28815 0.749686,1.40902 0.07919,-0.48331 0.337318,-1.07096 0.872477,-1.15904 0.541888,-0.23103 1.177725,-0.19421 1.708171,0.0397 0.82795,0.21612 0.671078,1.13669 0.627833,1.78153 0.06271,0.96099 1.131652,0.52963 1.363455,-0.19645 -0.01212,-0.66482 0.122714,-0.96551 -0.366628,-2.06942 -0.501843,-0.88295 -0.948551,-1.81341 -1.675293,-2.54252 -1.47111,-1.57123 -2.982989,-3.10786 -4.348894,-4.77452 -0.542134,-0.71364 -1.223579,-1.31387 -1.725995,-2.05597 -0.275055,-0.50399 -0.528273,-1.0198 -0.784374,-1.53362 z"
|
||||
id="path4976"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccccccc" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:0.89270723;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4933"
|
||||
cx="32.826794"
|
||||
cy="251.49792"
|
||||
rx="2.1248803"
|
||||
ry="1.6746269" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2d;fill-opacity:1;stroke:none;stroke-width:0.76350933;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5060-2"
|
||||
width="3.0894113"
|
||||
height="0.79080868"
|
||||
x="206.15222"
|
||||
y="120.40614"
|
||||
rx="0"
|
||||
ry="0"
|
||||
transform="rotate(52.904342)" />
|
||||
<path
|
||||
style="fill:#383838;fill-opacity:1;stroke:none;stroke-width:0.25881684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 31.810469,265.66867 -3.631524,0.0662 0.02679,1.19804 -0.02529,0.0592 0.01061,0.39682 c -0.397503,0.62244 -1.142929,0.78352 -1.912817,0.99736 -0.259125,0.07 -0.572363,5.3e-4 -0.789594,0.15821 -0.156489,0.1136 -0.294624,0.3124 -0.284597,0.50551 0.01606,0.30937 0.284564,0.57918 0.537348,0.75826 1.1504,0.60752 2.270608,0.49639 3.380795,0.85327 0.201681,-0.0186 0.404609,-0.13118 0.536843,-0.2846 0.123902,-0.14374 0.211004,-0.34828 0.189563,-0.53683 -0.01551,-0.13646 -0.135196,-0.24048 -0.220905,-0.34779 -0.06655,-0.0833 -0.225452,-0.22697 -0.225452,-0.22697 0.889697,-0.0149 1.584294,-0.0307 2.50931,-0.0195 0,0 0.178802,-0.0913 0.243651,-0.16479 0.16984,-0.19261 0.30767,-0.37215 0.526222,-0.39985 0.273786,-0.0347 0.495089,0.009 0.769378,0.0526 l -0.006,0.15256 0.01262,0.15901 c 0,0 0.460329,0.26721 1.070596,0.27518 0.525774,0.007 0.924564,-0.25614 0.924564,-0.25614 l -0.178946,-2.18983 c 0,0 -1.400289,0.0995 -2.099853,0.0672 -0.359954,-0.0166 -0.721893,-0.0516 -1.072677,-0.13396 -0.153664,-0.0361 -0.355565,-0.028 -0.446863,-0.1567 -0.155057,-0.21869 -0.09437,-0.55333 0,-0.80426 0.02781,-0.0739 0.156186,-0.17829 0.156186,-0.17829 z"
|
||||
id="path5013"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccaaccaaaccsscccsccaaaacc" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2d;fill-opacity:1;stroke:none;stroke-width:1.27616107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-4-1"
|
||||
cx="207.69693"
|
||||
cy="121.17839"
|
||||
rx="1.5445484"
|
||||
ry="0.53132468"
|
||||
transform="rotate(52.904342)" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#0a0a0a;fill-opacity:1;stroke:none;stroke-width:1.27616107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-8"
|
||||
cx="207.69693"
|
||||
cy="120.40601"
|
||||
rx="1.5445484"
|
||||
ry="0.53132468"
|
||||
transform="rotate(52.904342)" />
|
||||
<g
|
||||
id="g5138"
|
||||
transform="matrix(0.96764738,-0.1433335,0.1433335,0.96764738,-41.096907,21.368206)"
|
||||
style="fill:#bb0000;fill-opacity:1">
|
||||
<ellipse
|
||||
transform="rotate(60)"
|
||||
ry="0.39273638"
|
||||
rx="1.1416755"
|
||||
cy="80.531128"
|
||||
cx="218.41478"
|
||||
id="path5035-89-8"
|
||||
style="opacity:1;vector-effect:none;fill:#bb0000;fill-opacity:1;stroke:none;stroke-width:0.94329298;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#bb0000;fill-opacity:1"
|
||||
id="g5132">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#bb0000;fill-opacity:1;stroke:none;stroke-width:0.94329304;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-4-3-0"
|
||||
cx="218.41478"
|
||||
cy="81.218994"
|
||||
rx="1.1416755"
|
||||
ry="0.39273638"
|
||||
transform="rotate(60)" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#bb0000;fill-opacity:1;stroke:none;stroke-width:0.61565268;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5060-6-2"
|
||||
width="2.2835834"
|
||||
height="0.69562173"
|
||||
x="217.27299"
|
||||
y="80.537064"
|
||||
rx="0"
|
||||
ry="0"
|
||||
transform="rotate(60)" />
|
||||
</g>
|
||||
</g>
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#272727;fill-opacity:1;stroke:none;stroke-width:0.64215469;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5140"
|
||||
cx="-129.46425"
|
||||
cy="200.47153"
|
||||
rx="0.69152635"
|
||||
ry="0.22646476"
|
||||
transform="rotate(-38.947666)" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#272727;fill-opacity:1;stroke:none;stroke-width:0.81582338;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5144"
|
||||
cx="149.31097"
|
||||
cy="190.99414"
|
||||
rx="0.54998583"
|
||||
ry="0.6874823"
|
||||
transform="rotate(33.05885)" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#272727;fill-opacity:1;stroke:none;stroke-width:0.81582338;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5146"
|
||||
cx="-183.78076"
|
||||
cy="164.35941"
|
||||
rx="0.59042597"
|
||||
ry="0.67130625"
|
||||
transform="rotate(-53.488555)" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#272727;fill-opacity:1;stroke:none;stroke-width:0.92821115;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5148"
|
||||
cx="36.194752"
|
||||
cy="261.36337"
|
||||
rx="0.60255802"
|
||||
ry="0.63086611" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#272727;fill-opacity:1;stroke:none;stroke-width:0.78342146;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5152"
|
||||
cx="112.81045"
|
||||
cy="243.38039"
|
||||
rx="0.74471927"
|
||||
ry="0.80519199"
|
||||
transform="matrix(0.95424837,0.29901513,-0.28632918,0.95813131,0,0)" />
|
||||
<path
|
||||
style="fill:none;stroke:#414141;stroke-width:0.16140391;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 18.05315,246.10145 0.566162,-0.43675 0.792626,-0.46911 1.051444,-0.59852 1.261732,-0.71174 0.824979,-0.50146 0.355873,-0.19411 v 0 0 0"
|
||||
id="path5249"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#565656;fill-opacity:1;stroke:none;stroke-width:0.55843443;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 30.474784,240.5993 -0.317578,0.24471 0.0013,0.002 a 1.6297206,0.2882718 52.384998 0 0 -0.0098,0.005 1.6297206,0.2882718 52.384998 0 0 0.766116,1.46673 1.6297206,0.2882718 52.384998 0 0 1.223124,1.11496 1.6297206,0.2882718 52.384998 0 0 0.0068,-0.009 l 0.0018,0.002 0.317578,-0.24469 z"
|
||||
id="rect5060-5-2-9-5"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-x="0.2662588"
|
||||
inkscape:transform-center-y="0.18637995" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.92412096;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-46-40-9-6"
|
||||
cx="210.81584"
|
||||
cy="122.69447"
|
||||
rx="1.6297208"
|
||||
ry="0.26405531"
|
||||
transform="rotate(52.384998)"
|
||||
inkscape:transform-center-x="0.073401094"
|
||||
inkscape:transform-center-y="0.041716059" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#565656;fill-opacity:1;stroke:none;stroke-width:0.39779386;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 30.984808,240.63378 -0.218545,0.16257 9.22e-4,9.4e-4 a 1.2172312,0.19584565 53.355028 0 0 -0.0065,0.003 1.2172312,0.19584565 53.355028 0 0 0.569198,1.0934 1.2172312,0.19584565 53.355028 0 0 0.883699,0.85972 1.2172312,0.19584565 53.355028 0 0 0.0042,-0.006 l 0.0014,0.002 0.218544,-0.16258 z"
|
||||
id="rect5060-5-2-9-9-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.65828609;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path5035-46-40-9-8-2"
|
||||
cx="212.78287"
|
||||
cy="118.75197"
|
||||
rx="1.2172314"
|
||||
ry="0.17939349"
|
||||
transform="rotate(53.355028)" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#717171;fill-opacity:1;stroke:none;stroke-width:0.6742422;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4933-9"
|
||||
cx="32.826794"
|
||||
cy="251.49792"
|
||||
rx="1.6048756"
|
||||
ry="1.264809" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#949494;fill-opacity:1;stroke:none;stroke-width:0.71260154;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4904-0"
|
||||
cx="32.803093"
|
||||
cy="250.80585"
|
||||
r="1.3661487" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#bdbdbd;fill-opacity:1;stroke:none;stroke-width:0.89822972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4904"
|
||||
cx="32.803093"
|
||||
cy="249.99706"
|
||||
r="1.7220219" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.75141633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4967-5"
|
||||
cx="32.713619"
|
||||
cy="278.25531"
|
||||
rx="0.64202636"
|
||||
ry="0.23653601" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.75141639;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4967-5-0"
|
||||
cx="38.426624"
|
||||
cy="278.21106"
|
||||
rx="0.64202636"
|
||||
ry="0.23653601" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.75141644;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4967-5-0-5"
|
||||
cx="41.411858"
|
||||
cy="276.25992"
|
||||
rx="0.64202636"
|
||||
ry="0.23653601"
|
||||
inkscape:transform-center-x="-0.053039531"
|
||||
inkscape:transform-center-y="-0.21215813" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.7514165;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4967-5-0-5-9"
|
||||
cx="29.377182"
|
||||
cy="276.25992"
|
||||
rx="0.64202636"
|
||||
ry="0.23653601"
|
||||
inkscape:transform-center-x="-0.053039531"
|
||||
inkscape:transform-center-y="-0.21215813" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.63487029;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4967-5-0-5-9-4"
|
||||
cx="30.417366"
|
||||
cy="274.38571"
|
||||
rx="0.54244673"
|
||||
ry="0.19984879"
|
||||
inkscape:transform-center-x="-0.044812219"
|
||||
inkscape:transform-center-y="-0.17925048" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.63487029;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4967-5-0-5-9-4-6"
|
||||
cx="40.482254"
|
||||
cy="274.45911"
|
||||
rx="0.54244673"
|
||||
ry="0.19984879"
|
||||
inkscape:transform-center-x="-0.044812219"
|
||||
inkscape:transform-center-y="-0.17925048" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 34 KiB |
|
@ -9,15 +9,34 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="gamepad_generic.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
id="defs4919">
|
||||
<inkscape:path-effect
|
||||
effect="bend_path"
|
||||
id="path-effect5913"
|
||||
is_visible="true"
|
||||
bendpath="m -52.907316,216.28859 5.666917,-1.68802 5.329314,0.50641 2.773175,1.85682"
|
||||
prop_scale="1"
|
||||
scale_y_rel="false"
|
||||
vertical="false" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#7ec592;fill-opacity:0.56679394;stroke:none;stroke-width:0.4471567;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -34.389666,220.27659 a 4.6622589,4.6622589 0 0 1 -4.662255,4.66225 4.6622589,4.6622589 0 0 1 -4.662258,-4.66225 4.6622589,4.6622589 0 0 1 4.662258,-4.66228 4.6622589,4.6622589 0 0 1 4.662255,4.66228 z"
|
||||
id="path5854-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#7ec592;fill-opacity:0.56679394;stroke:none;stroke-width:0.4471567;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -34.389666,220.27659 a 4.6622589,4.6622589 0 0 1 -4.662255,4.66225 4.6622589,4.6622589 0 0 1 -4.662258,-4.66225 4.6622589,4.6622589 0 0 1 4.662258,-4.66228 4.6622589,4.6622589 0 0 1 4.662255,4.66228 z"
|
||||
id="path5854-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
|
@ -25,9 +44,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="3.4207881"
|
||||
inkscape:cx="-96.310631"
|
||||
inkscape:cy="131.08329"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -36,7 +55,8 @@
|
|||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
|
@ -53,17 +73,216 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g4010"
|
||||
transform="matrix(0.28433921,0,0,0.28246003,-64.333532,229.1746)">
|
||||
<g
|
||||
id="g3951" />
|
||||
</g>
|
||||
<g
|
||||
id="g4852"
|
||||
transform="translate(4.9504316e-8,2.1975544e-6)">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
sodipodi:nodetypes="sssscccscccccccsccccs"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4759"
|
||||
d="m 29.181122,245.34777 c -4.341201,0.0132 -9.211015,0.21165 -12.906706,1.17564 -0.675744,0.17626 -1.36604,0.40725 -1.925464,0.82527 -1.237993,0.92507 -2.273346,2.18427 -2.958993,3.56929 -2.4488935,4.94681 -3.1817478,10.64444 -3.7294877,16.1339 -0.1762514,3.71709 -0.6833116,8.43045 1.0555475,11.88232 0.8238667,2.06457 3.5909572,2.56777 5.3805502,1.40302 3.655352,-2.25203 6.000631,-7.93955 10.158755,-9.48085 2.948442,-1.09291 6.203568,-1.03412 9.33328,-1.11776 0.09937,0.003 0.20017,0.006 0.299722,0.009 0.09955,-0.003 0.200356,-0.006 0.299725,-0.009 3.129712,0.0836 6.356427,0.10479 9.333281,1.11776 4.127878,1.62056 6.383107,7.22882 10.038461,9.48085 1.789591,1.16475 4.556683,0.66155 5.380548,-1.40302 1.73886,-3.45187 1.352094,-8.16523 1.175842,-11.88232 -0.54774,-5.48946 -1.280594,-11.18709 -3.729487,-16.1339 -0.685646,-1.38502 -1.721001,-2.64422 -2.958994,-3.56929 -0.559422,-0.41802 -1.24972,-0.64901 -1.925463,-0.82527 -3.695692,-0.96399 -8.565504,-1.16244 -12.906705,-1.17564 -1.684235,-0.005 -3.270859,-0.0465 -4.696574,-0.0297 -1.425713,-0.0168 -3.033604,0.0246 -4.717838,0.0297 z"
|
||||
style="fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<g
|
||||
transform="matrix(1.0757677,0,0,1.0757677,-3.7433926,-19.045312)"
|
||||
id="g4891">
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.18585515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-1"
|
||||
cx="251.36456"
|
||||
cy="-49.406181"
|
||||
r="2.2505052"
|
||||
transform="rotate(90)" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#b79f00;fill-opacity:1;stroke:none;stroke-width:0.16464286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-1-4"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.9936476" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:none;stroke-width:0.1437927;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-4-3-9"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.7411746" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#1d1d1d;fill-opacity:1;stroke:#f4d400;stroke-width:7.41453743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
transform="matrix(0,-0.11248173,-0.11248173,0,20.339519,257.3009)"
|
||||
id="g52-9">
|
||||
<path
|
||||
id="path54-4"
|
||||
style="fill:#1d1d1d;fill-opacity:1;fill-rule:nonzero;stroke:#f4d400;stroke-width:7.41453743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
|
||||
d="m 0,0 v -20.241 c 0,-2.059 1.669,-3.728 3.729,-3.728 h 27.726 c 2.06,0 3.729,1.669 3.729,3.728 V 0 h 20.242 c 2.058,0 3.727,1.67 3.727,3.728 v 27.727 c 0,2.06 -1.669,3.729 -3.727,3.729 H 35.184 v 20.242 c 0,2.058 -1.669,3.728 -3.729,3.728 H 3.729 C 1.669,59.154 0,57.484 0,55.426 V 35.184 h -20.241 c -2.059,0 -3.729,-1.669 -3.729,-3.729 V 3.728 C -23.97,1.67 -22.3,0 -20.241,0 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4d400;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="translate(0.00372254,-0.06182036)"
|
||||
id="g5389">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect4958"
|
||||
width="3.7878542"
|
||||
height="1.8243959"
|
||||
x="26.405445"
|
||||
y="250.62077"
|
||||
rx="0.94696355"
|
||||
ry="0.91219795" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="rect4958-9"
|
||||
width="3.7878542"
|
||||
height="1.8243959"
|
||||
x="37.532589"
|
||||
y="250.62077"
|
||||
rx="0.94696355"
|
||||
ry="0.91219795" />
|
||||
</g>
|
||||
<rect
|
||||
ry="0.91219795"
|
||||
rx="0.94696355"
|
||||
y="254.28806"
|
||||
x="31.97274"
|
||||
height="1.8243959"
|
||||
width="3.7878542"
|
||||
id="rect4958-6"
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<g
|
||||
transform="matrix(1.0757677,0,0,1.0757677,-3.7433926,-11.13003)"
|
||||
id="g4891-0">
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.18585515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-1-9"
|
||||
cx="251.36456"
|
||||
cy="-49.406181"
|
||||
r="2.2505052"
|
||||
transform="rotate(90)" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#b79f00;fill-opacity:1;stroke:none;stroke-width:0.16464286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-1-4-2"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.9936476" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:none;stroke-width:0.1437927;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-4-3-9-5"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.7411746" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.0757677,0,0,1.0757677,0.21423372,-15.087702)"
|
||||
id="g4891-0-4">
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.18585515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-1-9-0"
|
||||
cx="251.36456"
|
||||
cy="-49.406181"
|
||||
r="2.2505052"
|
||||
transform="rotate(90)" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#b79f00;fill-opacity:1;stroke:none;stroke-width:0.16464286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-1-4-2-5"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.9936476" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:none;stroke-width:0.1437927;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-4-3-9-5-9"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.7411746" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.0757677,0,0,1.0757677,-7.7010228,-15.087702)"
|
||||
id="g4891-0-4-4">
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.18585515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-1-9-0-6"
|
||||
cx="251.36456"
|
||||
cy="-49.406181"
|
||||
r="2.2505052"
|
||||
transform="rotate(90)" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#b79f00;fill-opacity:1;stroke:none;stroke-width:0.16464286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-1-4-2-5-9"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.9936476" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:none;stroke-width:0.1437927;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4758-0-4-3-9-5-9-2"
|
||||
cx="49.406181"
|
||||
cy="251.36456"
|
||||
r="1.7411746" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(5.9421313e-7,-0.23203498)"
|
||||
id="g5051">
|
||||
<g
|
||||
id="g5012"
|
||||
transform="translate(0,-7.8982853e-6)">
|
||||
<circle
|
||||
r="4.3870268"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-9-5-7"
|
||||
style="opacity:1;vector-effect:none;fill:#140404;fill-opacity:1;stroke:none;stroke-width:0.13408811;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="3.9234948"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-9-2-4-54"
|
||||
style="opacity:1;vector-effect:none;fill:#b79f00;fill-opacity:1;stroke:none;stroke-width:0.1199204;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="3.2151234"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-2-4-0-8"
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:none;stroke-width:0.09826925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="2.4376392"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-2-4-0-3-1"
|
||||
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#232323;stroke-width:0.28221527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(13.79011,-7.8982853e-6)"
|
||||
id="g5012-2">
|
||||
<circle
|
||||
r="4.3870268"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-9-5-7-4"
|
||||
style="opacity:1;vector-effect:none;fill:#140404;fill-opacity:1;stroke:none;stroke-width:0.13408811;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="3.9234948"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-9-2-4-54-7"
|
||||
style="opacity:1;vector-effect:none;fill:#b79f00;fill-opacity:1;stroke:none;stroke-width:0.1199204;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="3.2151234"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-2-4-0-8-7"
|
||||
style="opacity:1;vector-effect:none;fill:#f4d400;fill-opacity:1;stroke:none;stroke-width:0.09826925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="2.4376392"
|
||||
cy="263.9971"
|
||||
cx="26.971611"
|
||||
id="path4771-4-2-4-0-3-1-5"
|
||||
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#232323;stroke-width:0.28221527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 16 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733334 67.733334"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -50,9 +50,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="14.408843"
|
||||
inkscape:cy="35.16371"
|
||||
inkscape:zoom="2.4942087"
|
||||
inkscape:cx="4.6339592"
|
||||
inkscape:cy="120.56837"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -71,7 +71,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -79,216 +79,220 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26664)">
|
||||
<g
|
||||
id="g6500">
|
||||
<path
|
||||
d="m 8.9207505,288.75028 v -0.28673 c 0,0 -0.8945998,-0.5964 -3.3891568,-0.5964 -2.494557,0 -3.3891568,0.5964 -3.3891568,0.5964 v 0.28673"
|
||||
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path22-9-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path26-2-4"
|
||||
d="m 5.5533939,287.39694 c -0.756969,0 -1.6331147,0.34396 -1.6331147,0.34396 l -0.2066758,0.40158 c 0,0 -2.1943939,0.16039 -2.1867555,1.63611 5.085e-4,0.0982 0.0075,0.18881 0.01904,0.27331 -0.1137858,0.538 -0.2468545,1.45365 -0.133525,2.53298 0.092809,0.88393 0.4822912,1.17919 0.7014452,1.18319 0.3958948,0.007 0.6790322,-0.98964 0.7971423,-1.56548 0.1240976,-0.60497 0.1548601,-0.89078 0.1633366,-1.0221 0.084918,0.008 0.1608876,0.0163 0.2189511,0.028 0.7952073,0.16057 0.9046239,0.0698 1.1162999,1.37634 0.2217231,1.36867 0.5245184,2.92843 1.1438567,2.90548 0.6193384,0.023 0.9221336,-1.53681 1.1438567,-2.90548 0.2116761,-1.30655 0.3210926,-1.21577 1.1162999,-1.37634 0.059266,-0.0119 0.1373374,-0.0202 0.2244625,-0.0286 0.00843,0.13111 0.03911,0.417 0.1633365,1.0226 0.1181333,0.57583 0.4012477,1.5727 0.7971423,1.56548 0.2191538,-0.004 0.608887,-0.29924 0.7016953,-1.18319 0.1143159,-1.08873 -0.022366,-2.01198 -0.1367813,-2.548 2.04e-5,-1.6e-4 -2.04e-5,-3.4e-4 0,-5e-4 0.010198,-0.08 0.015807,-0.16573 0.016283,-0.25778 0.00764,-1.47572 -2.1867555,-1.63612 -2.1867555,-1.63612 L 7.1865088,287.7408 c 0,0 -0.8761456,-0.34396 -1.6331147,-0.34396 z"
|
||||
style="fill:#c2c2c2;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.10583333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
d="m 7.1595743,287.77369 -0.1162104,1.70489 0.3254908,-1.29954 z"
|
||||
style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02235503"
|
||||
id="path226-0-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 3.6964736,289.83986 c 0,0.45806 -0.3713048,0.82932 -0.829317,0.82932 -0.458035,0 -0.8293398,-0.37126 -0.8293398,-0.82932 0,-0.45802 0.3713048,-0.82932 0.8293398,-0.82932 0.4580122,0 0.829317,0.3713 0.829317,0.82932"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path46-2-8"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 3.6964736,289.83986 c 0,0.45806 -0.3713048,0.82932 -0.829317,0.82932 -0.458035,0 -0.8293398,-0.37126 -0.8293398,-0.82932 0,-0.45802 0.3713048,-0.82932 0.8293398,-0.82932 0.4580122,0 0.829317,0.3713 0.829317,0.82932 z"
|
||||
style="fill:none;stroke:#a3a3a3;stroke-width:0.02293845;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path50-4-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 3.0196996,290.48209 H 2.7333131 c -0.031632,0 -0.057346,-0.0257 -0.057346,-0.0573 v -0.38906 H 2.2962667 c -0.03154,0 -0.057277,-0.0257 -0.057277,-0.0573 v -0.28636 c 0,-0.0316 0.025667,-0.0573 0.057277,-0.0573 h 0.3797002 v -0.37971 c 0,-0.0317 0.025714,-0.0573 0.057346,-0.0573 h 0.2863866 c 0.031586,0 0.057277,0.0257 0.057277,0.0573 v 0.37971 h 0.3610521 c 0.031609,0 0.057278,0.0257 0.057278,0.0573 v 0.28636 c 0,0.0316 -0.025669,0.0572 -0.057278,0.0572 H 3.076977 v 0.3891 c 0,0.0316 -0.025691,0.0573 -0.057277,0.0573"
|
||||
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path54-7-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.9659651,289.9888 c 0,0.22627 -0.1834388,0.4097 -0.4097038,0.4097 -0.2262878,0 -0.4097265,-0.18343 -0.4097265,-0.40968 0,-0.22629 0.1834387,-0.40971 0.4097265,-0.40971 0.226265,0 0.4097038,0.18342 0.4097038,0.40969"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path58-7-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 6.459142,291.72032 c 0,0.49864 -0.4042444,0.90288 -0.9028806,0.90288 -0.498659,0 -0.9029034,-0.40424 -0.9029034,-0.90288 0,-0.49864 0.4042444,-0.90288 0.9029034,-0.90288 0.4986362,0 0.9028806,0.40424 0.9028806,0.90288"
|
||||
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path66-4-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 7.4576186,290.30537 -0.052965,0.0512 -0.1864895,-0.19306 0.052964,-0.0512 z"
|
||||
style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path70-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.9056076,289.42315 c 0,0.33271 -0.2697416,0.60245 -0.6024706,0.60245 -0.332729,0 -0.6024705,-0.26974 -0.6024705,-0.60245 0,-0.33275 0.2697415,-0.60247 0.6024705,-0.60247 0.332729,0 0.6024706,0.26972 0.6024706,0.60247"
|
||||
style="fill:#afafaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02362629"
|
||||
id="path78-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 3.0006584,289.83986 c 0,0.0738 -0.059755,0.1335 -0.1335018,0.1335 -0.073748,0 -0.1335247,-0.0598 -0.1335247,-0.1335 0,-0.0738 0.059778,-0.13351 0.1335247,-0.13351 0.073748,0 0.1335018,0.0597 0.1335018,0.13351"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path82-1-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 2.7653604,290.1433 h 0.2035787 l -0.1018008,0.2189 z"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path86-2-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 2.7653604,290.1433 h 0.2035787 l -0.1018008,0.2189 z"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path90-8-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 2.9689391,289.53641 H 2.7653604 l 0.1018008,-0.21889 z"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path94-9-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 2.9689391,289.53641 H 2.7653604 l 0.1018008,-0.21889 z"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path98-3-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 2.5637062,289.73807 v 0.20358 l -0.2189017,-0.1018 z"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path102-6-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 2.5637062,289.73807 v 0.20358 l -0.2189017,-0.1018 z"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path106-8-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 3.1705911,289.94165 v -0.20358 l 0.2189017,0.1018 z"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path110-0-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 3.1705911,289.94165 v -0.20358 l 0.2189017,0.1018 z"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path114-2-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.8774113,289.9888 c 0,0.17736 -0.1438011,0.32116 -0.3211613,0.32116 -0.1773601,0 -0.3211613,-0.14378 -0.3211613,-0.32114 0,-0.17738 0.1438012,-0.32118 0.3211613,-0.32118 0.1773602,0 0.3211613,0.1438 0.3211613,0.32116"
|
||||
style="fill:#b40519;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path118-1-8"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 7.3836283,289.91383 c 0,0.18788 -0.1523572,0.34024 -0.340269,0.34024 -0.1879118,0 -0.340269,-0.15236 -0.340269,-0.34024 0,-0.18794 0.1523572,-0.34027 0.340269,-0.34027 0.1879118,0 0.340269,0.15233 0.340269,0.34027"
|
||||
style="fill:#0c9655;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path122-0-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.0680409,289.42315 c 0,0.12282 -0.099553,0.22234 -0.2223425,0.22234 -0.1228125,0 -0.2223653,-0.0995 -0.2223653,-0.22234 0,-0.12278 0.099553,-0.22234 0.2223653,-0.22234 0.1227893,0 0.2223425,0.0996 0.2223425,0.22234"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path126-5-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.9829135,289.42315 c 0,0.12282 -0.099553,0.22234 -0.2223425,0.22234 -0.1228123,0 -0.2223654,-0.0995 -0.2223654,-0.22234 0,-0.12278 0.099553,-0.22234 0.2223654,-0.22234 0.1227894,0 0.2223425,0.0996 0.2223425,0.22234"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path130-1-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.303137,289.65823 c 0.1228123,0 0.2223427,0.0996 0.2223427,0.22235 0,0.12281 -0.09953,0.22236 -0.2223427,0.22236 -0.1228123,0 -0.2223426,-0.0995 -0.2223426,-0.22236 0,-0.1228 0.09953,-0.22235 0.2223426,-0.22235"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path134-1-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.303137,288.74333 c 0.1228123,0 0.2223427,0.0996 0.2223427,0.22235 0,0.12282 -0.09953,0.22236 -0.2223427,0.22236 -0.1228123,0 -0.2223426,-0.0995 -0.2223426,-0.22236 0,-0.12279 0.09953,-0.22235 0.2223426,-0.22235"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path138-0-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.1694732,292.09916 -0.1545823,-0.38444 0.1625419,-0.38117 0.3844027,-0.15459 0.3811912,0.16255 0.1545823,0.38442 -0.1625419,0.38117 -0.3844256,0.15457 z"
|
||||
style="fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path142-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.0009272,290.52703 c 0,0.1879 -0.1523573,0.34027 -0.3402691,0.34027 -0.1879118,0 -0.340269,-0.15237 -0.340269,-0.34027 0,-0.18792 0.1523572,-0.34028 0.340269,-0.34028 0.1879118,0 0.3402691,0.15236 0.3402691,0.34028"
|
||||
style="fill:#0356b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path146-8-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.976639,291.72032 c 0,0.23217 -0.1882258,0.4204 -0.4204033,0.4204 -0.2321489,0 -0.4203747,-0.1882 -0.4203747,-0.4204 0,-0.23215 0.1882258,-0.42037 0.4203747,-0.42037 0.2321775,0 0.4204033,0.18819 0.4204033,0.42037"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02848453"
|
||||
id="path154-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 5.5563759,288.61448 H 6.279442 c 0.01273,0 0.02537,-9.1e-4 0.037963,-0.003 0.1009521,-0.0178 0.1681389,-0.118 0.1457739,-0.21756 -0.019131,-0.0852 -0.092029,-0.14386 -0.1792869,-0.14386 -0.4850337,-8e-5 -0.9700444,-3e-5 -1.455078,0 -0.042803,0 -0.081041,0.0133 -0.1146923,0.0398 -0.077922,0.0614 -0.091662,0.1771 -0.02982,0.25462 0.037895,0.0475 0.087855,0.0702 0.1484119,0.0702 z m -2.28e-5,-0.42096 c 0.2412207,0 0.4824645,9e-5 0.7236853,-7e-5 0.044661,-4e-5 0.086753,0.01 0.1250834,0.0326 0.065443,0.0394 0.1051957,0.097 0.1158162,0.17286 0.016217,0.11602 -0.05168,0.22386 -0.1623125,0.26019 -0.025324,0.008 -0.051359,0.0117 -0.077968,0.0117 -0.4283985,-4e-5 -0.8568201,-4e-5 -1.2852186,-4e-5 -0.057438,0 -0.1148759,4.6e-4 -0.1722679,-1.8e-4 -0.1077419,-9.2e-4 -0.2030283,-0.0781 -0.2275494,-0.18292 -0.028398,-0.12164 0.039385,-0.24292 0.1579083,-0.28235 0.025691,-0.008 0.052116,-0.0119 0.079137,-0.0119 0.2412208,8e-5 0.4824416,3e-5 0.7236853,3e-5"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path178-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 4.9485735,288.47435 v -0.006 c 0,-0.0466 9.17e-5,-0.093 -1.376e-4,-0.13947 0,-0.005 0.00133,-0.006 0.00624,-0.006 0.018443,2.8e-4 0.036931,2.3e-4 0.05542,5e-5 0.00386,-5e-5 0.00495,9.2e-4 0.00493,0.005 -9.18e-5,0.0702 -9.18e-5,0.14028 2.29e-5,0.21039 0,0.005 -0.0011,0.006 -0.00527,0.006 -0.018671,-2.3e-4 -0.037367,-2.3e-4 -0.056039,0 -0.00399,9e-5 -0.00594,-0.002 -0.00796,-0.005 -0.031655,-0.0492 -0.063425,-0.0984 -0.095172,-0.14754 -0.00117,-0.002 -0.00239,-0.004 -0.0047,-0.006 v 0.006 c 0,0.048 -1.376e-4,0.0961 1.606e-4,0.14422 6.88e-5,0.006 -0.00179,0.007 -0.00755,0.007 -0.017662,-3.6e-4 -0.035371,-2.7e-4 -0.053011,-5e-5 -0.00424,5e-5 -0.00582,-4.8e-4 -0.0058,-0.006 1.606e-4,-0.0699 1.606e-4,-0.13983 -2.3e-5,-0.20978 0,-0.005 0.00161,-0.006 0.00573,-0.006 0.020071,1.8e-4 0.040142,2.3e-4 0.060213,-4e-5 0.00413,-5e-5 0.00631,0.002 0.00842,0.005 0.031012,0.0491 0.062186,0.0982 0.093268,0.14726 4.358e-4,-4e-5 8.483e-4,-9e-5 0.00126,-1.4e-4"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path182-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 6.0513672,288.47076 c 0,-0.0106 2.065e-4,-0.0211 -4.58e-5,-0.0316 -3.899e-4,-0.015 -0.010184,-0.0253 -0.024246,-0.0256 -0.014452,-4.5e-4 -0.026104,0.009 -0.026655,0.0239 -8.241e-4,0.022 -5.284e-4,0.044 -1.376e-4,0.0661 1.835e-4,0.009 0.00592,0.0151 0.015529,0.0168 0.00647,9.2e-4 0.013029,0.002 0.019567,2.3e-4 0.010253,-0.002 0.015713,-0.007 0.01592,-0.0183 2.065e-4,-0.0105 4.59e-5,-0.021 6.89e-5,-0.0316 m 4.58e-5,-0.0675 c 0,-0.0217 -6.88e-5,-0.0423 4.59e-5,-0.0628 0,-0.006 -0.00243,-0.0131 9.162e-4,-0.0167 0.00337,-0.004 0.010896,-9.2e-4 0.016584,-9.2e-4 0.014474,-1.8e-4 0.028994,5e-5 0.043514,-1.4e-4 0.00388,-4e-5 0.00544,4.9e-4 0.00541,0.005 -1.147e-4,0.0702 -1.147e-4,0.14031 -2.3e-5,0.21043 2.3e-5,0.004 -7.804e-4,0.006 -0.00484,0.006 -0.018901,-2.1e-4 -0.03778,-4e-5 -0.056635,-1.1e-4 -0.00213,0 -0.00466,9.1e-4 -0.00518,-0.003 -4.129e-4,-0.004 -0.00294,-4.9e-4 -0.00399,-1.8e-4 -0.011745,0.005 -0.023947,0.007 -0.036495,0.008 -0.030004,0.002 -0.051956,-0.0129 -0.067577,-0.0371 -0.035395,-0.0549 7.321e-4,-0.10807 0.043537,-0.11935 0.020645,-0.006 0.040096,-0.002 0.058539,0.008 0.00172,9.2e-4 0.00339,0.002 0.00619,0.004"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path186-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.7793768,288.41346 c 0.00748,-0.003 0.013671,-0.006 0.019933,-0.0104 0.038399,-0.0221 0.082625,-0.005 0.1049205,0.0289 0.003,0.005 0.00426,0.01 0.00424,0.0153 -1.376e-4,0.0318 -1.376e-4,0.0635 2.3e-5,0.0953 2.28e-5,0.004 -5.527e-4,0.006 -0.00502,0.006 -0.019268,-2.8e-4 -0.038537,-2.8e-4 -0.057782,-4e-5 -0.00423,4e-5 -0.00527,-9.2e-4 -0.00525,-0.006 1.835e-4,-0.031 9.18e-5,-0.062 9.18e-5,-0.093 0,-0.0152 -0.01842,-0.0291 -0.033284,-0.0253 -0.00464,0.002 -0.00896,0.003 -0.013213,0.006 -0.010093,0.006 -0.015322,0.0119 -0.014956,0.0243 8.725e-4,0.0296 1.835e-4,0.0592 3.9e-4,0.0887 4.58e-5,0.005 -0.00115,0.006 -0.00525,0.006 -0.018671,-2.4e-4 -0.037367,-2.4e-4 -0.056016,0 -0.00424,9e-5 -0.00523,-9.2e-4 -0.00523,-0.006 1.375e-4,-0.0463 1.605e-4,-0.0926 0,-0.13885 0,-0.005 0.0015,-0.006 0.00544,-0.006 0.018443,1.8e-4 0.036931,2.7e-4 0.05542,-5e-5 0.00498,-1.3e-4 0.00608,0.002 0.00559,0.006 -3.211e-4,0.003 -4.59e-5,0.006 -4.59e-5,0.009"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path190-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.2250897,288.4088 c 0.00605,-0.004 0.011469,-0.006 0.016424,-0.009 0.031609,-0.0203 0.069871,-0.0129 0.09563,0.0116 0.011515,0.0109 0.01819,0.0229 0.017502,0.0397 -0.0011,0.0284 -4.588e-4,0.0568 -1.377e-4,0.0852 6.89e-5,0.006 -0.00175,0.006 -0.00697,0.006 -0.018282,-2.8e-4 -0.036564,-2.8e-4 -0.054846,0 -0.00489,1.2e-4 -0.00633,-9.2e-4 -0.00631,-0.006 2.753e-4,-0.0304 1.376e-4,-0.0608 1.376e-4,-0.0912 0,-0.0167 -0.018512,-0.0306 -0.034775,-0.026 -0.00438,0.002 -0.00851,0.003 -0.012548,0.006 -0.0095,0.005 -0.014726,0.0116 -0.014383,0.0235 8.727e-4,0.0292 9.17e-5,0.0584 4.588e-4,0.0876 9.17e-5,0.006 -0.0017,0.007 -0.00727,0.007 -0.017869,-3.7e-4 -0.035738,-2.8e-4 -0.053608,-5e-5 -0.00399,5e-5 -0.00548,-9.2e-4 -0.00546,-0.006 1.606e-4,-0.0465 1.147e-4,-0.093 2.29e-5,-0.13947 0,-0.004 8.484e-4,-0.005 0.00461,-0.005 0.018878,1.8e-4 0.037734,1.8e-4 0.056589,0 0.00377,-4e-5 0.00546,9.2e-4 0.00502,0.005 -3.442e-4,0.003 -9.18e-5,0.006 -9.18e-5,0.0102"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path194-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 6.2155653,288.47058 h 2.29e-5 c 0,0.0143 -1.835e-4,0.0286 6.89e-5,0.0428 1.606e-4,0.0103 0.00516,0.0161 0.015231,0.0183 0.00527,0.002 0.010644,9.2e-4 0.015988,9.2e-4 0.012937,-9.2e-4 0.019774,-0.007 0.019842,-0.0204 2.295e-4,-0.0275 2.982e-4,-0.0551 0,-0.0828 -1.146e-4,-0.016 -0.00996,-0.0257 -0.025003,-0.0257 -0.016148,4e-5 -0.025874,0.01 -0.026127,0.0258 -2.064e-4,0.0137 -2.29e-5,0.0274 -2.29e-5,0.041 m 0.026563,-0.0817 c 0.023856,9e-5 0.046152,0.006 0.065627,0.0215 0.041679,0.0317 0.042619,0.0856 0.0022,0.11895 -0.037619,0.031 -0.097901,0.0313 -0.1358415,4.9e-4 -0.040991,-0.0331 -0.039684,-0.0896 0.00282,-0.12079 0.019245,-0.014 0.041037,-0.0202 0.065191,-0.0204"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path198-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.5903594,288.44518 h 0.00954 c 0.017203,0 0.017203,0 0.016034,-0.0174 -9.645e-4,-0.0139 -0.011217,-0.0238 -0.025347,-0.0241 -0.014153,-3.8e-4 -0.024109,0.008 -0.025623,0.0218 -5.963e-4,0.006 -9.16e-5,0.0111 -3.211e-4,0.0166 -1.147e-4,0.003 0.00147,0.003 0.00372,0.003 0.00734,-5e-5 0.014657,0 0.021998,0 m 0.0356,0.0248 c -0.018671,0 -0.037343,1.4e-4 -0.055993,-5e-5 -0.00397,-4e-5 -0.0055,4.9e-4 -0.00541,0.006 3.441e-4,0.0123 4.58e-5,0.0246 1.835e-4,0.0369 1.376e-4,0.0129 0.00674,0.0197 0.019705,0.0206 0.00516,3.4e-4 0.0103,4.3e-4 0.015391,-9.2e-4 0.010735,-0.003 0.015874,-0.009 0.016103,-0.0197 1.376e-4,-0.006 1.835e-4,-0.0111 0,-0.0167 -9.18e-5,-0.003 6.884e-4,-0.004 0.0036,-0.004 0.020048,6e-5 0.040119,1.1e-4 0.06019,0 0.00477,-6e-5 0.00339,0.003 0.00248,0.005 -0.007,0.0181 -0.019589,0.0314 -0.036059,0.0413 -0.038949,0.0233 -0.092602,0.0191 -0.1264368,-0.01 -0.037046,-0.0319 -0.037183,-0.082 -2.752e-4,-0.11402 0.038881,-0.0336 0.1041177,-0.0332 0.1418972,9.2e-4 0.01468,0.0133 0.02365,0.0295 0.025714,0.0495 4.359e-4,0.005 -3.212e-4,0.006 -0.00509,0.006 -0.018649,-2.7e-4 -0.037344,-1.2e-4 -0.055993,-1.2e-4"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path202-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.3941507,288.46808 c 0,-0.0231 -1.147e-4,-0.0461 1.147e-4,-0.0692 4.58e-5,-0.005 -0.00126,-0.006 -0.00535,-0.006 -0.00833,2.6e-4 -0.016699,-4e-5 -0.025025,1.5e-4 -0.00319,8e-5 -0.00449,-4.9e-4 -0.00458,-0.005 -4.817e-4,-0.0159 -6.205e-4,-0.0159 0.015369,-0.0159 0.00516,0 0.010345,-1.9e-4 0.015506,3e-5 0.0031,1.2e-4 0.00413,-9.2e-4 0.00404,-0.004 -2.294e-4,-0.007 9.17e-5,-0.0154 -1.377e-4,-0.0232 -9.17e-5,-0.004 9.369e-4,-0.005 0.00434,-0.005 0.019659,1.4e-4 0.039316,1.4e-4 0.058998,0 0.00358,-3e-5 0.00489,9.2e-4 0.00473,0.005 -2.981e-4,0.007 9.18e-5,0.0151 -1.605e-4,0.0226 -1.147e-4,0.004 0.00101,0.005 0.00434,0.005 0.00872,-2.2e-4 0.017479,7e-5 0.026219,-1.3e-4 0.00332,-9e-5 0.00426,9.2e-4 0.00432,0.005 2.295e-4,0.0158 3.671e-4,0.0157 -0.015483,0.0158 -0.00631,9e-5 -0.014657,-0.003 -0.018236,9.2e-4 -0.00312,0.004 -0.00103,0.0117 -0.00103,0.0178 -4.6e-5,0.0413 -1.148e-4,0.0827 9.17e-5,0.124 2.3e-5,0.005 -0.00119,0.006 -0.00619,0.006 -0.018856,-3.2e-4 -0.037757,-2.7e-4 -0.056635,-5e-5 -0.00411,5e-5 -0.00536,-9.2e-4 -0.00532,-0.006 2.294e-4,-0.0232 1.146e-4,-0.0465 1.146e-4,-0.0697"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path206-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.1224492,288.46834 c 0,0.0231 -1.146e-4,0.0461 1.377e-4,0.0692 4.58e-5,0.005 -0.0011,0.006 -0.00558,0.006 -0.018489,-2.4e-4 -0.036954,-2.4e-4 -0.05542,0 -0.00411,3e-5 -0.00539,-9.2e-4 -0.00539,-0.006 1.605e-4,-0.0462 1.605e-4,-0.0926 0,-0.13883 -2.3e-5,-0.005 0.00133,-0.006 0.00536,-0.006 0.018671,1.9e-4 0.037367,1.9e-4 0.056039,0 0.0038,-4e-5 0.00498,9.2e-4 0.00495,0.005 -2.064e-4,0.0232 -1.147e-4,0.0465 -1.147e-4,0.0697"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path210-8"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 5.0891632,288.36212 c -0.00954,0 -0.019085,-9e-5 -0.028627,9e-5 -0.00339,9e-5 -0.00438,-9.2e-4 -0.00432,-0.005 1.835e-4,-0.0106 1.376e-4,-0.0211 0,-0.0316 0,-0.003 6.884e-4,-0.004 0.00367,-0.004 0.019636,1.1e-4 0.039316,1.1e-4 0.058998,0 0.00291,0 0.00367,9.1e-4 0.00365,0.004 -1.605e-4,0.0107 -2.063e-4,0.0214 0,0.0321 9.18e-5,0.004 -0.00131,0.004 -0.00417,0.004 -0.00975,-1.4e-4 -0.019475,-9e-5 -0.029201,-9e-5"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path214-8"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 6.3475509,288.38595 c 0.01546,1.4e-4 0.02904,-0.0132 0.029132,-0.0287 6.88e-5,-0.0164 -0.013144,-0.0304 -0.028811,-0.0304 -0.016309,-4e-5 -0.028581,0.0129 -0.028627,0.03 -6.88e-5,0.0163 0.012272,0.0289 0.028306,0.029 m 1.147e-4,-0.0645 c 0.018351,-7e-5 0.034247,0.0164 0.034293,0.0356 2.29e-5,0.018 -0.016195,0.0344 -0.034178,0.0344 -0.018511,0 -0.034018,-0.0156 -0.034064,-0.0343 -4.58e-5,-0.0196 0.015163,-0.0356 0.033949,-0.0356"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path218-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 6.346498,288.35589 c 0.00411,3.9e-4 0.00761,1.8e-4 0.00769,-0.005 1.376e-4,-0.006 -0.00397,-0.006 -0.00815,-0.006 -0.00466,-4.4e-4 -0.00535,0.002 -0.00553,0.006 -2.294e-4,0.006 0.00184,0.006 0.00599,0.006 m -0.01124,-9.2e-4 c -2.3e-5,-9.2e-4 -1.147e-4,-0.002 2.28e-5,-0.003 3.9e-4,-0.004 -0.00199,-0.0102 0.00117,-0.0117 0.0049,-0.002 0.011332,-0.002 0.01686,1.8e-4 0.00656,0.003 0.00876,0.012 0.00348,0.0174 -0.00285,0.003 -0.0023,0.005 -5.527e-4,0.007 0.00103,0.002 0.00314,0.004 -2.294e-4,0.006 -0.00354,0.002 -0.00328,-0.002 -0.00443,-0.003 -8.968e-4,-9.2e-4 -0.00158,-0.003 -0.00211,-0.004 -0.00144,-0.004 -0.00435,-0.002 -0.00672,-0.002 -0.00344,0 -0.00175,0.003 -0.00202,0.005 -2.523e-4,0.002 4.129e-4,0.004 -0.00282,0.004 -0.00319,-5e-5 -0.00264,-0.002 -0.00266,-0.004 -2.3e-5,-0.004 0,-0.007 0,-0.0113"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
id="path222-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
d="m 3.947426,287.77302 0.1326142,1.75161 -0.3425676,-1.34569 z"
|
||||
style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
id="path230-6-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
id="g4834"
|
||||
transform="matrix(5.9344609,0,0,5.9344609,0.89331707,-1466.4279)">
|
||||
<g
|
||||
id="g6500">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path22-9-2"
|
||||
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 8.9207505,288.75028 v -0.28673 c 0,0 -0.8945998,-0.5964 -3.3891568,-0.5964 -2.494557,0 -3.3891568,0.5964 -3.3891568,0.5964 v 0.28673" />
|
||||
<path
|
||||
style="fill:#c2c2c2;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.10583333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 5.5533939,287.39694 c -0.756969,0 -1.6331147,0.34396 -1.6331147,0.34396 l -0.2066758,0.40158 c 0,0 -2.1943939,0.16039 -2.1867555,1.63611 5.085e-4,0.0982 0.0075,0.18881 0.01904,0.27331 -0.1137858,0.538 -0.2468545,1.45365 -0.133525,2.53298 0.092809,0.88393 0.4822912,1.17919 0.7014452,1.18319 0.3958948,0.007 0.6790322,-0.98964 0.7971423,-1.56548 0.1240976,-0.60497 0.1548601,-0.89078 0.1633366,-1.0221 0.084918,0.008 0.1608876,0.0163 0.2189511,0.028 0.7952073,0.16057 0.9046239,0.0698 1.1162999,1.37634 0.2217231,1.36867 0.5245184,2.92843 1.1438567,2.90548 0.6193384,0.023 0.9221336,-1.53681 1.1438567,-2.90548 0.2116761,-1.30655 0.3210926,-1.21577 1.1162999,-1.37634 0.059266,-0.0119 0.1373374,-0.0202 0.2244625,-0.0286 0.00843,0.13111 0.03911,0.417 0.1633365,1.0226 0.1181333,0.57583 0.4012477,1.5727 0.7971423,1.56548 0.2191538,-0.004 0.608887,-0.29924 0.7016953,-1.18319 0.1143159,-1.08873 -0.022366,-2.01198 -0.1367813,-2.548 2.04e-5,-1.6e-4 -2.04e-5,-3.4e-4 0,-5e-4 0.010198,-0.08 0.015807,-0.16573 0.016283,-0.25778 0.00764,-1.47572 -2.1867555,-1.63612 -2.1867555,-1.63612 L 7.1865088,287.7408 c 0,0 -0.8761456,-0.34396 -1.6331147,-0.34396 z"
|
||||
id="path26-2-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path226-0-9"
|
||||
style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02235503"
|
||||
d="m 7.1595743,287.77369 -0.1162104,1.70489 0.3254908,-1.29954 z"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path46-2-8"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 3.6964736,289.83986 c 0,0.45806 -0.3713048,0.82932 -0.829317,0.82932 -0.458035,0 -0.8293398,-0.37126 -0.8293398,-0.82932 0,-0.45802 0.3713048,-0.82932 0.8293398,-0.82932 0.4580122,0 0.829317,0.3713 0.829317,0.82932" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path50-4-3"
|
||||
style="fill:none;stroke:#a3a3a3;stroke-width:0.02293845;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 3.6964736,289.83986 c 0,0.45806 -0.3713048,0.82932 -0.829317,0.82932 -0.458035,0 -0.8293398,-0.37126 -0.8293398,-0.82932 0,-0.45802 0.3713048,-0.82932 0.8293398,-0.82932 0.4580122,0 0.829317,0.3713 0.829317,0.82932 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path54-7-1"
|
||||
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="M 3.0196996,290.48209 H 2.7333131 c -0.031632,0 -0.057346,-0.0257 -0.057346,-0.0573 v -0.38906 H 2.2962667 c -0.03154,0 -0.057277,-0.0257 -0.057277,-0.0573 v -0.28636 c 0,-0.0316 0.025667,-0.0573 0.057277,-0.0573 h 0.3797002 v -0.37971 c 0,-0.0317 0.025714,-0.0573 0.057346,-0.0573 h 0.2863866 c 0.031586,0 0.057277,0.0257 0.057277,0.0573 v 0.37971 h 0.3610521 c 0.031609,0 0.057278,0.0257 0.057278,0.0573 v 0.28636 c 0,0.0316 -0.025669,0.0572 -0.057278,0.0572 H 3.076977 v 0.3891 c 0,0.0316 -0.025691,0.0573 -0.057277,0.0573" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path58-7-3"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.9659651,289.9888 c 0,0.22627 -0.1834388,0.4097 -0.4097038,0.4097 -0.2262878,0 -0.4097265,-0.18343 -0.4097265,-0.40968 0,-0.22629 0.1834387,-0.40971 0.4097265,-0.40971 0.226265,0 0.4097038,0.18342 0.4097038,0.40969" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path66-4-9"
|
||||
style="fill:#515151;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 6.459142,291.72032 c 0,0.49864 -0.4042444,0.90288 -0.9028806,0.90288 -0.498659,0 -0.9029034,-0.40424 -0.9029034,-0.90288 0,-0.49864 0.4042444,-0.90288 0.9029034,-0.90288 0.4986362,0 0.9028806,0.40424 0.9028806,0.90288" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path70-9"
|
||||
style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 7.4576186,290.30537 -0.052965,0.0512 -0.1864895,-0.19306 0.052964,-0.0512 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path78-3"
|
||||
style="fill:#afafaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02362629"
|
||||
d="m 8.9056076,289.42315 c 0,0.33271 -0.2697416,0.60245 -0.6024706,0.60245 -0.332729,0 -0.6024705,-0.26974 -0.6024705,-0.60245 0,-0.33275 0.2697415,-0.60247 0.6024705,-0.60247 0.332729,0 0.6024706,0.26972 0.6024706,0.60247" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path82-1-0"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 3.0006584,289.83986 c 0,0.0738 -0.059755,0.1335 -0.1335018,0.1335 -0.073748,0 -0.1335247,-0.0598 -0.1335247,-0.1335 0,-0.0738 0.059778,-0.13351 0.1335247,-0.13351 0.073748,0 0.1335018,0.0597 0.1335018,0.13351" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path86-2-6"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 2.7653604,290.1433 h 0.2035787 l -0.1018008,0.2189 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path90-8-4"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.7653604,290.1433 h 0.2035787 l -0.1018008,0.2189 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path94-9-0"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="M 2.9689391,289.53641 H 2.7653604 l 0.1018008,-0.21889 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path98-3-6"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 2.9689391,289.53641 H 2.7653604 l 0.1018008,-0.21889 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path102-6-6"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 2.5637062,289.73807 v 0.20358 l -0.2189017,-0.1018 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path106-8-5"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.5637062,289.73807 v 0.20358 l -0.2189017,-0.1018 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path110-0-9"
|
||||
style="fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 3.1705911,289.94165 v -0.20358 l 0.2189017,0.1018 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path114-2-7"
|
||||
style="fill:none;stroke:#3d3d3d;stroke-width:0.02293845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 3.1705911,289.94165 v -0.20358 l 0.2189017,0.1018 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path118-1-8"
|
||||
style="fill:#b40519;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.8774113,289.9888 c 0,0.17736 -0.1438011,0.32116 -0.3211613,0.32116 -0.1773601,0 -0.3211613,-0.14378 -0.3211613,-0.32114 0,-0.17738 0.1438012,-0.32118 0.3211613,-0.32118 0.1773602,0 0.3211613,0.1438 0.3211613,0.32116" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path122-0-9"
|
||||
style="fill:#0c9655;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 7.3836283,289.91383 c 0,0.18788 -0.1523572,0.34024 -0.340269,0.34024 -0.1879118,0 -0.340269,-0.15236 -0.340269,-0.34024 0,-0.18794 0.1523572,-0.34027 0.340269,-0.34027 0.1879118,0 0.340269,0.15233 0.340269,0.34027" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path126-5-6"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 8.0680409,289.42315 c 0,0.12282 -0.099553,0.22234 -0.2223425,0.22234 -0.1228125,0 -0.2223653,-0.0995 -0.2223653,-0.22234 0,-0.12278 0.099553,-0.22234 0.2223653,-0.22234 0.1227893,0 0.2223425,0.0996 0.2223425,0.22234" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path130-1-2"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 8.9829135,289.42315 c 0,0.12282 -0.099553,0.22234 -0.2223425,0.22234 -0.1228123,0 -0.2223654,-0.0995 -0.2223654,-0.22234 0,-0.12278 0.099553,-0.22234 0.2223654,-0.22234 0.1227894,0 0.2223425,0.0996 0.2223425,0.22234" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path134-1-6"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 8.303137,289.65823 c 0.1228123,0 0.2223427,0.0996 0.2223427,0.22235 0,0.12281 -0.09953,0.22236 -0.2223427,0.22236 -0.1228123,0 -0.2223426,-0.0995 -0.2223426,-0.22236 0,-0.1228 0.09953,-0.22235 0.2223426,-0.22235" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path138-0-3"
|
||||
style="fill:#f9c200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 8.303137,288.74333 c 0.1228123,0 0.2223427,0.0996 0.2223427,0.22235 0,0.12282 -0.09953,0.22236 -0.2223427,0.22236 -0.1228123,0 -0.2223426,-0.0995 -0.2223426,-0.22236 0,-0.12279 0.09953,-0.22235 0.2223426,-0.22235" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path142-1"
|
||||
style="fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.1694732,292.09916 -0.1545823,-0.38444 0.1625419,-0.38117 0.3844027,-0.15459 0.3811912,0.16255 0.1545823,0.38442 -0.1625419,0.38117 -0.3844256,0.15457 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path146-8-9"
|
||||
style="fill:#0356b2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 8.0009272,290.52703 c 0,0.1879 -0.1523573,0.34027 -0.3402691,0.34027 -0.1879118,0 -0.340269,-0.15237 -0.340269,-0.34027 0,-0.18792 0.1523572,-0.34028 0.340269,-0.34028 0.1879118,0 0.3402691,0.15236 0.3402691,0.34028" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path154-9"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02848453"
|
||||
d="m 5.976639,291.72032 c 0,0.23217 -0.1882258,0.4204 -0.4204033,0.4204 -0.2321489,0 -0.4203747,-0.1882 -0.4203747,-0.4204 0,-0.23215 0.1882258,-0.42037 0.4203747,-0.42037 0.2321775,0 0.4204033,0.18819 0.4204033,0.42037" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path178-2"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="M 5.5563759,288.61448 H 6.279442 c 0.01273,0 0.02537,-9.1e-4 0.037963,-0.003 0.1009521,-0.0178 0.1681389,-0.118 0.1457739,-0.21756 -0.019131,-0.0852 -0.092029,-0.14386 -0.1792869,-0.14386 -0.4850337,-8e-5 -0.9700444,-3e-5 -1.455078,0 -0.042803,0 -0.081041,0.0133 -0.1146923,0.0398 -0.077922,0.0614 -0.091662,0.1771 -0.02982,0.25462 0.037895,0.0475 0.087855,0.0702 0.1484119,0.0702 z m -2.28e-5,-0.42096 c 0.2412207,0 0.4824645,9e-5 0.7236853,-7e-5 0.044661,-4e-5 0.086753,0.01 0.1250834,0.0326 0.065443,0.0394 0.1051957,0.097 0.1158162,0.17286 0.016217,0.11602 -0.05168,0.22386 -0.1623125,0.26019 -0.025324,0.008 -0.051359,0.0117 -0.077968,0.0117 -0.4283985,-4e-5 -0.8568201,-4e-5 -1.2852186,-4e-5 -0.057438,0 -0.1148759,4.6e-4 -0.1722679,-1.8e-4 -0.1077419,-9.2e-4 -0.2030283,-0.0781 -0.2275494,-0.18292 -0.028398,-0.12164 0.039385,-0.24292 0.1579083,-0.28235 0.025691,-0.008 0.052116,-0.0119 0.079137,-0.0119 0.2412208,8e-5 0.4824416,3e-5 0.7236853,3e-5" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path182-6"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 4.9485735,288.47435 v -0.006 c 0,-0.0466 9.17e-5,-0.093 -1.376e-4,-0.13947 0,-0.005 0.00133,-0.006 0.00624,-0.006 0.018443,2.8e-4 0.036931,2.3e-4 0.05542,5e-5 0.00386,-5e-5 0.00495,9.2e-4 0.00493,0.005 -9.18e-5,0.0702 -9.18e-5,0.14028 2.29e-5,0.21039 0,0.005 -0.0011,0.006 -0.00527,0.006 -0.018671,-2.3e-4 -0.037367,-2.3e-4 -0.056039,0 -0.00399,9e-5 -0.00594,-0.002 -0.00796,-0.005 -0.031655,-0.0492 -0.063425,-0.0984 -0.095172,-0.14754 -0.00117,-0.002 -0.00239,-0.004 -0.0047,-0.006 v 0.006 c 0,0.048 -1.376e-4,0.0961 1.606e-4,0.14422 6.88e-5,0.006 -0.00179,0.007 -0.00755,0.007 -0.017662,-3.6e-4 -0.035371,-2.7e-4 -0.053011,-5e-5 -0.00424,5e-5 -0.00582,-4.8e-4 -0.0058,-0.006 1.606e-4,-0.0699 1.606e-4,-0.13983 -2.3e-5,-0.20978 0,-0.005 0.00161,-0.006 0.00573,-0.006 0.020071,1.8e-4 0.040142,2.3e-4 0.060213,-4e-5 0.00413,-5e-5 0.00631,0.002 0.00842,0.005 0.031012,0.0491 0.062186,0.0982 0.093268,0.14726 4.358e-4,-4e-5 8.483e-4,-9e-5 0.00126,-1.4e-4" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path186-0"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 6.0513672,288.47076 c 0,-0.0106 2.065e-4,-0.0211 -4.58e-5,-0.0316 -3.899e-4,-0.015 -0.010184,-0.0253 -0.024246,-0.0256 -0.014452,-4.5e-4 -0.026104,0.009 -0.026655,0.0239 -8.241e-4,0.022 -5.284e-4,0.044 -1.376e-4,0.0661 1.835e-4,0.009 0.00592,0.0151 0.015529,0.0168 0.00647,9.2e-4 0.013029,0.002 0.019567,2.3e-4 0.010253,-0.002 0.015713,-0.007 0.01592,-0.0183 2.065e-4,-0.0105 4.59e-5,-0.021 6.89e-5,-0.0316 m 4.58e-5,-0.0675 c 0,-0.0217 -6.88e-5,-0.0423 4.59e-5,-0.0628 0,-0.006 -0.00243,-0.0131 9.162e-4,-0.0167 0.00337,-0.004 0.010896,-9.2e-4 0.016584,-9.2e-4 0.014474,-1.8e-4 0.028994,5e-5 0.043514,-1.4e-4 0.00388,-4e-5 0.00544,4.9e-4 0.00541,0.005 -1.147e-4,0.0702 -1.147e-4,0.14031 -2.3e-5,0.21043 2.3e-5,0.004 -7.804e-4,0.006 -0.00484,0.006 -0.018901,-2.1e-4 -0.03778,-4e-5 -0.056635,-1.1e-4 -0.00213,0 -0.00466,9.1e-4 -0.00518,-0.003 -4.129e-4,-0.004 -0.00294,-4.9e-4 -0.00399,-1.8e-4 -0.011745,0.005 -0.023947,0.007 -0.036495,0.008 -0.030004,0.002 -0.051956,-0.0129 -0.067577,-0.0371 -0.035395,-0.0549 7.321e-4,-0.10807 0.043537,-0.11935 0.020645,-0.006 0.040096,-0.002 0.058539,0.008 0.00172,9.2e-4 0.00339,0.002 0.00619,0.004" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path190-2"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.7793768,288.41346 c 0.00748,-0.003 0.013671,-0.006 0.019933,-0.0104 0.038399,-0.0221 0.082625,-0.005 0.1049205,0.0289 0.003,0.005 0.00426,0.01 0.00424,0.0153 -1.376e-4,0.0318 -1.376e-4,0.0635 2.3e-5,0.0953 2.28e-5,0.004 -5.527e-4,0.006 -0.00502,0.006 -0.019268,-2.8e-4 -0.038537,-2.8e-4 -0.057782,-4e-5 -0.00423,4e-5 -0.00527,-9.2e-4 -0.00525,-0.006 1.835e-4,-0.031 9.18e-5,-0.062 9.18e-5,-0.093 0,-0.0152 -0.01842,-0.0291 -0.033284,-0.0253 -0.00464,0.002 -0.00896,0.003 -0.013213,0.006 -0.010093,0.006 -0.015322,0.0119 -0.014956,0.0243 8.725e-4,0.0296 1.835e-4,0.0592 3.9e-4,0.0887 4.58e-5,0.005 -0.00115,0.006 -0.00525,0.006 -0.018671,-2.4e-4 -0.037367,-2.4e-4 -0.056016,0 -0.00424,9e-5 -0.00523,-9.2e-4 -0.00523,-0.006 1.375e-4,-0.0463 1.605e-4,-0.0926 0,-0.13885 0,-0.005 0.0015,-0.006 0.00544,-0.006 0.018443,1.8e-4 0.036931,2.7e-4 0.05542,-5e-5 0.00498,-1.3e-4 0.00608,0.002 0.00559,0.006 -3.211e-4,0.003 -4.59e-5,0.006 -4.59e-5,0.009" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path194-2"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.2250897,288.4088 c 0.00605,-0.004 0.011469,-0.006 0.016424,-0.009 0.031609,-0.0203 0.069871,-0.0129 0.09563,0.0116 0.011515,0.0109 0.01819,0.0229 0.017502,0.0397 -0.0011,0.0284 -4.588e-4,0.0568 -1.377e-4,0.0852 6.89e-5,0.006 -0.00175,0.006 -0.00697,0.006 -0.018282,-2.8e-4 -0.036564,-2.8e-4 -0.054846,0 -0.00489,1.2e-4 -0.00633,-9.2e-4 -0.00631,-0.006 2.753e-4,-0.0304 1.376e-4,-0.0608 1.376e-4,-0.0912 0,-0.0167 -0.018512,-0.0306 -0.034775,-0.026 -0.00438,0.002 -0.00851,0.003 -0.012548,0.006 -0.0095,0.005 -0.014726,0.0116 -0.014383,0.0235 8.727e-4,0.0292 9.17e-5,0.0584 4.588e-4,0.0876 9.17e-5,0.006 -0.0017,0.007 -0.00727,0.007 -0.017869,-3.7e-4 -0.035738,-2.8e-4 -0.053608,-5e-5 -0.00399,5e-5 -0.00548,-9.2e-4 -0.00546,-0.006 1.606e-4,-0.0465 1.147e-4,-0.093 2.29e-5,-0.13947 0,-0.004 8.484e-4,-0.005 0.00461,-0.005 0.018878,1.8e-4 0.037734,1.8e-4 0.056589,0 0.00377,-4e-5 0.00546,9.2e-4 0.00502,0.005 -3.442e-4,0.003 -9.18e-5,0.006 -9.18e-5,0.0102" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path198-5"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 6.2155653,288.47058 h 2.29e-5 c 0,0.0143 -1.835e-4,0.0286 6.89e-5,0.0428 1.606e-4,0.0103 0.00516,0.0161 0.015231,0.0183 0.00527,0.002 0.010644,9.2e-4 0.015988,9.2e-4 0.012937,-9.2e-4 0.019774,-0.007 0.019842,-0.0204 2.295e-4,-0.0275 2.982e-4,-0.0551 0,-0.0828 -1.146e-4,-0.016 -0.00996,-0.0257 -0.025003,-0.0257 -0.016148,4e-5 -0.025874,0.01 -0.026127,0.0258 -2.064e-4,0.0137 -2.29e-5,0.0274 -2.29e-5,0.041 m 0.026563,-0.0817 c 0.023856,9e-5 0.046152,0.006 0.065627,0.0215 0.041679,0.0317 0.042619,0.0856 0.0022,0.11895 -0.037619,0.031 -0.097901,0.0313 -0.1358415,4.9e-4 -0.040991,-0.0331 -0.039684,-0.0896 0.00282,-0.12079 0.019245,-0.014 0.041037,-0.0202 0.065191,-0.0204" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path202-2"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.5903594,288.44518 h 0.00954 c 0.017203,0 0.017203,0 0.016034,-0.0174 -9.645e-4,-0.0139 -0.011217,-0.0238 -0.025347,-0.0241 -0.014153,-3.8e-4 -0.024109,0.008 -0.025623,0.0218 -5.963e-4,0.006 -9.16e-5,0.0111 -3.211e-4,0.0166 -1.147e-4,0.003 0.00147,0.003 0.00372,0.003 0.00734,-5e-5 0.014657,0 0.021998,0 m 0.0356,0.0248 c -0.018671,0 -0.037343,1.4e-4 -0.055993,-5e-5 -0.00397,-4e-5 -0.0055,4.9e-4 -0.00541,0.006 3.441e-4,0.0123 4.58e-5,0.0246 1.835e-4,0.0369 1.376e-4,0.0129 0.00674,0.0197 0.019705,0.0206 0.00516,3.4e-4 0.0103,4.3e-4 0.015391,-9.2e-4 0.010735,-0.003 0.015874,-0.009 0.016103,-0.0197 1.376e-4,-0.006 1.835e-4,-0.0111 0,-0.0167 -9.18e-5,-0.003 6.884e-4,-0.004 0.0036,-0.004 0.020048,6e-5 0.040119,1.1e-4 0.06019,0 0.00477,-6e-5 0.00339,0.003 0.00248,0.005 -0.007,0.0181 -0.019589,0.0314 -0.036059,0.0413 -0.038949,0.0233 -0.092602,0.0191 -0.1264368,-0.01 -0.037046,-0.0319 -0.037183,-0.082 -2.752e-4,-0.11402 0.038881,-0.0336 0.1041177,-0.0332 0.1418972,9.2e-4 0.01468,0.0133 0.02365,0.0295 0.025714,0.0495 4.359e-4,0.005 -3.212e-4,0.006 -0.00509,0.006 -0.018649,-2.7e-4 -0.037344,-1.2e-4 -0.055993,-1.2e-4" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path206-0"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.3941507,288.46808 c 0,-0.0231 -1.147e-4,-0.0461 1.147e-4,-0.0692 4.58e-5,-0.005 -0.00126,-0.006 -0.00535,-0.006 -0.00833,2.6e-4 -0.016699,-4e-5 -0.025025,1.5e-4 -0.00319,8e-5 -0.00449,-4.9e-4 -0.00458,-0.005 -4.817e-4,-0.0159 -6.205e-4,-0.0159 0.015369,-0.0159 0.00516,0 0.010345,-1.9e-4 0.015506,3e-5 0.0031,1.2e-4 0.00413,-9.2e-4 0.00404,-0.004 -2.294e-4,-0.007 9.17e-5,-0.0154 -1.377e-4,-0.0232 -9.17e-5,-0.004 9.369e-4,-0.005 0.00434,-0.005 0.019659,1.4e-4 0.039316,1.4e-4 0.058998,0 0.00358,-3e-5 0.00489,9.2e-4 0.00473,0.005 -2.981e-4,0.007 9.18e-5,0.0151 -1.605e-4,0.0226 -1.147e-4,0.004 0.00101,0.005 0.00434,0.005 0.00872,-2.2e-4 0.017479,7e-5 0.026219,-1.3e-4 0.00332,-9e-5 0.00426,9.2e-4 0.00432,0.005 2.295e-4,0.0158 3.671e-4,0.0157 -0.015483,0.0158 -0.00631,9e-5 -0.014657,-0.003 -0.018236,9.2e-4 -0.00312,0.004 -0.00103,0.0117 -0.00103,0.0178 -4.6e-5,0.0413 -1.148e-4,0.0827 9.17e-5,0.124 2.3e-5,0.005 -0.00119,0.006 -0.00619,0.006 -0.018856,-3.2e-4 -0.037757,-2.7e-4 -0.056635,-5e-5 -0.00411,5e-5 -0.00536,-9.2e-4 -0.00532,-0.006 2.294e-4,-0.0232 1.146e-4,-0.0465 1.146e-4,-0.0697" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path210-8"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.1224492,288.46834 c 0,0.0231 -1.146e-4,0.0461 1.377e-4,0.0692 4.58e-5,0.005 -0.0011,0.006 -0.00558,0.006 -0.018489,-2.4e-4 -0.036954,-2.4e-4 -0.05542,0 -0.00411,3e-5 -0.00539,-9.2e-4 -0.00539,-0.006 1.605e-4,-0.0462 1.605e-4,-0.0926 0,-0.13883 -2.3e-5,-0.005 0.00133,-0.006 0.00536,-0.006 0.018671,1.9e-4 0.037367,1.9e-4 0.056039,0 0.0038,-4e-5 0.00498,9.2e-4 0.00495,0.005 -2.064e-4,0.0232 -1.147e-4,0.0465 -1.147e-4,0.0697" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path214-8"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 5.0891632,288.36212 c -0.00954,0 -0.019085,-9e-5 -0.028627,9e-5 -0.00339,9e-5 -0.00438,-9.2e-4 -0.00432,-0.005 1.835e-4,-0.0106 1.376e-4,-0.0211 0,-0.0316 0,-0.003 6.884e-4,-0.004 0.00367,-0.004 0.019636,1.1e-4 0.039316,1.1e-4 0.058998,0 0.00291,0 0.00367,9.1e-4 0.00365,0.004 -1.605e-4,0.0107 -2.063e-4,0.0214 0,0.0321 9.18e-5,0.004 -0.00131,0.004 -0.00417,0.004 -0.00975,-1.4e-4 -0.019475,-9e-5 -0.029201,-9e-5" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path218-4"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 6.3475509,288.38595 c 0.01546,1.4e-4 0.02904,-0.0132 0.029132,-0.0287 6.88e-5,-0.0164 -0.013144,-0.0304 -0.028811,-0.0304 -0.016309,-4e-5 -0.028581,0.0129 -0.028627,0.03 -6.88e-5,0.0163 0.012272,0.0289 0.028306,0.029 m 1.147e-4,-0.0645 c 0.018351,-7e-5 0.034247,0.0164 0.034293,0.0356 2.29e-5,0.018 -0.016195,0.0344 -0.034178,0.0344 -0.018511,0 -0.034018,-0.0156 -0.034064,-0.0343 -4.58e-5,-0.0196 0.015163,-0.0356 0.033949,-0.0356" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path222-9"
|
||||
style="fill:#a3a3a3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02293845"
|
||||
d="m 6.346498,288.35589 c 0.00411,3.9e-4 0.00761,1.8e-4 0.00769,-0.005 1.376e-4,-0.006 -0.00397,-0.006 -0.00815,-0.006 -0.00466,-4.4e-4 -0.00535,0.002 -0.00553,0.006 -2.294e-4,0.006 0.00184,0.006 0.00599,0.006 m -0.01124,-9.2e-4 c -2.3e-5,-9.2e-4 -1.147e-4,-0.002 2.28e-5,-0.003 3.9e-4,-0.004 -0.00199,-0.0102 0.00117,-0.0117 0.0049,-0.002 0.011332,-0.002 0.01686,1.8e-4 0.00656,0.003 0.00876,0.012 0.00348,0.0174 -0.00285,0.003 -0.0023,0.005 -5.527e-4,0.007 0.00103,0.002 0.00314,0.004 -2.294e-4,0.006 -0.00354,0.002 -0.00328,-0.002 -0.00443,-0.003 -8.968e-4,-9.2e-4 -0.00158,-0.003 -0.00211,-0.004 -0.00144,-0.004 -0.00435,-0.002 -0.00672,-0.002 -0.00344,0 -0.00175,0.003 -0.00202,0.005 -2.523e-4,0.002 4.129e-4,0.004 -0.00282,0.004 -0.00319,-5e-5 -0.00264,-0.002 -0.00266,-0.004 -2.3e-5,-0.004 0,-0.007 0,-0.0113" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path230-6-2"
|
||||
style="fill:#878787;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.02293845"
|
||||
d="m 3.947426,287.77302 0.1326142,1.75161 -0.3425676,-1.34569 z"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733334 67.733334"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="33.785627"
|
||||
inkscape:cx="7.8454542"
|
||||
inkscape:cy="25.685359"
|
||||
inkscape:zoom="2.3222159"
|
||||
inkscape:cx="-141.71258"
|
||||
inkscape:cy="91.156289"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -46,7 +46,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -54,10 +54,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26664)">
|
||||
<g
|
||||
id="g5404"
|
||||
transform="matrix(0.98413614,0,0,0.98413614,0.08814355,4.6234203)">
|
||||
transform="matrix(5.9544334,0,0,5.9544334,0.78234597,-1472.249)">
|
||||
<g
|
||||
style="fill:#c2c2c2;fill-opacity:1;stroke:#000000;stroke-width:5.20466661;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(0,-0.02089351,-0.02089351,0,9.9447542,293.31016)"
|
||||
|
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -10,9 +10,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -26,9 +26,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8.4464068"
|
||||
inkscape:cx="-54.59087"
|
||||
inkscape:cy="43.269643"
|
||||
inkscape:zoom="2.6333877"
|
||||
inkscape:cx="-292.98885"
|
||||
inkscape:cy="56.263201"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -46,7 +46,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -54,10 +54,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g5490"
|
||||
transform="translate(-1e-7,3.169167e-6)">
|
||||
transform="matrix(6.1525214,0,0,6.1525214,-0.31828098,-1529.9804)">
|
||||
<path
|
||||
bx:origin="0 0"
|
||||
style="fill:#666666;fill-opacity:1;stroke-width:0.02360734"
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -50,9 +50,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="14.89669"
|
||||
inkscape:cx="-5.2451591"
|
||||
inkscape:cy="30.03994"
|
||||
inkscape:zoom="2.3222159"
|
||||
inkscape:cx="-192.65889"
|
||||
inkscape:cy="145.56081"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -70,7 +70,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -78,9 +78,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g6486">
|
||||
id="g6486"
|
||||
transform="matrix(6.0251718,0,0,6.0251718,0.38930592,-1492.5651)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 7.6061742,288.87228 c 0,-0.1636 0.13386,-0.29746 0.297458,-0.29746 h 0.484651 c 0.163598,0 0.297459,0.13386 0.297459,0.29746"
|
||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
798
resources/graphics/controllers/gamepad_sega_md_3_buttons.svg
Normal file
|
@ -0,0 +1,798 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="gamepad_sega_md_3_buttons.svg">
|
||||
<defs
|
||||
id="defs4919">
|
||||
<clipPath
|
||||
id="clipPath16"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
id="path18"
|
||||
d="M 0,151.735 H 257.874 V 0 H 0 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath16-0"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
id="path18-9"
|
||||
d="M 0,151.735 H 257.874 V 0 H 0 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath16-4"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
id="path18-1"
|
||||
d="M 0,151.735 H 257.874 V 0 H 0 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath28-5"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path30-9"
|
||||
d="m 50.5279,96.759 h 1.1399 v -0.79 h -1.1399 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath44-2"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path46-2"
|
||||
d="m 101.788,54.659 h 0.81 v -1.1 h -0.81 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath60-8"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path62-9"
|
||||
d="m 92.3879,42.209 h 1.33 v -0.83 h -1.33 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath76-7"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path78-3-0"
|
||||
d="m 81.0378,33.989 h 0.8401 v -1.22 h -0.8401 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath96-6"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path98-1"
|
||||
d="m 35.7378,80.039 h 0.8901 v -1.2 h -0.8901 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath112-2"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path114-9-4"
|
||||
d="m 60.0079,29.299 h 0.96 v -0.94 h -0.96 z" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8960455"
|
||||
inkscape:cx="-27.180378"
|
||||
inkscape:cy="90.676064"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g5192"
|
||||
transform="translate(2.2246183e-4,0.00221532)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 31.874972,249.5386 c -0.0011,-1.8e-4 -0.0021,-0.001 -0.0011,-0.002 7.14e-4,-5.3e-4 0.004,-0.002 0.004,-0.001 5.35e-4,1.8e-4 0.0021,0.001 0.0021,0.002 5.36e-4,8.9e-4 -0.004,0.001 -0.005,0.001 m -3.329683,-0.0906 c -1.79e-4,0 -1.79e-4,-8.9e-4 0,-0.002 5.35e-4,-0.001 8.92e-4,-0.004 0.0011,-0.002 5.35e-4,0.001 -7.14e-4,0.005 -0.0011,0.005 m -1.979833,0.0866 v 0.001 c 7.14e-4,7.2e-4 8.93e-4,0.001 7.14e-4,0.001 -5.35e-4,0 -0.0011,-5.3e-4 -7.14e-4,-0.001 z m 34.654092,7.76757 c -0.983446,-1.91287 -2.500229,-3.31383 -4.268051,-4.47379 -3.048294,-1.99968 -6.374406,-3.39485 -9.832409,-4.49545 -2.851236,-0.90802 -5.764522,-1.55292 -8.7385,-1.87917 -1.368381,-0.14952 -2.752385,-0.16314 -4.128576,-0.24525 -0.25194,-0.0148 -1.854414,-0.001 -2.090731,0.008 -7.095683,0.26332 -13.792094,2.022 -20.045104,5.39899 -1.871149,1.00933 -3.5927837,2.22797 -4.8395476,4.00808 -1.2996507,1.85553 -1.9635344,3.92262 -2.1088077,6.17088 -0.04417,0.53367 -0.03529,0.9723 -0.01786,1.45721 0.0482,2.83338 0.8528958,5.47308 2.1052378,7.98134 1.3166106,2.63299 3.0572135,4.94866 5.3887315,6.77943 1.012673,0.79554 2.115503,1.41011 3.424081,1.59912 1.928723,0.27895 3.91926,-0.7652 4.7215,-2.55087 0.633535,-1.40901 1.396499,-2.71758 2.560026,-3.76507 0.747122,-0.67304 1.59444,-1.18049 2.527226,-1.52592 3.649244,-1.35143 7.404265,-1.76204 11.241178,-1.09927 1.74418,0.30036 3.454652,0.79555 5.059133,1.56163 2.071541,0.98814 3.379223,2.69058 4.226321,4.76993 0.359058,0.88012 0.788857,1.68125 1.616982,2.209 1.664281,1.05887 3.380331,1.11176 5.136782,0.26222 1.497815,-0.72371 2.724269,-1.80398 3.837144,-3.01237 2.715114,-2.94586 4.541408,-6.36547 5.298791,-10.30951 0.586226,-3.05162 0.376908,-6.03007 -1.073593,-8.84896"
|
||||
style="fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path22-9-7"
|
||||
sodipodi:nodetypes="cccccccccccscccccccccccccccccccccccccc" />
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,17.938746,253.16812)"
|
||||
id="g24-6-4">
|
||||
<path
|
||||
id="path26-8-0"
|
||||
style="fill:#424244;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -21.982,0.03 -39.815,-17.741 -39.851,-39.713 -0.036,-21.94 17.859,-40.044 39.684,-39.911 22.141,0.134 39.863,17.325 39.808,39.946 C 39.585,-16.392 20.756,0.052 0,0 m 40.977,-39.759 c -0.039,-22.133 -17.389,-41.11 -40.982,-41.143 -23.152,-0.033 -40.928,18.208 -41.188,40.978 -0.258,22.488 18.413,41.215 40.917,41.299 22.704,0.085 41.129,-18.287 41.253,-41.134"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,57.271307,264.56838)"
|
||||
id="g28-7-6">
|
||||
<path
|
||||
id="path30-3-4"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.504,-0.282 -1.029,-0.519 -1.563,-0.731 -6.404,-2.521 -12.914,-4.785 -19.177,-7.609 -8.995,-4.049 -17.825,-8.466 -26.654,-12.879 -4.518,-2.259 -8.865,-4.704 -14.174,-4.664 -10.675,0.086 -19.076,7.977 -20.241,18.622 -1.013,9.263 2.92,16.171 9.445,21.99 10.191,9.091 21.229,16.882 34.243,21.531 6.48,2.31 18.783,5.365 27.159,5.214 5.909,0.313 11.108,-1.583 16.337,-5.733 4.251,-3.374 6.132,-9.893 6.631,-14.835 0.035,-0.368 0.05,-0.736 0.05,-1.104 C 12.031,14.315 11.3,6.293 0,0 m -5.335,41.988 c -4.851,0.762 -9.636,0.333 -14.447,-0.337 -21.616,-3.016 -39.537,-13.267 -55.013,-28.208 -6.222,-6.005 -9.041,-13.221 -7.664,-22.066 1.815,-11.713 12.767,-20.008 24.38,-17.739 3.227,0.63 6.338,2.143 9.339,3.595 4.593,2.214 8.925,5.013 13.589,7.055 11.013,4.82 22.121,9.434 33.26,13.947 9.858,3.999 14.714,10.811 14.916,21.476 0.216,11.487 -7.272,20.533 -18.36,22.277"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#111111;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,59.961744,260.14955)"
|
||||
id="g32-8-7">
|
||||
<path
|
||||
id="path34-0-4"
|
||||
style="fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.025,-5.486 -0.756,-13.509 -12.056,-19.802 -0.505,-0.282 -1.029,-0.519 -1.564,-0.731 -6.404,-2.521 -12.913,-4.785 -19.176,-7.609 -8.996,-4.049 -17.825,-8.466 -26.654,-12.878 -4.518,-2.259 -8.865,-4.705 -14.175,-4.664 -10.675,0.085 -19.075,7.977 -20.24,18.621 -1.014,9.263 2.92,16.171 9.444,21.99 10.191,9.092 21.229,16.882 34.244,21.532 6.479,2.309 18.783,5.365 27.158,5.213 5.91,0.313 11.109,-1.583 16.338,-5.733 C -2.43,12.566 -0.55,6.046 -0.05,1.104 -0.015,0.736 0,0.368 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="stroke:none"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,48.452759,254.78101)"
|
||||
id="g36-5-8">
|
||||
<path
|
||||
id="path38-6-5"
|
||||
style="fill:#1b1918;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -5.718,-2.657 -11.507,-5.169 -17.291,-7.685 -0.776,-0.338 -1.689,-0.363 -2.027,-0.433 -3.807,0.035 -6.363,2.163 -7.089,5.456 -0.711,3.232 0.514,5.793 3.65,7.215 5.376,2.441 10.766,4.861 16.207,7.161 4.926,2.082 9.258,-0.081 9.999,-4.836 C 3.898,4.014 2.647,1.225 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 23.92069,256.45526 c -0.176517,-0.10622 -0.290771,-0.22941 -0.376686,-0.212 -0.09238,0.0185 -0.223378,0.17363 -0.217129,0.26042 0.0063,0.0859 0.160672,0.22093 0.253503,0.22382 0.08837,0.002 0.181425,-0.13723 0.340312,-0.27224 m -11.983391,0.23521 c 0.03928,0.0399 0.07855,0.0797 0.118049,0.11938 0.12519,-0.0543 0.266223,-0.0894 0.367089,-0.17316 0.03526,-0.0293 0.0015,-0.20732 -0.05445,-0.26289 -0.05601,-0.0556 -0.234536,-0.087 -0.2631,-0.0516 -0.08189,0.10173 -0.11515,0.24278 -0.167589,0.3682 m 11.424389,11.48196 c 0.04977,0.0518 0.09952,0.10373 0.149513,0.15553 0.124073,-0.0569 0.266445,-0.0935 0.363518,-0.18053 0.03838,-0.0346 0.0067,-0.21044 -0.04887,-0.26867 -0.05556,-0.0581 -0.229179,-0.0972 -0.266,-0.0602 -0.09171,0.0924 -0.135231,0.23273 -0.198161,0.35392 m -11.424611,0.0458 c 0.04507,0.0376 0.08993,0.0754 0.134787,0.11294 0.121841,-0.0647 0.261759,-0.11141 0.355706,-0.2042 0.03414,-0.0336 -0.01383,-0.21222 -0.07543,-0.26308 -0.0627,-0.0518 -0.24614,-0.0694 -0.27448,-0.0295 -0.0761,0.10727 -0.09752,0.25327 -0.140588,0.38382 m 5.354591,1.4003 c 0.153529,0.40569 0.28095,0.74221 0.408595,1.07873 0.0482,-0.004 0.09641,-0.008 0.144827,-0.0123 0.124074,-0.33452 0.247925,-0.66903 0.395429,-1.06646 z m 8.147811,-7.89297 v 0.97139 c 0.416627,-0.16581 0.744667,-0.29612 1.072474,-0.42645 -7.14e-4,-0.0499 -0.0011,-0.0997 -0.002,-0.14973 -0.3316,-0.12252 -0.662987,-0.24481 -1.070245,-0.39521 m -16.0947847,0.39699 c 0.004,0.0576 0.008,0.11519 0.01205,0.17272 0.3358472,0.11849 0.6714707,0.23699 1.1124247,0.39253 -0.02522,-0.37401 -0.04195,-0.62529 -0.06516,-0.9696 -0.4146209,0.15821 -0.7368562,0.28116 -1.0593137,0.40435 m 7.9704177,-7.69168 c 0.03102,0.0482 0.06225,0.0964 0.09328,0.14461 0.255512,-0.0196 0.511023,-0.0393 0.851333,-0.0654 -0.172274,-0.4173 -0.301481,-0.72993 -0.430463,-1.04256 -0.04775,0.002 -0.09551,0.005 -0.143489,0.007 -0.123404,0.31889 -0.247031,0.63756 -0.370659,0.95622 m 0.615906,0.42064 c -3.960545,-3.6e-4 -7.195837,3.22034 -7.204317,7.17218 -0.0087,3.94582 3.24221,7.25698 7.157008,7.23356 3.82375,-0.023 7.227079,-2.91953 7.21904,-7.25253 -0.008,-4.20712 -3.457774,-7.17351 -7.171731,-7.15321 m 0.0078,-1.68325 c 4.631791,-0.0118 8.833343,3.65795 8.846063,8.85432 0.0123,5.04797 -3.94247,8.884 -8.88333,8.91413 -4.870568,0.0296 -8.8639146,-4.01031 -8.8556586,-8.90632 0.008,-4.90336 3.9873226,-8.86882 8.8929256,-8.86213"
|
||||
style="fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.22315437"
|
||||
id="path42-4-8" />
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,17.315118,254.43074)"
|
||||
id="g44-8-2">
|
||||
<path
|
||||
id="path46-1-6"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0.554,1.428 1.107,2.856 1.661,4.284 1.875,4.295 2.09,4.306 2.304,4.317 2.882,2.916 3.461,1.515 4.232,-0.355 2.708,-0.472 1.563,-0.56 0.418,-0.648 0.278,-0.432 0.139,-0.216 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,9.3446655,262.12245)"
|
||||
id="g48-1-0">
|
||||
<path
|
||||
id="path50-0-6"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 1.445,0.552 2.889,1.103 4.747,1.812 4.851,0.269 4.926,-0.857 5.039,-2.533 3.063,-1.836 1.559,-1.305 0.054,-0.774 0.036,-0.516 0.018,-0.258 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,25.439362,261.72537)"
|
||||
id="g52-5-6">
|
||||
<path
|
||||
id="path54-9-4"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 1.825,-0.674 3.311,-1.223 4.797,-1.772 4.8,-1.995 4.803,-2.219 4.807,-2.442 3.337,-3.027 1.867,-3.611 0,-4.353 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,17.291618,269.61843)"
|
||||
id="g56-8-6">
|
||||
<path
|
||||
id="path58-4-2"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 H 4.252 C 3.592,-1.782 3.036,-3.281 2.48,-4.779 2.264,-4.798 2.047,-4.816 1.831,-4.835 1.26,-3.326 0.689,-1.818 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 56.701928,263.64459 c -1.78122,0.71117 -3.59301,1.35364 -5.340302,2.13805 -1.857759,0.83369 -3.66509,1.78344 -5.477773,2.71398 -1.407654,0.71119 -1.87249,0.67863 -2.950325,0.49183 -0.783278,-0.13635 -2.013081,-0.89463 -2.500449,-1.92314 -0.268896,-0.56704 -0.389175,-1.1961 -0.329598,-1.82072 0.137239,-1.42104 0.873205,-2.25274 1.801533,-2.86039 3.410683,-2.23356 7.111475,-3.84941 10.923843,-5.23788 0.658307,-0.23967 1.327773,-0.50968 2.014193,-0.60653 2.244939,-0.31733 4.082389,1.27598 4.175668,3.55015 0.071,1.74753 -0.675048,2.89967 -2.31679,3.55464"
|
||||
style="fill:#2b2b2b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.22315437"
|
||||
id="path62-4-8" />
|
||||
<g
|
||||
style="fill:#4563c7;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,48.283849,253.11735)"
|
||||
id="g64-8-9">
|
||||
<path
|
||||
id="path66-2-6"
|
||||
style="fill:#4563c7;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0.835,-1.544 0.457,-3.372 -1.892,-4.389 -5.075,-2.429 -10.185,-4.787 -15.29,-7.153 -0.481,-0.223 -0.997,-0.419 -1.517,-0.506 -1.495,-0.25 -3.079,0.65 -3.547,2.031 -0.499,1.472 0.07,2.623 1.252,3.506 0.371,0.277 11.155,5.064 16.128,7.236 C -2.096,2.048 -0.564,1.043 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,17.933526,256.75527)"
|
||||
id="g68-1-0">
|
||||
<path
|
||||
id="path70-0-7"
|
||||
style="fill:#2c2829;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -13.322,0.013 -23.708,-10.287 -23.759,-23.563 -0.051,-13.363 10.37,-23.908 23.648,-23.931 13.283,-0.022 23.811,10.505 23.819,23.815 C 23.716,-10.526 13.19,-0.013 0,0 M -25.126,-23.639 C -25.109,-9.685 -13.946,1.393 0.068,1.363 13.812,1.334 25.11,-9.987 25.082,-23.701 25.054,-37.559 13.719,-48.89 -0.095,-48.869 c -13.879,0.021 -25.048,11.279 -25.031,25.23"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,22.611574,263.11457)"
|
||||
id="g72-3-0">
|
||||
<path
|
||||
id="path74-9-1"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 h -16.106 v -16.237 h -9.59 c -0.081,5.33 -0.157,10.509 -0.242,16.136 h -16.01 v 9.535 c 5.244,0.096 10.357,0.192 15.712,0.293 0.162,1.381 0.383,2.486 0.399,3.59 0.055,3.227 0.005,6.454 0.04,9.677 0.01,0.847 0.186,1.689 0.313,2.763 h 9.157 c 0.07,-5.275 0.136,-10.448 0.211,-16.06 C -10.599,9.621 -5.421,9.545 0,9.47 Z m 0.963,8.012 c -0.035,1.992 -0.529,2.375 -2.561,2.537 -1.871,0.156 -3.752,0.297 -5.587,0.665 -4.322,0.868 -6.737,3.686 -7.514,7.927 -0.297,1.639 -0.343,3.328 -0.464,4.997 -0.151,2.113 -0.741,2.784 -2.823,2.849 -2.012,0.061 -4.034,0.066 -6.046,-0.005 -2.118,-0.071 -2.577,-0.686 -2.764,-2.859 -0.171,-1.997 -0.373,-4.014 -0.811,-5.97 -0.802,-3.595 -3.091,-5.945 -6.692,-6.762 -2.077,-0.474 -4.23,-0.676 -6.363,-0.832 -1.649,-0.121 -2.491,-0.852 -2.542,-2.476 -0.04,-1.271 -0.04,-2.551 -0.04,-3.827 -0.005,-5.088 0,-5.088 4.997,-5.365 6.999,-0.389 10.161,-3.283 11.164,-10.272 0.182,-1.26 0.061,-2.582 0.383,-3.792 0.212,-0.776 0.943,-1.966 1.503,-2.002 3.041,-0.196 6.106,-0.095 9.53,-0.095 0.202,1.638 0.464,2.98 0.509,4.336 0.263,7.402 3.333,10.846 10.59,11.749 0.927,0.116 1.885,0.015 2.813,0.131 0.822,0.111 1.624,0.383 2.728,0.661 0,3.05 0.035,5.728 -0.01,8.405"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,15.532692,258.93144)"
|
||||
id="g76-6-0">
|
||||
<path
|
||||
id="path78-0-1"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -1.061,-1.004 -1.685,-1.593 -2.597,-2.456 -0.602,1.315 -1.048,2.29 -1.495,3.266 0.12,0.186 0.24,0.373 0.36,0.56 C -2.679,0.983 -1.627,0.597 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,21.01466,259.59269)"
|
||||
id="g80-4-3">
|
||||
<path
|
||||
id="path82-1-7"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.589,0.567 -1.177,1.135 -1.766,1.702 0.07,0.242 0.14,0.484 0.209,0.727 1.051,0.46 2.102,0.92 3.152,1.38 C 1.74,3.664 1.884,3.52 2.029,3.375 1.607,2.334 1.186,1.293 0.765,0.252 0.51,0.168 0.255,0.084 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,14.5422,265.32658)"
|
||||
id="g84-4-7">
|
||||
<path
|
||||
id="path86-4-2"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0.422,1.027 0.844,2.054 1.415,3.444 2.36,2.589 2.996,2.014 4.01,1.096 2.565,0.462 1.512,0 0.46,-0.462 0.307,-0.308 0.153,-0.154 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,20.966213,264.64455)"
|
||||
id="g88-4-6">
|
||||
<path
|
||||
id="path90-7-4"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0.624,-1.473 1.063,-2.509 1.502,-3.545 1.366,-3.698 1.23,-3.852 1.094,-4.005 0.064,-3.601 -0.965,-3.198 -2.439,-2.619 -1.532,-1.645 -0.921,-0.989 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,17.979672,262.93851)"
|
||||
id="g92-6-5">
|
||||
<path
|
||||
id="path94-0-2"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 2.284,0 4.136,1.852 4.136,4.136 4.136,6.42 2.284,8.272 0,8.272 -2.284,8.272 -4.136,6.42 -4.136,4.136 -4.136,1.852 -2.284,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,38.164861,261.69837)"
|
||||
id="g120-2-0">
|
||||
<path
|
||||
id="path122-1-2"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 h -6.437 v 1.505 h 4.412 c -0.321,0.971 -0.586,1.76 -0.843,2.553 -0.64,1.975 -1.238,3.967 -1.941,5.918 -0.17,0.472 -0.629,1.057 -1.049,1.155 C -6.565,11.295 -6.794,10.562 -6.99,9.955 -7.969,6.927 -8.976,3.91 -9.923,0.872 c -0.222,-0.714 -0.547,-0.954 -1.265,-0.935 -1.975,0.054 -3.952,0.005 -5.927,0.023 -2.002,0.018 -3.311,1.328 -3.355,3.4 -0.039,1.866 -0.043,3.735 10e-4,5.601 0.048,2.104 1.315,3.385 3.338,3.414 1.781,0.025 3.562,0.005 5.406,0.005 v -1.585 c -1.53,0 -3.052,0 -4.574,0 -2.147,10e-4 -2.64,-0.518 -2.641,-2.782 0,-1.408 -0.006,-2.817 0.002,-4.226 0.009,-1.507 0.695,-2.241 2.113,-2.256 1.152,-0.012 2.303,-0.003 3.514,-0.003 v 4.914 h -2.931 v 1.529 h 4.566 V 1.498 c 0.083,-0.01 0.166,-0.02 0.249,-0.03 0.966,2.976 1.934,5.952 2.897,8.929 0.551,1.702 1.565,2.394 3.2,2.142 0.91,-0.139 1.584,-0.67 1.882,-1.571 C -2.265,7.394 -1.118,3.807 0.038,0.224 0.055,0.17 0.018,0.098 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,29.163364,261.70571)"
|
||||
id="g124-7-9">
|
||||
<path
|
||||
id="path126-8-0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v 1.567 c 1.717,0 3.401,-0.019 5.085,0.006 1.409,0.02 2.462,1.043 2.512,2.381 C 7.647,5.262 6.605,6.381 5.22,6.479 4.657,6.518 4.087,6.464 3.528,6.524 2.666,6.617 2.038,7.429 2.039,8.368 c 10e-4,0.951 0.622,1.801 1.491,1.826 1.842,0.054 3.685,0.017 5.577,0.017 V 8.661 H 6.305 3.693 C 3.692,8.487 3.69,8.313 3.688,8.139 4.204,8.116 4.72,8.084 5.237,8.072 7.183,8.027 8.589,6.893 9.074,4.967 9.667,2.615 7.979,0.112 5.654,0.015 3.81,-0.061 1.96,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,29.159924,261.21884)"
|
||||
id="g128-5-9">
|
||||
<path
|
||||
id="path130-7-9"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v 1.619 h 5.433 c 0,0.151 0.001,0.303 0.001,0.455 C 4.88,2.096 4.327,2.129 3.772,2.139 2.217,2.166 1.06,2.91 0.378,4.342 c -0.694,1.459 -0.587,2.92 0.328,4.261 0.627,0.92 1.494,1.543 2.586,1.578 1.908,0.061 3.82,0.017 5.805,0.017 V 8.645 C 7.383,8.645 5.667,8.674 3.952,8.637 2.25,8.6 1.145,7.011 1.659,5.41 1.968,4.447 2.851,3.8 3.983,3.734 4.515,3.702 5.052,3.742 5.581,3.688 6.439,3.6 7.089,2.792 7.099,1.866 7.109,0.941 6.46,0.04 5.622,0.016 3.779,-0.036 1.935,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,33.419745,258.94764)"
|
||||
id="g132-4-4">
|
||||
<path
|
||||
id="path134-1-5"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v -1.531 c -1.698,0 -3.38,10e-4 -5.061,-0.001 -1.768,-0.002 -2.384,-0.627 -2.396,-2.457 -0.009,-1.473 -0.004,-2.946 0.007,-4.419 0.013,-1.7 0.666,-2.385 2.269,-2.389 1.686,-0.005 3.372,-10e-4 5.121,-10e-4 v -1.573 c -1.258,0 -2.497,-0.002 -3.735,0.001 -0.784,0.002 -1.57,-0.026 -2.35,0.029 -1.437,0.102 -2.745,1.446 -2.782,2.95 -0.053,2.158 -0.05,4.32 -0.001,6.479 0.032,1.383 1.2,2.806 2.521,2.88 C -4.292,0.087 -2.166,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,36.707626,260.82091)"
|
||||
id="g136-8-1">
|
||||
<path
|
||||
id="path138-5-0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 H 1.294 C 1.092,0.624 0.921,1.153 0.751,1.682 L 0.528,1.668 C 0.366,1.156 0.204,0.645 0,0 m -3.152,-3.897 c 1.092,3.373 2.154,6.674 3.241,9.965 0.077,0.233 0.318,0.481 0.536,0.56 C 0.745,6.671 1.08,6.413 1.143,6.227 2.029,3.589 2.886,0.94 3.774,-1.781 H 0.087 c -0.041,0.391 -0.077,0.739 -0.114,1.087 -0.052,0.019 -0.105,0.039 -0.158,0.058 -0.21,-0.611 -0.426,-1.22 -0.629,-1.833 -0.541,-1.626 -0.539,-1.627 -2.338,-1.428"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,34.781187,260.78556)"
|
||||
id="g140-9-3">
|
||||
<path
|
||||
id="path142-7-7"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C -0.472,0.138 -0.752,0.22 -1.088,0.318 V 1.71 h 2.392 v -3.646 c -1.223,0 -2.439,-0.069 -3.638,0.047 -0.312,0.031 -0.802,0.631 -0.817,0.988 -0.082,1.962 -0.058,3.93 -0.035,5.895 0.009,0.689 0.412,1.093 1.077,1.1 C -0.293,6.111 1.524,6.1 3.422,6.1 V 4.541 C 2.055,4.541 0.714,4.503 -0.623,4.555 -1.444,4.588 -1.761,4.288 -1.708,3.423 -1.653,2.509 -1.705,1.589 -1.694,0.672 -1.68,-0.423 -1.175,-0.686 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,32.250319,260.8445)"
|
||||
id="g144-5-8">
|
||||
<path
|
||||
id="path146-3-8"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 1.688,-0.315 3.436,0.015 5.186,-0.183 v -1.486 c -2.002,0 -3.964,-0.049 -5.92,0.049 -0.312,0.016 -0.779,0.653 -0.85,1.064 -0.136,0.789 -0.04,1.622 -0.04,2.519 H 3.944 V 0.494 H 0.052 C 0.034,0.329 0.017,0.165 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,33.419836,259.42772)"
|
||||
id="g148-8-6">
|
||||
<path
|
||||
id="path150-8-0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v -1.477 c -1.736,-0.247 -3.517,0.158 -5.223,-0.219 0.006,-0.135 0.012,-0.271 0.017,-0.406 h 3.912 v -1.543 h -5.553 c 0,0.905 -0.078,1.85 0.041,2.766 0.043,0.328 0.553,0.828 0.865,0.84 C -3.978,0.038 -2.011,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,12.469321,256.49946)"
|
||||
id="g152-3-4">
|
||||
<path
|
||||
id="path154-1-6"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,-0.696 -0.564,-1.261 -1.261,-1.261 -0.696,0 -1.26,0.565 -1.26,1.261 0,0.696 0.564,1.261 1.26,1.261 C -0.564,1.261 0,0.696 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,23.811988,256.45103)"
|
||||
id="g156-8-7">
|
||||
<path
|
||||
id="path158-9-6"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,-0.696 -0.564,-1.261 -1.261,-1.261 -0.696,0 -1.26,0.565 -1.26,1.261 0,0.696 0.564,1.261 1.26,1.261 C -0.564,1.261 0,0.696 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,23.904956,268.07177)"
|
||||
id="g160-6-0">
|
||||
<path
|
||||
id="path162-4-9"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,-0.696 -0.564,-1.261 -1.261,-1.261 -0.696,0 -1.26,0.565 -1.26,1.261 0,0.696 0.564,1.261 1.26,1.261 C -0.564,1.261 0,0.696 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,12.46843,268.07177)"
|
||||
id="g164-3-7">
|
||||
<path
|
||||
id="path166-3-5"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,-0.696 -0.564,-1.261 -1.261,-1.261 -0.696,0 -1.26,0.565 -1.26,1.261 0,0.696 0.564,1.261 1.26,1.261 C -0.564,1.261 0,0.696 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,22.611574,261.00137)"
|
||||
id="g168-3-9">
|
||||
<path
|
||||
id="path170-8-7"
|
||||
style="fill:#201e1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v -9.47 h -16.106 v -16.236 h -9.59 c -0.081,5.33 -0.157,10.508 -0.242,16.135 h -16.01 v 9.536 c 5.244,0.096 10.357,0.191 15.712,0.292 0.162,1.382 0.383,2.486 0.399,3.59 0.055,3.228 0.005,6.455 0.04,9.677 0.01,0.847 0.186,1.689 0.313,2.763 h 9.157 c 0.07,-5.274 0.136,-10.448 0.211,-16.06 C -10.599,0.151 -5.421,0.076 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22315435,0,0,-0.22315435,19.016423,262.01521)"
|
||||
id="g172-6-8">
|
||||
<path
|
||||
id="path174-0-5"
|
||||
style="fill:#191716;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,-2.567 -2.077,-4.649 -4.644,-4.649 -2.567,0 -4.649,2.082 -4.649,4.649 0,2.567 2.082,4.644 4.649,4.644 C -2.077,4.644 0,2.567 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
id="path110-7-5-3"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.14059125"
|
||||
d="m 42.27672,261.48406 -0.264179,-0.17883 -0.0775,0.0371 -0.01601,0.3124 z m 0.408549,0.14466 -0.120199,0.0573 -0.19374,-0.12595 -0.455798,0.21762 -0.01849,0.22735 -0.125539,0.0598 0.0686,-0.79659 0.176997,-0.0845 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.13641117,0,0,-0.13641117,47.995874,258.31033)"
|
||||
id="g112-7-5-3">
|
||||
<path
|
||||
id="path114-6-2-8"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -3.265,-1.542 -0.533,1.129 3.265,1.542 C -0.2,1.286 0.057,1.173 0.236,0.794 0.413,0.419 0.333,0.157 0,0 M 0.893,-1.891 0.38,-2.133 -2.377,-3.424 -2.91,-2.296 -0.123,-0.98 0.36,-0.762 c 0.333,0.157 0.588,0.048 0.763,-0.322 0.179,-0.379 0.103,-0.65 -0.23,-0.807 m 0.074,1.828 C 1.207,0.162 1.241,0.5 1.08,0.948 L 0.908,1.335 C 0.552,2.089 -0.067,2.256 -0.941,1.843 l -3.953,-1.867 0.342,-0.745 1.422,-3.011 0.364,-0.75 3.953,1.866 c 0.874,0.413 1.137,1 0.783,1.75 l -0.189,0.379 c -0.207,0.331 -0.476,0.489 -0.814,0.472"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#d8d7d5;fill-opacity:1"
|
||||
transform="matrix(0.14254506,0,0,-0.14254506,53.976402,255.84227)"
|
||||
id="g116-4-9-3">
|
||||
<path
|
||||
id="path118-3-0-7"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -1.919,-0.791 c -1.288,-0.524 -0.964,-0.992 -0.543,-2.018 0.42,-1.027 0.515,-1.585 1.798,-1.06 l 3.396,1.391 0.315,-0.77 -3.39,-1.393 c -1.793,-0.737 -2.248,-0.028 -2.879,1.512 -0.631,1.54 -0.813,2.369 0.966,3.104 L 1.155,1.372 1.468,0.608 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.99991583,0.01258995,-0.01258995,0.99991583,3.1314668,-0.40538987)"
|
||||
id="g8186-9">
|
||||
<g
|
||||
id="g224-6-2-3"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,27.237599,249.08136)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.242,-0.038 -0.364,-0.057 -0.606,-0.096 -0.743,0.754 -0.811,1.179 -0.948,2.03 -1.103,1.133 -1.178,0.684 -1.327,-0.213 -1.536,-0.248 -1.641,-0.265 -1.851,-0.3 -2.279,0.501 -2.495,0.902 -2.929,1.701 -2.784,0.852 -2.711,0.428 -2.566,-0.422 -2.807,-0.463 -2.928,-0.484 -3.169,-0.526 -3.4,0.799 -3.516,1.462 -3.747,2.788 c 0.329,0.057 0.494,0.086 0.824,0.142 0.475,-0.892 0.711,-1.339 1.179,-2.233 0.156,0.998 0.235,1.497 0.399,2.494 0.329,0.054 0.493,0.08 0.822,0.132 C -0.314,1.994 -0.209,1.329 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path226-4-8-7" />
|
||||
</g>
|
||||
<g
|
||||
id="g228-0-3-8"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,27.990429,248.96974)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -1.025,-0.143 -1.537,-0.217 -2.56,-0.374 -0.204,1.33 -0.305,1.995 -0.509,3.325 1.012,0.155 1.518,0.229 2.531,0.37 0.032,-0.229 0.048,-0.343 0.08,-0.572 -0.757,-0.106 -1.135,-0.161 -1.89,-0.274 0.045,-0.301 0.067,-0.451 0.112,-0.752 0.705,0.106 1.058,0.157 1.763,0.256 0.032,-0.227 0.048,-0.341 0.08,-0.568 C -1.097,1.312 -1.448,1.261 -2.151,1.156 -2.099,0.81 -2.073,0.638 -2.022,0.292 -1.245,0.408 -0.857,0.464 -0.08,0.573 -0.048,0.344 -0.032,0.229 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path230-0-8-7" />
|
||||
</g>
|
||||
<g
|
||||
id="g232-4-0-4"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,28.472229,248.91742)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -0.244,-0.031 -0.471,-0.018 -0.682,0.038 -0.211,0.056 -0.398,0.15 -0.561,0.281 -0.163,0.131 -0.297,0.297 -0.405,0.498 -0.108,0.2 -0.181,0.43 -0.216,0.689 -0.036,0.264 -0.028,0.506 0.023,0.729 0.051,0.222 0.138,0.417 0.263,0.585 0.124,0.168 0.282,0.306 0.473,0.413 0.192,0.107 0.409,0.176 0.652,0.207 0.204,0.026 0.398,0.022 0.582,-0.013 C 0.313,3.392 0.479,3.33 0.626,3.241 0.772,3.153 0.896,3.039 0.997,2.902 1.098,2.763 1.168,2.603 1.206,2.422 0.946,2.391 0.816,2.375 0.555,2.343 0.534,2.445 0.497,2.533 0.444,2.607 0.391,2.682 0.326,2.743 0.245,2.789 0.164,2.836 0.072,2.867 -0.033,2.884 -0.137,2.9 -0.252,2.901 -0.375,2.885 -0.524,2.866 -0.656,2.823 -0.771,2.756 -0.886,2.689 -0.981,2.6 -1.056,2.49 -1.129,2.38 -1.181,2.249 -1.211,2.098 -1.24,1.947 -1.242,1.779 -1.218,1.593 -1.193,1.41 -1.147,1.25 -1.08,1.112 c 0.067,-0.138 0.151,-0.251 0.25,-0.34 0.101,-0.089 0.214,-0.152 0.342,-0.19 0.129,-0.038 0.266,-0.047 0.412,-0.029 0.21,0.027 0.385,0.08 0.527,0.159 0.14,0.08 0.254,0.19 0.341,0.332 C 0.775,1.184 0.766,1.254 0.749,1.393 0.414,1.352 0.247,1.331 -0.088,1.289 -0.117,1.518 -0.132,1.633 -0.161,1.863 0.425,1.937 0.718,1.973 1.304,2.043 1.39,1.323 1.433,0.962 1.519,0.241 1.326,0.218 1.23,0.207 1.037,0.183 0.994,0.275 0.972,0.321 0.928,0.413 0.823,0.302 0.694,0.212 0.539,0.143 0.386,0.074 0.206,0.026 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path234-6-4-1" />
|
||||
</g>
|
||||
<g
|
||||
id="g236-2-0-9"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,29.293779,248.4735)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.21,0.406 -0.315,0.609 -0.527,1.015 -0.637,0.574 -0.692,0.354 -0.8,-0.087 -0.48,-0.052 -0.32,-0.034 0,0 m 1.422,-1.356 c -0.28,-0.028 -0.42,-0.042 -0.7,-0.071 -0.187,0.367 -0.281,0.55 -0.47,0.917 -0.473,-0.05 -0.709,-0.076 -1.182,-0.129 -0.097,-0.398 -0.146,-0.597 -0.242,-0.995 -0.266,-0.031 -0.399,-0.046 -0.664,-0.077 0.359,1.396 0.543,2.095 0.92,3.49 0.243,0.027 0.365,0.041 0.609,0.067 0.701,-1.278 1.047,-1.918 1.729,-3.202"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path238-6-9-0" />
|
||||
</g>
|
||||
<g
|
||||
id="g240-7-1-9"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,30.448259,248.31977)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.014,0.169 -0.042,0.319 -0.087,0.451 -0.131,0.582 -0.199,0.691 -0.291,0.777 -0.382,0.863 -0.5,0.924 -0.646,0.962 -0.791,1 -0.971,1.01 -1.185,0.991 -1.379,0.975 -1.475,0.966 -1.669,0.949 -1.591,0.07 -1.553,-0.37 -1.475,-1.25 c 0.191,0.017 0.287,0.026 0.479,0.042 0.21,0.018 0.383,0.059 0.518,0.121 0.135,0.062 0.241,0.145 0.317,0.247 0.075,0.102 0.124,0.224 0.147,0.365 C 0.01,-0.333 0.014,-0.175 0,0 m 0.647,0.051 c 0.087,-1.13 -0.443,-1.736 -1.59,-1.835 -0.444,-0.038 -0.665,-0.057 -1.109,-0.098 -0.122,1.34 -0.184,2.01 -0.306,3.35 0.451,0.041 0.676,0.061 1.128,0.1 1.167,0.1 1.793,-0.411 1.877,-1.517"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path242-5-9-8" />
|
||||
</g>
|
||||
<g
|
||||
id="g244-6-6-8"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,30.880889,248.23587)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C 0.338,0.024 0.507,0.035 0.845,0.057 0.959,0.065 1.056,0.079 1.137,0.099 1.218,0.12 1.282,0.149 1.331,0.188 1.382,0.227 1.416,0.276 1.437,0.335 1.457,0.394 1.464,0.465 1.459,0.547 1.45,0.696 1.397,0.802 1.297,0.866 1.198,0.931 1.05,0.957 0.853,0.944 0.487,0.92 0.304,0.908 -0.062,0.882 -0.037,0.529 -0.025,0.353 0,0 M 2.405,-1.78 C 2.134,-1.796 1.998,-1.804 1.727,-1.821 1.576,-1.463 1.5,-1.285 1.347,-0.928 1.32,-0.866 1.285,-0.809 1.242,-0.759 1.2,-0.708 1.152,-0.666 1.098,-0.63 1.044,-0.595 0.985,-0.569 0.922,-0.551 0.857,-0.533 0.79,-0.526 0.72,-0.531 0.448,-0.549 0.312,-0.558 0.04,-0.577 0.078,-1.116 0.097,-1.386 0.134,-1.925 -0.117,-1.943 -0.243,-1.952 -0.494,-1.97 -0.592,-0.628 -0.641,0.042 -0.739,1.384 -0.125,1.429 0.183,1.451 0.797,1.491 0.889,1.497 0.977,1.5 1.06,1.502 1.143,1.504 1.223,1.499 1.3,1.488 1.377,1.478 1.451,1.459 1.523,1.433 1.596,1.407 1.665,1.37 1.731,1.321 1.789,1.277 1.841,1.227 1.887,1.171 1.933,1.116 1.971,1.056 2.003,0.993 2.034,0.93 2.059,0.864 2.078,0.794 2.096,0.725 2.107,0.656 2.111,0.586 2.124,0.381 2.084,0.203 1.992,0.05 1.901,-0.103 1.77,-0.223 1.599,-0.312 1.75,-0.413 1.878,-0.578 1.983,-0.808 2.152,-1.197 2.237,-1.391 2.405,-1.78"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path246-9-2-5" />
|
||||
</g>
|
||||
<g
|
||||
id="g248-8-5-8"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,31.696509,248.61727)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.251,-0.013 -0.376,-0.02 -0.627,-0.033 -0.7,1.31 -0.737,1.982 -0.81,3.325 -0.555,3.339 -0.428,3.346 -0.173,3.359 -0.104,2.015 -0.069,1.344 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path250-7-4-4" />
|
||||
</g>
|
||||
<g
|
||||
id="g252-2-4-3"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,32.471139,247.8346)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -0.491,-1.362 -0.732,-2.044 -1.204,-3.409 -0.233,-0.009 -0.349,-0.014 -0.581,-0.024 -0.582,1.322 -0.877,1.982 -1.477,3.299 0.274,0.014 0.412,0.02 0.687,0.033 0.422,-0.986 0.631,-1.48 1.044,-2.468 0.333,1.019 0.502,1.528 0.845,2.545 C -0.412,-0.014 -0.274,-0.009 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path254-8-9-7" />
|
||||
</g>
|
||||
<g
|
||||
id="g256-2-9-1"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,33.163579,248.56709)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -1.032,-0.018 -1.548,-0.03 -2.58,-0.061 -0.041,1.344 -0.062,2.017 -0.103,3.362 1.02,0.031 1.531,0.043 2.551,0.061 0.004,-0.231 0.006,-0.347 0.01,-0.578 C -0.884,2.77 -1.265,2.762 -2.027,2.741 -2.018,2.437 -2.014,2.285 -2.006,1.981 -1.295,2.001 -0.94,2.009 -0.23,2.022 -0.225,1.792 -0.223,1.677 -0.219,1.448 -0.928,1.435 -1.282,1.427 -1.99,1.408 -1.981,1.059 -1.976,0.884 -1.967,0.535 -1.184,0.556 -0.793,0.565 -0.01,0.578 -0.006,0.347 -0.004,0.231 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path258-9-3-3" />
|
||||
</g>
|
||||
<g
|
||||
id="g260-9-6-8"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,34.100819,248.07002)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.006,0.1 -0.031,0.191 -0.071,0.271 -0.113,0.352 -0.167,0.421 -0.234,0.478 -0.302,0.535 -0.381,0.579 -0.472,0.61 -0.563,0.64 -0.661,0.655 -0.764,0.655 -0.911,0.656 -1.045,0.63 -1.162,0.579 -1.279,0.528 -1.38,0.452 -1.462,0.353 c -0.083,-0.1 -0.147,-0.224 -0.19,-0.37 -0.044,-0.146 -0.065,-0.314 -0.065,-0.503 0.001,-0.189 0.024,-0.358 0.07,-0.503 0.045,-0.146 0.108,-0.269 0.19,-0.368 0.081,-0.1 0.18,-0.176 0.295,-0.228 0.115,-0.053 0.245,-0.078 0.387,-0.078 0.108,-10e-4 0.208,0.014 0.298,0.045 0.09,0.03 0.168,0.074 0.236,0.134 0.067,0.059 0.121,0.132 0.161,0.219 0.041,0.086 0.067,0.186 0.078,0.3 C 0.257,-1.001 0.386,-1.002 0.644,-1.004 0.625,-1.205 0.576,-1.382 0.498,-1.538 0.421,-1.693 0.319,-1.824 0.195,-1.93 0.071,-2.036 -0.074,-2.118 -0.237,-2.173 c -0.164,-0.055 -0.34,-0.083 -0.532,-0.083 -0.244,0 -0.462,0.041 -0.658,0.122 -0.195,0.082 -0.361,0.197 -0.5,0.348 -0.138,0.149 -0.245,0.331 -0.322,0.545 -0.075,0.213 -0.114,0.452 -0.116,0.717 -0.002,0.265 0.034,0.504 0.108,0.718 0.075,0.215 0.181,0.399 0.32,0.551 0.14,0.152 0.309,0.27 0.507,0.352 0.197,0.083 0.419,0.124 0.664,0.124 0.186,0 0.361,-0.03 0.525,-0.089 C -0.077,1.073 0.069,0.99 0.195,0.883 0.322,0.776 0.426,0.647 0.506,0.496 0.588,0.346 0.636,0.179 0.653,-0.004 0.392,-0.002 0.261,-0.001 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path262-6-0-0" />
|
||||
</g>
|
||||
<g
|
||||
id="g264-0-5-9"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,34.722849,248.45625)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C 0.144,-0.003 0.277,0.021 0.4,0.072 0.522,0.124 0.628,0.199 0.717,0.298 0.807,0.397 0.878,0.519 0.93,0.664 0.981,0.808 1.01,0.972 1.015,1.157 1.019,1.343 0.999,1.509 0.952,1.656 0.906,1.803 0.841,1.927 0.755,2.028 0.669,2.13 0.566,2.208 0.447,2.264 0.326,2.319 0.196,2.348 0.054,2.35 -0.09,2.353 -0.225,2.329 -0.348,2.278 -0.471,2.226 -0.579,2.152 -0.67,2.052 -0.761,1.954 -0.832,1.832 -0.884,1.687 -0.936,1.542 -0.963,1.378 -0.965,1.195 -0.968,1.01 -0.945,0.845 -0.898,0.699 -0.851,0.553 -0.785,0.428 -0.699,0.326 -0.614,0.223 -0.512,0.144 -0.393,0.088 -0.274,0.032 -0.144,0.003 0,0 M 0.058,2.911 C 0.298,2.906 0.518,2.86 0.719,2.773 0.918,2.685 1.09,2.564 1.232,2.409 1.375,2.254 1.484,2.068 1.56,1.853 1.636,1.638 1.67,1.399 1.662,1.14 1.655,0.883 1.609,0.649 1.524,0.439 1.438,0.228 1.321,0.049 1.173,-0.1 1.025,-0.25 0.851,-0.364 0.65,-0.445 c -0.2,-0.08 -0.421,-0.118 -0.659,-0.114 -0.239,0.005 -0.457,0.051 -0.654,0.138 -0.197,0.088 -0.367,0.208 -0.51,0.362 -0.141,0.154 -0.251,0.339 -0.329,0.553 -0.077,0.214 -0.115,0.451 -0.112,0.709 0.003,0.262 0.047,0.499 0.131,0.711 0.085,0.212 0.201,0.394 0.349,0.543 0.15,0.149 0.326,0.264 0.529,0.342 0.203,0.079 0.425,0.116 0.663,0.112"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path266-2-0-7" />
|
||||
</g>
|
||||
<g
|
||||
id="g268-7-2-9"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,35.834089,248.60481)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.237,0.011 -0.356,0.016 -0.594,0.026 -1.158,0.95 -1.443,1.411 -2.022,2.331 -2.053,1.432 -2.068,0.983 -2.099,0.084 c -0.243,0.008 -0.365,0.012 -0.608,0.02 0.042,1.344 0.063,2.017 0.105,3.362 0.243,-0.008 0.365,-0.012 0.608,-0.02 0.579,-0.922 0.865,-1.384 1.429,-2.31 0.038,0.901 0.057,1.351 0.095,2.251 C -0.221,3.377 -0.096,3.371 0.152,3.36 0.091,2.016 0.061,1.344 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path270-6-9-9" />
|
||||
</g>
|
||||
<g
|
||||
id="g272-1-4-3"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,36.599059,248.02447)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -0.426,0.027 -0.638,0.039 -1.064,0.063 -0.063,-1.112 -0.095,-1.668 -0.158,-2.78 -0.252,0.014 -0.379,0.021 -0.631,0.034 0.06,1.113 0.09,1.669 0.149,2.782 -0.424,0.023 -0.636,0.033 -1.06,0.054 0.011,0.231 0.017,0.346 0.028,0.577 C -1.627,0.677 -1.073,0.646 0.036,0.577 0.022,0.346 0.014,0.231 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path274-3-3-2" />
|
||||
</g>
|
||||
<g
|
||||
id="g276-2-5-4"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,36.846289,248.23166)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c 0.338,-0.023 0.507,-0.035 0.845,-0.06 0.114,-0.008 0.212,-0.007 0.294,0.002 0.084,0.009 0.152,0.029 0.206,0.061 C 1.4,0.035 1.441,0.078 1.469,0.134 1.497,0.189 1.514,0.259 1.521,0.341 1.532,0.49 1.494,0.603 1.404,0.68 1.315,0.757 1.171,0.803 0.975,0.817 0.609,0.844 0.426,0.857 0.06,0.882 0.036,0.529 0.024,0.353 0,0 m 2.137,-2.094 c -0.271,0.021 -0.406,0.032 -0.677,0.053 -0.1,0.375 -0.151,0.562 -0.253,0.937 -0.019,0.065 -0.046,0.126 -0.081,0.182 -0.035,0.056 -0.077,0.104 -0.125,0.146 -0.048,0.043 -0.103,0.077 -0.164,0.104 -0.061,0.026 -0.126,0.042 -0.196,0.047 -0.272,0.02 -0.408,0.029 -0.68,0.048 -0.037,-0.54 -0.056,-0.809 -0.093,-1.349 -0.251,0.018 -0.377,0.026 -0.628,0.042 0.087,1.343 0.131,2.014 0.218,3.357 C 0.073,1.433 0.38,1.412 0.995,1.367 1.087,1.36 1.174,1.352 1.256,1.342 1.339,1.332 1.418,1.316 1.492,1.295 1.568,1.274 1.639,1.246 1.706,1.21 1.774,1.174 1.838,1.127 1.896,1.07 1.948,1.018 1.993,0.962 2.031,0.9 2.068,0.839 2.098,0.775 2.121,0.708 2.143,0.641 2.159,0.572 2.168,0.501 2.177,0.429 2.178,0.359 2.172,0.29 2.156,0.085 2.093,-0.086 1.98,-0.225 1.869,-0.363 1.722,-0.465 1.541,-0.529 c 0.135,-0.12 0.24,-0.302 0.312,-0.545 0.115,-0.408 0.171,-0.612 0.284,-1.02"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path278-1-1-3" />
|
||||
</g>
|
||||
<g
|
||||
id="g280-5-7-7"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,37.796009,248.62591)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C 0.143,-0.013 0.278,0.001 0.404,0.044 0.53,0.086 0.641,0.154 0.737,0.246 0.834,0.339 0.914,0.455 0.976,0.595 1.038,0.735 1.078,0.897 1.096,1.081 1.114,1.266 1.105,1.434 1.07,1.583 1.034,1.733 0.978,1.861 0.899,1.969 0.821,2.076 0.723,2.162 0.608,2.226 0.492,2.289 0.363,2.327 0.223,2.34 0.079,2.353 -0.058,2.339 -0.184,2.297 -0.311,2.255 -0.424,2.188 -0.522,2.095 -0.62,2.003 -0.7,1.887 -0.762,1.746 -0.824,1.605 -0.862,1.444 -0.878,1.261 -0.894,1.077 -0.883,0.911 -0.847,0.762 -0.81,0.612 -0.753,0.483 -0.674,0.375 -0.597,0.267 -0.501,0.18 -0.386,0.116 -0.271,0.052 -0.143,0.013 0,0 M 0.267,2.899 C 0.505,2.877 0.722,2.815 0.916,2.714 1.109,2.613 1.272,2.48 1.403,2.314 1.534,2.149 1.63,1.957 1.69,1.737 1.751,1.516 1.767,1.276 1.741,1.018 1.716,0.762 1.653,0.532 1.553,0.328 1.452,0.124 1.322,-0.046 1.164,-0.184 1.006,-0.322 0.823,-0.425 0.617,-0.49 0.411,-0.556 0.189,-0.578 -0.049,-0.556 c -0.238,0.021 -0.452,0.083 -0.643,0.184 -0.191,0.101 -0.352,0.234 -0.483,0.398 -0.13,0.163 -0.227,0.355 -0.289,0.574 -0.062,0.22 -0.082,0.458 -0.061,0.716 0.021,0.261 0.082,0.494 0.181,0.699 0.1,0.206 0.23,0.379 0.388,0.517 0.16,0.138 0.344,0.24 0.552,0.304 0.209,0.064 0.433,0.085 0.671,0.063"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path282-9-4-1" />
|
||||
</g>
|
||||
<g
|
||||
id="g284-9-3-2"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,38.775729,248.84001)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -0.867,0.1 -1.301,0.147 -2.169,0.236 0.138,1.339 0.207,2.008 0.345,3.346 C -1.568,3.556 -1.44,3.542 -1.185,3.515 -1.303,2.407 -1.362,1.853 -1.48,0.745 -0.861,0.679 -0.552,0.645 0.066,0.574 0.04,0.345 0.026,0.23 0,0"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path286-1-1-2" />
|
||||
</g>
|
||||
<g
|
||||
id="g288-4-4-0"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,39.383879,248.50057)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c 0.283,-0.036 0.425,-0.055 0.708,-0.092 0.116,-0.015 0.216,-0.018 0.301,-0.007 0.085,0.01 0.155,0.032 0.213,0.066 0.056,0.035 0.101,0.08 0.132,0.137 C 1.386,0.16 1.407,0.228 1.418,0.307 1.431,0.403 1.423,0.482 1.396,0.545 1.368,0.609 1.326,0.661 1.27,0.702 1.213,0.743 1.146,0.774 1.068,0.796 0.989,0.818 0.906,0.834 0.818,0.846 0.539,0.883 0.399,0.901 0.12,0.937 0.072,0.562 0.048,0.375 0,0 M -0.443,1.59 C 0.081,1.525 0.343,1.492 0.866,1.423 0.983,1.407 1.097,1.386 1.207,1.358 1.316,1.331 1.419,1.295 1.515,1.251 1.61,1.207 1.697,1.154 1.773,1.093 1.849,1.032 1.912,0.96 1.961,0.876 2.011,0.793 2.045,0.697 2.065,0.59 2.084,0.483 2.084,0.362 2.066,0.228 2.017,-0.126 1.87,-0.377 1.629,-0.525 1.387,-0.673 1.052,-0.718 0.621,-0.662 c -0.277,0.037 -0.416,0.055 -0.694,0.091 -0.064,-0.502 -0.097,-0.753 -0.161,-1.255 -0.25,0.032 -0.375,0.048 -0.626,0.079 0.167,1.335 0.25,2.002 0.417,3.337"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path290-9-6-2" />
|
||||
</g>
|
||||
<g
|
||||
id="g292-1-9-1"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,40.315169,248.70798)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C -0.1,0.446 -0.151,0.669 -0.253,1.116 -0.471,0.717 -0.58,0.517 -0.797,0.118 -0.478,0.072 -0.319,0.048 0,0 m 1.034,-1.672 c -0.279,0.044 -0.418,0.065 -0.697,0.108 -0.088,0.403 -0.132,0.604 -0.222,1.007 -0.471,0.071 -0.706,0.106 -1.178,0.175 -0.195,-0.361 -0.292,-0.541 -0.486,-0.902 -0.265,0.038 -0.398,0.057 -0.663,0.094 0.701,1.26 1.057,1.889 1.775,3.143 C -0.194,1.918 -0.073,1.9 0.17,1.863 0.526,0.45 0.698,-0.257 1.034,-1.672"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path294-0-4-7" />
|
||||
</g>
|
||||
<g
|
||||
id="g296-7-2-5"
|
||||
transform="matrix(0.22282993,0,0,-0.22282993,41.178789,248.80075)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 C 0.029,0.167 0.038,0.32 0.027,0.459 0.016,0.597 -0.023,0.719 -0.09,0.825 -0.158,0.93 -0.258,1.02 -0.39,1.092 -0.522,1.164 -0.694,1.218 -0.907,1.254 -1.099,1.285 -1.195,1.301 -1.387,1.332 -1.529,0.461 -1.6,0.025 -1.742,-0.846 c 0.19,-0.031 0.286,-0.047 0.476,-0.078 0.209,-0.035 0.386,-0.038 0.533,-0.011 0.147,0.026 0.27,0.08 0.369,0.161 0.098,0.08 0.176,0.186 0.234,0.317 0.057,0.132 0.1,0.284 0.13,0.457 m 0.642,-0.111 c -0.195,-1.116 -0.86,-1.572 -1.999,-1.384 -0.44,0.073 -0.66,0.108 -1.101,0.178 0.212,1.329 0.318,1.993 0.529,3.322 C -1.48,1.934 -1.256,1.897 -0.808,1.823 0.35,1.632 0.833,0.982 0.642,-0.111"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path298-5-2-1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,44.003248,253.11299)"
|
||||
id="g176-3-7">
|
||||
<path
|
||||
id="path178-5-4"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.173,-0.073 -0.332,-0.114 -0.48,-0.124 -0.148,-0.01 -0.282,0.007 -0.403,0.052 -0.121,0.042 -0.227,0.111 -0.32,0.203 -0.092,0.092 -0.168,0.204 -0.229,0.337 l 0.436,0.185 C -0.952,0.569 -0.9,0.505 -0.84,0.456 -0.777,0.408 -0.711,0.375 -0.643,0.355 -0.571,0.336 -0.498,0.332 -0.421,0.34 -0.345,0.351 -0.268,0.372 -0.191,0.405 -0.117,0.436 -0.054,0.471 0,0.511 0.054,0.552 0.097,0.595 0.129,0.639 0.159,0.685 0.178,0.732 0.186,0.781 0.191,0.83 0.185,0.879 0.164,0.928 0.143,0.978 0.113,1.015 0.076,1.04 0.039,1.065 -0.012,1.081 -0.074,1.086 -0.137,1.093 -0.214,1.09 -0.306,1.077 -0.398,1.064 -0.51,1.046 -0.641,1.018 -0.791,0.991 -0.924,0.976 -1.041,0.975 -1.158,0.973 -1.26,0.987 -1.348,1.014 -1.436,1.043 -1.51,1.087 -1.57,1.146 c -0.063,0.06 -0.114,0.137 -0.153,0.231 -0.044,0.102 -0.062,0.204 -0.055,0.306 0.006,0.104 0.034,0.203 0.086,0.298 0.051,0.095 0.124,0.182 0.216,0.263 0.093,0.081 0.206,0.149 0.339,0.205 0.137,0.058 0.271,0.094 0.401,0.104 0.129,0.011 0.25,-10e-4 0.363,-0.036 C -0.262,2.48 -0.16,2.423 -0.07,2.34 0.021,2.259 0.095,2.153 0.153,2.024 L -0.278,1.842 C -0.426,2.103 -0.65,2.17 -0.949,2.043 -1.096,1.981 -1.196,1.908 -1.253,1.827 -1.31,1.745 -1.319,1.661 -1.283,1.574 c 0.014,-0.034 0.036,-0.061 0.064,-0.08 0.028,-0.018 0.065,-0.03 0.112,-0.036 0.045,-0.007 0.101,-0.007 0.168,0 0.065,0.007 0.143,0.02 0.232,0.038 0.079,0.016 0.16,0.029 0.242,0.044 0.084,0.015 0.167,0.024 0.25,0.03 0.084,0.005 0.166,0.003 0.244,-0.006 C 0.109,1.554 0.184,1.534 0.255,1.503 0.325,1.472 0.389,1.428 0.447,1.369 0.506,1.31 0.555,1.234 0.594,1.14 0.641,1.029 0.662,0.917 0.656,0.807 0.648,0.695 0.619,0.589 0.566,0.489 0.514,0.388 0.439,0.296 0.344,0.21 0.246,0.127 0.131,0.056 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,44.512012,252.36268)"
|
||||
id="g180-7-1">
|
||||
<path
|
||||
id="path182-0-7"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.748,-0.318 0.846,-1.994 -0.452,-0.191 -0.845,1.993 -0.746,-0.316 -0.176,0.415 1.945,0.826 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,44.935921,252.42558)"
|
||||
id="g184-8-1">
|
||||
<path
|
||||
id="path186-1-1"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.616,0.64 0.048,-0.881 z M 1.358,-0.687 0.857,-0.899 0.301,-0.322 -0.541,-0.68 -0.5,-1.475 -0.976,-1.677 -1.072,1.124 -0.645,1.306 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,45.269518,252.20199)"
|
||||
id="g188-9-1">
|
||||
<path
|
||||
id="path190-9-7"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.598,0.253 C 0.679,0.288 0.745,0.322 0.798,0.358 0.851,0.393 0.891,0.432 0.916,0.473 0.941,0.514 0.954,0.558 0.954,0.606 0.952,0.656 0.94,0.709 0.915,0.768 0.87,0.875 0.804,0.94 0.715,0.961 0.627,0.983 0.514,0.965 0.376,0.906 L -0.269,0.633 Z M 2.208,-0.694 1.724,-0.899 1.216,-0.341 C 1.18,-0.304 1.14,-0.271 1.097,-0.245 1.052,-0.218 1.007,-0.199 0.958,-0.187 0.911,-0.175 0.86,-0.171 0.81,-0.174 0.758,-0.176 0.708,-0.188 0.658,-0.209 L 0.176,-0.414 0.587,-1.382 0.138,-1.573 -0.885,0.835 0.194,1.293 C 0.259,1.321 0.32,1.346 0.38,1.368 0.438,1.39 0.498,1.406 0.556,1.418 0.614,1.429 0.673,1.435 0.73,1.434 0.789,1.433 0.849,1.424 0.909,1.404 0.962,1.387 1.013,1.364 1.061,1.334 1.108,1.306 1.151,1.271 1.19,1.233 1.229,1.195 1.265,1.152 1.296,1.107 1.327,1.06 1.354,1.014 1.376,0.963 1.437,0.816 1.456,0.675 1.429,0.541 1.403,0.404 1.34,0.283 1.239,0.173 1.374,0.138 1.511,0.051 1.647,-0.091 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,46.060069,251.70573)"
|
||||
id="g192-7-0">
|
||||
<path
|
||||
id="path194-8-4"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.749,-0.317 0.847,-1.994 -0.452,-0.191 -0.845,1.993 -0.746,-0.316 -0.176,0.415 1.945,0.825 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,50.917563,268.32798)"
|
||||
id="g196-2-0">
|
||||
<path
|
||||
id="path198-5-8"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.749,-0.317 0.848,-1.995 -0.452,-0.191 -0.847,1.994 -0.745,-0.316 -0.176,0.414 1.945,0.825 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,51.158463,268.38661)"
|
||||
id="g200-3-5">
|
||||
<path
|
||||
id="path202-4-1"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.598,0.253 C 0.679,0.288 0.746,0.322 0.799,0.358 0.852,0.393 0.891,0.432 0.916,0.473 0.941,0.514 0.955,0.558 0.954,0.606 0.953,0.656 0.941,0.709 0.916,0.768 0.871,0.875 0.804,0.94 0.716,0.961 0.627,0.983 0.515,0.965 0.376,0.906 L -0.268,0.633 Z M 2.209,-0.694 1.725,-0.899 1.217,-0.341 C 1.18,-0.304 1.141,-0.271 1.097,-0.245 1.053,-0.218 1.008,-0.199 0.959,-0.187 0.911,-0.175 0.861,-0.17 0.811,-0.174 0.759,-0.176 0.708,-0.188 0.658,-0.209 L 0.176,-0.414 0.588,-1.382 0.139,-1.573 -0.885,0.835 0.195,1.293 C 0.26,1.321 0.32,1.346 0.381,1.368 0.439,1.39 0.498,1.406 0.557,1.418 0.615,1.429 0.673,1.435 0.73,1.434 0.789,1.433 0.85,1.424 0.91,1.404 0.963,1.387 1.014,1.364 1.061,1.334 1.108,1.306 1.152,1.271 1.191,1.233 1.23,1.195 1.266,1.152 1.297,1.107 1.328,1.06 1.354,1.014 1.376,0.963 1.437,0.816 1.457,0.675 1.43,0.541 1.404,0.404 1.34,0.283 1.239,0.173 1.375,0.138 1.511,0.051 1.648,-0.091 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,51.850458,268.45646)"
|
||||
id="g204-9-6">
|
||||
<path
|
||||
id="path206-0-6"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.447,-0.19 -1.024,2.408 0.448,0.19 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,52.21211,268.31274)"
|
||||
id="g208-2-2">
|
||||
<path
|
||||
id="path210-0-1"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.174,-0.074 -0.346,-0.112 -0.515,-0.114 -0.169,-0.001 -0.327,0.031 -0.475,0.096 -0.149,0.065 -0.283,0.163 -0.405,0.291 -0.122,0.129 -0.222,0.287 -0.301,0.474 -0.081,0.19 -0.126,0.374 -0.134,0.551 -0.008,0.177 0.016,0.341 0.072,0.491 0.057,0.151 0.144,0.286 0.262,0.403 0.117,0.12 0.262,0.215 0.434,0.288 0.142,0.061 0.287,0.097 0.427,0.11 0.143,0.012 0.278,0 0.405,-0.036 C -0.104,2.518 0.012,2.459 0.115,2.378 0.22,2.295 0.306,2.191 0.373,2.063 L -0.088,1.867 C -0.126,1.94 -0.172,1.998 -0.227,2.042 -0.281,2.087 -0.344,2.119 -0.412,2.137 -0.481,2.154 -0.556,2.16 -0.637,2.151 -0.717,2.141 -0.801,2.118 -0.889,2.081 -0.992,2.036 -1.08,1.978 -1.15,1.903 -1.222,1.83 -1.272,1.745 -1.304,1.646 -1.336,1.55 -1.347,1.44 -1.336,1.322 c 0.01,-0.119 0.043,-0.245 0.1,-0.38 0.056,-0.132 0.123,-0.243 0.202,-0.332 0.078,-0.089 0.164,-0.157 0.257,-0.204 0.092,-0.046 0.19,-0.07 0.293,-0.072 0.103,-0.001 0.207,0.02 0.312,0.064 0.151,0.064 0.269,0.141 0.358,0.23 0.086,0.088 0.147,0.195 0.18,0.319 L 0.26,1.2 -0.337,0.946 -0.513,1.359 0.527,1.801 1.08,0.502 0.734,0.356 0.604,0.504 C 0.549,0.399 0.473,0.304 0.372,0.221 0.273,0.136 0.148,0.062 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,52.811831,268.05836)"
|
||||
id="g212-1-9">
|
||||
<path
|
||||
id="path214-9-6"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.175,-0.074 -0.347,-0.111 -0.516,-0.114 -0.17,0 -0.328,0.032 -0.476,0.097 -0.148,0.065 -0.282,0.162 -0.404,0.29 -0.122,0.129 -0.222,0.288 -0.301,0.474 -0.081,0.19 -0.125,0.374 -0.134,0.552 -0.009,0.176 0.017,0.341 0.073,0.491 0.056,0.151 0.143,0.285 0.26,0.403 0.118,0.119 0.262,0.215 0.434,0.287 0.144,0.062 0.287,0.097 0.429,0.11 0.143,0.012 0.277,0 0.404,-0.036 C -0.104,2.518 0.011,2.46 0.115,2.378 0.219,2.296 0.305,2.191 0.373,2.063 L -0.089,1.868 C -0.127,1.94 -0.174,1.998 -0.229,2.043 -0.282,2.087 -0.344,2.119 -0.412,2.137 -0.482,2.155 -0.557,2.16 -0.637,2.151 -0.717,2.142 -0.801,2.119 -0.889,2.081 -0.994,2.037 -1.082,1.978 -1.152,1.904 -1.223,1.83 -1.273,1.745 -1.305,1.646 -1.337,1.55 -1.348,1.441 -1.337,1.323 -1.328,1.204 -1.295,1.077 -1.236,0.942 -1.181,0.811 -1.113,0.7 -1.035,0.611 c 0.078,-0.09 0.164,-0.158 0.257,-0.205 0.092,-0.046 0.19,-0.07 0.294,-0.071 0.102,-0.002 0.207,0.019 0.311,0.063 0.15,0.064 0.269,0.141 0.357,0.23 0.087,0.088 0.148,0.196 0.181,0.319 L 0.258,1.2 -0.338,0.947 -0.514,1.36 0.527,1.802 1.078,0.503 0.732,0.356 0.603,0.505 C 0.549,0.4 0.471,0.304 0.371,0.221 0.272,0.137 0.147,0.063 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,53.579545,267.72238)"
|
||||
id="g216-6-4">
|
||||
<path
|
||||
id="path218-2-8"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -1.84,-0.781 -1.023,2.408 1.789,0.759 0.176,-0.414 -1.34,-0.569 0.231,-0.544 1.253,0.533 0.174,-0.412 -1.252,-0.532 0.265,-0.625 1.391,0.591 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.22282883,0,0,-0.22282883,53.656152,267.32655)"
|
||||
id="g220-1-0">
|
||||
<path
|
||||
id="path222-2-8"
|
||||
style="fill:#d8d7d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.598,0.254 C 0.678,0.288 0.744,0.322 0.797,0.358 0.85,0.394 0.891,0.432 0.915,0.473 0.941,0.514 0.953,0.559 0.953,0.606 0.952,0.656 0.939,0.709 0.914,0.768 0.869,0.875 0.803,0.94 0.715,0.962 0.627,0.983 0.514,0.965 0.375,0.906 L -0.27,0.633 Z M 2.207,-0.693 1.724,-0.899 1.215,-0.341 C 1.18,-0.304 1.139,-0.271 1.096,-0.245 1.052,-0.218 1.006,-0.199 0.957,-0.187 0.91,-0.175 0.859,-0.17 0.809,-0.174 0.758,-0.176 0.707,-0.188 0.657,-0.209 L 0.176,-0.414 0.586,-1.382 0.137,-1.572 -0.885,0.836 0.193,1.294 C 0.258,1.321 0.32,1.346 0.379,1.368 0.438,1.39 0.497,1.406 0.555,1.418 0.613,1.43 0.672,1.435 0.73,1.434 0.789,1.434 0.848,1.424 0.908,1.404 0.962,1.387 1.012,1.364 1.061,1.334 1.107,1.306 1.15,1.271 1.189,1.233 1.229,1.195 1.265,1.152 1.296,1.107 1.327,1.061 1.354,1.014 1.375,0.963 1.437,0.816 1.455,0.676 1.429,0.541 1.402,0.404 1.34,0.283 1.238,0.173 1.374,0.139 1.51,0.051 1.646,-0.091 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#111111;fill-opacity:1"
|
||||
transform="matrix(0,-0.22315237,-0.22315237,0,46.439108,265.49498)"
|
||||
id="g172-8-9">
|
||||
<path
|
||||
id="path174-4-3"
|
||||
style="fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -6.4,0 -11.57,5.16 -11.57,11.56 0,6.4 5.17,11.58 11.57,11.58 6.4,0 11.58,-5.18 11.58,-11.58 C 11.58,5.16 6.4,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22315237,-0.22315237,0,44.210212,265.27232)"
|
||||
id="g304-8-5">
|
||||
<path
|
||||
id="path306-1-7"
|
||||
style="fill:#35353a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 1.272,1.879 1.008,2.43 -1.214,2.544 Z m -1.029,-2.906 -0.408,0.855 0.896,1.378 -1.548,3.242 -1.617,0.132 -0.425,0.893 5.666,-0.488 0.601,-1.259 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#111111;fill-opacity:1"
|
||||
transform="matrix(0,-0.22315237,-0.22315237,0,52.323195,262.58611)"
|
||||
id="g168-0-0">
|
||||
<path
|
||||
id="path170-3-8"
|
||||
style="fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -6.39,0 -11.57,5.17 -11.57,11.56 0,6.4 5.18,11.58 11.57,11.58 6.4,0 11.58,-5.18 11.58,-11.58 C 11.58,5.17 6.4,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22315237,-0.22315237,0,50.050562,262.21592)"
|
||||
id="g308-0-1">
|
||||
<path
|
||||
id="path310-4-9"
|
||||
style="fill:#35353a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 -1.542,3.265 -0.413,3.798 1.129,0.533 C 1.286,0.2 1.173,-0.057 0.794,-0.236 0.419,-0.413 0.157,-0.333 0,0 M -1.891,-0.893 -2.133,-0.38 -3.424,2.377 -2.296,2.91 -0.98,0.123 -0.762,-0.36 c 0.157,-0.333 0.048,-0.588 -0.322,-0.763 -0.379,-0.179 -0.65,-0.103 -0.807,0.23 m 1.828,-0.074 C 0.162,-1.207 0.5,-1.241 0.948,-1.08 l 0.387,0.172 c 0.754,0.356 0.921,0.975 0.508,1.849 L -0.024,4.894 -0.769,4.552 -3.78,3.13 -4.53,2.766 -2.664,-1.187 c 0.413,-0.874 1,-1.137 1.75,-0.783 l 0.379,0.189 c 0.331,0.207 0.489,0.476 0.472,0.814"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#111111;fill-opacity:1"
|
||||
transform="matrix(0,-0.22315237,-0.22315237,0,58.364456,260.16678)"
|
||||
id="g164-4-9">
|
||||
<path
|
||||
id="path166-4-7"
|
||||
style="fill:#111111;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -6.4,0 -11.56,5.18 -11.56,11.57 0,6.4 5.16,11.58 11.56,11.58 6.4,0 11.58,-5.18 11.58,-11.58 C 11.58,5.18 6.4,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22315237,-0.22315237,0,55.851755,259.69572)"
|
||||
id="g312-4-8">
|
||||
<path
|
||||
id="path314-7-2"
|
||||
style="fill:#35353a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 -0.791,1.919 C -1.315,3.207 -1.783,2.883 -2.809,2.462 -3.836,2.042 -4.394,1.947 -3.868,0.664 l 1.39,-3.396 -0.77,-0.315 -1.393,3.39 c -0.737,1.793 -0.028,2.248 1.512,2.879 1.54,0.631 2.369,0.813 3.104,-0.966 L 1.372,-1.155 0.608,-1.468 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 62 KiB |
862
resources/graphics/controllers/gamepad_sega_md_6_buttons.svg
Normal file
|
@ -0,0 +1,862 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="gamepad_sega_md_6_buttons.svg">
|
||||
<defs
|
||||
id="defs4919">
|
||||
<clipPath
|
||||
id="clipPath16"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path18"
|
||||
d="M 0,263.757 H 138.978 V 0 H 0 Z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath28"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path30"
|
||||
d="m 50.5279,96.759 h 1.1399 v -0.79 h -1.1399 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath44"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path46"
|
||||
d="m 101.788,54.659 h 0.81 v -1.1 h -0.81 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath60"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path62"
|
||||
d="m 92.3879,42.209 h 1.33 v -0.83 h -1.33 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath76"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path78"
|
||||
d="m 81.0378,33.989 h 0.8401 v -1.22 h -0.8401 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath96"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path98"
|
||||
d="m 35.7378,80.039 h 0.8901 v -1.2 h -0.8901 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath112"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path114"
|
||||
d="m 60.0079,29.299 h 0.96 v -0.94 h -0.96 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath28-5"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path30-9"
|
||||
d="m 50.5279,96.759 h 1.1399 v -0.79 h -1.1399 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath44-2"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path46-2"
|
||||
d="m 101.788,54.659 h 0.81 v -1.1 h -0.81 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath60-8"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path62-9"
|
||||
d="m 92.3879,42.209 h 1.33 v -0.83 h -1.33 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath76-7"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path78-3"
|
||||
d="m 81.0378,33.989 h 0.8401 v -1.22 h -0.8401 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath96-6"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path98-1"
|
||||
d="m 35.7378,80.039 h 0.8901 v -1.2 h -0.8901 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath112-2"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path114-9-4"
|
||||
d="m 60.0079,29.299 h 0.96 v -0.94 h -0.96 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath28-5-9"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path30-9-0"
|
||||
d="m 50.5279,96.759 h 1.1399 v -0.79 h -1.1399 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath44-2-2"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path46-2-8"
|
||||
d="m 101.788,54.659 h 0.81 v -1.1 h -0.81 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath60-8-3"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path62-9-8"
|
||||
d="m 92.3879,42.209 h 1.33 v -0.83 h -1.33 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath76-7-0"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path78-3-4"
|
||||
d="m 81.0378,33.989 h 0.8401 v -1.22 h -0.8401 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath96-6-0"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path98-1-9"
|
||||
d="m 35.7378,80.039 h 0.8901 v -1.2 h -0.8901 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath112-2-1"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path114-9-4-2"
|
||||
d="m 60.0079,29.299 h 0.96 v -0.94 h -0.96 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath28-5-9-1"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path30-9-0-3"
|
||||
d="m 50.5279,96.759 h 1.1399 v -0.79 h -1.1399 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath44-2-2-2"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path46-2-8-1"
|
||||
d="m 101.788,54.659 h 0.81 v -1.1 h -0.81 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath60-8-3-5"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path62-9-8-9"
|
||||
d="m 92.3879,42.209 h 1.33 v -0.83 h -1.33 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath76-7-0-9"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path78-3-4-1"
|
||||
d="m 81.0378,33.989 h 0.8401 v -1.22 h -0.8401 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath96-6-0-4"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path98-1-9-9"
|
||||
d="m 35.7378,80.039 h 0.8901 v -1.2 h -0.8901 z" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath112-2-1-1"
|
||||
clipPathUnits="userSpaceOnUse">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path114-9-4-0"
|
||||
d="m 60.0079,29.299 h 0.96 v -0.94 h -0.96 z" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8960455"
|
||||
inkscape:cx="119.75401"
|
||||
inkscape:cy="122.60419"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-object-midpoints="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g5194"
|
||||
transform="translate(2.3596745e-6,0.00172237)">
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,56.953094,271.25242)"
|
||||
id="g20-3-9">
|
||||
<path
|
||||
id="path22-1-6"
|
||||
style="fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C -17.17,16.27 -15.09,46.35 4.8,67.18 24.68,88.02 54.71,91.62 71.88,75.35 79.39,68.23 83.21,58.47 83.47,48 83.81,34.53 78.27,19.88 67.08,8.16 47.2,-12.68 17.16,-16.27 0,0 M 67.7,7.57 C 79.03,19.45 84.69,34.35 84.34,48.06 H 84.33 C 84.06,58.73 80.16,68.7 72.47,75.99 54.9,92.64 24.32,88.9 4.18,67.78 -15.97,46.66 -18.17,16.03 -0.59,-0.63 16.98,-17.29 47.56,-13.56 67.7,7.57"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,63.469185,278.73124)"
|
||||
id="g24-9-2">
|
||||
<g
|
||||
id="g26-4-5" />
|
||||
<g
|
||||
id="g32-7-4">
|
||||
<g
|
||||
style="opacity:0.33999604"
|
||||
id="g34-8-4"
|
||||
clip-path="url(#clipPath28-5-9-1)">
|
||||
<g
|
||||
id="g36-4-9"
|
||||
transform="translate(51.0279,95.969)">
|
||||
<path
|
||||
id="path38-5-9"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.5,0.71 c 0.04,0.03 0.07,0.05 0.11,0.08 C -0.04,0.69 0.3,0.57 0.64,0.43 0.42,0.3 0.21,0.15 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,63.469185,278.73124)"
|
||||
id="g40-0-3">
|
||||
<g
|
||||
id="g42-3-6" />
|
||||
<g
|
||||
id="g48-6-0">
|
||||
<g
|
||||
style="opacity:0.33999604"
|
||||
id="g50-1-5"
|
||||
clip-path="url(#clipPath44-2-2-2)">
|
||||
<g
|
||||
id="g52-0-0"
|
||||
transform="translate(102.5578,53.559)">
|
||||
<path
|
||||
id="path54-6-2"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.77,0.4 c 0.12,0.23 0.24,0.47 0.35,0.7 C -0.25,0.77 -0.09,0.43 0.04,0.08 0.03,0.05 0.01,0.03 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,63.469185,278.73124)"
|
||||
id="g56-3-9">
|
||||
<g
|
||||
id="g58-2-4" />
|
||||
<g
|
||||
id="g64-0-3">
|
||||
<g
|
||||
style="opacity:0.33999604"
|
||||
id="g66-6-5"
|
||||
clip-path="url(#clipPath60-8-3-5)">
|
||||
<g
|
||||
id="g68-1-0-7"
|
||||
transform="translate(93.7179,41.599)">
|
||||
<path
|
||||
id="path70-5-1"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.08,-0.07 -0.15,-0.15 -0.23,-0.22 -0.37,0.03 -0.74,0.07 -1.1,0.14 0.24,0.22 0.48,0.45 0.72,0.69 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,63.469185,278.73124)"
|
||||
id="g72-5-7">
|
||||
<g
|
||||
id="g74-4-4" />
|
||||
<g
|
||||
id="g80-7-3">
|
||||
<g
|
||||
style="opacity:0.33999604"
|
||||
id="g82-6-1"
|
||||
clip-path="url(#clipPath76-7-0-9)">
|
||||
<g
|
||||
id="g84-5-4"
|
||||
transform="translate(81.4278,32.769)">
|
||||
<path
|
||||
id="path86-6-6"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 -0.39,0.78 C -0.11,0.92 0.17,1.06 0.45,1.22 0.36,0.82 0.24,0.43 0.1,0.05 0.07,0.03 0.03,0.02 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,57.101242,265.07954)"
|
||||
id="g88-9-9">
|
||||
<path
|
||||
id="path90-3-4"
|
||||
style="fill:#151415;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -7.55,0.44 -14.69,3.21 -20.24,8.46 -11.23,10.59 -12.65,28.04 -4.84,42.97 0.14,-0.33 0.3,-0.65 0.48,-0.96 C -31.93,35.95 -30.42,19.25 -19.65,9.09 -14.46,4.19 -7.86,1.5 -0.81,0.93 -0.56,0.61 -0.29,0.3 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,63.469185,278.73124)"
|
||||
id="g92-7-2">
|
||||
<g
|
||||
id="g94-4-2" />
|
||||
<g
|
||||
id="g100-5-6">
|
||||
<g
|
||||
style="opacity:0.33999604"
|
||||
id="g102-2-4"
|
||||
clip-path="url(#clipPath96-6-0-4)">
|
||||
<g
|
||||
id="g104-5-1"
|
||||
transform="translate(36.6279,79.639)">
|
||||
<path
|
||||
id="path106-4-2"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.14,-0.26 -0.28,-0.53 -0.41,-0.8 -0.18,0.31 -0.34,0.63 -0.48,0.96 0.04,0.08 0.08,0.16 0.12,0.24 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,63.469185,278.73124)"
|
||||
id="g108-7-8">
|
||||
<g
|
||||
id="g110-4-8" />
|
||||
<g
|
||||
id="g116-4-0-5">
|
||||
<g
|
||||
style="opacity:0.33999604"
|
||||
id="g118-3-9"
|
||||
clip-path="url(#clipPath112-2-1-1)">
|
||||
<g
|
||||
id="g120-0-2"
|
||||
transform="translate(60.9278,28.359)">
|
||||
<path
|
||||
id="path122-7-8"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C -0.04,0 -0.07,0 -0.11,0.01 -0.4,0.31 -0.67,0.62 -0.92,0.94 -0.6,0.91 -0.28,0.89 0.04,0.87 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
style="fill:#656163;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,44.42777,270.75412)"
|
||||
id="g124-8-8">
|
||||
<path
|
||||
id="path126-6-8"
|
||||
style="fill:#656163;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0,6.4 5.17,11.58 11.57,11.58 17.97,11.58 23.15,6.4 23.15,0 23.15,-6.4 17.97,-11.56 11.57,-11.56 5.17,-11.56 0,-6.4 0,0 m 24.01,0 c 0,5.25 -3.27,9.75 -7.88,11.57 -0.34,0.14 -0.68,0.26 -1.03,0.36 -1.12,0.33 -2.31,0.51 -3.53,0.51 C 4.71,12.44 -0.87,6.86 -0.87,0 c 0,-1.79 0.38,-3.49 1.07,-5.03 0.14,-0.33 0.3,-0.65 0.48,-0.96 2.11,-3.84 6.2,-6.44 10.89,-6.44 6.86,0 12.44,5.57 12.44,12.43"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 49.58829,267.63175 c -1.436595,0 -2.59934,-1.16274 -2.59934,-2.59709 0,-1.4366 1.162745,-2.59936 2.59934,-2.59936 1.434353,0 2.594854,1.16276 2.594854,2.59936 0,1.43435 -1.160501,2.59709 -2.594854,2.59709 m 0,-5.38948 c -1.542095,0 -2.792383,1.25029 -2.792383,2.79239 0,1.53985 1.250288,2.79238 2.792383,2.79238 1.539855,0 2.787897,-1.25253 2.787897,-2.79238 0,-1.5421 -1.248042,-2.79239 -2.787897,-2.79239"
|
||||
style="fill:#656163;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.22446826"
|
||||
id="path130-8-6" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 55.173061,265.65869 c -1.436599,0 -2.599344,-1.15825 -2.599344,-2.59485 0,-1.43659 1.162745,-2.59934 2.599344,-2.59934 1.434349,0 2.597097,1.16275 2.597097,2.59934 0,1.4366 -1.162748,2.59485 -2.597097,2.59485 m 0.929298,-5.22787 c -0.0853,-0.0314 -0.17284,-0.0584 -0.262629,-0.0785 -0.213243,-0.0539 -0.437713,-0.0808 -0.666669,-0.0808 -1.542099,0 -2.792387,1.2503 -2.792387,2.79238 0,1.53986 1.250288,2.79015 2.792387,2.79015 0.648713,0 1.245798,-0.21998 1.719425,-0.59259 0.07183,-0.0561 0.141416,-0.11673 0.208754,-0.18183 0.531993,-0.5073 0.864205,-1.22335 0.864205,-2.01573 0,-1.21661 -0.778906,-2.24917 -1.863086,-2.63301"
|
||||
style="fill:#656163;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.22446826"
|
||||
id="path134-8-8" />
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,42.421021,263.26138)"
|
||||
id="g136-4-3">
|
||||
<path
|
||||
id="path138-3-8"
|
||||
style="fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,4.54 3.67,8.21 8.21,8.21 4.54,0 8.21,-3.67 8.21,-8.21 0,-4.54 -3.68,-8.21 -8.21,-8.21 C 3.67,-8.21 0,-4.54 0,0 m 17.28,0 c 0,5 -4.07,9.07 -9.07,9.07 C 3.2,9.07 -0.87,5 -0.87,0 c 0,-5.01 4.07,-9.07 9.08,-9.07 5,0 9.07,4.06 9.07,9.07"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,47.152816,260.7967)"
|
||||
id="g140-1-3">
|
||||
<path
|
||||
id="path142-4-3"
|
||||
style="fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,4.53 3.67,8.19 8.21,8.19 4.54,0 8.21,-3.66 8.21,-8.19 0,-4.54 -3.67,-8.21 -8.21,-8.21 C 3.67,-8.21 0,-4.54 0,0 m 17.28,0 c 0,5 -4.07,9.06 -9.07,9.06 C 3.2,9.06 -0.86,5 -0.86,0 c 0,-5.01 4.06,-9.08 9.07,-9.08 5,0 9.07,4.07 9.07,9.08"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,52.149477,259.44988)"
|
||||
id="g144-9-3">
|
||||
<path
|
||||
id="path146-2-8"
|
||||
style="fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,4.54 3.68,8.21 8.21,8.21 4.54,0 8.21,-3.67 8.21,-8.21 0,-4.54 -3.67,-8.21 -8.21,-8.21 C 3.68,-8.21 0,-4.54 0,0 m 17.29,0 c 0,1.13 -0.21,2.21 -0.59,3.21 C 16.57,3.56 16.41,3.9 16.24,4.23 14.72,7.11 11.69,9.07 8.21,9.07 3.21,9.07 -0.86,5 -0.86,0 c 0,-4.42 3.17,-8.1 7.35,-8.91 0.36,-0.07 0.73,-0.11 1.1,-0.14 0.21,-0.01 0.41,-0.02 0.62,-0.02 5.01,0 9.08,4.06 9.08,9.07"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,34.737467,262.38142)"
|
||||
id="g148-0-0">
|
||||
<path
|
||||
id="path150-6-4"
|
||||
style="fill:#0f0f0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v 15.44 c 0,2.57 2.08,4.65 4.66,4.65 2.57,0 4.65,-2.08 4.65,-4.65 V 0 C 9.31,-2.58 7.23,-4.66 4.66,-4.66 2.08,-4.66 0,-2.58 0,0 m 10.17,0 v 15.44 c 0,3.04 -2.47,5.51 -5.51,5.51 -3.05,0 -5.52,-2.47 -5.52,-5.51 L -0.86,0 c 0,-3.05 2.47,-5.53 5.52,-5.53 3.04,0 5.51,2.48 5.51,5.53"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccsscccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path154-8-7"
|
||||
d="m 33.054018,247.53486 c -3.396209,0 -7.09111,0.42418 -10.684845,1.42755 -0.04714,0.0134 -0.585672,0.15509 -0.893194,0.26283 -0.0023,0 -0.0069,0.002 -0.0092,0.005 -4.080812,1.25478 -7.984052,3.28399 -11.10865,6.31879 -3.0348099,2.94727 -5.144988,6.86678 -5.843085,10.66254 -0.698097,3.79801 0.020309,7.48368 2.6645435,9.93713 2.9158435,2.70483 5.4435525,2.9382 7.7196615,2.26255 2.27611,-0.67565 4.309386,-2.24002 6.289197,-3.10871 1.919205,-0.84177 6.473794,-2.87548 10.781342,-2.87548 h 3.795827 c 4.305276,0 8.862131,2.03371 10.781339,2.87548 1.979804,0.86869 4.008727,2.43306 6.284833,3.10871 2.276107,0.67565 4.808506,0.44228 7.722084,-2.26255 2.646481,-2.45345 3.362163,-6.13912 2.66406,-9.93713 v -5e-4 c -0.69809,-3.79577 -2.807787,-7.7148 -5.842601,-10.66206 -6.089822,-5.91699 -15.135996,-8.01352 -22.698326,-8.01352 z"
|
||||
style="fill:#313131;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<g
|
||||
style="fill:#141414;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,55.20224,269.62278)"
|
||||
id="g156-9-6">
|
||||
<path
|
||||
id="path158-2-8"
|
||||
style="fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -11.23,10.59 -12.65,28.04 -4.84,42.97 -0.69,1.54 -1.07,3.24 -1.07,5.03 0,6.86 5.58,12.44 12.44,12.44 1.22,0 2.41,-0.18 3.53,-0.51 0.35,-0.1 0.69,-0.22 1.03,-0.36 14.88,10.2 33.7,10.33 45.36,-0.67 10.7,-10.1 12.26,-26.62 5.11,-41.07 0.17,-0.33 0.33,-0.67 0.46,-1.02 0.38,-1 0.59,-2.08 0.59,-3.21 0,-5.01 -4.07,-9.07 -9.08,-9.07 -0.21,0 -0.41,0.01 -0.62,0.02 -0.37,0.03 -0.74,0.07 -1.1,0.14 -3.24,-3.09 -6.79,-5.6 -10.51,-7.53 -0.09,-0.4 -0.21,-0.79 -0.35,-1.17 -1.71,-4.83 -6.31,-8.3 -11.73,-8.3 -3.53,0 -6.72,1.48 -8.98,3.85 C 12.69,-8.02 5.55,-5.25 0,0 M 59.82,0.36 C 71.01,12.08 76.55,26.73 76.21,40.2 75.95,50.67 72.13,60.43 64.62,67.55 47.45,83.82 17.42,80.22 -2.46,59.38 -22.35,38.55 -24.43,8.47 -7.26,-7.8 9.9,-24.07 39.94,-20.48 59.82,0.36"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#303030;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,49.58829,267.82704)"
|
||||
id="g160-6-4-8">
|
||||
<path
|
||||
id="path162-6-9"
|
||||
style="fill:#303030;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0,6.87 5.58,12.44 12.44,12.44 19.31,12.44 24.88,6.87 24.88,0 24.88,-6.86 19.31,-12.42 12.44,-12.42 5.58,-12.42 0,-6.86 0,0 m 39.53,19.91 c 5,0 9.07,-4.06 9.07,-9.06 0,-5.01 -4.07,-9.08 -9.07,-9.08 -5.01,0 -9.07,4.07 -9.07,9.08 0,5 4.06,9.06 9.07,9.06 M 19.47,31.93 c 0,5 4.07,9.07 9.08,9.07 5,0 9.07,-4.07 9.07,-9.07 0,-5.01 -4.07,-9.07 -9.07,-9.07 -5.01,0 -9.08,4.06 -9.08,9.07 M 8.79,-24.88 c 0,6.87 5.57,12.44 12.43,12.44 6.87,0 12.44,-5.57 12.44,-12.44 0,-1.02 -0.12,-2.02 -0.36,-2.97 3.72,1.93 7.27,4.44 10.51,7.53 -4.18,0.81 -7.35,4.49 -7.35,8.91 0,5 4.07,9.07 9.07,9.07 3.48,0 6.51,-1.96 8.03,-4.84 7.15,14.45 5.59,30.97 -5.11,41.07 -11.66,11 -30.48,10.87 -45.36,0.67 4.61,-1.82 7.88,-6.32 7.88,-11.57 0,-6.86 -5.58,-12.43 -12.44,-12.43 -4.69,0 -8.78,2.6 -10.89,6.44 -7.33,-14.52 -5.82,-31.22 4.95,-41.38 5.19,-4.9 11.79,-7.59 18.84,-8.16 -1.66,2.11 -2.64,4.77 -2.64,7.66"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#8f8f8f;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,53.992359,257.60701)"
|
||||
id="g176-4-0">
|
||||
<path
|
||||
id="path178-9-6"
|
||||
style="fill:#8f8f8f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -4.53,0 -8.21,3.67 -8.21,8.21 0,4.54 3.68,8.21 8.21,8.21 4.54,0 8.21,-3.67 8.21,-8.21 C 8.21,3.67 4.54,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#8f8f8f;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,48.9957,258.95382)"
|
||||
id="g180-5-8">
|
||||
<path
|
||||
id="path182-0-7"
|
||||
style="fill:#8f8f8f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -4.54,0 -8.21,3.67 -8.21,8.21 0,4.53 3.67,8.19 8.21,8.19 4.54,0 8.21,-3.66 8.21,-8.19 C 8.21,3.67 4.54,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#8f8f8f;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,44.263903,261.41846)"
|
||||
id="g184-4-9">
|
||||
<path
|
||||
id="path186-8-0"
|
||||
style="fill:#8f8f8f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -4.54,0 -8.21,3.67 -8.21,8.21 0,4.54 3.67,8.21 8.21,8.21 4.54,0 8.21,-3.67 8.21,-8.21 C 8.21,3.67 4.53,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,45.520929,249.2164)"
|
||||
id="g188-7-3">
|
||||
<path
|
||||
id="path190-1-3"
|
||||
style="fill:#151415;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,0 -3.32,2.94 -4.79,4.52 -0.66,0.71 -1.65,1.39 -2.3,2.62 -0.64,1.23 -0.89,2.98 -0.21,5.79 1.29,5.38 4.04,26.02 4.04,33.83 v 10.3 c 0,7.81 -2.75,28.45 -4.04,33.84 -0.68,2.81 -0.43,4.56 0.21,5.8 0.65,1.23 1.64,1.89 2.3,2.61 1.26,1.35 3.67,3.48 4.35,4.08 0.12,0.09 0.18,0.15 0.18,0.15 0.16,0.14 0.18,0.19 0.37,0.3 L 0.3,102.88 C 0.27,102.86 -2.77,100.21 -4.15,98.72 -4.92,97.91 -5.8,97.31 -6.33,96.29 -6.86,95.27 -7.11,93.78 -6.47,91.1 -5.12,85.5 -2.39,65.07 -2.39,57.06 V 46.76 C -2.39,38.75 -5.12,18.32 -6.47,12.72 -7.11,10.04 -6.86,8.55 -6.33,7.53 -5.8,6.51 -4.92,5.91 -4.15,5.1 -2.96,3.81 -0.42,1.58 0.27,0.98 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#141414;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,23.671187,267.82927)"
|
||||
id="g192-7-3">
|
||||
<path
|
||||
id="path194-2-7"
|
||||
style="fill:#141414;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C -16.81,15.54 -20.38,39.17 -7.8,52.78 4.79,66.39 28.62,64.69 45.44,49.15 62.25,33.61 65.81,9.97 53.23,-3.63 h 0.01 C 40.65,-17.24 16.82,-15.54 0,0 M 57.88,-9.87 C 72.81,6.28 68.75,34.43 48.65,53 28.55,71.57 0.16,73.42 -14.76,57.27 -29.69,41.12 -25.63,12.95 -5.53,-5.62 14.56,-24.19 42.95,-26.02 57.88,-9.87"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#4563c7;fill-opacity:1;stroke:#1a1a1a;stroke-width:2.25318718;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,35.827714,261.33651)"
|
||||
id="g196-7-3">
|
||||
<path
|
||||
id="path198-2-2"
|
||||
style="fill:#4563c7;fill-opacity:1;fill-rule:nonzero;stroke:#1a1a1a;stroke-width:2.25318718;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0,0 c -2.577,0 -4.652,2.075 -4.652,4.652 v 15.441 c 0,2.577 2.075,4.652 4.652,4.652 2.577,0 4.652,-2.075 4.652,-4.652 V 4.652 C 4.652,2.075 2.577,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#303030;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,18.034784,268.31191)"
|
||||
id="g200-2-6">
|
||||
<path
|
||||
id="path202-6-5"
|
||||
style="fill:#303030;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0,14.36 11.65,26.01 26.02,26.01 40.38,26.01 52.03,14.36 52.03,0 52.03,-14.37 40.38,-26.02 26.02,-26.02 11.65,-26.02 0,-14.37 0,0 M 55.39,-28.74 H 55.38 C 67.96,-15.14 64.4,8.5 47.59,24.04 30.77,39.58 6.94,41.28 -5.65,27.67 -18.23,14.06 -14.66,-9.57 2.15,-25.11 18.97,-40.65 42.8,-42.35 55.39,-28.74"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#3b3b3b;fill-opacity:1"
|
||||
transform="matrix(0,-0.22412408,-0.22412408,0,22.705233,263.80446)"
|
||||
id="g204-1-2">
|
||||
<path
|
||||
id="path206-0-6"
|
||||
style="fill:#3b3b3b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C -0.25,0.08 -0.29,0.13 -0.32,0.2 -0.36,0.27 -0.4,0.46 -0.38,0.81 l 0.32,7.08 c 0.12,2.39 -0.56,4.41 -1.94,5.83 -1.39,1.42 -3.44,2.23 -6.01,2.34 l -6.55,0.32 c -0.33,0.01 -0.52,0.08 -0.61,0.14 -0.1,0.07 -0.13,0.13 -0.17,0.27 -0.3,1.62 -0.42,3.29 -0.34,5.01 0.07,1.74 0.35,3.42 0.82,5.02 v 0.02 c 0.05,0.13 0.08,0.15 0.16,0.19 0.09,0.04 0.3,0.07 0.67,0.05 l 6.58,-0.3 c 2.61,-0.11 4.72,0.49 6.21,1.8 1.48,1.31 2.29,3.29 2.4,5.78 l 0.33,6.92 c 0.03,0.55 0.24,0.72 0.46,0.77 h 0.01 c 1.6,0.3 3.26,0.42 4.95,0.34 1.77,-0.08 3.47,-0.36 5.1,-0.84 0.01,0 0,-0.01 0.01,-0.01 h 0.02 c 0.1,-0.04 0.12,-0.06 0.15,-0.11 0.02,-0.05 0.04,-0.24 0.02,-0.55 L 11.89,33.9 c -0.12,-2.56 0.49,-4.62 1.8,-6.05 1.31,-1.43 3.29,-2.19 5.83,-2.31 l 7.11,-0.34 c 0.25,-0.01 0.38,-0.06 0.43,-0.09 0.05,-0.04 0.06,-0.04 0.08,-0.14 v -0.01 c 0.32,-1.66 0.46,-3.4 0.38,-5.17 -0.09,-1.79 -0.4,-3.52 -0.88,-5.16 -0.04,-0.11 -0.03,-0.1 -0.1,-0.12 -0.08,-0.02 -0.31,-0.02 -0.65,0 l -6.97,0.32 C 16.47,14.94 14.44,14.3 13.01,13.01 11.58,11.71 10.78,9.79 10.67,7.43 L 10.33,0.12 C 10.32,-0.13 10.26,-0.24 10.21,-0.3 10.15,-0.36 10.05,-0.4 9.9,-0.45 9.89,-0.45 9.89,-0.46 9.88,-0.46 8.28,-0.76 6.62,-0.88 4.92,-0.8 3.22,-0.72 1.57,-0.45 0,0 m -9.7,7.09 1.11,2.77 0.27,0.65 L -7.86,10 -6.12,8.07 -5.66,7.57 -6.3,7.37 -9.17,6.52 -10.04,6.25 Z m 2.18,25.93 -0.85,2.86 -0.26,0.85 0.84,-0.32 2.77,-1.12 0.64,-0.26 -0.52,-0.46 -1.9,-1.76 -0.52,-0.46 z m 29.04,1.49 -1.12,-2.79 -0.26,-0.63 -0.46,0.51 -1.74,1.92 -0.47,0.5 0.66,0.2 2.86,0.86 0.87,0.25 z M 19.33,8.57 20.2,5.7 20.46,4.84 19.61,5.18 16.84,6.3 l -0.63,0.25 0.5,0.47 1.92,1.75 0.51,0.46 z M 31.06,20.8 c 0,13.9 -11.26,25.15 -25.15,25.15 -13.9,0 -25.16,-11.25 -25.16,-25.15 0,-13.9 11.26,-25.16 25.16,-25.16 13.89,0 25.15,11.26 25.15,25.16"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#151515;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,15.442183,265.44093)"
|
||||
id="g212-5-7">
|
||||
<path
|
||||
id="path214-9-9"
|
||||
style="fill:#151515;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 -0.2,0.67 -1.05,3.53 -1.31,4.38 -0.47,4.06 2.3,2.94 2.94,2.68 2.42,2.22 0.52,0.46 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#151515;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,21.300807,266.05151)"
|
||||
id="g216-4-6">
|
||||
<path
|
||||
id="path218-9-0"
|
||||
style="fill:#151515;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.34,0.84 1.45,3.61 1.72,4.26 2.18,3.75 3.92,1.82 4.38,1.32 3.74,1.12 0.87,0.27 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#151515;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,21.617293,259.20522)"
|
||||
id="g220-0-4">
|
||||
<path
|
||||
id="path222-9-1"
|
||||
style="fill:#151515;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -0.85,0.34 -2.77,1.12 -0.63,0.25 0.5,0.47 1.92,1.75 0.51,0.46 0.19,-0.66 0.87,-2.87 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#151515;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,15.725001,259.27706)"
|
||||
id="g224-1-0">
|
||||
<path
|
||||
id="path226-7-4"
|
||||
style="fill:#151515;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 -0.46,0.51 -2.2,2.43 -2.67,2.93 -2.01,3.13 0.85,3.99 1.72,4.24 1.38,3.42 0.26,0.63 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 18.034784,263.44318 c -0.536473,0 -0.969706,-0.43321 -0.969706,-0.97194 0,-0.53647 0.433233,-0.97418 0.969706,-0.97418 0.538723,0 0.971956,0.43771 0.971956,0.97418 0,0.53873 -0.433233,0.97194 -0.971956,0.97194 m 4.772203,-1.86307 c 0,-0.002 -0.0016,-0.002 -0.0016,-0.005 -0.01065,-0.0336 -0.02023,-0.0561 -0.03362,-0.0695 -0.01368,-0.0106 -0.03818,-0.0246 -0.09433,-0.0269 l -1.64086,-0.0763 c -0.529748,-0.0246 -0.96073,-0.20428 -1.25254,-0.52527 -0.289557,-0.32099 -0.433216,-0.77666 -0.408526,-1.32661 l 0.07181,-1.56454 c 0.0046,-0.0764 0.0046,-0.12794 0,-0.14589 -0.0046,-0.0157 -0.0016,-0.0137 -0.02692,-0.0225 -0.368137,-0.10771 -0.75646,-0.17733 -1.158262,-0.19753 -0.397299,-0.0179 -0.787875,0.0137 -1.160498,0.0853 h -0.0016 c -0.02251,0.005 -0.02251,0.006 -0.03149,0.0179 -0.006,0.0106 -0.01795,0.0405 -0.02023,0.0965 l -0.07637,1.59597 c -0.02692,0.57013 -0.197532,1.01458 -0.51852,1.30864 -0.32099,0.29405 -0.783386,0.43098 -1.358029,0.40404 l -1.566788,-0.0719 c -0.06953,-0.005 -0.112275,0 -0.123533,0.005 -0.01065,0.006 -0.01567,0.0106 -0.02464,0.0336 v 0.005 c 0,0.002 -0.0016,0 -0.0016,0.002 -0.10771,0.36588 -0.170588,0.74749 -0.18854,1.14479 -0.01795,0.37935 0.0091,0.75198 0.07637,1.11111 v 0.002 c 0.01065,0.0495 0.04944,0.0965 0.17284,0.1033 l 1.553323,0.0741 c 0.558928,0.0246 1.003374,0.2065 1.297419,0.53871 0.29406,0.33446 0.428746,0.80809 0.404054,1.39395 l -0.0674,1.47701 c -0.0046,0.083 0.0016,0.13022 0.01065,0.15046 0.0091,0.0179 0.01369,0.0246 0.04259,0.0359 h 0.0046 c 0.359159,0.10558 0.736271,0.16835 1.126846,0.18407 0.386072,0.0179 0.760946,-0.009 1.124578,-0.0763 0.03149,-0.009 0.04488,-0.0157 0.06055,-0.0382 0.01369,-0.0202 0.02921,-0.0629 0.03149,-0.13691 l 0.07181,-1.47028 c 0.02464,-0.57688 0.206507,-1.03704 0.52526,-1.34905 0.318737,-0.30977 0.772158,-0.4624 1.308645,-0.43547 l 1.589228,0.0719 c 0.0785,0.005 0.121251,-0.005 0.136921,-0.0137 0.01568,-0.006 0.02693,-0.0157 0.04487,-0.0719 0.101018,-0.3524 0.161613,-0.72277 0.179565,-1.10437 0.01796,-0.3816 -0.0091,-0.75422 -0.07637,-1.11336"
|
||||
style="fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:#252427;stroke-width:0.08209042;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path230-7-8" />
|
||||
<g
|
||||
style="fill:#151515;fill-opacity:1"
|
||||
transform="matrix(0,-0.2285794,-0.2285794,0,19.024521,262.47124)"
|
||||
id="g232-1-7">
|
||||
<path
|
||||
id="path234-1-0"
|
||||
style="fill:#151515;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C -2.4,0 -4.33,1.93 -4.33,4.33 -4.33,6.72 -2.4,8.65 0,8.65 2.39,8.65 4.34,6.72 4.34,4.33 4.34,1.93 2.39,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#151413;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,45.300943,249.15577)"
|
||||
id="g236-5-8">
|
||||
<path
|
||||
id="path238-9-6"
|
||||
style="fill:#151413;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.69,0.6 -3.23,2.83 -4.42,4.12 -0.77,0.81 -1.65,1.41 -2.18,2.43 -0.53,1.02 -0.78,2.51 -0.14,5.19 1.35,5.6 4.08,26.03 4.08,34.04 v 10.3 c 0,8.01 -2.73,28.44 -4.08,34.04 -0.64,2.68 -0.39,4.17 0.14,5.19 0.53,1.02 1.41,1.62 2.18,2.43 1.38,1.49 4.42,4.14 4.45,4.16 C 4.46,85.99 6.36,69.61 6.36,54.56 V 47.33 C 6.36,32.28 4.44,15.91 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,37.690387,254.69823)"
|
||||
id="g240-7-6-7">
|
||||
<path
|
||||
id="path242-7-2"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 V 6.437 H 1.505 V 2.025 c 0.971,0.321 1.76,0.586 2.553,0.843 1.975,0.64 3.967,1.238 5.918,1.941 0.472,0.17 1.057,0.629 1.155,1.049 C 11.295,6.565 10.562,6.794 9.955,6.99 6.927,7.969 3.91,8.976 0.872,9.923 c -0.714,0.222 -0.954,0.547 -0.935,1.265 0.054,1.975 0.005,3.952 0.023,5.927 0.018,2.002 1.328,3.311 3.4,3.355 1.866,0.039 3.735,0.043 5.601,-10e-4 2.104,-0.048 3.385,-1.315 3.414,-3.338 0.025,-1.781 0.005,-3.562 0.005,-5.406 h -1.585 c 0,1.53 0,3.052 0,4.574 10e-4,2.147 -0.518,2.64 -2.782,2.641 -1.408,0 -2.817,0.006 -4.226,-0.002 C 2.28,18.929 1.546,18.243 1.531,16.825 1.519,15.673 1.528,14.522 1.528,13.311 h 4.914 v 2.931 H 7.971 V 11.676 H 1.498 C 1.488,11.593 1.478,11.51 1.468,11.427 4.444,10.461 7.42,9.493 10.397,8.53 12.099,7.979 12.791,6.965 12.539,5.33 12.4,4.42 11.869,3.746 10.968,3.448 7.394,2.265 3.807,1.118 0.224,-0.038 0.17,-0.055 0.098,-0.018 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,28.635902,254.7056)"
|
||||
id="g244-6-2-0">
|
||||
<path
|
||||
id="path246-7-4"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 h 1.567 c 0,-1.717 -0.019,-3.401 0.006,-5.085 0.02,-1.409 1.043,-2.462 2.381,-2.512 1.308,-0.05 2.427,0.992 2.525,2.377 0.039,0.563 -0.015,1.133 0.045,1.692 0.093,0.862 0.905,1.49 1.844,1.489 0.951,-10e-4 1.801,-0.622 1.826,-1.491 0.054,-1.842 0.017,-3.685 0.017,-5.577 h -1.55 v 2.802 2.612 C 8.487,-3.692 8.313,-3.69 8.139,-3.688 8.116,-4.204 8.084,-4.72 8.072,-5.237 8.027,-7.183 6.893,-8.589 4.967,-9.074 2.615,-9.667 0.112,-7.979 0.015,-5.654 -0.061,-3.81 0,-1.96 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,28.632449,254.21588)"
|
||||
id="g248-3-7">
|
||||
<path
|
||||
id="path250-6-9"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 h 1.619 v -5.433 c 0.151,0 0.303,-0.001 0.455,-0.001 0.022,0.554 0.055,1.107 0.065,1.662 0.027,1.555 0.771,2.712 2.203,3.394 1.459,0.694 2.92,0.587 4.261,-0.328 0.92,-0.627 1.543,-1.494 1.578,-2.586 0.061,-1.908 0.017,-3.82 0.017,-5.805 H 8.645 c 0,1.714 0.029,3.43 -0.008,5.145 C 8.6,-2.25 7.011,-1.145 5.41,-1.659 4.447,-1.968 3.8,-2.851 3.734,-3.983 3.702,-4.515 3.742,-5.052 3.688,-5.581 3.6,-6.439 2.792,-7.089 1.866,-7.099 0.941,-7.109 0.04,-6.46 0.016,-5.622 -0.036,-3.779 0,-1.935 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,32.917332,251.9313)"
|
||||
id="g252-5-3">
|
||||
<path
|
||||
id="path254-6-9"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 h -1.532 c 0,1.698 0.002,3.38 0,5.061 -0.002,1.768 -0.627,2.384 -2.457,2.396 -1.473,0.009 -2.946,0.004 -4.419,-0.007 -1.7,-0.013 -2.385,-0.666 -2.389,-2.269 -0.005,-1.686 -10e-4,-3.372 -10e-4,-5.121 h -1.573 c 0,1.258 -0.002,2.497 0.001,3.735 0.002,0.784 -0.026,1.57 0.029,2.35 0.102,1.437 1.446,2.745 2.95,2.782 2.158,0.053 4.32,0.05 6.479,0.001 1.383,-0.032 2.806,-1.2 2.88,-2.521 C 0.087,4.292 0,2.166 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,36.224571,253.81562)"
|
||||
id="g256-3-2">
|
||||
<path
|
||||
id="path258-9-6-4"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v -1.294 c 0.624,0.202 1.153,0.373 1.682,0.543 C 1.678,-0.676 1.673,-0.602 1.668,-0.528 1.156,-0.366 0.645,-0.204 0,0 M -3.897,3.152 C -0.524,2.06 2.777,0.998 6.068,-0.089 6.301,-0.166 6.549,-0.407 6.628,-0.625 6.671,-0.745 6.413,-1.08 6.227,-1.143 3.589,-2.029 0.94,-2.886 -1.781,-3.774 v 3.687 c 0.391,0.041 0.739,0.077 1.087,0.114 0.019,0.052 0.039,0.105 0.058,0.158 -0.611,0.21 -1.22,0.426 -1.833,0.629 -1.626,0.541 -1.627,0.539 -1.428,2.338"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,34.286772,253.78003)"
|
||||
id="g260-4-8">
|
||||
<path
|
||||
id="path262-8-3"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0.138,0.472 0.22,0.752 0.318,1.088 H 1.71 v -2.392 h -3.646 c 0,1.223 -0.069,2.439 0.047,3.638 0.031,0.312 0.631,0.802 0.988,0.817 1.962,0.082 3.93,0.058 5.895,0.035 C 5.683,3.177 6.087,2.774 6.094,2.109 6.111,0.293 6.1,-1.524 6.1,-3.422 H 4.541 c 0,1.367 -0.038,2.708 0.014,4.045 C 4.588,1.444 4.288,1.761 3.423,1.708 2.509,1.653 1.589,1.705 0.672,1.694 -0.423,1.68 -0.686,1.175 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,31.741012,253.83933)"
|
||||
id="g264-1-0">
|
||||
<path
|
||||
id="path266-2-7-8"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -0.315,-1.688 0.015,-3.436 -0.183,-5.186 h -1.486 c 0,2.002 -0.049,3.964 0.049,5.92 0.016,0.312 0.653,0.779 1.064,0.85 0.789,0.136 1.622,0.04 2.519,0.04 V -3.944 H 0.494 v 3.892 C 0.329,-0.034 0.165,-0.017 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,32.917424,252.41418)"
|
||||
id="g268-9-1">
|
||||
<path
|
||||
id="path270-3-7"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 H -1.477 C -1.724,1.736 -1.319,3.517 -1.696,5.223 -1.831,5.217 -1.967,5.211 -2.102,5.206 V 1.294 h -1.543 v 5.553 c 0.905,0 1.85,0.078 2.766,-0.041 0.328,-0.043 0.828,-0.553 0.84,-0.865 C 0.038,3.978 0,2.011 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,31.98158,263.44621)"
|
||||
id="g272-9-8">
|
||||
<path
|
||||
id="path274-0-9"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 C 0,0.187 0.023,0.351 0.072,0.489 0.121,0.629 0.189,0.745 0.277,0.84 0.363,0.933 0.469,1.004 0.59,1.053 0.711,1.102 0.844,1.128 0.988,1.133 V 0.659 C 0.895,0.651 0.814,0.629 0.746,0.592 0.678,0.555 0.621,0.508 0.576,0.45 0.531,0.393 0.498,0.327 0.477,0.254 0.455,0.18 0.445,0.101 0.445,0.017 0.447,-0.062 0.455,-0.135 0.471,-0.199 0.486,-0.265 0.51,-0.321 0.539,-0.367 0.568,-0.414 0.604,-0.449 0.646,-0.475 0.689,-0.5 0.736,-0.513 0.789,-0.513 c 0.055,0 0.1,0.012 0.139,0.036 0.037,0.026 0.07,0.065 0.101,0.121 0.03,0.054 0.057,0.127 0.082,0.215 0.024,0.09 0.049,0.2 0.075,0.33 0.033,0.15 0.072,0.278 0.117,0.386 0.043,0.108 0.095,0.196 0.156,0.266 0.061,0.068 0.131,0.12 0.209,0.153 0.078,0.033 0.168,0.05 0.271,0.049 0.11,0 0.211,-0.022 0.303,-0.068 C 2.336,0.928 2.416,0.863 2.482,0.779 2.549,0.694 2.602,0.594 2.641,0.478 2.678,0.36 2.697,0.23 2.697,0.087 2.697,-0.062 2.678,-0.198 2.637,-0.321 2.596,-0.444 2.537,-0.551 2.461,-0.641 2.385,-0.729 2.291,-0.8 2.18,-0.851 2.07,-0.901 1.943,-0.929 1.805,-0.932 v 0.468 C 2.102,-0.431 2.25,-0.251 2.25,0.073 2.25,0.231 2.223,0.353 2.17,0.437 2.115,0.52 2.043,0.562 1.949,0.562 1.912,0.562 1.879,0.553 1.85,0.535 1.822,0.517 1.797,0.487 1.773,0.447 1.75,0.407 1.729,0.355 1.709,0.292 1.689,0.229 1.67,0.153 1.65,0.063 1.635,-0.015 1.619,-0.094 1.6,-0.176 1.58,-0.258 1.557,-0.338 1.527,-0.417 1.5,-0.495 1.467,-0.569 1.428,-0.639 1.389,-0.708 1.34,-0.769 1.283,-0.821 1.227,-0.874 1.16,-0.916 1.084,-0.945 1.008,-0.976 0.92,-0.991 0.816,-0.991 c -0.121,0 -0.23,0.025 -0.33,0.074 -0.099,0.05 -0.185,0.118 -0.257,0.206 C 0.156,-0.623 0.102,-0.519 0.061,-0.396 0.02,-0.275 0,-0.143 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,32.747486,262.95037)"
|
||||
id="g276-8-1">
|
||||
<path
|
||||
id="path278-8-5"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 V 0.812 L -2.166,0.814 V 1.303 L -0.002,1.3 V 2.108 L 0.449,2.107 V 0 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,33.114678,263.17484)"
|
||||
id="g280-5-5-0">
|
||||
<path
|
||||
id="path282-0-4"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 0.826,0.315 -0.828,0.3 z m -1.164,-0.979 v 0.543 l 0.748,0.286 V 0.763 L -1.164,1.035 -1.166,1.551 1.451,0.546 V 0.081 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,33.511217,263.09899)"
|
||||
id="g284-9-6-4">
|
||||
<path
|
||||
id="path286-6-9"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v -0.648 c 0.002,-0.087 0.008,-0.162 0.02,-0.224 0.011,-0.063 0.031,-0.113 0.058,-0.153 0.027,-0.039 0.065,-0.069 0.109,-0.087 0.045,-0.019 0.1,-0.028 0.165,-0.028 0.115,-0.001 0.201,0.036 0.255,0.108 0.053,0.072 0.08,0.183 0.08,0.334 V 0 Z m -1.5,-1.755 v 0.525 l 0.713,0.248 c 0.049,0.018 0.094,0.043 0.135,0.072 0.041,0.03 0.078,0.064 0.107,0.104 0.029,0.039 0.053,0.083 0.07,0.131 0.016,0.049 0.026,0.099 0.026,0.154 V 0.001 L -1.5,0.002 V 0.489 L 1.115,0.486 v -1.17 C 1.115,-0.753 1.113,-0.819 1.111,-0.883 1.109,-0.946 1.102,-1.006 1.09,-1.064 1.076,-1.122 1.059,-1.178 1.035,-1.231 1.012,-1.284 0.98,-1.335 0.937,-1.383 0.902,-1.426 0.861,-1.463 0.814,-1.495 0.77,-1.527 0.723,-1.553 0.672,-1.574 0.621,-1.596 0.568,-1.611 0.514,-1.622 0.459,-1.634 0.404,-1.639 0.352,-1.639 c -0.161,0 -0.297,0.039 -0.413,0.117 -0.113,0.076 -0.201,0.182 -0.261,0.318 -0.086,-0.111 -0.221,-0.202 -0.405,-0.272 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,34.43758,262.94904)"
|
||||
id="g288-3-2">
|
||||
<path
|
||||
id="path290-8-5"
|
||||
style="fill:#d5d5d5;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 V 0.812 L -2.166,0.814 V 1.303 L -0.002,1.3 V 2.108 L 0.449,2.107 V 0 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#3d3d3e;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,43.02349,261.70333)"
|
||||
id="g292-5-7">
|
||||
<path
|
||||
id="path294-6-4"
|
||||
style="fill:#3d3d3e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.876,2.409 -1.548,3.128 -2.271,4.589 1.253,3.499 2.544,6.972 3.267,5.511 2.349,3.138 4.815,2.383 5.52,0.958 1.967,2.056 0.705,-1.425 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#3d3d3e;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,47.447941,259.00732)"
|
||||
id="g296-1-9">
|
||||
<path
|
||||
id="path298-1-9"
|
||||
style="fill:#3d3d3e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 -1.779,-0.88 -0.753,1.521 1.779,0.881 1.7,4.201 L 1.761,4.079 0.447,1.162 3.558,0.448 4.371,-1.196 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#3d3d3e;fill-opacity:1"
|
||||
transform="matrix(0,-0.22446827,-0.22446827,0,51.811785,258.42582)"
|
||||
id="g300-5-4">
|
||||
<path
|
||||
id="path302-9-5"
|
||||
style="fill:#3d3d3e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 0,0 0.756,0.374 5.53,-1.204 4.048,1.792 4.901,2.215 7.296,-2.624 6.494,-3.021 1.778,-1.443 3.439,-4.8 2.585,-5.223 Z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.17957768,0.17957768,0,4.2636248,278.7315)"
|
||||
id="g6917">
|
||||
<g
|
||||
id="g172-8-9"
|
||||
transform="matrix(1.2499787,0,0,-1.2499787,58.885298,238.10863)"
|
||||
style="fill:#1a1a1a;fill-opacity:1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -6.4,0 -11.57,5.16 -11.57,11.56 0,6.4 5.17,11.58 11.57,11.58 6.4,0 11.58,-5.18 11.58,-11.58 C 11.58,5.16 6.4,0 0,0"
|
||||
style="fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path174-4-3" />
|
||||
</g>
|
||||
<g
|
||||
id="g304-8-5"
|
||||
transform="matrix(1.2499787,0,0,-1.2499787,60.132524,225.62356)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 1.272,1.879 1.008,2.43 -1.214,2.544 Z m -1.029,-2.906 -0.408,0.855 0.896,1.378 -1.548,3.242 -1.617,0.132 -0.425,0.893 5.666,-0.488 0.601,-1.259 z"
|
||||
style="fill:#35353a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path306-1-7" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.17957768,0.17957768,0,4.2636248,278.7315)"
|
||||
id="g6923">
|
||||
<g
|
||||
id="g168-0-0"
|
||||
transform="matrix(1.2499787,0,0,-1.2499787,76.272681,266.84563)"
|
||||
style="fill:#1a1a1a;fill-opacity:1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -6.39,0 -11.57,5.17 -11.57,11.56 0,6.4 5.18,11.58 11.57,11.58 6.4,0 11.58,-5.18 11.58,-11.58 C 11.58,5.17 6.4,0 0,0"
|
||||
style="fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path170-3-8" />
|
||||
</g>
|
||||
<g
|
||||
id="g308-0-1"
|
||||
transform="matrix(1.2499787,0,0,-1.2499787,78.346285,254.11557)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 -1.542,3.265 -0.413,3.798 1.129,0.533 C 1.286,0.2 1.173,-0.057 0.794,-0.236 0.419,-0.413 0.157,-0.333 0,0 M -1.891,-0.893 -2.133,-0.38 -3.424,2.377 -2.296,2.91 -0.98,0.123 -0.762,-0.36 c 0.157,-0.333 0.048,-0.588 -0.322,-0.763 -0.379,-0.179 -0.65,-0.103 -0.807,0.23 m 1.828,-0.074 C 0.162,-1.207 0.5,-1.241 0.948,-1.08 l 0.387,0.172 c 0.754,0.356 0.921,0.975 0.508,1.849 L -0.024,4.894 -0.769,4.552 -3.78,3.13 -4.53,2.766 -2.664,-1.187 c 0.413,-0.874 1,-1.137 1.75,-0.783 l 0.379,0.189 c 0.331,0.207 0.489,0.476 0.472,0.814"
|
||||
style="fill:#35353a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path310-4-9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-0.17957768,0.17957768,0,4.2636248,278.7315)"
|
||||
id="g6929">
|
||||
<g
|
||||
id="g164-4-9"
|
||||
transform="matrix(1.2499787,0,0,-1.2499787,87.247356,297.95762)"
|
||||
style="fill:#1a1a1a;fill-opacity:1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 c -6.4,0 -11.56,5.18 -11.56,11.57 0,6.4 5.16,11.58 11.56,11.58 6.4,0 11.58,-5.18 11.58,-11.58 C 11.58,5.18 6.4,0 0,0"
|
||||
style="fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path166-4-7" />
|
||||
</g>
|
||||
<g
|
||||
id="g312-4-8"
|
||||
transform="matrix(1.2499787,0,0,-1.2499787,89.885971,283.88283)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 -0.791,1.919 C -1.315,3.207 -1.783,2.883 -2.809,2.462 -3.836,2.042 -4.394,1.947 -3.868,0.664 l 1.39,-3.396 -0.77,-0.315 -1.393,3.39 c -0.737,1.793 -0.028,2.248 1.512,2.879 1.54,0.631 2.369,0.813 3.104,-0.966 L 1.372,-1.155 0.608,-1.468 Z"
|
||||
style="fill:#35353a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path314-7-2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 47 KiB |
|
@ -7,17 +7,80 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="gamepad_xbox.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
id="defs4919">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient5972">
|
||||
<stop
|
||||
style="stop-color:#8fb925;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop5968" />
|
||||
<stop
|
||||
style="stop-color:#8fb925;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop5970" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient5149">
|
||||
<stop
|
||||
style="stop-color:#505050;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop5145" />
|
||||
<stop
|
||||
style="stop-color:#f1f1f1;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop5147" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
effect="bend_path"
|
||||
id="path-effect5913"
|
||||
is_visible="true"
|
||||
bendpath="m -52.907316,216.28859 5.666917,-1.68802 5.329314,0.50641 2.773175,1.85682"
|
||||
prop_scale="1"
|
||||
scale_y_rel="false"
|
||||
vertical="false" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#7ec592;fill-opacity:0.56679394;stroke:none;stroke-width:0.4471567;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -34.389666,220.27659 a 4.6622589,4.6622589 0 0 1 -4.662255,4.66225 4.6622589,4.6622589 0 0 1 -4.662258,-4.66225 4.6622589,4.6622589 0 0 1 4.662258,-4.66228 4.6622589,4.6622589 0 0 1 4.662255,4.66228 z"
|
||||
id="path5854-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#7ec592;fill-opacity:0.56679394;stroke:none;stroke-width:0.4471567;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -34.389666,220.27659 a 4.6622589,4.6622589 0 0 1 -4.662255,4.66225 4.6622589,4.6622589 0 0 1 -4.662258,-4.66225 4.6622589,4.6622589 0 0 1 4.662258,-4.66228 4.6622589,4.6622589 0 0 1 4.662255,4.66228 z"
|
||||
id="path5854-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5149"
|
||||
id="linearGradient5151"
|
||||
x1="33.925224"
|
||||
y1="252.86386"
|
||||
x2="33.925224"
|
||||
y2="257.77542"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0254775,0,0,1.0254775,-0.86299249,-6.427454)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5972"
|
||||
id="linearGradient5974"
|
||||
x1="35.168491"
|
||||
y1="-58.360741"
|
||||
x2="38.328606"
|
||||
y2="-58.209888"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
|
@ -25,9 +88,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="2.1994829"
|
||||
inkscape:cx="-120.68498"
|
||||
inkscape:cy="206.97956"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -36,7 +99,8 @@
|
|||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
|
@ -53,17 +117,596 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g4010"
|
||||
transform="matrix(0.28433921,0,0,0.28246003,-64.333532,229.1746)">
|
||||
<g
|
||||
id="g3951" />
|
||||
</g>
|
||||
<g
|
||||
id="g5055">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4759"
|
||||
d="m 21.126876,246.08872 c -0.301103,-0.002 -0.605207,0.0105 -0.908988,0.0248 -1.098211,0.0791 -2.655197,0.5375 -3.899503,1.05368 -0.912215,0.42125 -2.971038,1.26942 -3.31401,1.6459 -0.365384,0.31876 -1.293988,2.34627 -1.766817,3.55275 -0.540745,1.37977 -0.935229,2.75314 -1.3130982,4.18683 -1.447945,5.49364 -2.4866023,12.07485 -2.1068482,18.12757 0.12714,2.02649 0.559386,4.19373 1.846399,5.80998 1.0444894,1.31168 2.9418964,1.36756 4.3263504,0.6997 2.261039,-1.09071 3.803235,-3.22117 5.6441,-4.88859 1.966195,-1.78095 4.027534,-3.53232 6.858496,-3.99459 1.820151,-0.29721 4.781206,-0.59796 7.340637,-0.59996 2.559431,0.002 5.520487,0.30275 7.340637,0.59996 2.830963,0.46227 4.892302,2.21364 6.858498,3.99459 1.840865,1.66742 3.38306,3.79788 5.644099,4.88859 1.384454,0.66786 3.28186,0.61198 4.32635,-0.6997 1.287013,-1.61625 1.71926,-3.78349 1.846398,-5.80998 0.379754,-6.05272 -0.658903,-12.63393 -2.106848,-18.12757 -0.37787,-1.43369 -0.772353,-2.80706 -1.313098,-4.18683 -0.472829,-1.20648 -1.401432,-3.23399 -1.766816,-3.55275 -0.342972,-0.37648 -2.401795,-1.22465 -3.31401,-1.6459 -1.244306,-0.51618 -2.801291,-0.97456 -3.899503,-1.05368 -0.303781,-0.0143 -0.607885,-0.0273 -0.908989,-0.0248 -0.903314,0.007 -1.781302,0.15 -2.555399,0.78703 -0.889307,0.84744 -1.769128,1.71057 -2.703711,2.50682 -1.739206,1.28628 -5.272889,1.08788 -7.447608,1.05678 -2.174719,0.0311 -5.708401,0.2295 -7.447607,-1.05678 -0.934582,-0.79625 -1.814404,-1.65938 -2.703711,-2.50682 -0.774096,-0.63703 -1.652085,-0.78003 -2.5554,-0.78703 z"
|
||||
style="fill:#1c1c1c;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4950-9"
|
||||
d="m 33.868388,251.42944 c -1.166113,6e-4 -2.240838,0.56521 -2.899748,1.48333 -0.07621,0.10619 -0.331364,0.45596 -0.471622,0.48866 -0.224596,0.0524 -0.410065,0.0343 -0.69884,0.0357 -1.244355,0.006 -1.425427,0.007 -1.6549,0.007 -0.843832,-8e-5 -1.527919,0.67747 -1.528008,1.51338 8.9e-5,0.8359 0.684176,1.51346 1.528008,1.51338 0.229473,3.6e-4 0.410545,9.3e-4 1.6549,0.007 0.288775,9.3e-4 0.474242,-0.0168 0.69884,0.0357 0.140257,0.0328 0.395404,0.38247 0.471622,0.48866 0.65891,0.91812 1.733635,1.48272 2.899748,1.48334 0.0014,-2e-5 0.0029,-3e-4 0.0043,-3.2e-4 0.0014,2e-5 0.0029,2.9e-4 0.0043,3.2e-4 1.166114,-6.2e-4 2.240838,-0.56522 2.899749,-1.48334 0.07621,-0.10619 0.331363,-0.45594 0.471621,-0.48866 0.224597,-0.0524 0.410065,-0.0341 0.698841,-0.0353 1.244354,-0.006 1.425427,-0.007 1.6549,-0.008 0.843832,5e-5 1.527923,-0.67748 1.528007,-1.51338 -8.4e-5,-0.8359 -0.684175,-1.51343 -1.528007,-1.51337 -0.229473,-3.7e-4 -0.410546,-0.002 -1.6549,-0.008 -0.288776,-9.3e-4 -0.474244,0.0171 -0.698841,-0.0353 -0.140258,-0.0328 -0.395404,-0.38248 -0.471621,-0.48867 -0.658911,-0.91812 -1.733635,-1.48273 -2.899749,-1.48333 -0.0014,2e-5 -0.0029,3.1e-4 -0.0043,3.2e-4 -0.0014,0 -0.0029,-3e-4 -0.0043,-3.2e-4 z"
|
||||
style="opacity:1;vector-effect:none;fill:#2a2a2a;fill-opacity:1;stroke:#070707;stroke-width:0.28999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4801"
|
||||
d="m 28.693814,253.679 c 0.717411,0 1.294889,0.56963 1.294889,1.27723 0,0.70761 -0.577478,1.27724 -1.294889,1.27724 h -0.500222 c -0.717411,0 -1.294889,-0.56963 -1.294889,-1.27724 0,-0.7076 0.577478,-1.27723 1.294889,-1.27723 z m 0.222598,0.37895 -0.725727,0.44914 -0.725727,0.44914 0.725727,0.44914 0.725727,0.44914 v -0.89828 z"
|
||||
style="opacity:1;fill:#393d3d;fill-opacity:1;stroke:#000000;stroke-width:0.29100001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4798-2-5"
|
||||
d="m 47.140794,244.6567 c -0.467097,0.002 -0.854359,0.043 -1.359759,0.1274 -0.180769,0.0707 -0.305095,0.33895 -0.297819,0.44457 0.0046,0.14679 -0.01115,0.67447 0.194479,0.65343 1.066523,-0.1092 2.180341,-0.0481 2.850345,0.0826 1.820485,0.44287 3.694317,0.74933 5.074292,2.06898 0.01798,-0.0527 0.0099,-0.11722 -0.0024,-0.18374 -0.0013,-0.40252 -0.328995,-0.69843 -0.600293,-0.95067 -0.848182,-0.84667 -1.950796,-1.35693 -3.067845,-1.72589 -0.646052,-0.19837 -1.341117,-0.35879 -1.75813,-0.42628 -0.354159,-0.058 -0.810658,-0.0886 -1.03287,-0.0904 z"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4798-2"
|
||||
d="m 20.584624,244.6567 c 0.467097,0.002 0.854359,0.043 1.359759,0.1274 0.180769,0.0707 0.305095,0.33895 0.297819,0.44457 -0.0046,0.14679 0.01115,0.67447 -0.194479,0.65343 -1.066523,-0.1092 -2.180341,-0.0481 -2.850345,0.0826 -1.820485,0.44287 -3.694317,0.74933 -5.074292,2.06898 -0.01798,-0.0527 -0.0099,-0.11722 0.0024,-0.18374 0.0013,-0.40252 0.328995,-0.69843 0.600293,-0.95067 0.848182,-0.84667 1.950796,-1.35693 3.067845,-1.72589 0.646052,-0.19837 1.341117,-0.35879 1.75813,-0.42628 0.354159,-0.058 0.810658,-0.0886 1.03287,-0.0904 z"
|
||||
style="fill:#030303;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4759-9-9"
|
||||
d="m 22.342824,245.21177 c -0.02866,0.20602 0.02797,0.4034 -0.182418,0.3824 -1.091229,-0.10912 -2.747325,0.13555 -3.432866,0.26614 -2.114275,0.50269 -4.460346,1.26658 -5.76864,3.0427 0.646414,-0.41671 2.572377,-1.13496 3.40496,-1.51205 1.268714,-0.51619 2.856229,-0.97458 3.975985,-1.05368 0.30974,-0.0143 0.619546,-0.0268 0.926558,-0.0248 0.921036,0.007 1.816244,0.14999 2.605526,0.78703 0.906748,0.84745 1.804534,1.71108 2.757455,2.50734 1.687623,1.22413 5.000564,1.10376 7.231083,1.06247 0.0021,2e-5 0.0043,-4e-5 0.0062,0 0.0019,-4e-5 0.0042,3e-5 0.0062,0 2.230519,0.0413 5.54346,0.16166 7.231083,-1.06247 0.952921,-0.79626 1.850708,-1.65989 2.757456,-2.50734 0.789281,-0.63704 1.684488,-0.78003 2.605524,-0.78703 0.307012,-0.002 0.61682,0.0105 0.926559,0.0248 1.119754,0.0791 2.707271,0.53749 3.975985,1.05368 0.832583,0.37709 2.758546,1.09534 3.40496,1.51205 -1.308293,-1.77612 -3.654367,-2.54001 -5.768643,-3.0427 -0.685538,-0.13059 -2.341633,-0.37526 -3.432862,-0.26614 -0.210391,0.021 -0.153765,-0.17638 -0.182419,-0.3824 -1.534539,0.13612 -2.227043,1.23347 -3.62045,1.82056 -3.083563,1.29921 -6.859733,1.22002 -7.87187,1.22421 -0.0085,4e-5 -0.02275,-4e-5 -0.03152,0 -0.0088,-4e-5 -0.02302,3e-5 -0.03152,0 -1.012137,-0.004 -4.788307,0.075 -7.871869,-1.22421 -1.393407,-0.58709 -2.085913,-1.68444 -3.620451,-1.82056 z"
|
||||
style="fill:#2d2d2d;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4779"
|
||||
d="m 33.775716,271.16383 c -1.989342,-0.0159 -4.085746,0.18471 -6.619751,0.67231 -0.122568,0.0236 -0.240699,0.0557 -0.366387,0.0899 -2.666584,0.73108 -5.135769,2.3546 -7.171654,4.32222 -1.512731,1.39052 -4.030614,4.30866 -6.023405,5.11183 1.341117,-0.32706 2.157387,-0.76901 3.112988,-1.34514 2.310062,-1.39274 4.009429,-3.59813 6.240446,-5.10976 2.123932,-1.43908 4.636886,-1.96186 7.138582,-2.20245 1.311659,-0.10196 2.593962,-0.12931 3.770828,-0.13126 1.17687,0.002 2.459173,0.0293 3.770831,0.13126 2.501697,0.2406 5.014651,0.76337 7.138583,2.20245 2.231017,1.51163 3.930383,3.71702 6.240444,5.10976 0.955601,0.57613 1.771872,1.01808 3.112989,1.34514 -1.992791,-0.80317 -4.510674,-3.72128 -6.023406,-5.11183 -2.035884,-1.96761 -4.505068,-3.59114 -7.171655,-4.32222 -0.125688,-0.0342 -0.243816,-0.0663 -0.366385,-0.0899 -2.534004,-0.48761 -4.630409,-0.68821 -6.61975,-0.67231 -0.0274,0 -0.05429,0.002 -0.08165,0.002 -0.02736,-2.6e-4 -0.05425,-0.002 -0.08165,-0.002 z"
|
||||
style="fill:#2d2d2d;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="6.0541315"
|
||||
cy="264.18784"
|
||||
cx="25.266397"
|
||||
id="path4771-43"
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2d;fill-opacity:1;stroke:none;stroke-width:0.18504263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="5.0103154"
|
||||
cy="264.18784"
|
||||
cx="25.266397"
|
||||
id="path4771-43-8"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15313874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="4.7893462"
|
||||
cy="264.18784"
|
||||
cx="25.266397"
|
||||
id="path4771-43-8-2"
|
||||
style="opacity:1;vector-effect:none;fill:#454a4a;fill-opacity:1;stroke:none;stroke-width:0.14638489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<ellipse
|
||||
ry="3.2787569"
|
||||
rx="3.2795217"
|
||||
cy="254.95622"
|
||||
cx="33.872726"
|
||||
id="path4950"
|
||||
style="opacity:1;vector-effect:none;fill:#bce71f;fill-opacity:1;stroke:none;stroke-width:0.17578794;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<ellipse
|
||||
ry="2.6702065"
|
||||
rx="2.6708295"
|
||||
cy="254.95622"
|
||||
cx="33.872726"
|
||||
id="path4950-0"
|
||||
style="opacity:1;vector-effect:none;fill:url(#linearGradient5151);fill-opacity:1;stroke:#000000;stroke-width:0.30632508;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<g
|
||||
style="fill:#8fb925;fill-opacity:1"
|
||||
transform="matrix(0.53879442,0,0,0.53879442,62.980539,135.67582)"
|
||||
id="g5600">
|
||||
<g
|
||||
transform="matrix(0.28433921,0,0,0.28246003,-62.992975,226.49349)"
|
||||
id="g3378"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<g
|
||||
transform="translate(1.334375,-34.927083)"
|
||||
id="g3917"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path3900" />
|
||||
</g>
|
||||
<g
|
||||
id="g3988"
|
||||
transform="translate(1.334375,-34.927083)"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<path
|
||||
id="path3990"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path3354" />
|
||||
<path
|
||||
id="path3364"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3888"
|
||||
transform="matrix(0.28433921,0,0,0.28246003,-62.652852,216.63685)"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<g
|
||||
id="g3876"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<path
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
id="path3089"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path4000"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
id="path3314"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path3324"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
id="path3328"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3386"
|
||||
transform="matrix(-0.28433921,0,0,0.28246003,-45.054966,226.49349)"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<g
|
||||
id="g3388"
|
||||
transform="translate(1.334375,-34.927083)"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none">
|
||||
<path
|
||||
id="path3390"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
transform="translate(1.334375,-34.927083)"
|
||||
id="g3392">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path3394" />
|
||||
<path
|
||||
id="path3396"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none"
|
||||
d="m 17.75,10.65625 c -1.847688,2.256035 -9.5926641,11.425091 -8.90625,17.625 0.4783172,0.610018 1.0047273,1.180327 1.5625,1.71875 -0.08129,-4.745696 5.4515,-9.824588 9.769368,-13.658449 z"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path3398" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4021"
|
||||
transform="matrix(-0.28339833,0,0,0.28269786,-45.07484,226.50116)"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<g
|
||||
id="g4023"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<g
|
||||
transform="translate(1.196189,-34.89572)"
|
||||
id="g4033"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<g
|
||||
id="g4035"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path4037"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
id="path4039"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
id="path3304"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
style="fill:#8fb925;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:url(#linearGradient5974);fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
d="m 13.34375,3.75 c -0.965665,0.5849225 -1.862933,1.2722918 -2.6875,2.03125 2.656255,0.5079752 5.32084,2.8624365 6.78125,4.8125 1.272411,2.001434 1.963367,3.836737 2.861547,5.731248 0.608132,-0.518349 1.226492,-1.046358 1.896265,-1.586717 l -0.0039,-8.2265622 C 20.212403,5.2739256 16.941625,3.6447553 13.375,3.75 c -0.0076,0.00461 -0.02361,-0.00463 -0.03125,0 z"
|
||||
id="path3344"
|
||||
transform="translate(8.2169271,-1.0729817)"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
r="1.9740863"
|
||||
cy="254.58647"
|
||||
cx="45.42276"
|
||||
id="path4758-0"
|
||||
style="opacity:1;vector-effect:none;fill:#7e97c5;fill-opacity:0.41030537;stroke:none;stroke-width:0.16302742;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="2.4031312"
|
||||
cy="254.58647"
|
||||
cx="45.42276"
|
||||
id="path4758"
|
||||
style="opacity:1;vector-effect:none;fill:#494949;fill-opacity:1;stroke:none;stroke-width:0.1984596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.9740863"
|
||||
cy="254.58647"
|
||||
cx="45.42276"
|
||||
id="path4758-0-1-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16302742;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.8375"
|
||||
cy="254.58647"
|
||||
cx="45.42276"
|
||||
id="path4758-0-4"
|
||||
style="opacity:1;vector-effect:none;fill:#005ece;fill-opacity:1;stroke:none;stroke-width:0.15174763;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="2.4031315"
|
||||
cy="254.58647"
|
||||
cx="53.874817"
|
||||
id="path4758-02"
|
||||
style="opacity:1;vector-effect:none;fill:#494949;fill-opacity:1;stroke:none;stroke-width:0.1984596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.9740863"
|
||||
cy="254.58647"
|
||||
cx="53.874817"
|
||||
id="path4758-0-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16302742;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.8375"
|
||||
cy="254.58647"
|
||||
cx="53.874817"
|
||||
id="path4758-0-4-3"
|
||||
style="opacity:1;vector-effect:none;fill:#d30910;fill-opacity:1;stroke:none;stroke-width:0.15174763;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(90)"
|
||||
r="2.4031315"
|
||||
cy="-49.648788"
|
||||
cx="250.36044"
|
||||
id="path4758-1"
|
||||
style="opacity:1;vector-effect:none;fill:#494949;fill-opacity:1;stroke:none;stroke-width:0.1984596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
transform="rotate(90)"
|
||||
r="2.4031317"
|
||||
cy="-49.648788"
|
||||
cx="258.81253"
|
||||
id="path4758-02-7"
|
||||
style="opacity:1;vector-effect:none;fill:#494949;fill-opacity:1;stroke:none;stroke-width:0.1984596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.9740863"
|
||||
cy="250.36044"
|
||||
cx="49.648788"
|
||||
id="path4758-0-1-4"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16302742;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.9740863"
|
||||
cy="258.81253"
|
||||
cx="49.648788"
|
||||
id="path4758-0-1-5"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.16302742;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.8376586"
|
||||
cy="250.36044"
|
||||
cx="49.648788"
|
||||
id="path4758-0-4-3-9"
|
||||
style="opacity:1;vector-effect:none;fill:#e79e02;fill-opacity:1;stroke:none;stroke-width:0.15176073;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="1.8375"
|
||||
cy="258.81253"
|
||||
cx="49.648788"
|
||||
id="path4758-0-4-3-4"
|
||||
style="opacity:1;vector-effect:none;fill:#6ba106;fill-opacity:1;stroke:none;stroke-width:0.15174763;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="6.0541315"
|
||||
cy="264.18784"
|
||||
cx="41.490273"
|
||||
id="path4771"
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2d;fill-opacity:1;stroke:none;stroke-width:0.18504263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4771-43-8-1"
|
||||
d="m 25.110208,259.55982 c -0.546237,1.8e-4 -1.087776,0.10089 -1.597553,0.29711 0.06388,0.20412 0.09678,0.43712 0.09761,0.651 1.95e-4,1.1816 -0.957723,2.13953 -2.139322,2.13934 -0.189294,-9e-4 -0.377631,-0.0269 -0.560075,-0.0774 -0.165126,0.46965 -0.273037,1.17037 -0.270576,1.46149 -0.0014,0.10562 0.0026,0.21286 0,0.31298 0.0141,0.33867 0.105454,0.99184 0.270576,1.46149 0.182444,-0.0505 0.370781,-0.0765 0.560075,-0.0774 1.181595,-1.9e-4 2.139511,0.95774 2.139322,2.13933 -8.28e-4,0.21388 -0.03373,0.42643 -0.09761,0.63055 0.509777,0.19622 1.053383,0.30933 1.59962,0.30951 v -3.1e-4 c 0.113252,0.002 0.215451,0.007 0.312374,0 v 3.1e-4 c 0.546235,-1.8e-4 1.085706,-0.11329 1.595482,-0.30951 -0.06388,-0.20412 -0.09678,-0.41667 -0.09761,-0.63055 -1.89e-4,-1.1816 0.957728,-2.13952 2.139323,-2.13933 0.189295,9e-4 0.377632,0.0269 0.560077,0.0774 0.165126,-0.46965 0.264915,-0.96366 0.266588,-1.46149 0.003,-0.1076 -0.0017,-0.21294 0,-0.31298 -0.0017,-0.49783 -0.101466,-0.99184 -0.266588,-1.46149 -0.182445,0.0505 -0.370782,0.0765 -0.560077,0.0774 -1.181599,1.9e-4 -2.139518,-0.95774 -2.139323,-2.13934 8.29e-4,-0.21388 0.03373,-0.42642 0.09761,-0.63054 -0.509776,-0.19622 -1.051314,-0.31739 -1.597549,-0.31757 v 3.1e-4 c -0.122029,-0.002 -0.212521,0.002 -0.312374,0 z"
|
||||
style="opacity:1;vector-effect:none;fill:#454a4a;fill-opacity:1;stroke:#333333;stroke-width:0.33820221;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="5.3980193"
|
||||
cy="254.42064"
|
||||
cx="17.691278"
|
||||
id="path4949"
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2d;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="4.0261464"
|
||||
cy="254.42064"
|
||||
cx="17.691278"
|
||||
id="path4771-4-9"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.12305792;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="3.600745"
|
||||
cy="254.42064"
|
||||
cx="17.691278"
|
||||
id="path4771-4-9-2"
|
||||
style="opacity:1;vector-effect:none;fill:#393d3d;fill-opacity:1;stroke:none;stroke-width:0.11005565;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="2.9506447"
|
||||
cy="254.42064"
|
||||
cx="17.691278"
|
||||
id="path4771-4-2-4"
|
||||
style="opacity:1;vector-effect:none;fill:#454a4a;fill-opacity:1;stroke:none;stroke-width:0.09018554;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<g
|
||||
style="fill:#666c6c;fill-opacity:1"
|
||||
transform="translate(-3.7306929e-6,0.05139416)"
|
||||
id="g4947">
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-9"
|
||||
cx="17.691282"
|
||||
cy="256.52554"
|
||||
r="0.18979438" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-5-2"
|
||||
cx="17.691282"
|
||||
cy="252.213"
|
||||
r="0.18979438" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-0-4"
|
||||
cx="254.36928"
|
||||
cy="-15.534998"
|
||||
r="0.18979438"
|
||||
transform="rotate(90)" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-5-5-7"
|
||||
cx="254.36928"
|
||||
cy="-19.847549"
|
||||
r="0.18979438"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.3508843,0,0,0.3508843,48.870937,179.57928)"
|
||||
id="text5604-7-1-7"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.11666656px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||
inkscape:transform-center-y="-0.047859099"
|
||||
inkscape:transform-center-x="1.6393762"
|
||||
aria-label="3">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5795"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.26458332"
|
||||
d="m -51.113495,223.1858 q 0,-0.11642 0.03175,-0.20532 0.03387,-0.0889 0.08255,-0.1397 0.0508,-0.0508 0.118533,-0.0804 0.06773,-0.0317 0.127,-0.0423 0.06138,-0.0106 0.127,-0.0106 0.218017,0 0.347134,0.11219 0.129116,0.11006 0.129116,0.29633 0,0.10372 -0.04657,0.17992 -0.04657,0.0741 -0.150284,0.1397 0.127,0.0614 0.186267,0.1524 0.05927,0.0889 0.05927,0.22013 0,0.22013 -0.143934,0.35137 -0.141816,0.12911 -0.381,0.12911 -0.230716,0 -0.3683,-0.13123 -0.135466,-0.13335 -0.137583,-0.35772 h 0.287867 q 0.0127,0.23495 0.224366,0.23495 0.09737,0 0.15875,-0.0635 0.0635,-0.0635 0.0635,-0.16298 0,-0.0825 -0.04445,-0.14182 -0.04445,-0.0614 -0.118533,-0.0825 -0.05927,-0.0148 -0.173567,-0.0148 v -0.19897 h 0.0254 q 0.262467,0 0.262467,-0.22648 0,-0.0931 -0.04868,-0.14394 -0.04868,-0.0529 -0.137584,-0.0529 -0.116416,0 -0.15875,0.0656 -0.04233,0.0656 -0.04657,0.19897 h -0.275167 z" />
|
||||
</g>
|
||||
<g
|
||||
id="text5604-7-1-7-8"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:0.78251159px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.09781395"
|
||||
inkscape:transform-center-y="-0.050443623"
|
||||
inkscape:transform-center-x="1.7272434"
|
||||
aria-label="4">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4968"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.09781395"
|
||||
d="m 36.816125,258.06503 v 0.0908 h -0.05791 v 0.12286 h -0.109552 v -0.12286 H 36.42643 v -0.0923 l 0.202671,-0.33961 h 0.129114 v 0.34117 z m -0.167458,0 v -0.2371 l -0.144764,0.2371 z" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.36205402,0,0,0.36205402,56.025335,170.751)"
|
||||
id="text5604-7-1"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.11666656px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||
aria-label="2">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5792"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.26458332"
|
||||
d="m -53.128449,223.84012 q 0,0.12488 -0.05503,0.22648 -0.05292,0.1016 -0.135466,0.17145 -0.08255,0.0677 -0.169334,0.127 -0.08678,0.0572 -0.167216,0.127 -0.08043,0.0677 -0.1143,0.1397 h 0.635 v 0.26459 h -1.020234 q 0.01058,-0.20744 0.08255,-0.32809 0.07408,-0.12276 0.264584,-0.25611 0.24765,-0.17357 0.315383,-0.25612 0.06773,-0.0847 0.06773,-0.20955 0,-0.11218 -0.05715,-0.17568 -0.05503,-0.0656 -0.154516,-0.0656 -0.1016,0 -0.15875,0.0699 -0.05503,0.0699 -0.05503,0.19473 v 0.0487 h -0.283633 q -0.0021,-0.0233 -0.0021,-0.0529 0,-0.23707 0.129117,-0.3683 0.131233,-0.13335 0.364067,-0.13335 0.237066,0 0.37465,0.12912 0.1397,0.12911 0.1397,0.34713 z" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.36715235,0,0,0.36715235,53.699501,168.76535)"
|
||||
id="text5604-7-9-4-20"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.11666656px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||
aria-label="1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5789"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Noto Naskh Arabic';-inkscape-font-specification:'Noto Naskh Arabic Bold';fill:#666666;fill-opacity:1;stroke-width:0.26458332"
|
||||
d="m -61.197824,227.18159 h -0.31936 v -0.87436 l 0.0031,-0.14366 0.0052,-0.1571 q -0.07958,0.0796 -0.110588,0.10439 l -0.173633,0.13953 -0.153995,-0.19224 0.486792,-0.38757 h 0.262516 z" />
|
||||
</g>
|
||||
<g
|
||||
id="text5604-4"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.85889518px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.09958366"
|
||||
transform="matrix(-0.37581603,-0.18036104,0.18036104,-0.37581603,-26.283378,330.78277)"
|
||||
aria-label="BACK">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6002"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.09958366"
|
||||
d="m -34.129004,221.5577 q -0.06627,-0.009 -0.125759,-0.0402 -0.05949,-0.0309 -0.11326,-0.0891 -0.05403,-0.0564 -0.07715,-0.15913 -0.02312,-0.10273 -0.0043,-0.23711 l 0.08475,-0.6038 1.34198,0.18836 -0.08397,0.59828 q -0.01757,0.12517 -0.06705,0.21021 -0.04974,0.0869 -0.114845,0.12279 -0.06353,0.038 -0.121593,0.0505 -0.05807,0.0125 -0.111453,0.005 -0.08652,-0.0121 -0.145007,-0.0635 -0.05665,-0.0511 -0.105282,-0.15931 -0.161965,0.2044 -0.357095,0.17701 z m 0.837433,-0.69713 -0.30374,-0.0426 -0.04212,0.30006 q -0.02739,0.19513 0.123562,0.21631 0.15279,0.0215 0.180179,-0.17368 z m -0.533847,-0.0749 -0.34792,-0.0488 -0.04625,0.32951 q -0.02868,0.20433 0.14436,0.22862 0.174881,0.0246 0.203561,-0.17979 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6004"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.09958366"
|
||||
d="m -34.647111,222.51972 0.206972,-0.46335 -0.212349,-0.19462 0.115995,-0.25968 1.04095,0.99228 -0.125851,0.28174 -1.428359,-0.12497 0.116753,-0.26138 z m 0.243242,0.0252 0.555745,0.0548 -0.411698,-0.37731 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6006"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.09958366"
|
||||
d="m -35.01879,224.11493 q 0.219462,0.11767 0.373241,-0.0639 0.106924,-0.12625 0.07054,-0.27887 -0.03639,-0.15262 -0.208026,-0.29799 -0.168801,-0.14296 -0.321508,-0.15537 -0.153908,-0.011 -0.258429,0.11242 -0.0841,0.0993 -0.08065,0.20453 0.0034,0.10523 0.09433,0.19926 l -0.175404,0.2071 q -0.168902,-0.16011 -0.172954,-0.36816 -0.0026,-0.20686 0.160758,-0.39978 0.182612,-0.21561 0.434224,-0.21931 0.253029,-0.002 0.502685,0.20894 0.251073,0.21265 0.289053,0.46406 0.03798,0.25141 -0.147036,0.46986 -0.154981,0.18298 -0.351372,0.2164 -0.197592,0.0348 -0.381244,-0.0963 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6008"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.09958366"
|
||||
d="m -36.041025,224.42046 -0.248727,-0.37929 0.23317,-0.1529 0.743123,1.1332 -0.23317,0.15291 -0.326199,-0.49743 -0.116825,0.78795 -0.27514,0.18043 0.132267,-0.78474 -0.923579,-0.31687 0.27825,-0.18246 0.699756,0.2569 z" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4801-4"
|
||||
d="m 39.051639,253.67899 c -0.717411,0 -1.294889,0.56963 -1.294889,1.27723 0,0.70761 0.577478,1.27724 1.294889,1.27724 h 0.500222 c 0.717411,0 1.294889,-0.56963 1.294889,-1.27724 0,-0.7076 -0.577478,-1.27723 -1.294889,-1.27723 z m -0.222598,0.37895 0.725727,0.44914 0.725727,0.44914 -0.725727,0.44914 -0.725727,0.44914 v -0.89828 z"
|
||||
style="opacity:1;fill:#393d3d;fill-opacity:1;stroke:#000000;stroke-width:0.29100001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<g
|
||||
id="text5604-4-9"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.33043134px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.0712731"
|
||||
transform="matrix(0.04923033,-0.57047696,0.57047696,0.04923033,-84.472811,222.5427)"
|
||||
aria-label="START">
|
||||
<path
|
||||
id="path6011"
|
||||
inkscape:connector-curvature="0"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.0712731"
|
||||
d="m -33.775019,221.15738 0.01789,-0.1854 q 0.15199,0.004 0.170522,-0.18804 0.0074,-0.0768 -0.02135,-0.12503 -0.02744,-0.0481 -0.08173,-0.0533 -0.05297,-0.005 -0.08316,0.0307 -0.02887,0.036 -0.06028,0.13988 l -0.0437,0.14815 q -0.03939,0.1312 -0.108839,0.18598 -0.06812,0.0549 -0.182009,0.0439 -0.146994,-0.0142 -0.220327,-0.12686 -0.07201,-0.11254 -0.05399,-0.29926 0.01789,-0.1854 0.109968,-0.28077 0.09195,-0.0941 0.247782,-0.0884 l -0.01866,0.19334 q -0.07864,-0.002 -0.125064,0.0494 -0.04642,0.0517 -0.05613,0.15231 -0.0087,0.09 0.02076,0.14502 0.02932,0.0563 0.09024,0.0622 0.05827,0.006 0.09401,-0.0324 0.03574,-0.038 0.06387,-0.13552 l 0.03952,-0.13252 q 0.042,-0.14431 0.107596,-0.2008 0.0656,-0.0565 0.178163,-0.0456 0.141698,0.0137 0.209304,0.11643 0.0688,0.10422 0.05206,0.2777 -0.0049,0.0503 -0.01595,0.096 -0.01122,0.047 -0.03752,0.098 -0.02498,0.0511 -0.06179,0.0863 -0.03549,0.0353 -0.09619,0.0549 -0.0595,0.021 -0.134984,0.0137 z" />
|
||||
<path
|
||||
id="path6013"
|
||||
inkscape:connector-curvature="0"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.0712731"
|
||||
d="m -33.836857,221.92073 -0.77098,-0.22656 0.05627,-0.19147 0.77098,0.22657 0.0829,-0.2821 0.159557,0.0469 -0.219061,0.74545 -0.159557,-0.0469 z" />
|
||||
<path
|
||||
id="path6015"
|
||||
inkscape:connector-curvature="0"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.0712731"
|
||||
d="m -34.820337,222.67101 0.167172,-0.32245 -0.143621,-0.14789 0.09369,-0.18071 0.702444,0.75232 -0.10165,0.19607 -1.015358,-0.14876 0.0943,-0.1819 z m 0.172748,0.0281 0.394795,0.0623 -0.278448,-0.28672 z" />
|
||||
<path
|
||||
id="path6017"
|
||||
inkscape:connector-curvature="0"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.0712731"
|
||||
d="m -35.407752,223.44934 q 0.03102,0.0251 0.04776,0.0404 0.01674,0.0153 0.03018,0.0262 0.04757,0.0385 0.08666,0.0325 0.04013,-0.005 0.08115,-0.0558 l 0.143986,-0.17785 -0.29884,-0.24193 0.12557,-0.15511 0.753822,0.61027 -0.327319,0.40431 q -0.04688,0.0579 -0.100012,0.0834 -0.05397,0.0265 -0.102768,0.0212 -0.04963,-0.004 -0.09026,-0.0217 -0.03959,-0.0166 -0.07475,-0.0451 -0.136494,-0.1105 -0.08316,-0.27787 -0.03398,0.0187 -0.0521,0.0263 -0.01709,0.008 -0.04348,0.009 -0.02723,0.002 -0.04299,-0.004 -0.01659,-0.005 -0.05303,-0.0275 -0.03728,-0.0216 -0.07017,-0.0465 -0.03289,-0.0249 -0.09681,-0.0749 -0.04343,-0.0352 -0.08883,-0.0171 l -0.02792,-0.0226 0.134778,-0.16649 q 0.03861,0.007 0.06761,0.0222 0.02817,0.016 0.0809,0.0587 z m 0.379051,0.34795 q 0.05791,0.0469 0.09828,0.0351 0.04141,-0.011 0.08662,-0.0668 l 0.151521,-0.18717 -0.19647,-0.15905 -0.151521,0.18716 q -0.04437,0.0548 -0.04649,0.0976 -0.003,0.0438 0.05805,0.0932 z" />
|
||||
<path
|
||||
id="path6019"
|
||||
inkscape:connector-curvature="0"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Bold';fill:#666666;fill-opacity:1;stroke-width:0.0712731"
|
||||
d="m -35.628148,224.53873 -0.515465,-0.61648 0.153097,-0.12801 0.515465,0.61647 0.225564,-0.1886 0.106677,0.12758 -0.596059,0.49839 -0.106677,-0.12758 z" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="button_y"
|
||||
d="m 48.781683,249.13556 0.575972,1.47829 v 0.97149 h 0.579746 v -0.98846 l 0.578492,-1.46132 h -0.609929 c -0.08712,0.26361 -0.172007,0.51655 -0.254662,0.75895 l -0.256546,-0.75895 z"
|
||||
style="fill:#fed16d;fill-opacity:1;stroke-width:0.08578356" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="button_a"
|
||||
d="m 49.285061,257.5827 -0.60799,2.45963 h 0.58787 l 0.135806,-0.59982 h 0.49419 l 0.135805,0.59982 h 0.589761 l -0.60988,-2.45963 z m 0.364039,0.75072 0.145238,0.64509 h -0.287961 c 0.07707,-0.34401 0.124851,-0.55907 0.142723,-0.64509 z"
|
||||
style="fill:#aac93f;fill-opacity:1;stroke-width:0.08577615" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="button_b"
|
||||
d="m 53.122534,253.36169 v 2.44956 h 0.785922 c 0.218908,-0.002 0.392925,-0.0675 0.522482,-0.19491 0.130678,-0.12844 0.196168,-0.30505 0.196168,-0.53066 0,-0.14518 -0.0284,-0.26361 -0.08425,-0.35523 -0.05473,-0.0927 -0.141427,-0.16237 -0.260927,-0.20811 0.08599,-0.0324 0.151628,-0.0846 0.197422,-0.15719 0.06702,-0.10159 0.100596,-0.22345 0.100596,-0.36529 0,-0.22227 -0.06214,-0.38443 -0.186105,-0.48602 -0.123979,-0.10159 -0.322269,-0.15215 -0.594788,-0.15215 z m 0.55769,0.45395 h 0.115682 c 0.06925,0 0.119612,0.0192 0.150897,0.0572 0.03238,0.038 0.04841,0.10026 0.04841,0.18736 0,0.086 -0.01359,0.15072 -0.0415,0.19428 -0.02791,0.0425 -0.07494,0.0635 -0.140837,0.0635 h -0.132664 z m 0,0.94311 h 0.145866 c 0.138497,0 0.207487,0.0942 0.207483,0.28293 0,0.20664 -0.06654,0.30997 -0.200565,0.30997 h -0.152784 z"
|
||||
style="fill:#f57860;fill-opacity:1;stroke-width:0.08577618" />
|
||||
<circle
|
||||
r="4.0261464"
|
||||
cy="264.18784"
|
||||
cx="41.490273"
|
||||
id="path4771-4-9-5"
|
||||
style="opacity:1;vector-effect:none;fill:#140404;fill-opacity:1;stroke:none;stroke-width:0.12305792;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="3.600745"
|
||||
cy="264.18784"
|
||||
cx="41.490273"
|
||||
id="path4771-4-9-2-4"
|
||||
style="opacity:1;vector-effect:none;fill:#393d3d;fill-opacity:1;stroke:none;stroke-width:0.11005565;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<circle
|
||||
r="2.9506447"
|
||||
cy="264.18784"
|
||||
cx="41.490273"
|
||||
id="path4771-4-2-4-0"
|
||||
style="opacity:1;vector-effect:none;fill:#454a4a;fill-opacity:1;stroke:none;stroke-width:0.09018554;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<g
|
||||
style="fill:#666c6c;fill-opacity:1"
|
||||
id="g4947-5"
|
||||
transform="translate(23.799002,9.8185676)">
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-9-9"
|
||||
cx="17.691282"
|
||||
cy="256.52554"
|
||||
r="0.18979438" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-5-2-4"
|
||||
cx="17.691282"
|
||||
cy="252.213"
|
||||
r="0.18979438" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-0-4-6"
|
||||
cx="254.36928"
|
||||
cy="-15.534998"
|
||||
r="0.18979438"
|
||||
transform="rotate(90)" />
|
||||
<circle
|
||||
style="opacity:1;vector-effect:none;fill:#666c6c;fill-opacity:1;stroke:none;stroke-width:0.1659003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="path4903-5-5-7-9"
|
||||
cx="254.36928"
|
||||
cy="-19.847549"
|
||||
r="0.18979438"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4758-0-4-2"
|
||||
d="m 44.587794,253.36169 0.519337,1.17763 -0.559577,1.27195 h 0.606107 l 0.258409,-0.69916 0.281048,0.69916 h 0.604844 l -0.559576,-1.25371 0.518081,-1.19587 h -0.609879 l -0.218171,0.62309 -0.250868,-0.62309 z"
|
||||
style="opacity:1;vector-effect:none;fill:#6395dc;fill-opacity:1;stroke:none;stroke-width:0.1517476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="cscsccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5002-4-7"
|
||||
d="m 53.535797,247.77312 c -2.756896,-1.93225 -7.145121,-2.42015 -8.272266,-2.03801 -0.148073,0.0562 -0.292121,0.10914 -0.426274,0.17284 -1.635123,0.77704 -3.095702,2.46581 -5.931586,3.10903 -0.804589,0.13408 -1.868499,0.18438 -2.684932,0.19678 -0.786011,0.012 -1.640147,0.0407 -2.575378,0.0327 -0.93523,0.008 -1.326345,-0.0207 -2.112356,-0.0327 -0.816433,-0.0124 -1.880343,-0.0627 -2.684932,-0.19678 -2.835884,-0.64322 -4.296463,-2.33199 -5.931586,-3.10903 -0.134153,-0.0637 -0.278201,-0.11661 -0.426274,-0.17284 -1.127145,-0.38214 -5.604253,0.0954 -8.282601,2.03801"
|
||||
style="fill:none;stroke:#000000;stroke-width:0.16360976px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 56 KiB |
|
@ -9,15 +9,23 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="joycon_left_or_right_nintendo.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
id="defs4919">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 5.55625 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="11.1125 : 5.55625 : 1"
|
||||
inkscape:persp3d-origin="5.55625 : 3.7041667 : 1"
|
||||
id="perspective4841" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
|
@ -25,9 +33,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="17.595863"
|
||||
inkscape:cx="-0.77044279"
|
||||
inkscape:cy="30.632636"
|
||||
inkscape:zoom="3.8791661"
|
||||
inkscape:cx="36.845949"
|
||||
inkscape:cy="166.61016"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,10 +61,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g4910"
|
||||
transform="matrix(1.0578414,0,0,1.0578414,-0.32138125,-15.666888)">
|
||||
transform="matrix(6.6685423,0,0,6.6685423,-3.1854213,-1673.2278)">
|
||||
<g
|
||||
transform="translate(-3.8154512,-1.3888992e-6)"
|
||||
id="g5517">
|
||||
|
@ -162,7 +170,7 @@
|
|||
</g>
|
||||
<g
|
||||
id="g4874"
|
||||
transform="matrix(1.0578414,0,0,1.0578414,-0.32138125,-18.048138)">
|
||||
transform="matrix(6.6685423,0,0,6.6685423,-3.1854213,-1687.5153)">
|
||||
<g
|
||||
transform="translate(-0.02566855,-1.3888992e-6)"
|
||||
id="g5474">
|
||||
|
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -33,9 +33,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="14.109375"
|
||||
inkscape:cx="3.8930481"
|
||||
inkscape:cy="14.965158"
|
||||
inkscape:zoom="2.1994829"
|
||||
inkscape:cx="-13.449812"
|
||||
inkscape:cy="145.73207"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,7 +53,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -61,10 +61,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g4910"
|
||||
transform="matrix(1.0578414,0,0,1.0578414,-0.32138125,-16.857513)">
|
||||
transform="matrix(6.6685423,0,0,6.6685423,-3.1854213,-1680.3715)">
|
||||
<g
|
||||
transform="translate(-3.8154512,-1.3888992e-6)"
|
||||
id="g5517">
|
||||
|
@ -170,7 +170,7 @@
|
|||
</g>
|
||||
<g
|
||||
id="g4874"
|
||||
transform="matrix(1.0578414,0,0,1.0578414,-0.32138125,-16.857513)">
|
||||
transform="matrix(6.6685423,0,0,6.6685423,-3.1854213,-1680.3715)">
|
||||
<g
|
||||
transform="translate(-0.02566855,-1.3888992e-6)"
|
||||
id="g5474">
|
||||
|
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
271
resources/graphics/controllers/joystick_arcade_1_button.svg
Normal file
|
@ -0,0 +1,271 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="joystick_arcade_1_button.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.6349024"
|
||||
inkscape:cx="86.784948"
|
||||
inkscape:cy="139.70124"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="56.947788"
|
||||
height="33.415451"
|
||||
x="5.3927727"
|
||||
y="246.4256"
|
||||
ry="3.286572"
|
||||
rx="3.1865375" />
|
||||
<g
|
||||
id="g4928"
|
||||
transform="matrix(0.99990441,0,0,1.0164462,0.00195324,-4.327527)">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.44781227,0,0,0.44052453,41.797439,158.01448)"
|
||||
id="g4943-94-7">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-2"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-2">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-7"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-3">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-6"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
|
@ -9,13 +9,13 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="joystick_arcade_2_buttons.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="3.7619823"
|
||||
inkscape:cx="-40.92338"
|
||||
inkscape:cy="112.25983"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,17 +53,279 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="56.947788"
|
||||
height="33.415451"
|
||||
x="5.3927727"
|
||||
y="246.4256"
|
||||
ry="3.286572"
|
||||
rx="3.1865375" />
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g4928"
|
||||
transform="matrix(0.99990441,0,0,1.0164462,0.00195324,-4.327527)">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
id="g5051"
|
||||
transform="translate(-0.21099249)">
|
||||
<g
|
||||
id="g4943"
|
||||
transform="matrix(0.44781227,0,0,0.44052454,36.325934,158.01448)">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4943-94"
|
||||
transform="matrix(0.44781227,0,0,0.44052453,48.568228,158.01443)">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-6"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-9"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-2"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-2"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-7"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-5"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-48"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 14 KiB |
|
@ -9,13 +9,13 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="joystick_arcade_3_buttons.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="4.2660796"
|
||||
inkscape:cx="-56.328245"
|
||||
inkscape:cy="160.5812"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,17 +53,335 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="56.947788"
|
||||
height="33.415451"
|
||||
x="5.3927727"
|
||||
y="246.4256"
|
||||
ry="3.286572"
|
||||
rx="3.1865375" />
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g4928"
|
||||
transform="matrix(0.99992566,0,0,1.0164679,0.00174674,-4.333237)">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
id="g5322"
|
||||
transform="translate(0,1.5885417e-5)">
|
||||
<g
|
||||
id="g4943-1"
|
||||
transform="matrix(0.44781227,0,0,0.44052454,48.637747,162.97563)">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-59"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-8"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-8"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-0"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-3"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-0"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4943-94"
|
||||
transform="matrix(0.44781227,0,0,0.44052453,34.320435,162.97563)">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-6"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-9"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-2"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-2"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-7"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-5"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-48"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4943-1-3"
|
||||
transform="matrix(0.44781227,0,0,0.44052453,41.479088,153.0533)">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-59-1"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-8-7"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-4-5"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-8-9"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-1-6"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-0-2"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-3-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-0-7"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-4-8"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 17 KiB |
|
@ -9,13 +9,13 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="joystick_arcade_4_buttons.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="6.0331475"
|
||||
inkscape:cx="84.295293"
|
||||
inkscape:cy="161.87038"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,17 +53,397 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="56.947788"
|
||||
height="33.415451"
|
||||
x="5.3927727"
|
||||
y="246.4256"
|
||||
ry="3.286572"
|
||||
rx="3.1865375" />
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g4928"
|
||||
transform="matrix(0.99992566,0,0,1.0164679,0.00174674,-4.333237)">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
id="g5562"
|
||||
transform="translate(-0.17541977)">
|
||||
<g
|
||||
id="g5518">
|
||||
<g
|
||||
transform="matrix(0.44781227,0,0,0.44052453,34.320418,163.41666)"
|
||||
id="g4943-94">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.44781227,0,0,0.44052453,44.963764,163.41666)"
|
||||
id="g4943-1-3">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-59-1"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-8-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-4-5"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-8-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-1-6"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-0-2">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-3-1"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-0-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-4-8"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5496">
|
||||
<g
|
||||
transform="matrix(0.44781227,0,0,0.44052454,49.606082,152.61225)"
|
||||
id="g4943-1">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-59"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-8">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-4"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-8">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-1"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-0">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-3"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-0">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-4"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.44781227,0,0,0.44052453,38.962734,152.61226)"
|
||||
id="g4943-1-1">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-59-0"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-8-3">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-4-0"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-8-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-1-4"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-0-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-3-4"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-0-76">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-4-3"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 20 KiB |
515
resources/graphics/controllers/joystick_arcade_5_buttons.svg
Normal file
|
@ -0,0 +1,515 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="joystick_arcade_5_buttons.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4.8377249"
|
||||
inkscape:cx="114.28865"
|
||||
inkscape:cy="99.052722"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="56.947788"
|
||||
height="33.415451"
|
||||
x="5.3927727"
|
||||
y="246.4256"
|
||||
ry="3.286572"
|
||||
rx="3.1865375" />
|
||||
<rect
|
||||
style="opacity:0.47400004;vector-effect:none;fill:#7b7b7b;fill-opacity:1;stroke:#2a2a2a;stroke-width:0.11244792;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5720"
|
||||
width="0.34024119"
|
||||
height="0.1701206"
|
||||
x="121.80635"
|
||||
y="290.62045"
|
||||
rx="3.3712945"
|
||||
ry="0.1701206" />
|
||||
<g
|
||||
transform="matrix(0.88758869,0,0,0.90164635,0.54790817,25.880136)"
|
||||
id="g4928">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
id="g5074"
|
||||
transform="translate(0,1.5547436)">
|
||||
<g
|
||||
id="g5577">
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,50.252964,172.25636)"
|
||||
id="g4943-94-6-7">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,50.252963,162.50161)"
|
||||
id="g4943-94-6-7-2">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4-2"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-7"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-5"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-8"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-2"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(0,-3.1094589)"
|
||||
id="g5533">
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.39476489,31.340006,165.61108)"
|
||||
id="g4943-94-6">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,31.340004,175.36581)"
|
||||
id="g4943-94-6-7-34">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4-03"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-1"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5-96">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-9"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-3">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-3"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-8">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-0"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g4943-94-6-7-28-1"
|
||||
transform="matrix(0.40129561,0,0,0.3947649,40.796484,167.37898)">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-6-5-4-4-7"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-7-2"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-2-7"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-2-94-5-4-2"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-0-2"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-6-6"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-2-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-9-0"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-9-6"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 23 KiB |
|
@ -9,13 +9,13 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="joystick_arcade_6_buttons.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="3.8791661"
|
||||
inkscape:cx="40.651619"
|
||||
inkscape:cy="205.6075"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,17 +53,520 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.26458333;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="56.947788"
|
||||
height="33.415451"
|
||||
x="5.3927727"
|
||||
y="246.4256"
|
||||
ry="3.286572"
|
||||
rx="3.1865375" />
|
||||
<rect
|
||||
style="opacity:0.47400004;vector-effect:none;fill:#7b7b7b;fill-opacity:1;stroke:#2a2a2a;stroke-width:0.11244792;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5720"
|
||||
width="0.34024119"
|
||||
height="0.1701206"
|
||||
x="121.80635"
|
||||
y="290.62045"
|
||||
rx="3.3712945"
|
||||
ry="0.1701206" />
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
transform="matrix(0.88758869,0,0,0.90164635,0.54790817,25.880136)"
|
||||
id="g4928">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
<g
|
||||
id="g5642">
|
||||
<g
|
||||
id="g5577">
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,50.252964,172.25636)"
|
||||
id="g4943-94-6-7">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,50.252963,162.50161)"
|
||||
id="g4943-94-6-7-2">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4-2"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-7"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-5"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-8"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-2"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5555">
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,40.796484,172.25636)"
|
||||
id="g4943-94-6-7-8">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4-02"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-05"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-1"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-0">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-85"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-06">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-4"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,40.796484,162.50161)"
|
||||
id="g4943-94-6-7-28">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4-4"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-7">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-2"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5-4">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-0"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-6">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-2"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-9"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5533">
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.39476489,31.340006,165.61108)"
|
||||
id="g4943-94-6">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.40129561,0,0,0.3947649,31.340004,175.36581)"
|
||||
id="g4943-94-6-7-34">
|
||||
<ellipse
|
||||
ry="10.068469"
|
||||
rx="10.235035"
|
||||
transform="rotate(90)"
|
||||
cy="-10.165825"
|
||||
cx="238.62199"
|
||||
id="path4799-0-2-6-5-4-03"
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
id="g8-8-1-9-1-8-6-2-9-6-1-9">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-5-1-4-2-3-8-1"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
id="g8-8-1-9-1-5-7-2-94-5-96">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-1-0-9-9-54-7-4-8-9-9"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
id="g8-69-8-5-8-7-2-7-5-7-1-7-3">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-5-6-4-7-2-5-3"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
id="g8-69-8-5-8-7-5-8-5-9-3-8">
|
||||
<circle
|
||||
cx="28.9"
|
||||
cy="27.299999"
|
||||
r="14.5"
|
||||
id="circle6-2-9-0-1-8-69-1-48-39-8-0"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 26 KiB |
215
resources/graphics/controllers/joystick_arcade_no_buttons.svg
Normal file
|
@ -0,0 +1,215 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="joystick_arcade_no_buttons.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.217236"
|
||||
inkscape:cx="21.772411"
|
||||
inkscape:cy="189.73631"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.2909528;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="47.970272"
|
||||
height="47.970272"
|
||||
x="9.8815308"
|
||||
y="239.14818"
|
||||
ry="4.2912331"
|
||||
rx="4.2912331" />
|
||||
<g
|
||||
id="g4928"
|
||||
transform="matrix(1.6286027,0,0,1.6555452,0.48106317,-173.26496)">
|
||||
<ellipse
|
||||
ry="10.483982"
|
||||
rx="10.657423"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-3-0-2"
|
||||
style="opacity:1;fill:#7b7b7b;fill-opacity:1;stroke:#080701;stroke-width:0.24870832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="6.1186433"
|
||||
rx="6.2198658"
|
||||
cx="20.499538"
|
||||
cy="263.1333"
|
||||
id="circle34-2-3-39-9"
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.14515407" />
|
||||
<g
|
||||
transform="matrix(0.83301628,0,0,0.81945968,4.5251315,59.03631)"
|
||||
id="g5882-1-9">
|
||||
<g
|
||||
id="g5815-9-6">
|
||||
<g
|
||||
id="g5786-6-0">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-9-2"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-3-7"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-3-6">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-8-1"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-0-3"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5815-6-5-2"
|
||||
transform="rotate(45,19.238276,249.03729)">
|
||||
<g
|
||||
id="g5786-4-6-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-0-6-59"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-0-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(90,19.176585,249.06284)"
|
||||
id="g5786-9-4-0-1">
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
id="path4-0-1-6-0-4"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
inkscape:transform-center-y="-0.31364665" />
|
||||
<path
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
id="path4-0-4-9-2-4-9"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
inkscape:transform-center-y="0.31364335" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
id="ellipse8-1"
|
||||
transform="rotate(-166.691)"
|
||||
cy="-251.3472"
|
||||
cx="-80.522942"
|
||||
r="3.860163"
|
||||
style="fill:#9e9e9b;stroke-width:0.13708451" />
|
||||
<circle
|
||||
transform="rotate(-90)"
|
||||
id="circle10-0"
|
||||
r="3.0756288"
|
||||
cy="20.498316"
|
||||
cx="-263.13339"
|
||||
style="fill:#565656;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path12-7"
|
||||
d="m 20.507225,259.29748 c -2.123437,0 -3.844811,1.72138 -3.844811,3.84482 0,2.12343 1.721374,3.84481 3.844811,3.84481 2.123441,0 3.84481,-1.72138 3.84481,-3.84481 0,-2.12344 -1.721369,-3.84482 -3.84481,-3.84482 z m -0.04741,7.48263 c -2.035291,0 -3.685245,-1.64995 -3.685245,-3.68525 0,-2.03529 1.649954,-3.68524 3.685245,-3.68524 2.035292,0 3.685242,1.64995 3.685242,3.68524 0,2.0353 -1.64995,3.68525 -3.685242,3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#c9c9c7;stroke-width:0.13708451" />
|
||||
<path
|
||||
id="path14-5"
|
||||
d="m 20.507093,266.98697 c 2.123437,0 3.844806,-1.72124 3.844806,-3.84481 0,-2.12344 -1.721369,-3.84481 -3.844806,-3.84481 -2.123442,0 -3.844811,1.72137 -3.844811,3.84481 1.28e-4,2.12357 1.721506,3.84481 3.844811,3.84481 z m 0.04741,-7.48249 c 2.035292,0 3.685241,1.64995 3.685241,3.68525 0,2.03529 -1.649949,3.68524 -3.685241,3.68524 -2.035155,0 -3.685241,-1.64995 -3.685241,-3.68524 1.28e-4,-2.0353 1.650086,-3.68525 3.685241,-3.68525 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#9a9a9b;stroke-width:0.13708451" />
|
||||
<ellipse
|
||||
ry="5.0897107"
|
||||
rx="5.1739116"
|
||||
cx="20.06336"
|
||||
cy="260.785"
|
||||
id="circle34-2-3-1-4-8"
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.25320625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
inkscape:transform-center-y="-2.1261916"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
transform="matrix(0.6842207,0.729275,-0.6842207,0.729275,0,0)"
|
||||
ry="0.88702333"
|
||||
rx="0.65102625"
|
||||
cy="164.61426"
|
||||
cx="190.09605"
|
||||
id="path4910-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.01910845;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.1 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="28.21875"
|
||||
inkscape:cx="6.1924519"
|
||||
inkscape:cy="24.290783"
|
||||
inkscape:zoom="3.1105385"
|
||||
inkscape:cx="-11.977398"
|
||||
inkscape:cy="87.435969"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -45,7 +45,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -53,9 +53,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g4868">
|
||||
id="g4868"
|
||||
transform="matrix(6.1411819,0,0,6.1411819,-0.25527512,-1526.4204)">
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
|
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
1762
resources/graphics/controllers/keyboard_and_mouse_generic.svg
Normal file
After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 109 KiB |
|
@ -1,69 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 66 KiB |
|
@ -9,13 +9,13 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="lightgun_nintendo.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="6.2210771"
|
||||
inkscape:cx="38.783136"
|
||||
inkscape:cy="171.167"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -36,7 +36,10 @@
|
|||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
|
@ -53,17 +56,166 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g5776"
|
||||
transform="matrix(1.0413714,0,0,1.0413714,-1.3431313,-10.886191)">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4757"
|
||||
d="m 29.364774,252.27701 h 28.506047 l 2.234438,3.92733 H 29.364774 Z"
|
||||
style="opacity:1;vector-effect:none;fill:#60615b;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4757-4"
|
||||
d="m 29.36454,252.27702 v 0.37775 h 28.721243 l -0.214974,-0.37775 z"
|
||||
style="opacity:1;vector-effect:none;fill:#565651;fill-opacity:1;stroke:#000000;stroke-width:0.13626041;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4760"
|
||||
d="m 41.859211,255.93906 h 16.172926 l -0.58633,0.93534 H 41.859211 Z"
|
||||
style="opacity:1;vector-effect:none;fill:#60615b;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802"
|
||||
d="m 31.116661,254.53328 c -0.210262,-0.0144 -0.470576,-0.005 -0.681182,-0.004 l -1.503724,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6"
|
||||
d="m 30.470535,254.50506 c -0.210263,-0.0144 -0.470577,-0.005 -0.681182,-0.004 l -1.503724,-2.71187 0.508349,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2"
|
||||
d="m 29.833968,254.49184 c -0.210262,-0.0144 -0.470577,-0.005 -0.681182,-0.004 l -1.503724,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2-5"
|
||||
d="m 29.197401,254.47863 c -0.210262,-0.0144 -0.470577,-0.005 -0.681182,-0.004 l -1.503724,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2-5-8"
|
||||
d="m 28.565769,254.46552 c -0.210262,-0.0144 -0.470576,-0.005 -0.681181,-0.004 l -1.503725,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2-5-8-6"
|
||||
d="m 27.929202,254.45231 c -0.210262,-0.0144 -0.470575,-0.005 -0.681181,-0.004 l -1.503725,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2-5-8-6-2"
|
||||
d="m 27.302506,254.4393 c -0.210262,-0.0144 -0.470575,-0.005 -0.681181,-0.004 l -1.503725,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2-5-8-6-2-8"
|
||||
d="m 26.675811,254.42629 c -0.210262,-0.0144 -0.470575,-0.005 -0.681181,-0.004 l -1.503725,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4757-0"
|
||||
d="m 29.36454,255.76259 v 0.44184 H 60.1053 l -0.251148,-0.44184 z"
|
||||
style="opacity:1;vector-effect:none;fill:#4e4e4a;fill-opacity:1;stroke:#000000;stroke-width:0.13626041;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6-2-5-8-6-2-8-4"
|
||||
d="m 26.049115,254.41328 c -0.210262,-0.0144 -0.470575,-0.005 -0.681181,-0.004 l -1.503725,-2.71187 0.50835,-0.23135 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#000000;stroke-width:0.16271874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccscc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4800"
|
||||
d="m 43.03283,254.49339 c -5.874764,-0.0355 -11.855495,-0.043 -17.730451,-0.062 l -1.074937,-1.94047 -14.853683,-0.0279 -0.53049,2.12195 1.535625,2.56868 1.242462,0.0279 0.251283,-0.26524 12.061637,0.0419 1.261761,2.30117 16.151442,-1.12126 1.84772,-3.38563 c 0,0 0.03855,-0.0915 -0.02952,-0.18308 -0.0604,-0.0813 -0.132846,-0.076 -0.132846,-0.076 z"
|
||||
style="fill:#d1cdc2;fill-opacity:1;stroke:#23211c;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4765"
|
||||
d="m 56.344034,250.93007 -3.387054,1.37117 h 4.928563 l -0.485284,-0.82336 z"
|
||||
style="fill:#4e4e4a;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="0.49186778"
|
||||
cy="251.66638"
|
||||
cx="56.349934"
|
||||
id="path4783"
|
||||
style="opacity:1;vector-effect:none;fill:#70706c;fill-opacity:1;stroke:#0e0e0d;stroke-width:0.10583333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="0.1269418"
|
||||
cy="251.66638"
|
||||
cx="56.349934"
|
||||
id="path4783-4"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.00808962;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4942"
|
||||
d="m 14.486072,250.41171 -0.207304,0.01 -1.357329,0.89761 3.095393,-0.002 z"
|
||||
style="fill:#4e4e4a;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4924"
|
||||
d="m 22.712455,251.30496 -9.777655,0.005 -1.939669,1.14009 13.232289,0.0451 -0.31768,-0.57529 z"
|
||||
style="fill:#60615b;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4962"
|
||||
d="m 25.091375,259.03186 0.141203,0.21268 1.17169,-0.0942 -0.08391,0.2764 -0.08884,0.46395 -0.04442,0.4146 -0.01481,0.46889 0.07404,0.60215 0.157943,0.61696 0.167812,0.45409 0.09871,0.2221 -0.03455,0.16288 -0.09871,0.0987 h -0.256656 l -3.415497,-0.01 z"
|
||||
style="fill:#a4180a;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccaaaasasccsccaaacaaccccccccccaaaaaaaaaaaaaaaaccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4960"
|
||||
d="m 11.872639,256.91628 12.061637,0.0419 1.157099,2.0768 -2.280288,3.97816 0.118456,0.16782 -5.172596,8.39067 c 0,0 -0.222213,0.37579 -0.286272,0.58241 -0.05416,0.17467 -0.06423,0.36063 -0.07897,0.54292 -0.01566,0.19353 -0.03291,0.38962 -0.0099,0.58241 0.01065,0.0891 0.01702,0.18667 0.0679,0.26064 0.02212,0.0322 0.04344,0.0177 0.09522,0.0681 0.08499,0.0828 0.06627,0.20336 0.04416,0.30301 -0.02984,0.13453 -0.117212,0.26226 -0.22704,0.3455 -0.201792,0.15294 -0.612026,0.29614 -0.612026,0.29614 l -2.092731,0.59228 c 0,0 -1.493921,0.4003 -2.196234,0.5883 -0.317501,0.085 -0.597364,0.12244 -0.597364,0.12244 l -2.09273,-0.0198 c 0,0 -0.812047,-0.0423 -1.214179,-0.0987 -0.1661584,-0.0233 -0.3352214,-0.0433 -0.4935704,-0.0987 -0.108334,-0.038 -0.212308,-0.0916 -0.306014,-0.15795 -0.06271,-0.0444 -0.167812,-0.15794 -0.167812,-0.15794 0,0 -0.01276,-0.33562 -0.0099,-0.50344 0.0084,-0.48762 0.01907,-0.97695 0.07897,-1.46096 0.04653,-0.37594 0.217168,-1.11547 0.217168,-1.11547 l 0.276399,-1.00688 0.4935694,-1.2043 0.592283,-1.14508 0.671251,-1.18457 0.908168,-1.25366 0.730482,-0.8983 0.819324,-0.93778 0.858809,-0.82919 0.641639,-0.60216 c 0,0 0.419927,-0.37606 0.621898,-0.57254 0.06088,-0.0592 0.122084,-0.11841 0.177682,-0.18262 0.08832,-0.10199 0.184917,-0.20092 0.246786,-0.32081 0.07732,-0.14985 0.111105,-0.31919 0.14807,-0.4837 0.04993,-0.22225 0.09055,-0.44855 0.09872,-0.67619 0.0065,-0.1797 -0.01374,-0.36003 -0.03949,-0.53799 -0.02219,-0.1533 -0.05384,-0.30583 -0.09871,-0.45409 -0.05222,-0.17252 -0.106501,-0.34779 -0.197424,-0.50344 -0.115615,-0.1979 -0.280716,-0.36295 -0.434341,-0.53305 -0.11852,-0.13123 -0.239646,-0.26146 -0.375113,-0.37511 -0.153852,-0.12908 -0.317529,-0.24885 -0.493569,-0.3455 -0.165518,-0.0909 -0.344035,-0.1575 -0.523182,-0.21717 -0.164305,-0.0547 -0.333752,-0.0937 -0.503443,-0.12833 -0.12722,-0.0259 -0.262552,-0.016 -0.384982,-0.0592 -0.06851,-0.0242 -0.134604,-0.0607 -0.188483,-0.10947 -0.08705,-0.0788 -0.148053,-0.18347 -0.206373,-0.28534 -0.03885,-0.0679 -0.09431,-0.21479 -0.09431,-0.21479 v 0 z"
|
||||
style="fill:#60615b;fill-opacity:1;stroke:#000000;stroke-width:0.13626042;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="0.68405128"
|
||||
cy="253.74031"
|
||||
cx="12.982473"
|
||||
id="path4964"
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2a;fill-opacity:1;stroke:none;stroke-width:0.0384771;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="0.68405128"
|
||||
cy="254.4174"
|
||||
cx="23.885414"
|
||||
id="path4964-5"
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2a;fill-opacity:1;stroke:none;stroke-width:0.0384771;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<circle
|
||||
r="0.68405128"
|
||||
cy="255.71568"
|
||||
cx="39.71632"
|
||||
id="path4964-5-4"
|
||||
style="opacity:1;vector-effect:none;fill:#2d2d2a;fill-opacity:1;stroke:none;stroke-width:0.0384771;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4996"
|
||||
d="m 18.250516,262.7466 2.862695,-1.61891 0.384986,-0.15794 0.306012,0.0691 0.187554,0.23691 0.08884,0.29615 -0.04936,0.29614 -7.018544,11.76667 -3.158841,0.86868 -3.3760084,-0.11845 -0.167815,-0.16782 -0.187555,-0.28627 0.217171,-0.95752 0.3060114,-0.96739 0.394856,-1.15495 0.414598,-0.8983 0.878552,-1.38199 0.621895,-0.88842 0.779838,-0.84894 0.779838,-0.74036 1.06611,-0.72061 1.283277,-0.68112 1.42148,-0.81933 z"
|
||||
style="fill:none;fill-opacity:1;stroke:#0e0e0d;stroke-width:0.16245417;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="0.11575521"
|
||||
cy="256.41266"
|
||||
cx="56.865025"
|
||||
id="path5320"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.12209989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5444"
|
||||
d="m 42.651068,255.75174 -1.37356,2.20193 -16.335171,0.82751 0.27982,0.48198 16.149918,-1.12087 z"
|
||||
style="fill:#8c8d86;fill-opacity:1;stroke:#000000;stroke-width:0.13626041;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 15 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16.892814"
|
||||
inkscape:cx="-25.122961"
|
||||
inkscape:cy="12.292821"
|
||||
inkscape:zoom="5.2667754"
|
||||
inkscape:cx="88.764467"
|
||||
inkscape:cy="125.56991"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -47,7 +47,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -55,9 +55,10 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g5117">
|
||||
id="g5117"
|
||||
transform="matrix(5.9358241,0,0,5.9358241,0.88574371,-1467.7111)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4891"
|
||||
|
@ -67,7 +68,7 @@
|
|||
transform="matrix(0.05395004,0,0,0.05395004,17.263409,268.3063)"
|
||||
style="fill:#868580"
|
||||
id="XMLID_697_"
|
||||
points="-216.2,356.8 -209.7,356.8 -210.6,354.4 -216.2,354.4 -216.2,352.8 -211.3,352.8 -212.2,350.4 -222.2,350.4 -223.1,352.8 -217.8,352.8 -217.8,354.4 -223.7,354.4 -224.6,356.8 -217.8,356.8 -217.8,358.4 -225.1,358.4 -225.9,360.4 -217.8,360.4 -217.8,362 -226.5,362 -227.8,365.6 -206.2,365.6 -207.6,362 -216.2,362 -216.2,360.4 -208.3,360.4 -209,358.4 -216.2,358.4 " />
|
||||
points="-217.8,362 -226.5,362 -227.8,365.6 -206.2,365.6 -207.6,362 -216.2,362 -216.2,360.4 -208.3,360.4 -209,358.4 -216.2,358.4 -216.2,356.8 -209.7,356.8 -210.6,354.4 -216.2,354.4 -216.2,352.8 -211.3,352.8 -212.2,350.4 -222.2,350.4 -223.1,352.8 -217.8,352.8 -217.8,354.4 -223.7,354.4 -224.6,356.8 -217.8,356.8 -217.8,358.4 -225.1,358.4 -225.9,360.4 -217.8,360.4 " />
|
||||
<path
|
||||
style="fill:#c2c2c2;fill-opacity:1;stroke:#000000;stroke-width:0.14408384;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
|
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
@ -7,17 +7,40 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="mouse_generic.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
id="defs4919">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient7400">
|
||||
<stop
|
||||
style="stop-color:#f9f9f9;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop7396" />
|
||||
<stop
|
||||
style="stop-color:#f9f9f9;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop7398" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient7400"
|
||||
id="linearGradient7394"
|
||||
x1="203.98721"
|
||||
y1="166.63068"
|
||||
x2="204.31461"
|
||||
y2="166.11618"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
|
@ -25,9 +48,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="5.6568543"
|
||||
inkscape:cx="94.795356"
|
||||
inkscape:cy="169.1399"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -36,7 +59,10 @@
|
|||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
inkscape:window-maximized="1"
|
||||
showguides="false"
|
||||
inkscape:snap-bbox="false"
|
||||
inkscape:snap-global="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
|
@ -45,7 +71,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -53,17 +79,89 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
id="g7883">
|
||||
<rect
|
||||
ry="4.2980127"
|
||||
rx="4.2980127"
|
||||
y="243.34787"
|
||||
x="8.5636826"
|
||||
height="39.570885"
|
||||
width="50.605968"
|
||||
id="rect7308"
|
||||
style="opacity:1;vector-effect:none;fill:#cfcfcf;fill-opacity:1;stroke:#131313;stroke-width:0.773;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
transform="translate(3.3505641,0.53773243)"
|
||||
id="g7378">
|
||||
<path
|
||||
style="fill:none;stroke:#676764;stroke-width:0.96499997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 37.870765,262.18767 c 3.603338,-3.5343 7.068329,-7.21429 10.769023,-10.64646 2.185178,-1.82496 5.014041,-2.93949 7.884423,-2.76409 1.626529,0.11577 2.532403,0.25343 5.451708,2.06031"
|
||||
id="path7320"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:#131313;stroke-width:0.48800001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 35.837842,251.62905 c -0.673391,-0.67339 -1.545162,-0.8859 -1.954676,-0.47639 l -6.940303,6.94031 -5.65e-4,-5.7e-4 -5.732762,5.73276 0.0022,0.002 a 7.5228931,7.5100835 45 0 0 -0.0098,0.009 7.5228931,7.5100835 45 0 0 0.0092,10.63006 7.5228931,7.5100835 45 0 0 10.629877,0.009 7.5228931,7.5100835 45 0 0 0.0088,-0.01 l 0.002,0.002 5.732763,-5.73277 -3.82e-4,-3.8e-4 6.940302,-6.9403 c 0.409514,-0.40951 0.197006,-1.28129 -0.476384,-1.95468 z"
|
||||
id="path4770"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#656562;fill-opacity:1;stroke:#131313;stroke-width:0.0736142;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect4796"
|
||||
width="14.576224"
|
||||
height="0.37985882"
|
||||
x="201.78671"
|
||||
y="159.49242"
|
||||
transform="rotate(45)" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#656562;fill-opacity:1;stroke:#131313;stroke-width:0.06670267;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect4798"
|
||||
width="0.2591995"
|
||||
height="6.7423992"
|
||||
x="210.01456"
|
||||
y="-159.56599"
|
||||
transform="matrix(0.70710678,0.70710678,0.70710678,-0.70710678,0,0)" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#b2b2af;fill-opacity:1;stroke:none;stroke-width:0.05933575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect4802"
|
||||
width="0.26113826"
|
||||
height="5.9754577"
|
||||
x="209.47046"
|
||||
y="153.24435"
|
||||
rx="0.13056913"
|
||||
ry="0.13056913"
|
||||
transform="rotate(45)" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#252523;fill-opacity:1;stroke:none;stroke-width:0.42512175;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5913"
|
||||
width="0.24698645"
|
||||
height="0.37964943"
|
||||
x="203.21056"
|
||||
y="159.49251"
|
||||
rx="0"
|
||||
ry="0"
|
||||
transform="rotate(45)" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#252523;fill-opacity:1;stroke:none;stroke-width:0.42512175;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5913-5"
|
||||
width="0.24698646"
|
||||
height="0.37964946"
|
||||
x="214.69798"
|
||||
y="159.49251"
|
||||
rx="0"
|
||||
ry="0"
|
||||
transform="rotate(45)" />
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:url(#linearGradient7394);fill-opacity:1;stroke:none;stroke-width:0.93697035;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5913-5-0"
|
||||
width="0.32573143"
|
||||
height="1.3983675"
|
||||
x="209.98129"
|
||||
y="158.48085"
|
||||
rx="0"
|
||||
ry="0"
|
||||
transform="rotate(45)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 7 KiB |
143
resources/graphics/controllers/spinner_generic.svg
Normal file
|
@ -0,0 +1,143 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="spinner_generic.svg">
|
||||
<defs
|
||||
id="defs4919">
|
||||
<linearGradient
|
||||
id="linearGradient4862"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop4858"
|
||||
offset="0"
|
||||
style="stop-color:#747474;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop4860"
|
||||
offset="1"
|
||||
style="stop-color:#fefefe;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4822">
|
||||
<stop
|
||||
style="stop-color:#878787;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4818" />
|
||||
<stop
|
||||
style="stop-color:#fefefe;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4820" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4822"
|
||||
id="linearGradient4824"
|
||||
x1="26.089794"
|
||||
y1="271.7016"
|
||||
x2="44.364609"
|
||||
y2="252.1508"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.3678135,0,0,1.3678135,-12.456615,-96.783981)" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1.1581676,0,0,1.1581676,-5.3566086,-41.619171)"
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4862"
|
||||
id="linearGradient4824-0"
|
||||
x1="43.710289"
|
||||
y1="256.43109"
|
||||
x2="35.253288"
|
||||
y2="267.04639"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6741487"
|
||||
inkscape:cx="23.207302"
|
||||
inkscape:cy="121.71822"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="false" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.2909528;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="47.970272"
|
||||
height="47.970272"
|
||||
x="9.8815308"
|
||||
y="239.14818"
|
||||
ry="4.2912331"
|
||||
rx="4.2912331" />
|
||||
<circle
|
||||
style="opacity:1;fill:url(#linearGradient4824);fill-opacity:1;stroke:#080701;stroke-width:0.37907091;stroke-opacity:1"
|
||||
id="circle34-2-3-39-9-6"
|
||||
cy="263.13333"
|
||||
cx="33.866665"
|
||||
r="16.110512" />
|
||||
<circle
|
||||
style="opacity:1;fill:url(#linearGradient4824-0);fill-opacity:1;stroke:none;stroke-width:0.32097045;stroke-opacity:1"
|
||||
id="circle34-2-3-39-9-6-9"
|
||||
cy="263.13333"
|
||||
cx="33.866665"
|
||||
r="13.641241" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#080701;stroke-width:0.60060799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle34-2-3-1-4-8"
|
||||
cy="263.13333"
|
||||
cx="33.866665"
|
||||
rx="12.172303"
|
||||
ry="12.172302" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.03139493;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal"
|
||||
id="path4910-2-7"
|
||||
cx="149.60294"
|
||||
cy="192.82971"
|
||||
rx="1.0696275"
|
||||
ry="1.4573677"
|
||||
transform="matrix(0.67823045,0.73484928,-0.67823045,0.73484928,0,0)"
|
||||
inkscape:transform-center-x="10.630944"
|
||||
inkscape:transform-center-y="-2.1261916" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -7,17 +7,48 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="steering_wheel_generic.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
id="defs4919">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 33.866667 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="67.733333 : 33.866667 : 1"
|
||||
inkscape:persp3d-origin="33.866667 : 22.577778 : 1"
|
||||
id="perspective4935" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4931">
|
||||
<stop
|
||||
style="stop-color:#5b5b5b;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4927" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4929" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4931"
|
||||
id="linearGradient4933"
|
||||
x1="34.159378"
|
||||
y1="297.30566"
|
||||
x2="34.159378"
|
||||
y2="232.7415"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.14235,0,0,1.14235,-4.8209166,-37.457038)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
|
@ -25,9 +56,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="5.8508956"
|
||||
inkscape:cx="38.975055"
|
||||
inkscape:cy="113.81325"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -36,7 +67,9 @@
|
|||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false"
|
||||
inkscape:snap-bbox="true" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
|
@ -53,17 +86,514 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
id="g4902">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
transform="matrix(0.26458333,0,0,0.26458333,0,229.26665)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5345"
|
||||
d="M 128,29.265625 A 98.734643,98.734643 0 0 0 29.265625,128 98.734643,98.734643 0 0 0 128,226.73438 98.734643,98.734643 0 0 0 226.73438,128 98.734643,98.734643 0 0 0 128,29.265625 Z m 0,21.408203 A 77.326297,77.326297 0 0 1 205.32617,128 77.326297,77.326297 0 0 1 128,205.32617 77.326297,77.326297 0 0 1 50.673828,128 77.326297,77.326297 0 0 1 128,50.673828 Z"
|
||||
style="opacity:1;vector-effect:none;fill:#1e1e1e;fill-opacity:1;stroke:#303030;stroke-width:1.877491;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5345-6-2"
|
||||
d="m 51.628679,273.1973 5.006948,2.81317 c 2.624779,-4.63933 3.789565,-10.01164 3.263614,-15.40086 -0.532984,-5.29328 -2.663341,-10.24724 -6.038667,-14.2426 l -4.298847,3.71472 a 20.459247,20.459247 0 0 1 4.648926,10.99358 20.459247,20.459247 0 0 1 -2.581974,12.12199 z"
|
||||
style="opacity:1;vector-effect:none;fill:#275fff;fill-opacity:1;stroke:#303030;stroke-width:0.38527879;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5345-6-2-6"
|
||||
d="m 16.084511,273.1973 -5.006948,2.81317 c -2.624779,-4.63933 -3.789565,-10.01164 -3.263614,-15.40086 0.532984,-5.29328 2.663341,-10.24724 6.038667,-14.2426 l 4.298847,3.71472 a 20.459247,20.459247 0 0 0 -4.648926,10.99358 20.459247,20.459247 0 0 0 2.581974,12.12199 z"
|
||||
style="opacity:1;vector-effect:none;fill:#275fff;fill-opacity:1;stroke:#303030;stroke-width:0.38527882;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<g
|
||||
transform="matrix(0.97078132,0,0,0.97078132,0.98954121,7.6883904)"
|
||||
id="g5301">
|
||||
<g
|
||||
id="g4953"
|
||||
transform="matrix(1.2435549,0,0,1.2435549,-8.2483722,-63.413773)">
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="33.187931"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="29.115702"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-54"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-8"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="33.187931"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-2"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-9"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-3"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="29.115702"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-90"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-9"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-1"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="33.187927"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-7"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="29.115702"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-54-5"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-8-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-1-7"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="33.187927"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-2-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-9-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-3-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-6-3"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="29.115702"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-90-8"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-9-8"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-1-5"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="33.187927"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-7-0"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-7-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-1-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-3"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="29.115702"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-54-5-8"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-8-9-5"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-1-7-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="33.187927"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-2-7-1"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-9-6-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-3-7-5"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-6-3-9"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="29.115702"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-90-8-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-9-8-6"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-1-5-2"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="33.187931"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-7-0-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-7-9-7"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-1-6-8"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="266.40884"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-3-5"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="267.76627"
|
||||
x="30.473112"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-8-9-5-4"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="267.76627"
|
||||
x="31.830519"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-1-7-6-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="267.76627"
|
||||
x="33.187931"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-2-7-1-8"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="267.76627"
|
||||
x="34.545341"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-6-9-6-1-5"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="267.76627"
|
||||
x="35.902748"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-92-3-7-5-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="37.260159"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="258.26434"
|
||||
x="29.115704"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-9-0"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608694;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="38.617565"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-1"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="38.617565"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-6-3-0"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="38.617565"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-3-3"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="38.617565"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-5-2-6-3-9-4"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="38.617565"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-9-4-1-3-5-0"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="259.62177"
|
||||
x="27.758293"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-90-9"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="260.97919"
|
||||
x="27.758293"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-54-5-1"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="262.33661"
|
||||
x="27.758293"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-90-8-96"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="263.69403"
|
||||
x="27.758293"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-54-5-8-9"
|
||||
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="265.05142"
|
||||
x="27.758293"
|
||||
height="1.3574091"
|
||||
width="1.3574091"
|
||||
id="rect4941-9-90-8-9-3"
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11608693;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;vector-effect:none;fill:#383838;fill-opacity:1;stroke:#2e2e2e;stroke-width:0.43980473;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
d="m 33.866688,257.26975 a 6.4726676,6.4726676 0 0 0 -6.472742,6.47274 6.4726676,6.4726676 0 0 0 6.472742,6.47276 6.4726676,6.4726676 0 0 0 6.472746,-6.47276 6.4726676,6.4726676 0 0 0 -6.472746,-6.47274 z m 0,1.53925 a 4.933052,4.933052 0 0 1 4.932833,4.93349 4.933052,4.933052 0 0 1 -4.932833,4.93284 4.933052,4.933052 0 0 1 -4.932831,-4.93284 4.933052,4.933052 0 0 1 4.932831,-4.93349 z"
|
||||
id="path4955"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g5077"
|
||||
transform="translate(-1.1433322e-4,-1.4632161e-5)">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccscscccscsccccccccccccccccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4781-2"
|
||||
d="m 25.691803,255.57737 -12.354727,0.25293 c -0.863255,2.37089 -1.309307,4.87338 -1.318371,7.39651 0.0028,0.10509 0.0065,0.21019 0.01086,0.31526 0.556397,-0.0291 2.692209,-0.14094 4.877263,-0.27728 0.257243,-0.0164 0.530922,-0.40069 0.785287,-0.41486 1.297959,-0.076 2.164422,-0.11898 2.766436,-0.1204 0.200673,-3.7e-4 0.372149,0.005 0.520184,0.0118 0.707277,0.0413 0.90716,0.20013 1.167905,0.36828 l 8.269206,10.00388 c 0,0 0.06707,0.0733 0.13972,0.15546 0,0 -0.0087,0.10152 -0.01225,0.15978 -0.07901,1.19878 -0.204853,3.29947 -0.262455,4.26842 -0.01902,0.31991 -0.0306,0.51644 -0.0306,0.51644 -0.23471,0.0594 -0.410559,0.26214 -0.410559,0.51588 v 5.95631 c 1.327357,0.25371 2.675391,0.3837 4.026768,0.38834 1.351379,-0.005 2.699412,-0.13463 4.02677,-0.38834 v -5.95704 c 0,-0.25371 -0.175854,-0.45637 -0.410558,-0.51587 0,0 -0.01151,-0.19537 -0.03042,-0.51354 -0.05751,-0.96765 -0.183541,-3.07133 -0.262627,-4.27131 -0.0038,-0.0583 -0.01225,-0.16049 -0.01225,-0.16049 0.07265,-0.0822 0.139721,-0.15478 0.139721,-0.15478 l 8.269207,-10.00386 c 0.260741,-0.16813 0.460627,-0.32677 1.167904,-0.36828 0.148023,-0.009 0.319511,-0.0118 0.520184,-0.0118 v 7.4e-4 c 0.60201,9.2e-4 1.468477,0.0435 2.766433,0.1196 0.254365,0.0141 0.528045,0.39883 0.785291,0.41488 2.183195,0.1363 4.313864,0.24802 4.872962,0.27727 0.006,-0.10475 0.01131,-0.20965 0.01577,-0.31453 -0.0069,-2.52223 -0.450553,-5.02421 -1.311207,-7.39507 l -12.363328,-0.25438 c 0,0 -0.420314,-0.01 -0.419875,0.22428 3.69e-4,0.24023 0.0011,0.57497 -0.01577,0.57032 h -7.738276 -7.738268 c -0.01658,0.005 -0.01619,-0.33009 -0.01578,-0.57032 3.66e-4,-0.23496 -0.420592,-0.22428 -0.420592,-0.22428 z m 8.174629,1.7447 c 3.54844,-1.3e-4 6.425046,2.8765 6.424918,6.42494 -2.74e-4,3.54814 -2.876764,6.42432 -6.424918,6.42419 -3.548156,1.3e-4 -6.424646,-2.87605 -6.424918,-6.42419 -1.3e-4,-3.54844 2.876477,-6.42507 6.424918,-6.42494 z"
|
||||
style="opacity:1;vector-effect:none;fill:url(#linearGradient4933);fill-opacity:1;stroke:#2e2e2e;stroke-width:0.45694003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4893"
|
||||
d="m 17.39771,262.85115 2.403596,-7.15712 0.751564,-0.0144 -2.423196,7.12941 z"
|
||||
style="fill:#2e2e2e;fill-opacity:1;stroke:none;stroke-width:0.30224678px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4893-9"
|
||||
d="m 50.352015,262.85785 -2.403597,-7.15715 -0.751563,-0.0145 2.423196,7.12941 z"
|
||||
style="fill:#2e2e2e;fill-opacity:1;stroke:none;stroke-width:0.30224678px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4910"
|
||||
d="m 30.250262,278.43815 7.23242,-7.3e-4 -0.0331,-0.57894 -7.162512,0.009 z"
|
||||
style="fill:#2e2e2e;fill-opacity:1;stroke:none;stroke-width:0.30224678px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 36 KiB |
|
@ -9,13 +9,13 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="unknown.svg">
|
||||
sodipodi:docname="trackball_generic.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="6.7728148"
|
||||
inkscape:cx="-21.346482"
|
||||
inkscape:cy="-0.76992782"
|
||||
inkscape:zoom="4.6444317"
|
||||
inkscape:cx="-17.080191"
|
||||
inkscape:cy="95.869602"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -53,17 +53,32 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.91316098,0,0,0.91316098,1.9388092,25.308702)">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4827"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
transform="translate(0,-229.26665)">
|
||||
<rect
|
||||
style="opacity:1;vector-effect:none;fill:#373737;fill-opacity:1;stroke:#000000;stroke-width:0.2909528;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="rect5985-6-0"
|
||||
width="47.970272"
|
||||
height="47.970272"
|
||||
x="9.8815308"
|
||||
y="239.14818"
|
||||
ry="4.2912331"
|
||||
rx="4.2912331" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#212121;stroke-width:2.25881648;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle34-2-3-1-4-8-7"
|
||||
cy="263.13333"
|
||||
cx="33.866665"
|
||||
rx="16.240248"
|
||||
ry="16.240253" />
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0704167;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.84313725;paint-order:normal"
|
||||
id="path4910-2-7-2"
|
||||
cx="195.03394"
|
||||
cy="155.36427"
|
||||
rx="2.3991017"
|
||||
ry="3.2687764"
|
||||
transform="matrix(0.67823038,0.73484934,-0.67823038,0.73484934,0,0)"
|
||||
inkscape:transform-center-x="38.836071"
|
||||
inkscape:transform-center-y="-7.7672261" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16.892814"
|
||||
inkscape:cx="-37.558608"
|
||||
inkscape:cy="23.448283"
|
||||
inkscape:zoom="1.8620863"
|
||||
inkscape:cx="-207.82219"
|
||||
inkscape:cy="164.29106"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -45,7 +45,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -53,12 +53,12 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
aria-label="?"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.72348785px;line-height:1.25;font-family:Digitalt;-inkscape-font-specification:Digitalt;letter-spacing:0px;word-spacing:0px;fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="text4825"
|
||||
transform="matrix(0.76718259,0,0,0.76718259,2.5170951,67.853186)">
|
||||
transform="matrix(4.7799158,0,0,4.7799158,14.931273,-1129.9431)">
|
||||
<path
|
||||
d="m 1.9437243,295.40006 q 0,-0.59882 0.013713,-1.25707 0.66739,-0.032 1.3530646,-0.032 0.6033936,0 1.5724804,0.032 0.073139,0 0.1279926,0.0548 0.054854,0.0549 0.054854,0.128 0.013713,0.74053 0.013713,1.40334 0,0.58968 -0.013713,1.24793 -0.4114048,0.0229 -0.9919426,0.0229 -0.8410942,0 -1.9336024,-0.0594 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.12799 -0.013713,-0.71768 -0.013713,-1.35764 z m -1.50391294,-9.11947 q 1.63190554,-0.39312 3.35523444,-0.39312 0.6811034,0 1.2205008,0.0777 0.5439685,0.0777 1.0147984,0.2697 0.475401,0.18741 0.7908113,0.48911 0.3154104,0.29713 0.4936858,0.76339 0.1828465,0.46625 0.1828465,1.07879 0,0.68567 -0.3016968,1.27078 -0.2971257,0.58511 -0.8182384,1.12908 -0.2422717,0.25142 -0.3656931,0.38855 -0.1234214,0.13713 -0.3199815,0.39769 -0.1919889,0.25599 -0.2925545,0.46169 -0.095994,0.2057 -0.1782754,0.50283 -0.07771,0.29255 -0.082281,0.60339 -0.5531109,0.0366 -1.3804916,0.0366 -0.8502365,0 -1.6913306,-0.0366 -0.07771,-0.005 -0.1325638,-0.0548 -0.050283,-0.0549 -0.050283,-0.128 0,-0.53025 0.1325638,-0.99651 0.1325637,-0.46626 0.3428373,-0.79538 0.2102735,-0.32913 0.4662587,-0.61254 0.2559852,-0.28798 0.5119704,-0.5074 0.2559851,-0.22398 0.4662587,-0.41597 0.2102735,-0.19199 0.3428373,-0.38855 0.1325637,-0.19656 0.1325637,-0.38398 0,-0.5394 -0.754242,-0.5394 -0.612536,0 -1.5084841,0.31541 -0.891377,0.31084 -1.16564687,0.5074 z"
|
||||
style="fill:#f00000;fill-opacity:1;stroke:#000000;stroke-width:0.2605817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -0,0 +1,351 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="wii_remote_nunchuck_nintendo.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.7429847"
|
||||
inkscape:cx="61.039347"
|
||||
inkscape:cy="138.63342"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g5049"
|
||||
transform="translate(11.125143,1.6666669e-6)">
|
||||
<g
|
||||
id="g4851"
|
||||
transform="translate(-0.42102699)">
|
||||
<g
|
||||
id="g16"
|
||||
transform="matrix(0.20562542,0,0,0.20562542,81.211852,180.85949)">
|
||||
<polyline
|
||||
points="-231.1,505.2 -236.1,505.2 -236.1,510.2 -231.1,510.2 -231.1,505.2 "
|
||||
id="polyline8"
|
||||
style="fill:#5c5c5c" />
|
||||
<polyline
|
||||
points="-196.8,505.2 -201.8,505.2 -201.8,510.2 -196.8,510.2 -196.8,505.2 "
|
||||
id="polyline10"
|
||||
style="fill:#5c5c5c" />
|
||||
<polyline
|
||||
points="-213.9,505.2 -218.9,505.2 -218.9,510.2 -213.9,510.2 -213.9,505.2 "
|
||||
id="polyline12"
|
||||
style="fill:#5c5c5c" />
|
||||
<polyline
|
||||
points="-248.2,505.2 -253.2,505.2 -253.2,510.2 -248.2,510.2 -248.2,505.2 "
|
||||
id="polyline14"
|
||||
style="fill:#11b3ef" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#f8f8f8;fill-opacity:1;stroke:#000000;stroke-width:0.47573891;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 28.571974,234.34429 c -0.904753,0 -1.644646,0.74302 -1.644646,1.64775 v 54.28255 c 0,0.90472 0.739893,1.64775 1.644646,1.64775 h 12.748315 c 0.904753,0 1.644646,-0.74303 1.644646,-1.64775 v -54.28255 c 0,-0.90473 -0.739893,-1.64775 -1.644646,-1.64775 z"
|
||||
id="path6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g4897">
|
||||
<circle
|
||||
r="0.30843815"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle18"
|
||||
cy="269.56638"
|
||||
cx="36.488323" />
|
||||
<circle
|
||||
r="0.30843815"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle20"
|
||||
cy="269.56638"
|
||||
cx="34.946133" />
|
||||
<circle
|
||||
r="0.30843815"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle22"
|
||||
cy="269.56638"
|
||||
cx="33.403942" />
|
||||
<circle
|
||||
r="0.30843815"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle24"
|
||||
cy="268.33246"
|
||||
cx="36.488323" />
|
||||
<circle
|
||||
r="0.30843815"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle26"
|
||||
cy="268.33246"
|
||||
cx="34.946133" />
|
||||
<circle
|
||||
r="0.30843815"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle28"
|
||||
cy="268.33246"
|
||||
cx="33.403942" />
|
||||
<circle
|
||||
r="0.20562541"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle30"
|
||||
cy="267.09875"
|
||||
cx="36.488323" />
|
||||
<circle
|
||||
r="0.20562541"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle32"
|
||||
cy="267.09875"
|
||||
cx="34.946133" />
|
||||
<circle
|
||||
r="0.20562541"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle34"
|
||||
cy="267.09875"
|
||||
cx="33.403942" />
|
||||
<circle
|
||||
r="0.10281271"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle36"
|
||||
cy="265.86502"
|
||||
cx="36.488323" />
|
||||
<circle
|
||||
r="0.10281271"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle38"
|
||||
cy="265.86502"
|
||||
cx="34.946133" />
|
||||
<circle
|
||||
r="0.10281271"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle40"
|
||||
cy="265.86502"
|
||||
cx="33.403942" />
|
||||
<circle
|
||||
r="0.10281271"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle42"
|
||||
cy="272.03381"
|
||||
cx="36.488323" />
|
||||
<circle
|
||||
r="0.10281271"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle44"
|
||||
cy="272.03381"
|
||||
cx="34.946133" />
|
||||
<circle
|
||||
r="0.10281271"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle46"
|
||||
cy="272.03381"
|
||||
cx="33.403942" />
|
||||
<circle
|
||||
r="0.20562541"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle48"
|
||||
cy="270.80008"
|
||||
cx="36.488323" />
|
||||
<circle
|
||||
r="0.20562541"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle50"
|
||||
cy="270.80008"
|
||||
cx="34.946133" />
|
||||
<circle
|
||||
r="0.20562541"
|
||||
style="stroke-width:0.20562541"
|
||||
id="circle52"
|
||||
cy="270.80008"
|
||||
cx="33.403942" />
|
||||
</g>
|
||||
<g
|
||||
id="g5000">
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path56"
|
||||
d="M 35.614415,239.3805 H 34.27785 c -0.143935,0 -0.267313,0.1852 -0.267313,0.43154 v 2.44699 h -2.446943 c -0.246749,0 -0.431812,0.12346 -0.431812,0.26731 v 1.33656 c 0,0.14385 0.185063,0.26732 0.431812,0.26732 h 2.446943 v 2.44693 c 0,0.24693 0.123378,0.43153 0.267313,0.43153 h 1.336565 c 0.143936,0 0.267313,-0.1852 0.267313,-0.43153 v -2.44693 h 2.446942 c 0.246749,0 0.431812,-0.12347 0.431812,-0.26732 v -1.33656 c 0,-0.14385 -0.185063,-0.26731 -0.431812,-0.26731 h -2.446941 v -2.44699 c -0.02056,-0.24694 -0.123378,-0.43154 -0.267313,-0.43154" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.20562541"
|
||||
id="rect58"
|
||||
height="0.20562541"
|
||||
width="1.4188155"
|
||||
y="243.10237"
|
||||
x="31.76922" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.20562541"
|
||||
id="rect60"
|
||||
height="0.20562541"
|
||||
width="1.4188155"
|
||||
y="243.10237"
|
||||
x="36.683666" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.20562541"
|
||||
id="rect62"
|
||||
height="1.4188155"
|
||||
width="0.20562541"
|
||||
y="239.95615"
|
||||
x="34.833042" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.20562541"
|
||||
id="rect64"
|
||||
height="1.4188155"
|
||||
width="0.20562541"
|
||||
y="245.01468"
|
||||
x="34.833042" />
|
||||
</g>
|
||||
<path
|
||||
d="m 30.669123,238.22896 c -0.801939,0 -1.439378,-0.63742 -1.439378,-1.43936 0,-0.80194 0.637439,-1.43935 1.439378,-1.43935 0.801939,0 1.439378,0.63741 1.439378,1.43935 0,0.80194 -0.637439,1.43936 -1.439378,1.43936 z"
|
||||
id="path66"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#bdbebf;stroke-width:0.20562541" />
|
||||
<circle
|
||||
cx="30.669123"
|
||||
cy="236.76897"
|
||||
r="1.3776903"
|
||||
id="circle68"
|
||||
style="fill:#e7e8e9;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 30.669123,237.59154 c -0.370126,0 -0.658001,-0.28769 -0.658001,-0.65797 0,-0.3704 0.287876,-0.65803 0.658001,-0.65803 0.370126,0 0.658001,0.28769 0.658001,0.65803 0,0.3704 -0.287876,0.65797 -0.658001,0.65797 z m 0,-1.11037 c -0.246749,0 -0.452376,0.20558 -0.452376,0.45252 0,0.24693 0.205627,0.45251 0.452376,0.45251 0.246749,0 0.452376,-0.20558 0.452376,-0.45251 0,-0.24694 -0.205627,-0.45252 -0.452376,-0.45252 z"
|
||||
id="path70"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#bf1e2e;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="30.442936"
|
||||
y="235.92593"
|
||||
width="0.45237595"
|
||||
height="1.2131901"
|
||||
id="rect72"
|
||||
style="fill:#e7e8e9;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="30.566309"
|
||||
y="236.00824"
|
||||
width="0.20562541"
|
||||
height="1.0075647"
|
||||
id="rect74"
|
||||
style="fill:#bf1e2e;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 34.946132,254.96688 c -1.501065,0 -2.714256,-1.23372 -2.714256,-2.73481 0,-1.50108 1.213191,-2.7348 2.714256,-2.7348 1.501066,0 2.714256,1.23372 2.714256,2.7348 0,1.50109 -1.21319,2.73481 -2.714256,2.73481 z"
|
||||
id="path76"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 34.946131,261.85534 c -0.801939,0 -1.439377,-0.63742 -1.439377,-1.43936 0,-0.80194 0.637438,-1.43941 1.439377,-1.43941 0.801939,0 1.439379,0.63747 1.439379,1.43941 0,0.80194 -0.63744,1.43936 -1.439379,1.43936"
|
||||
id="path84"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 30.689685,261.85534 c -0.801939,0 -1.439378,-0.63742 -1.439378,-1.43936 0,-0.80194 0.637439,-1.43941 1.439378,-1.43941 0.801939,0 1.439378,0.63747 1.439378,1.43941 0,0.80194 -0.658001,1.43936 -1.439378,1.43936 z"
|
||||
id="path92"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 39.202578,261.85534 c -0.801939,0 -1.439378,-0.63742 -1.439378,-1.43936 0,-0.80194 0.637439,-1.43941 1.439378,-1.43941 0.801939,0 1.439378,0.63747 1.439378,1.43941 0,0.80194 -0.637439,1.43936 -1.439378,1.43936 z"
|
||||
id="path100"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 34.946131,277.95584 c -1.130939,0 -2.035691,-0.90479 -2.035691,-2.03571 0,-1.13093 0.904752,-2.03572 2.035691,-2.03572 1.13094,0 2.035692,0.90479 2.035692,2.03572 0,1.13092 -0.904752,2.03571 -2.035692,2.03571 z"
|
||||
id="path112"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<path
|
||||
d="m 34.946131,283.52823 c -1.130939,0 -2.035691,-0.90473 -2.035691,-2.03565 0,-1.13093 0.904752,-2.03571 2.035691,-2.03571 1.13094,0 2.035692,0.90478 2.035692,2.03571 0,1.13092 -0.904752,2.03565 -2.035692,2.03565 z"
|
||||
id="path120"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="37.146324"
|
||||
y="287.66138"
|
||||
width="0.41125083"
|
||||
height="1.9945667"
|
||||
id="rect126"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="37.146324"
|
||||
y="286.87997"
|
||||
width="0.41125083"
|
||||
height="0.43181336"
|
||||
id="rect128"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="36.13876"
|
||||
y="287.66138"
|
||||
width="0.41125083"
|
||||
height="1.9945667"
|
||||
id="rect130"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="36.13876"
|
||||
y="286.87997"
|
||||
width="0.41125083"
|
||||
height="0.43181336"
|
||||
id="rect132"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<polygon
|
||||
points="-231,525.3 -228.2,515.5 -226.3,515.5 -223.6,525.3 -220.8,515.5 -218.9,516.1 -222.6,529.2 -224.5,529.2 -227.3,519.5 -230.1,529.2 -232,529.2 -235.7,516.1 -233.8,515.5 "
|
||||
id="polygon134"
|
||||
style="fill:#7a7b7e;fill-opacity:1"
|
||||
transform="matrix(0.20562542,0,0,0.20562542,80.800604,180.85949)" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5629"
|
||||
transform="matrix(6.0575792,0,0,6.0575792,-0.67909296,-1502.7706)">
|
||||
<path
|
||||
id="path188"
|
||||
d="m 3.330473,296.25878 c -0.6814899,0 -0.8835396,-1.82872 -1.0821648,-3.5958 -0.034246,-0.29793 -0.068491,-0.60615 -0.1027371,-0.89723 -0.1678041,-1.35271 0.1335583,-2.01708 0.4177977,-2.33556 0.2260218,-0.25684 0.5239596,-0.3904 0.8629922,-0.3904 0.3390326,0 0.6369704,0.13356 0.8629921,0.3904 0.2808149,0.31848 0.5821773,0.98285 0.4177978,2.33556 -0.034246,0.29108 -0.068491,0.5993 -0.1027372,0.89723 -0.1952006,1.76708 -0.4006749,3.5958 -1.0821647,3.5958 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.10556875;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<polygon
|
||||
transform="matrix(0.03424572,0,0,0.03424572,15.149569,277.85171)"
|
||||
id="polygon192"
|
||||
points="-342.3,396.4 -358.1,389.8 -364.6,374.1 -358.1,358.3 -342.3,351.8 -326.6,358.3 -320.1,374.1 -326.6,389.8 "
|
||||
style="fill:#b0b2b4;fill-opacity:1" />
|
||||
<circle
|
||||
style="fill:#efefef;fill-opacity:1;stroke-width:0.03424572"
|
||||
cx="3.4272597"
|
||||
cy="290.66302"
|
||||
r="0.51368582"
|
||||
id="circle198" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 14 KiB |
|
@ -9,9 +9,9 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 67.733333 67.733333"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
|
@ -25,9 +25,9 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="-16.659924"
|
||||
inkscape:cy="14.555913"
|
||||
inkscape:zoom="3.5273438"
|
||||
inkscape:cx="69.645015"
|
||||
inkscape:cy="58.021923"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
|
@ -45,7 +45,7 @@
|
|||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
@ -53,16 +53,12 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
transform="translate(0,-229.26665)">
|
||||
<g
|
||||
id="g5266">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6"
|
||||
d="m 4.492749,286.76443 c -0.150954,0 -0.274402,0.12397 -0.274402,0.27492 v 9.05681 c 0,0.15095 0.123448,0.27492 0.274402,0.27492 h 2.1270018 c 0.1509541,0 0.2744021,-0.12397 0.2744021,-0.27492 v -9.05681 c 0,-0.15095 -0.123448,-0.27492 -0.2744021,-0.27492 z"
|
||||
style="fill:#f8f8f8;stroke:#000000;stroke-width:0.079375;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" />
|
||||
id="g5049"
|
||||
transform="translate(-1.0794648,1.6666667e-6)">
|
||||
<g
|
||||
transform="matrix(0.03430772,0,0,0.03430772,13.275487,277.84072)"
|
||||
transform="matrix(0.20562542,0,0,0.20562542,81.211852,180.85949)"
|
||||
id="g16">
|
||||
<polyline
|
||||
style="fill:#5c5c5c"
|
||||
|
@ -81,254 +77,251 @@
|
|||
id="polyline14"
|
||||
points="-248.2,505.2 -253.2,505.2 -253.2,510.2 -248.2,510.2 -248.2,505.2 " />
|
||||
</g>
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle18"
|
||||
r="0.051461581"
|
||||
cy="292.64108"
|
||||
cx="5.8135581" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle20"
|
||||
r="0.051461581"
|
||||
cy="292.64108"
|
||||
cx="5.5562501" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle22"
|
||||
r="0.051461581"
|
||||
cy="292.64108"
|
||||
cx="5.2989421" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle24"
|
||||
r="0.051461581"
|
||||
cy="292.43521"
|
||||
cx="5.8135581" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle26"
|
||||
r="0.051461581"
|
||||
cy="292.43521"
|
||||
cx="5.5562501" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle28"
|
||||
r="0.051461581"
|
||||
cy="292.43521"
|
||||
cx="5.2989421" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle30"
|
||||
r="0.034307718"
|
||||
cy="292.22937"
|
||||
cx="5.8135581" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle32"
|
||||
r="0.034307718"
|
||||
cy="292.22937"
|
||||
cx="5.5562501" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle34"
|
||||
r="0.034307718"
|
||||
cy="292.22937"
|
||||
cx="5.2989421" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle36"
|
||||
r="0.017153859"
|
||||
cy="292.02353"
|
||||
cx="5.8135581" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle38"
|
||||
r="0.017153859"
|
||||
cy="292.02353"
|
||||
cx="5.5562501" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle40"
|
||||
r="0.017153859"
|
||||
cy="292.02353"
|
||||
cx="5.2989421" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle42"
|
||||
r="0.017153859"
|
||||
cy="293.05276"
|
||||
cx="5.8135581" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle44"
|
||||
r="0.017153859"
|
||||
cy="293.05276"
|
||||
cx="5.5562501" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle46"
|
||||
r="0.017153859"
|
||||
cy="293.05276"
|
||||
cx="5.2989421" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle48"
|
||||
r="0.034307718"
|
||||
cy="292.84692"
|
||||
cx="5.8135581" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle50"
|
||||
r="0.034307718"
|
||||
cy="292.84692"
|
||||
cx="5.5562501" />
|
||||
<circle
|
||||
style="stroke-width:0.03430772"
|
||||
id="circle52"
|
||||
r="0.034307718"
|
||||
cy="292.84692"
|
||||
cx="5.2989421" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path56"
|
||||
d="M 5.6677502,287.6047 H 5.44475 c -0.024015,0 -0.0446,0.0309 -0.0446,0.072 v 0.40827 H 4.9918881 c -0.041169,0 -0.072046,0.0206 -0.072046,0.0446 v 0.223 c 0,0.024 0.030877,0.0446 0.072046,0.0446 H 5.40015 v 0.40826 c 0,0.0412 0.020585,0.072 0.0446,0.072 h 0.2230002 c 0.024015,0 0.0446,-0.0309 0.0446,-0.072 v -0.40826 H 6.120612 c 0.041169,0 0.072046,-0.0206 0.072046,-0.0446 v -0.223 c 0,-0.024 -0.030877,-0.0446 -0.072046,-0.0446 H 5.7123503 v -0.40827 c -0.00343,-0.0412 -0.020585,-0.072 -0.0446,-0.072" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03430772"
|
||||
id="rect58"
|
||||
height="0.034307718"
|
||||
width="0.23672327"
|
||||
y="288.22568"
|
||||
x="5.026196" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03430772"
|
||||
id="rect60"
|
||||
height="0.034307718"
|
||||
width="0.23672327"
|
||||
y="288.22568"
|
||||
x="5.8461504" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03430772"
|
||||
id="rect62"
|
||||
height="0.23672327"
|
||||
width="0.034307718"
|
||||
y="287.70074"
|
||||
x="5.5373812" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03430772"
|
||||
id="rect64"
|
||||
height="0.23672327"
|
||||
width="0.034307718"
|
||||
y="288.54474"
|
||||
x="5.5373812" />
|
||||
id="path6"
|
||||
d="m 28.571974,234.34429 c -0.904753,0 -1.644646,0.74302 -1.644646,1.64775 v 54.28255 c 0,0.90472 0.739893,1.64775 1.644646,1.64775 h 12.748315 c 0.904753,0 1.644646,-0.74303 1.644646,-1.64775 v -54.28255 c 0,-0.90473 -0.739893,-1.64775 -1.644646,-1.64775 z"
|
||||
style="fill:#f8f8f8;fill-opacity:1;stroke:#000000;stroke-width:0.47573891;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<g
|
||||
id="g4897">
|
||||
<circle
|
||||
cx="36.488323"
|
||||
cy="269.56638"
|
||||
id="circle18"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.30843815" />
|
||||
<circle
|
||||
cx="34.946133"
|
||||
cy="269.56638"
|
||||
id="circle20"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.30843815" />
|
||||
<circle
|
||||
cx="33.403942"
|
||||
cy="269.56638"
|
||||
id="circle22"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.30843815" />
|
||||
<circle
|
||||
cx="36.488323"
|
||||
cy="268.33246"
|
||||
id="circle24"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.30843815" />
|
||||
<circle
|
||||
cx="34.946133"
|
||||
cy="268.33246"
|
||||
id="circle26"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.30843815" />
|
||||
<circle
|
||||
cx="33.403942"
|
||||
cy="268.33246"
|
||||
id="circle28"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.30843815" />
|
||||
<circle
|
||||
cx="36.488323"
|
||||
cy="267.09875"
|
||||
id="circle30"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.20562541" />
|
||||
<circle
|
||||
cx="34.946133"
|
||||
cy="267.09875"
|
||||
id="circle32"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.20562541" />
|
||||
<circle
|
||||
cx="33.403942"
|
||||
cy="267.09875"
|
||||
id="circle34"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.20562541" />
|
||||
<circle
|
||||
cx="36.488323"
|
||||
cy="265.86502"
|
||||
id="circle36"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.10281271" />
|
||||
<circle
|
||||
cx="34.946133"
|
||||
cy="265.86502"
|
||||
id="circle38"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.10281271" />
|
||||
<circle
|
||||
cx="33.403942"
|
||||
cy="265.86502"
|
||||
id="circle40"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.10281271" />
|
||||
<circle
|
||||
cx="36.488323"
|
||||
cy="272.03381"
|
||||
id="circle42"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.10281271" />
|
||||
<circle
|
||||
cx="34.946133"
|
||||
cy="272.03381"
|
||||
id="circle44"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.10281271" />
|
||||
<circle
|
||||
cx="33.403942"
|
||||
cy="272.03381"
|
||||
id="circle46"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.10281271" />
|
||||
<circle
|
||||
cx="36.488323"
|
||||
cy="270.80008"
|
||||
id="circle48"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.20562541" />
|
||||
<circle
|
||||
cx="34.946133"
|
||||
cy="270.80008"
|
||||
id="circle50"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.20562541" />
|
||||
<circle
|
||||
cx="33.403942"
|
||||
cy="270.80008"
|
||||
id="circle52"
|
||||
style="stroke-width:0.20562541"
|
||||
r="0.20562541" />
|
||||
</g>
|
||||
<g
|
||||
id="g5000">
|
||||
<path
|
||||
d="M 35.614415,239.3805 H 34.27785 c -0.143935,0 -0.267313,0.1852 -0.267313,0.43154 v 2.44699 h -2.446943 c -0.246749,0 -0.431812,0.12346 -0.431812,0.26731 v 1.33656 c 0,0.14385 0.185063,0.26732 0.431812,0.26732 h 2.446943 v 2.44693 c 0,0.24693 0.123378,0.43153 0.267313,0.43153 h 1.336565 c 0.143936,0 0.267313,-0.1852 0.267313,-0.43153 v -2.44693 h 2.446942 c 0.246749,0 0.431812,-0.12347 0.431812,-0.26732 v -1.33656 c 0,-0.14385 -0.185063,-0.26731 -0.431812,-0.26731 h -2.446941 v -2.44699 c -0.02056,-0.24694 -0.123378,-0.43154 -0.267313,-0.43154"
|
||||
id="path56"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="31.76922"
|
||||
y="243.10237"
|
||||
width="1.4188155"
|
||||
height="0.20562541"
|
||||
id="rect58"
|
||||
style="fill:#818285;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="36.683666"
|
||||
y="243.10237"
|
||||
width="1.4188155"
|
||||
height="0.20562541"
|
||||
id="rect60"
|
||||
style="fill:#818285;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="34.833042"
|
||||
y="239.95615"
|
||||
width="0.20562541"
|
||||
height="1.4188155"
|
||||
id="rect62"
|
||||
style="fill:#818285;stroke-width:0.20562541" />
|
||||
<rect
|
||||
x="34.833042"
|
||||
y="245.01468"
|
||||
width="0.20562541"
|
||||
height="1.4188155"
|
||||
id="rect64"
|
||||
style="fill:#818285;stroke-width:0.20562541" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#bdbebf;stroke-width:0.03430772"
|
||||
style="fill:#bdbebf;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path66"
|
||||
d="m 4.8426494,287.41257 c -0.1338001,0 -0.240154,-0.10635 -0.240154,-0.24015 0,-0.1338 0.1063539,-0.24015 0.240154,-0.24015 0.1338001,0 0.2401541,0.10635 0.2401541,0.24015 0,0.1338 -0.106354,0.24015 -0.2401541,0.24015 z" />
|
||||
d="m 30.669123,238.22896 c -0.801939,0 -1.439378,-0.63742 -1.439378,-1.43936 0,-0.80194 0.637439,-1.43935 1.439378,-1.43935 0.801939,0 1.439378,0.63741 1.439378,1.43935 0,0.80194 -0.637439,1.43936 -1.439378,1.43936 z" />
|
||||
<circle
|
||||
style="fill:#e7e8e9;stroke-width:0.03430772"
|
||||
style="fill:#e7e8e9;stroke-width:0.20562541"
|
||||
id="circle68"
|
||||
r="0.22986172"
|
||||
cy="287.16898"
|
||||
cx="4.8426495" />
|
||||
r="1.3776903"
|
||||
cy="236.76897"
|
||||
cx="30.669123" />
|
||||
<path
|
||||
style="fill:#bf1e2e;stroke-width:0.03430772"
|
||||
style="fill:#bf1e2e;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path70"
|
||||
d="m 4.8426494,287.30622 c -0.061754,0 -0.1097847,-0.048 -0.1097847,-0.10978 0,-0.0618 0.048031,-0.10979 0.1097847,-0.10979 0.061754,0 0.1097847,0.048 0.1097847,0.10979 0,0.0618 -0.048031,0.10978 -0.1097847,0.10978 z m 0,-0.18526 c -0.041169,0 -0.075477,0.0343 -0.075477,0.0755 0,0.0412 0.034308,0.0755 0.075477,0.0755 0.041169,0 0.075477,-0.0343 0.075477,-0.0755 0,-0.0412 -0.034308,-0.0755 -0.075477,-0.0755 z" />
|
||||
d="m 30.669123,237.59154 c -0.370126,0 -0.658001,-0.28769 -0.658001,-0.65797 0,-0.3704 0.287876,-0.65803 0.658001,-0.65803 0.370126,0 0.658001,0.28769 0.658001,0.65803 0,0.3704 -0.287876,0.65797 -0.658001,0.65797 z m 0,-1.11037 c -0.246749,0 -0.452376,0.20558 -0.452376,0.45252 0,0.24693 0.205627,0.45251 0.452376,0.45251 0.246749,0 0.452376,-0.20558 0.452376,-0.45251 0,-0.24694 -0.205627,-0.45252 -0.452376,-0.45252 z" />
|
||||
<rect
|
||||
style="fill:#e7e8e9;stroke-width:0.03430772"
|
||||
style="fill:#e7e8e9;stroke-width:0.20562541"
|
||||
id="rect72"
|
||||
height="0.20241556"
|
||||
width="0.075476989"
|
||||
y="287.02832"
|
||||
x="4.8049111" />
|
||||
height="1.2131901"
|
||||
width="0.45237595"
|
||||
y="235.92593"
|
||||
x="30.442936" />
|
||||
<rect
|
||||
style="fill:#bf1e2e;stroke-width:0.03430772"
|
||||
style="fill:#bf1e2e;stroke-width:0.20562541"
|
||||
id="rect74"
|
||||
height="0.16810784"
|
||||
width="0.034307718"
|
||||
y="287.04205"
|
||||
x="4.8254952" />
|
||||
height="1.0075647"
|
||||
width="0.20562541"
|
||||
y="236.00824"
|
||||
x="30.566309" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path76"
|
||||
d="m 5.55625,290.20522 c -0.2504463,0 -0.4528619,-0.20584 -0.4528619,-0.45629 0,-0.25045 0.2024156,-0.45629 0.4528619,-0.45629 0.2504464,0 0.4528619,0.20584 0.4528619,0.45629 0,0.25045 -0.2024155,0.45629 -0.4528619,0.45629 z" />
|
||||
d="m 34.946132,254.96688 c -1.501065,0 -2.714256,-1.23372 -2.714256,-2.73481 0,-1.50108 1.213191,-2.7348 2.714256,-2.7348 1.501066,0 2.714256,1.23372 2.714256,2.7348 0,1.50109 -1.21319,2.73481 -2.714256,2.73481 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path84"
|
||||
d="m 5.5562499,291.35453 c -0.1338001,0 -0.240154,-0.10635 -0.240154,-0.24015 0,-0.1338 0.1063539,-0.24016 0.240154,-0.24016 0.1338001,0 0.2401541,0.10636 0.2401541,0.24016 0,0.1338 -0.106354,0.24015 -0.2401541,0.24015" />
|
||||
d="m 34.946131,261.85534 c -0.801939,0 -1.439377,-0.63742 -1.439377,-1.43936 0,-0.80194 0.637438,-1.43941 1.439377,-1.43941 0.801939,0 1.439379,0.63747 1.439379,1.43941 0,0.80194 -0.63744,1.43936 -1.439379,1.43936" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path92"
|
||||
d="m 4.8460801,291.35453 c -0.1338001,0 -0.240154,-0.10635 -0.240154,-0.24015 0,-0.1338 0.1063539,-0.24016 0.240154,-0.24016 0.1338001,0 0.2401541,0.10636 0.2401541,0.24016 0,0.1338 -0.1097847,0.24015 -0.2401541,0.24015 z" />
|
||||
d="m 30.689685,261.85534 c -0.801939,0 -1.439378,-0.63742 -1.439378,-1.43936 0,-0.80194 0.637439,-1.43941 1.439378,-1.43941 0.801939,0 1.439378,0.63747 1.439378,1.43941 0,0.80194 -0.658001,1.43936 -1.439378,1.43936 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path100"
|
||||
d="m 6.2664197,291.35453 c -0.1338001,0 -0.240154,-0.10635 -0.240154,-0.24015 0,-0.1338 0.1063539,-0.24016 0.240154,-0.24016 0.1338002,0 0.2401541,0.10636 0.2401541,0.24016 0,0.1338 -0.1063539,0.24015 -0.2401541,0.24015 z" />
|
||||
d="m 39.202578,261.85534 c -0.801939,0 -1.439378,-0.63742 -1.439378,-1.43936 0,-0.80194 0.637439,-1.43941 1.439378,-1.43941 0.801939,0 1.439378,0.63747 1.439378,1.43941 0,0.80194 -0.637439,1.43936 -1.439378,1.43936 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path112"
|
||||
d="m 5.5562499,294.04083 c -0.1886924,0 -0.3396464,-0.15096 -0.3396464,-0.33965 0,-0.18869 0.150954,-0.33965 0.3396464,-0.33965 0.1886925,0 0.3396465,0.15096 0.3396465,0.33965 0,0.18869 -0.150954,0.33965 -0.3396465,0.33965 z" />
|
||||
d="m 34.946131,277.95584 c -1.130939,0 -2.035691,-0.90479 -2.035691,-2.03571 0,-1.13093 0.904752,-2.03572 2.035691,-2.03572 1.13094,0 2.035692,0.90479 2.035692,2.03572 0,1.13092 -0.904752,2.03571 -2.035692,2.03571 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.20562541"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path120"
|
||||
d="m 5.5562499,294.97056 c -0.1886924,0 -0.3396464,-0.15095 -0.3396464,-0.33964 0,-0.18869 0.150954,-0.33965 0.3396464,-0.33965 0.1886925,0 0.3396465,0.15096 0.3396465,0.33965 0,0.18869 -0.150954,0.33964 -0.3396465,0.33964 z" />
|
||||
d="m 34.946131,283.52823 c -1.130939,0 -2.035691,-0.90473 -2.035691,-2.03565 0,-1.13093 0.904752,-2.03571 2.035691,-2.03571 1.13094,0 2.035692,0.90478 2.035692,2.03571 0,1.13092 -0.904752,2.03565 -2.035692,2.03565 z" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541"
|
||||
id="rect126"
|
||||
height="0.33278489"
|
||||
width="0.068615437"
|
||||
y="295.66016"
|
||||
x="5.9233427" />
|
||||
height="1.9945667"
|
||||
width="0.41125083"
|
||||
y="287.66138"
|
||||
x="37.146324" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541"
|
||||
id="rect128"
|
||||
height="0.072046205"
|
||||
width="0.068615437"
|
||||
y="295.52979"
|
||||
x="5.9233427" />
|
||||
height="0.43181336"
|
||||
width="0.41125083"
|
||||
y="286.87997"
|
||||
x="37.146324" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541"
|
||||
id="rect130"
|
||||
height="0.33278489"
|
||||
width="0.068615437"
|
||||
y="295.66016"
|
||||
x="5.7552347" />
|
||||
height="1.9945667"
|
||||
width="0.41125083"
|
||||
y="287.66138"
|
||||
x="36.13876" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;stroke-width:0.03430772;fill-opacity:1"
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.20562541"
|
||||
id="rect132"
|
||||
height="0.072046205"
|
||||
width="0.068615437"
|
||||
y="295.52979"
|
||||
x="5.7552347" />
|
||||
height="0.43181336"
|
||||
width="0.41125083"
|
||||
y="286.87997"
|
||||
x="36.13876" />
|
||||
<polygon
|
||||
transform="matrix(0.03430772,0,0,0.03430772,13.206872,277.84072)"
|
||||
transform="matrix(0.20562542,0,0,0.20562542,80.800604,180.85949)"
|
||||
style="fill:#7a7b7e;fill-opacity:1"
|
||||
id="polygon134"
|
||||
points="-226.3,515.5 -223.6,525.3 -220.8,515.5 -218.9,516.1 -222.6,529.2 -224.5,529.2 -227.3,519.5 -230.1,529.2 -232,529.2 -235.7,516.1 -233.8,515.5 -231,525.3 -228.2,515.5 " />
|
||||
<rect
|
||||
y="291.8157"
|
||||
x="3.3556859"
|
||||
height="1.6210666"
|
||||
width="4.0409198"
|
||||
id="rect5212"
|
||||
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0.10874375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<rect
|
||||
y="287.48111"
|
||||
x="3.993932"
|
||||
height="1.5779947"
|
||||
width="2.6900308"
|
||||
id="rect5214"
|
||||
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0.10874375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
points="-218.9,516.1 -222.6,529.2 -224.5,529.2 -227.3,519.5 -230.1,529.2 -232,529.2 -235.7,516.1 -233.8,515.5 -231,525.3 -228.2,515.5 -226.3,515.5 -223.6,525.3 -220.8,515.5 " />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
|
@ -1,368 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="42"
|
||||
height="42"
|
||||
viewBox="0 0 11.1125 11.1125"
|
||||
version="1.1"
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="wii_remote_nunchuck_nintendo.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="3.7670704"
|
||||
inkscape:cy="20.243876"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true" />
|
||||
<metadata
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-285.88748)">
|
||||
<g
|
||||
id="g5629"
|
||||
transform="matrix(0.97763205,0,0,0.97763205,0.12423766,6.4933408)">
|
||||
<path
|
||||
id="path188"
|
||||
d="m 3.330473,296.25878 c -0.6814899,0 -0.8835396,-1.82872 -1.0821648,-3.5958 -0.034246,-0.29793 -0.068491,-0.60615 -0.1027371,-0.89723 -0.1678041,-1.35271 0.1335583,-2.01708 0.4177977,-2.33556 0.2260218,-0.25684 0.5239596,-0.3904 0.8629922,-0.3904 0.3390326,0 0.6369704,0.13356 0.8629921,0.3904 0.2808149,0.31848 0.5821773,0.98285 0.4177978,2.33556 -0.034246,0.29108 -0.068491,0.5993 -0.1027372,0.89723 -0.1952006,1.76708 -0.4006749,3.5958 -1.0821647,3.5958 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.10556875;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<polygon
|
||||
transform="matrix(0.03424572,0,0,0.03424572,15.149569,277.85171)"
|
||||
id="polygon192"
|
||||
points="-326.6,358.3 -320.1,374.1 -326.6,389.8 -342.3,396.4 -358.1,389.8 -364.6,374.1 -358.1,358.3 -342.3,351.8 "
|
||||
style="fill:#b0b2b4;fill-opacity:1" />
|
||||
<circle
|
||||
style="fill:#efefef;fill-opacity:1;stroke-width:0.03424572"
|
||||
cx="3.4272597"
|
||||
cy="290.66302"
|
||||
r="0.51368582"
|
||||
id="circle198" />
|
||||
</g>
|
||||
<g
|
||||
id="g5624"
|
||||
transform="matrix(0.97763205,0,0,0.97763205,0.12423766,6.4932822)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6"
|
||||
d="m 6.6137471,286.68123 c -0.150954,0 -0.274402,0.12359 -0.274402,0.27409 v 9.02943 c 0,0.1505 0.123448,0.27409 0.274402,0.27409 h 2.1270018 c 0.1509541,0 0.2744021,-0.12359 0.2744021,-0.27409 v -9.02943 c 0,-0.1505 -0.123448,-0.27409 -0.2744021,-0.27409 z"
|
||||
style="fill:#fefefe;fill-opacity:1;stroke:#000000;stroke-width:0.10556875;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<g
|
||||
transform="matrix(0.03430772,0,0,0.03420402,15.396485,277.78449)"
|
||||
id="g16">
|
||||
<polyline
|
||||
style="fill:#5c5c5c"
|
||||
id="polyline8"
|
||||
points="-231.1,505.2 -236.1,505.2 -236.1,510.2 -231.1,510.2 -231.1,505.2 " />
|
||||
<polyline
|
||||
style="fill:#5c5c5c"
|
||||
id="polyline10"
|
||||
points="-196.8,505.2 -201.8,505.2 -201.8,510.2 -196.8,510.2 -196.8,505.2 " />
|
||||
<polyline
|
||||
style="fill:#5c5c5c"
|
||||
id="polyline12"
|
||||
points="-213.9,505.2 -218.9,505.2 -218.9,510.2 -213.9,510.2 -213.9,505.2 " />
|
||||
<polyline
|
||||
style="fill:#11b3ef"
|
||||
id="polyline14"
|
||||
points="-248.2,505.2 -253.2,505.2 -253.2,510.2 -248.2,510.2 -248.2,505.2 " />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path56"
|
||||
d="M 7.7887483,287.51896 H 7.5657481 c -0.024015,0 -0.0446,0.0308 -0.0446,0.0718 v 0.40704 H 7.1128862 c -0.041169,0 -0.072046,0.0205 -0.072046,0.0445 v 0.22233 c 0,0.0239 0.030877,0.0445 0.072046,0.0445 h 0.4082619 v 0.40703 c 0,0.0411 0.020585,0.0718 0.0446,0.0718 h 0.2230002 c 0.024015,0 0.0446,-0.0308 0.0446,-0.0718 v -0.40703 h 0.4082618 c 0.041169,0 0.072046,-0.0205 0.072046,-0.0445 v -0.22233 c 0,-0.0239 -0.030877,-0.0445 -0.072046,-0.0445 H 7.8333484 v -0.40704 c -0.00343,-0.0411 -0.020585,-0.0718 -0.0446,-0.0718" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03425583"
|
||||
id="rect58"
|
||||
height="0.034204017"
|
||||
width="0.23672327"
|
||||
y="288.13806"
|
||||
x="7.1471944" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03425583"
|
||||
id="rect60"
|
||||
height="0.034204017"
|
||||
width="0.23672327"
|
||||
y="288.13806"
|
||||
x="7.9671488" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03425583"
|
||||
id="rect62"
|
||||
height="0.23600774"
|
||||
width="0.034307718"
|
||||
y="287.61472"
|
||||
x="7.6583796" />
|
||||
<rect
|
||||
style="fill:#818285;stroke-width:0.03425583"
|
||||
id="rect64"
|
||||
height="0.23600774"
|
||||
width="0.034307718"
|
||||
y="288.45615"
|
||||
x="7.6583796" />
|
||||
<path
|
||||
style="fill:#bdbebf;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path66"
|
||||
d="m 6.9636475,287.32741 c -0.1338001,0 -0.240154,-0.10603 -0.240154,-0.23942 0,-0.1334 0.1063539,-0.23943 0.240154,-0.23943 0.1338001,0 0.2401541,0.10603 0.2401541,0.23943 0,0.13339 -0.106354,0.23942 -0.2401541,0.23942 z" />
|
||||
<ellipse
|
||||
ry="0.22916692"
|
||||
rx="0.22986172"
|
||||
style="fill:#e7e8e9;stroke-width:0.03425583"
|
||||
id="circle68"
|
||||
cy="287.08456"
|
||||
cx="6.9636478" />
|
||||
<path
|
||||
style="fill:#bf1e2e;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path70"
|
||||
d="m 6.9636475,287.22138 c -0.061754,0 -0.1097847,-0.0478 -0.1097847,-0.10945 0,-0.0616 0.048031,-0.10945 0.1097847,-0.10945 0.061754,0 0.1097847,0.0478 0.1097847,0.10945 0,0.0616 -0.048031,0.10945 -0.1097847,0.10945 z m 0,-0.1847 c -0.041169,0 -0.075477,0.0342 -0.075477,0.0753 0,0.0411 0.034308,0.0753 0.075477,0.0753 0.041169,0 0.075477,-0.0342 0.075477,-0.0753 0,-0.0411 -0.034308,-0.0753 -0.075477,-0.0753 z" />
|
||||
<rect
|
||||
style="fill:#e7e8e9;stroke-width:0.03425583"
|
||||
id="rect72"
|
||||
height="0.20180373"
|
||||
width="0.075476989"
|
||||
y="286.94434"
|
||||
x="6.9259095" />
|
||||
<rect
|
||||
style="fill:#bf1e2e;stroke-width:0.03425583"
|
||||
id="rect74"
|
||||
height="0.16759971"
|
||||
width="0.034307718"
|
||||
y="286.95801"
|
||||
x="6.9464936" />
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path76"
|
||||
d="m 7.6772481,290.11162 c -0.2504463,0 -0.4528619,-0.20522 -0.4528619,-0.45491 0,-0.24969 0.2024156,-0.45491 0.4528619,-0.45491 0.2504464,0 0.4528619,0.20522 0.4528619,0.45491 0,0.24969 -0.2024155,0.45491 -0.4528619,0.45491 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path84"
|
||||
d="m 7.677248,291.25746 c -0.1338001,0 -0.240154,-0.10603 -0.240154,-0.23943 0,-0.13339 0.1063539,-0.23943 0.240154,-0.23943 0.1338001,0 0.2401541,0.10604 0.2401541,0.23943 0,0.1334 -0.106354,0.23943 -0.2401541,0.23943" />
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path92"
|
||||
d="m 6.9670782,291.25746 c -0.1338001,0 -0.240154,-0.10603 -0.240154,-0.23943 0,-0.13339 0.1063539,-0.23943 0.240154,-0.23943 0.1338001,0 0.2401541,0.10604 0.2401541,0.23943 0,0.1334 -0.1097847,0.23943 -0.2401541,0.23943 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path100"
|
||||
d="m 8.3874178,291.25746 c -0.1338001,0 -0.240154,-0.10603 -0.240154,-0.23943 0,-0.13339 0.1063539,-0.23943 0.240154,-0.23943 0.1338002,0 0.2401541,0.10604 0.2401541,0.23943 0,0.1334 -0.1063539,0.23943 -0.2401541,0.23943 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path112"
|
||||
d="m 7.677248,293.93564 c -0.1886924,0 -0.3396464,-0.15051 -0.3396464,-0.33863 0,-0.18812 0.150954,-0.33862 0.3396464,-0.33862 0.1886925,0 0.3396465,0.1505 0.3396465,0.33862 0,0.18812 -0.150954,0.33863 -0.3396465,0.33863 z" />
|
||||
<path
|
||||
style="fill:#b0b2b4;fill-opacity:1;stroke-width:0.03425583"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path120"
|
||||
d="m 7.677248,294.86256 c -0.1886924,0 -0.3396464,-0.1505 -0.3396464,-0.33862 0,-0.18812 0.150954,-0.33862 0.3396464,-0.33862 0.1886925,0 0.3396465,0.1505 0.3396465,0.33862 0,0.18812 -0.150954,0.33862 -0.3396465,0.33862 z" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.03425583"
|
||||
id="rect126"
|
||||
height="0.331779"
|
||||
width="0.068615437"
|
||||
y="295.55008"
|
||||
x="8.0443411" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.03425583"
|
||||
id="rect128"
|
||||
height="0.071828432"
|
||||
width="0.068615437"
|
||||
y="295.4201"
|
||||
x="8.0443411" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.03425583"
|
||||
id="rect130"
|
||||
height="0.331779"
|
||||
width="0.068615437"
|
||||
y="295.55008"
|
||||
x="7.8762331" />
|
||||
<rect
|
||||
style="fill:#7a7b7e;fill-opacity:1;stroke-width:0.03425583"
|
||||
id="rect132"
|
||||
height="0.071828432"
|
||||
width="0.068615437"
|
||||
y="295.4201"
|
||||
x="7.8762331" />
|
||||
<polygon
|
||||
transform="matrix(0.03430772,0,0,0.03420402,15.32787,277.78449)"
|
||||
style="fill:#7a7b7e;fill-opacity:1"
|
||||
id="polygon134"
|
||||
points="-227.3,519.5 -230.1,529.2 -232,529.2 -235.7,516.1 -233.8,515.5 -231,525.3 -228.2,515.5 -226.3,515.5 -223.6,525.3 -220.8,515.5 -218.9,516.1 -222.6,529.2 -224.5,529.2 " />
|
||||
<rect
|
||||
y="287.39575"
|
||||
x="6.1149302"
|
||||
height="1.573225"
|
||||
width="2.6900308"
|
||||
id="rect5214"
|
||||
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:0.10857928;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||
<ellipse
|
||||
ry="0.051306032"
|
||||
rx="0.051461581"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle18-5"
|
||||
cy="292.54013"
|
||||
cx="7.934556" />
|
||||
<ellipse
|
||||
ry="0.051306032"
|
||||
rx="0.051461581"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle20-6"
|
||||
cy="292.54013"
|
||||
cx="7.677248" />
|
||||
<ellipse
|
||||
ry="0.051306032"
|
||||
rx="0.051461581"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle22-6"
|
||||
cy="292.54013"
|
||||
cx="7.41994" />
|
||||
<ellipse
|
||||
ry="0.051306032"
|
||||
rx="0.051461581"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle24-4"
|
||||
cy="292.33487"
|
||||
cx="7.934556" />
|
||||
<ellipse
|
||||
ry="0.051306032"
|
||||
rx="0.051461581"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle26-0"
|
||||
cy="292.33487"
|
||||
cx="7.677248" />
|
||||
<ellipse
|
||||
ry="0.051306032"
|
||||
rx="0.051461581"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle28-0"
|
||||
cy="292.33487"
|
||||
cx="7.41994" />
|
||||
<ellipse
|
||||
ry="0.034204017"
|
||||
rx="0.034307718"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle30-4"
|
||||
cy="292.12964"
|
||||
cx="7.934556" />
|
||||
<ellipse
|
||||
ry="0.034204017"
|
||||
rx="0.034307718"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle32-6"
|
||||
cy="292.12964"
|
||||
cx="7.677248" />
|
||||
<ellipse
|
||||
ry="0.034204017"
|
||||
rx="0.034307718"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle34-2"
|
||||
cy="292.12964"
|
||||
cx="7.41994" />
|
||||
<ellipse
|
||||
ry="0.017102009"
|
||||
rx="0.017153859"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle36-6"
|
||||
cy="291.92444"
|
||||
cx="7.934556" />
|
||||
<ellipse
|
||||
ry="0.017102009"
|
||||
rx="0.017153859"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle38-7"
|
||||
cy="291.92444"
|
||||
cx="7.677248" />
|
||||
<ellipse
|
||||
ry="0.017102009"
|
||||
rx="0.017153859"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle40-5"
|
||||
cy="291.92444"
|
||||
cx="7.41994" />
|
||||
<ellipse
|
||||
ry="0.017102009"
|
||||
rx="0.017153859"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle42-6"
|
||||
cy="292.95056"
|
||||
cx="7.934556" />
|
||||
<ellipse
|
||||
ry="0.017102009"
|
||||
rx="0.017153859"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle44-9"
|
||||
cy="292.95056"
|
||||
cx="7.677248" />
|
||||
<ellipse
|
||||
ry="0.017102009"
|
||||
rx="0.017153859"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle46-8"
|
||||
cy="292.95056"
|
||||
cx="7.41994" />
|
||||
<ellipse
|
||||
ry="0.034204017"
|
||||
rx="0.034307718"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle48-7"
|
||||
cy="292.74533"
|
||||
cx="7.934556" />
|
||||
<ellipse
|
||||
ry="0.034204017"
|
||||
rx="0.034307718"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle50-2"
|
||||
cy="292.74533"
|
||||
cx="7.677248" />
|
||||
<ellipse
|
||||
ry="0.034204017"
|
||||
rx="0.034307718"
|
||||
style="stroke-width:0.03425583"
|
||||
id="circle52-8"
|
||||
cy="292.74533"
|
||||
cx="7.41994" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 14 KiB |
|
@ -74,6 +74,15 @@
|
|||
<platform>amstradcpc</platform>
|
||||
<theme>amstradcpc</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>android</name>
|
||||
<fullname>Google Android</fullname>
|
||||
<path>%ROMPATH%/android</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>android</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>apple2</name>
|
||||
<fullname>Apple II</fullname>
|
||||
|
@ -238,6 +247,15 @@
|
|||
<platform>cavestory</platform>
|
||||
<theme>cavestory</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<fullname>Philips CD-i</fullname>
|
||||
<path>%ROMPATH%/cdimono1</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>cdimono1</platform>
|
||||
<theme>cdimono1</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdtv</name>
|
||||
<fullname>Commodore CDTV</fullname>
|
||||
|
@ -339,6 +357,15 @@
|
|||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
<path>%ROMPATH%/epic</path>
|
||||
<extension>.sh</extension>
|
||||
<command>zsh %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>famicom</name>
|
||||
<fullname>Nintendo Family Computer</fullname>
|
||||
|
@ -482,6 +509,15 @@
|
|||
<platform>intellivision</platform>
|
||||
<theme>intellivision</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>j2me</name>
|
||||
<fullname>Java 2 Micro Edition (J2ME)</fullname>
|
||||
<path>%ROMPATH%/j2me</path>
|
||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/squirreljme_libretro.dylib %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>j2me</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>kodi</name>
|
||||
<fullname>Kodi home theatre software</fullname>
|
||||
|
@ -1152,6 +1188,15 @@
|
|||
<platform>switch</platform>
|
||||
<theme>switch</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%/symbian</path>
|
||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/squirreljme_libretro.dylib %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>symbian</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
|
@ -1234,6 +1279,15 @@
|
|||
<platform>vectrex</platform>
|
||||
<theme>vectrex</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>vic20</name>
|
||||
<fullname>Commodore VIC-20</fullname>
|
||||
<path>%ROMPATH%/vic20</path>
|
||||
<extension>.bin .BIN .cmd .CMD .crt .CRT .d2m .D2M .d4m .D4M .d64 .D64 .d6z .D6Z .d71 .D71 .d7z .D7Z .d80 .D80 .d81 .D81 .d82 .D82 .d8z .D8Z .g41 .G41 .g4z .G4Z .g64 .G64 .g6z .G6Z .gz .GZ .lnx .LNX .m3u .M3U .nbz .NBZ .nib .NIB .p00 .P00 .prg .PRG .t64 .T64 .tap .TAP .vfl .VFL .vsf .VSF .x64 .X64 .x6z .X6Z .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vice_xvic_libretro.dylib %ROM%</command>
|
||||
<platform>vic20</platform>
|
||||
<theme>vic20</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>videopac</name>
|
||||
<fullname>Philips Videopac G7000</fullname>
|
||||
|
|
|
@ -75,6 +75,15 @@
|
|||
<platform>amstradcpc</platform>
|
||||
<theme>amstradcpc</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>android</name>
|
||||
<fullname>Google Android</fullname>
|
||||
<path>%ROMPATH%/android</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>android</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>apple2</name>
|
||||
<fullname>Apple II</fullname>
|
||||
|
@ -239,6 +248,15 @@
|
|||
<platform>cavestory</platform>
|
||||
<theme>cavestory</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<fullname>Philips CD-i</fullname>
|
||||
<path>%ROMPATH%/cdimono1</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>cdimono1</platform>
|
||||
<theme>cdimono1</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdtv</name>
|
||||
<fullname>Commodore CDTV</fullname>
|
||||
|
@ -340,6 +358,15 @@
|
|||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
<path>%ROMPATH%/epic</path>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>famicom</name>
|
||||
<fullname>Nintendo Family Computer</fullname>
|
||||
|
@ -483,6 +510,15 @@
|
|||
<platform>intellivision</platform>
|
||||
<theme>intellivision</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>j2me</name>
|
||||
<fullname>Java 2 Micro Edition (J2ME)</fullname>
|
||||
<path>%ROMPATH%/j2me</path>
|
||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/squirreljme_libretro.so %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>j2me</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>kodi</name>
|
||||
<fullname>Kodi home theatre software</fullname>
|
||||
|
@ -1160,6 +1196,15 @@
|
|||
<platform>switch</platform>
|
||||
<theme>switch</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%/symbian</path>
|
||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/squirreljme_libretro.so %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>symbian</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
|
@ -1243,6 +1288,15 @@
|
|||
<platform>vectrex</platform>
|
||||
<theme>vectrex</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>vic20</name>
|
||||
<fullname>Commodore VIC-20</fullname>
|
||||
<path>%ROMPATH%/vic20</path>
|
||||
<extension>.bin .BIN .cmd .CMD .crt .CRT .d2m .D2M .d4m .D4M .d64 .D64 .d6z .D6Z .d71 .D71 .d7z .D7Z .d80 .D80 .d81 .D81 .d82 .D82 .d8z .D8Z .g41 .G41 .g4z .G4Z .g64 .G64 .g6z .G6Z .gz .GZ .lnx .LNX .m3u .M3U .nbz .NBZ .nib .NIB .p00 .P00 .prg .PRG .t64 .T64 .tap .TAP .vfl .VFL .vsf .VSF .x64 .X64 .x6z .X6Z .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vice_xvic_libretro.so %ROM%</command>
|
||||
<platform>vic20</platform>
|
||||
<theme>vic20</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>videopac</name>
|
||||
<fullname>Philips Videopac G7000</fullname>
|
||||
|
|
|
@ -75,6 +75,15 @@
|
|||
<platform>amstradcpc</platform>
|
||||
<theme>amstradcpc</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>android</name>
|
||||
<fullname>Google Android</fullname>
|
||||
<path>%ROMPATH%\android</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>android</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>apple2</name>
|
||||
<fullname>Apple II</fullname>
|
||||
|
@ -239,6 +248,15 @@
|
|||
<platform>cavestory</platform>
|
||||
<theme>cavestory</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<fullname>Philips CD-i</fullname>
|
||||
<path>%ROMPATH%\cdimono1</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>cdimono1</platform>
|
||||
<theme>cdimono1</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdtv</name>
|
||||
<fullname>Commodore CDTV</fullname>
|
||||
|
@ -340,6 +358,15 @@
|
|||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
<path>%ROMPATH%\epic</path>
|
||||
<extension>.bat</extension>
|
||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>famicom</name>
|
||||
<fullname>Nintendo Family Computer</fullname>
|
||||
|
@ -483,6 +510,15 @@
|
|||
<platform>intellivision</platform>
|
||||
<theme>intellivision</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>j2me</name>
|
||||
<fullname>Java 2 Micro Edition (J2ME)</fullname>
|
||||
<path>%ROMPATH%\j2me</path>
|
||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\squirreljme_libretro.dll %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>j2me</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>kodi</name>
|
||||
<fullname>Kodi home theatre software</fullname>
|
||||
|
@ -1160,6 +1196,15 @@
|
|||
<platform>switch</platform>
|
||||
<theme>switch</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%\symbian</path>
|
||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\squirreljme_libretro.dll %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<theme>symbian</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
|
@ -1243,6 +1288,15 @@
|
|||
<platform>vectrex</platform>
|
||||
<theme>vectrex</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>vic20</name>
|
||||
<fullname>Commodore VIC-20</fullname>
|
||||
<path>%ROMPATH%\vic20</path>
|
||||
<extension>.bin .BIN .cmd .CMD .crt .CRT .d2m .D2M .d4m .D4M .d64 .D64 .d6z .D6Z .d71 .D71 .d7z .D7Z .d80 .D80 .d81 .D81 .d82 .D82 .d8z .D8Z .g41 .G41 .g4z .G4Z .g64 .G64 .g6z .G6Z .gz .GZ .lnx .LNX .m3u .M3U .nbz .NBZ .nib .NIB .p00 .P00 .prg .PRG .t64 .T64 .tap .TAP .vfl .VFL .vsf .VSF .x64 .X64 .x6z .X6Z .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\vice_xvic_libretro.dll %ROM%</command>
|
||||
<platform>vic20</platform>
|
||||
<theme>vic20</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>videopac</name>
|
||||
<fullname>Philips Videopac G7000</fullname>
|
||||
|
|
18
themes/rbsimple-DE/android/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, grid, video">
|
||||
<image name="band1" extra="true">
|
||||
<color>4086F4</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>EB4132</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>FBBD00</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>31AA52</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
3
themes/rbsimple-DE/android/images/console.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/android/images/consolegame.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/android/images/controller.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
120
themes/rbsimple-DE/android/images/logo.svg
Normal file
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 788 120"
|
||||
version="1.1"
|
||||
id="svg16"
|
||||
sodipodi:docname="logo.svg"
|
||||
width="788"
|
||||
height="120"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata22">
|
||||
<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="defs20" />
|
||||
<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="namedview18"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.0834617"
|
||||
inkscape:cx="-269.83177"
|
||||
inkscape:cy="341.18424"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg16" />
|
||||
<g
|
||||
transform="matrix(0.09585593,0,0,0.09585593,-540.69137,-133.09854)"
|
||||
id="g4789">
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path22"
|
||||
d="m 6036.621,1790.6455 c 117.6008,0 215.2852,60.6972 261.7565,126.1363 v -110.0136 h 179.2462 v 816.5663 h -128.9814 c -28.4518,0 -51.2132,-22.7614 -51.2132,-51.2132 v -58.8004 c -45.5229,66.3875 -143.2073,127.0847 -260.8081,127.0847 -223.8207,0 -393.583,-191.5754 -393.583,-424.88 0,-233.3047 169.7623,-424.8801 393.583,-424.8801 m 32.2454,163.1236 c -145.1041,0 -243.737,114.7556 -243.737,261.7565 0,147.0009 97.6845,261.7564 243.737,261.7564 145.1041,0 243.737,-114.7555 243.737,-261.7564 0,-147.0009 -97.6845,-261.7565 -243.737,-261.7565" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path24"
|
||||
d="m 6681.5282,1806.7682 h 180.1947 v 110.962 c 49.3164,-81.5618 142.2589,-127.0847 248.4789,-127.0847 189.6786,0 312.0213,133.7234 312.0213,341.4215 v 491.2675 h -128.9814 c -28.4518,0 -51.2132,-22.7614 -51.2132,-51.2132 v -410.6541 c 0,-128.9815 -65.4392,-207.6981 -169.7624,-207.6981 -119.4975,0 -210.5432,92.9425 -210.5432,267.4468 v 402.1186 h -128.9815 c -28.4517,0 -51.2132,-22.7614 -51.2132,-51.2132 z" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path26"
|
||||
d="m 7958.0651,1790.6455 c 117.6007,0 215.2852,60.6972 261.7565,126.1363 v -517.8226 h 179.2462 v 1225.3237 h -128.9814 c -28.4518,0 -51.2132,-22.7614 -51.2132,-51.2132 v -58.8004 c -45.5229,65.4391 -144.1557,126.1363 -261.7565,126.1363 -223.8207,0 -393.583,-191.5754 -393.583,-424.88 0.9484,-233.3047 170.7107,-424.8801 394.5314,-424.8801 m 32.2454,163.1236 c -145.1041,0 -243.737,114.7556 -243.737,261.7565 0,147.0009 97.6845,261.7564 243.737,261.7564 145.1041,0 243.737,-114.7555 243.737,-261.7564 0,-147.0009 -98.6329,-261.7565 -243.737,-261.7565" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path28"
|
||||
d="m 8602.9723,1806.7682 h 179.2463 v 145.1041 c 31.297,-92.9425 122.3427,-153.6396 215.2852,-153.6396 22.7614,0 45.5228,1.8968 70.1811,6.6387 v 184.9366 c -31.297,-9.4839 -56.9036,-15.1742 -90.0974,-15.1742 -103.3748,0 -196.3173,86.3037 -196.3173,250.3757 v 398.325 h -128.9814 c -28.4518,0 -51.2133,-22.7614 -51.2133,-51.2132 v -765.3531 z" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path30"
|
||||
d="m 9553.262,2640.4056 c -241.8402,0 -427.7252,-187.7818 -427.7252,-424.88 0,-237.0983 185.885,-424.8801 427.7252,-424.8801 241.8402,0 427.7253,187.7818 427.7253,424.8801 0,237.0982 -185.8851,424.88 -427.7253,424.88 m 0,-166.9172 c 144.1558,0 244.6854,-112.8587 244.6854,-257.9628 0,-145.1042 -101.478,-257.9629 -244.6854,-257.9629 -145.1041,0 -246.5821,112.8587 -246.5821,257.9629 0,145.1041 101.478,257.9628 246.5821,257.9628" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32"
|
||||
d="m 10216.188,1628.4703 c -65.439,0 -120.445,-54.0584 -120.445,-120.4459 0,-65.4391 55.955,-119.4975 120.445,-119.4975 67.336,0 119.498,54.0584 119.498,119.4975 0,67.3359 -52.162,120.4459 -119.498,120.4459 m -89.149,178.2979 h 179.247 v 816.5663 h -128.033 c -28.452,0 -51.214,-22.7614 -51.214,-51.2132 z" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
style="stroke-width:9.48392963"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path34"
|
||||
d="m 10847.818,1790.6455 c 117.601,0 215.285,60.6972 261.757,126.1363 v -517.8226 h 179.246 v 1225.3237 h -128.982 c -28.451,0 -51.213,-22.7614 -51.213,-51.2132 v -58.8004 c -45.523,65.4391 -144.156,126.1363 -261.756,126.1363 -223.821,0 -393.583,-191.5754 -393.583,-424.88 0.948,-233.3047 170.71,-424.8801 394.531,-424.8801 m 33.194,163.1236 c -145.104,0 -243.737,114.7556 -243.737,261.7565 0,147.0009 97.684,261.7564 243.737,261.7564 145.104,0 243.737,-114.7555 243.737,-261.7564 0,-147.0009 -98.633,-261.7565 -243.737,-261.7565" />
|
||||
<path
|
||||
inkscape:export-ydpi="4.6700001"
|
||||
inkscape:export-xdpi="4.6700001"
|
||||
inkscape:export-filename="G:\Users\suitedoalex\sites\android-logo-8.png"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#3ddc84;fill-opacity:1;stroke-width:9.48392963"
|
||||
id="path36"
|
||||
d="m 13271.91,2315.1068 c -50.264,0 -91.045,-40.7809 -91.045,-91.0457 0,-50.2648 40.781,-91.0457 91.045,-91.0457 50.265,0 91.046,40.7809 91.046,91.0457 0,50.2648 -40.781,91.0457 -91.046,91.0457 m -1002.451,0 c -50.265,0 -91.046,-40.7809 -91.046,-91.0457 0,-50.2648 40.781,-91.0457 91.046,-91.0457 50.265,0 91.046,40.7809 91.046,91.0457 0,50.2648 -40.781,91.0457 -91.046,91.0457 m 1034.697,-546.2743 182.091,-313.9181 c 10.433,-18.0194 3.794,-40.7809 -14.226,-51.2132 -18.019,-10.4323 -40.781,-3.7936 -51.213,14.2259 l -183.988,317.7116 c -140.362,-64.4907 -297.795,-100.5296 -465.661,-100.5296 -167.866,0 -326.247,36.0389 -466.609,99.5812 l -183.989,-317.7116 c -10.432,-18.0195 -33.193,-24.6582 -51.213,-14.2259 -18.019,10.4323 -24.658,33.1938 -14.226,51.2132 l 181.143,313.9181 c -311.073,169.7623 -524.461,484.6288 -555.758,857.3472 h 2178.459 c -30.349,-371.77 -242.789,-686.6365 -554.81,-856.3988"
|
||||
class="logo-android__andy-icon " />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.7 KiB |
27
themes/rbsimple-DE/android/systeminfo.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1" extra="true">
|
||||
<text>The Android operating system, developed by</text>
|
||||
</text>
|
||||
<text name="info2" extra="true">
|
||||
<text>Android Inc. and later acquired by Google is by</text>
|
||||
</text>
|
||||
<text name="info3" extra="true">
|
||||
<text>far the most popular mobile OS in the world.</text>
|
||||
</text>
|
||||
<text name="info5" extra="true">
|
||||
<text>Due to the power of modern mobile devices and</text>
|
||||
</text>
|
||||
<text name="info6" extra="true">
|
||||
<text>the popularity of the platform there is a rich</text>
|
||||
</text>
|
||||
<text name="info7" extra="true">
|
||||
<text>library of games available, some even rivalling</text>
|
||||
</text>
|
||||
<text name="info8" extra="true">
|
||||
<text>those on dedicated game consoles.</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
21
themes/rbsimple-DE/android/theme.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<theme>
|
||||
<formatVersion>7</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="system, basic, detailed, video, grid">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame" extra="true">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
|
@ -1,4 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
|
@ -7,172 +9,541 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 176.331 439.301"
|
||||
width="200"
|
||||
height="490"
|
||||
viewBox="0 0 52.916666 129.64584"
|
||||
version="1.1"
|
||||
id="svg42"
|
||||
sodipodi:docname="controller.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
id="svg4925"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="controller.svg">
|
||||
<defs
|
||||
id="defs4919" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.8809912"
|
||||
inkscape:cx="-27.990345"
|
||||
inkscape:cy="289.29756"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata48">
|
||||
id="metadata4922">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs46" />
|
||||
<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="namedview44"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.1994829"
|
||||
inkscape:cx="18.24513"
|
||||
inkscape:cy="154.89006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg42" />
|
||||
<circle
|
||||
style="fill:#231f20"
|
||||
r="83.222"
|
||||
cx="3.5126698"
|
||||
cy="122.49534"
|
||||
transform="rotate(-45.001)"
|
||||
id="ellipse2" />
|
||||
<path
|
||||
style="fill:#38383a"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 89.104,161.2383 106,144.9153 h -8.253 v -18.674 H 80.461 v 18.674 h -8.252 z m 54.523,-22.584 0.405,-23.489 -5.836,5.836 -13.204,-13.205 -12.223,12.223 13.204,13.205 -5.835,5.835 z m 22.584,-54.521995 -16.323,-16.896 v 8.252 h -18.674 v 17.287 h 18.674 v 8.251995 z m -22.584,-54.523 -23.488,-0.405 5.835,5.835 -13.205,13.205 12.223,12.223 13.205,-13.204 5.835,5.835 z M 89.105,7.0253046 72.21,23.347305 h 8.252 v 18.675 h 17.286 v -18.674 l 8.252,-0.001 z m -54.522,22.5830004 -0.406,23.489 5.835,-5.835 13.205,13.205 12.224,-12.223 -13.205,-13.205 5.835,-5.835 z m -22.585,54.522 16.322,16.895995 v -8.251995 h 18.675 v -17.286 H 28.321 v -8.252 z m 22.583,54.522995 23.489,0.405 -5.835,-5.835 13.205,-13.204 -12.223,-12.224 -13.205,13.205 -5.835,-5.835 z"
|
||||
id="path4" />
|
||||
<path
|
||||
style="fill:#6d6e70"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 88.166,167.3423 C 42.637,166.8383 5.882,129.7803 5.882,84.132305 c 0,-45.648 36.754,-82.7060003 82.284,-83.21000035 -0.313,-0.005 -0.625,-0.013 -0.939,-0.013 -45.962,0 -83.222,37.26000035 -83.222,83.22200035 0,45.961995 37.26,83.221995 83.222,83.221995 0.314,0 0.626,-0.008 0.939,-0.011 z"
|
||||
id="path6" />
|
||||
<circle
|
||||
style="fill:#9e9e9b"
|
||||
r="28.159"
|
||||
cx="-61.383038"
|
||||
cy="106.01863"
|
||||
transform="rotate(-76.691)"
|
||||
id="ellipse8" />
|
||||
<circle
|
||||
style="fill:#565656"
|
||||
cx="89.040001"
|
||||
cy="84.131302"
|
||||
r="22.436001"
|
||||
id="circle10" />
|
||||
<path
|
||||
style="fill:#c9c9c7"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 117.022,84.196305 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.046995 28.047,28.046995 15.49,0 28.047,-12.556995 28.047,-28.046995 z m -54.584,-0.346 c 0,-14.847 12.036,-26.883 26.883,-26.883 14.847,0 26.883,12.036 26.883,26.883 0,14.847 -12.036,26.882995 -26.883,26.882995 -14.847,0 -26.883,-12.035995 -26.883,-26.882995 z"
|
||||
id="path12" />
|
||||
<path
|
||||
style="fill:#9a9a9b"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 60.929,84.195305 c 0,15.49 12.556,28.046995 28.047,28.046995 15.49,0 28.047,-12.556995 28.047,-28.046995 0,-15.49 -12.557,-28.047 -28.047,-28.047 -15.491,10e-4 -28.047,12.558 -28.047,28.047 z m 54.583,0.346 c 0,14.847 -12.036,26.882995 -26.883,26.882995 -14.847,0 -26.883,-12.035995 -26.883,-26.882995 0,-14.846 12.036,-26.883 26.883,-26.883 14.847,0.001 26.883,12.037 26.883,26.883 z"
|
||||
id="path14" />
|
||||
<circle
|
||||
cx="110.354"
|
||||
cy="84.545303"
|
||||
r="38.358002"
|
||||
id="circle16"
|
||||
style="fill:#fccd0a;fill-opacity:1" />
|
||||
<circle
|
||||
cx="143.166"
|
||||
cy="321.85"
|
||||
fill="#f7e555"
|
||||
r="33.166"
|
||||
id="circle18"
|
||||
style="fill:#fde276;fill-opacity:1" />
|
||||
<circle
|
||||
cx="143.166"
|
||||
cy="321.85"
|
||||
fill="#e0d04d"
|
||||
r="26.533"
|
||||
id="circle20"
|
||||
style="fill:#f5c603;fill-opacity:1" />
|
||||
<circle
|
||||
cx="113.166"
|
||||
cy="237.564"
|
||||
fill="#f7e555"
|
||||
r="33.166"
|
||||
id="circle22"
|
||||
style="fill:#fde276;fill-opacity:1" />
|
||||
<circle
|
||||
cx="113.166"
|
||||
cy="237.564"
|
||||
fill="#e0d04d"
|
||||
r="26.533"
|
||||
id="circle24"
|
||||
style="fill:#f5c603;fill-opacity:1" />
|
||||
<circle
|
||||
cx="113.166"
|
||||
cy="406.135"
|
||||
fill="#f7e555"
|
||||
r="33.166"
|
||||
id="circle26"
|
||||
style="fill:#fde276;fill-opacity:1" />
|
||||
<circle
|
||||
cx="113.166"
|
||||
cy="406.135"
|
||||
fill="#e0d04d"
|
||||
r="26.533"
|
||||
id="circle28"
|
||||
style="fill:#f5c603;fill-opacity:1" />
|
||||
<circle
|
||||
cx="63.166"
|
||||
cy="321.85"
|
||||
fill="#f7e555"
|
||||
r="33.166"
|
||||
id="circle30"
|
||||
style="fill:#fde276;fill-opacity:1" />
|
||||
<circle
|
||||
cx="63.166"
|
||||
cy="321.85"
|
||||
fill="#e0d04d"
|
||||
r="26.533"
|
||||
id="circle32"
|
||||
style="fill:#f5c603;fill-opacity:1" />
|
||||
<circle
|
||||
cx="33.166"
|
||||
cy="237.564"
|
||||
fill="#f7e555"
|
||||
r="33.166"
|
||||
id="circle34"
|
||||
style="fill:#fde276;fill-opacity:1" />
|
||||
<circle
|
||||
cx="33.166"
|
||||
cy="237.564"
|
||||
fill="#e0d04d"
|
||||
r="26.533"
|
||||
id="circle36"
|
||||
style="fill:#f5c603;fill-opacity:1" />
|
||||
<circle
|
||||
cx="33.166"
|
||||
cy="406.135"
|
||||
fill="#f7e555"
|
||||
r="33.166"
|
||||
id="circle38"
|
||||
style="fill:#fde276;fill-opacity:1" />
|
||||
<circle
|
||||
cx="33.166"
|
||||
cy="406.135"
|
||||
fill="#e0d04d"
|
||||
r="26.533"
|
||||
id="circle40"
|
||||
style="fill:#f5c603;fill-opacity:1" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-167.35414)">
|
||||
<g
|
||||
id="g5558"
|
||||
transform="translate(-8.839954e-5,0.08359047)">
|
||||
<g
|
||||
id="g5469">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#010101;fill-opacity:1;stroke-width:0.56460863"
|
||||
id="circle34-2-3-3"
|
||||
cy="-26.458294"
|
||||
cx="192.31036"
|
||||
transform="rotate(90)"
|
||||
rx="24.193542"
|
||||
ry="23.799812" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#424242;fill-opacity:1;stroke-width:0.32951596"
|
||||
id="circle34-2-3"
|
||||
cy="-26.458294"
|
||||
cx="192.31036"
|
||||
transform="rotate(90)"
|
||||
rx="14.119792"
|
||||
ry="13.890005" />
|
||||
<g
|
||||
id="g5882"
|
||||
transform="matrix(0,1.8910402,-1.8602652,0,489.7813,156.04668)">
|
||||
<g
|
||||
id="g5815">
|
||||
<g
|
||||
id="g5786">
|
||||
<path
|
||||
inkscape:transform-center-y="-0.31364665"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754" />
|
||||
<path
|
||||
inkscape:transform-center-y="0.31364335"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-4"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541" />
|
||||
</g>
|
||||
<g
|
||||
id="g5786-9"
|
||||
transform="rotate(90,19.176585,249.06284)">
|
||||
<path
|
||||
inkscape:transform-center-y="-0.31364665"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-1"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754" />
|
||||
<path
|
||||
inkscape:transform-center-y="0.31364335"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-4-9"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(45,19.238276,249.03729)"
|
||||
id="g5815-6">
|
||||
<g
|
||||
id="g5786-4">
|
||||
<path
|
||||
inkscape:transform-center-y="-0.31364665"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-0"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754" />
|
||||
<path
|
||||
inkscape:transform-center-y="0.31364335"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-4-0"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541" />
|
||||
</g>
|
||||
<g
|
||||
id="g5786-9-4"
|
||||
transform="rotate(90,19.176585,249.06284)">
|
||||
<path
|
||||
inkscape:transform-center-y="-0.31364665"
|
||||
inkscape:transform-center-x="2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-1-6"
|
||||
d="m 19.176687,237.11862 -1.677879,1.91267 h 0.81948 v 1.74035 h 1.7166 v -1.74022 h 0.81948 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.1078754" />
|
||||
<path
|
||||
inkscape:transform-center-y="0.31364335"
|
||||
inkscape:transform-center-x="-2.11451"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
id="path4-0-4-9-2"
|
||||
d="m 19.176489,261.00707 1.677879,-1.91267 h -0.81948 v -1.74035 h -1.7166 v 1.74022 h -0.819481 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#b7b7b9;fill-opacity:1;stroke-width:0.10787541" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<circle
|
||||
style="fill:#9e9e9b;stroke-width:0.31119719"
|
||||
r="8.7630024"
|
||||
cx="-181.05467"
|
||||
cy="70.018051"
|
||||
transform="rotate(-76.691)"
|
||||
id="ellipse8" />
|
||||
<circle
|
||||
style="fill:#565656;stroke-width:0.31119719"
|
||||
cx="26.458073"
|
||||
cy="192.30759"
|
||||
r="6.9820213"
|
||||
id="circle10" />
|
||||
<path
|
||||
style="fill:#c9c9c7;stroke-width:0.31119719"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 35.165992,192.32781 c 0,-4.82044 -3.907704,-8.72815 -8.728149,-8.72815 -4.820445,0 -8.728147,3.90771 -8.728147,8.72815 0,4.82045 3.907702,8.72815 8.728147,8.72815 4.820445,0 8.728149,-3.9077 8.728149,-8.72815 z m -16.986388,-0.10762 c 0,-4.62034 3.745568,-8.36592 8.365914,-8.36592 4.620345,0 8.365915,3.74558 8.365915,8.36592 0,4.62034 -3.74557,8.36591 -8.365915,8.36591 -4.620346,0 -8.365914,-3.74557 -8.365914,-8.36591 z"
|
||||
id="path12" />
|
||||
<path
|
||||
style="fill:#9a9a9b;stroke-width:0.31119719"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 17.710006,192.32751 c 0,4.82044 3.907392,8.72814 8.728149,8.72814 4.820445,0 8.728149,-3.9077 8.728149,-8.72814 0,-4.82045 -3.907704,-8.72815 -8.728149,-8.72815 -4.820757,3e-4 -8.728149,3.90801 -8.728149,8.72815 z m 16.986079,0.10762 c 0,4.62034 -3.74557,8.36591 -8.365916,8.36591 -4.620345,0 -8.365914,-3.74557 -8.365914,-8.36591 0,-4.62003 3.745569,-8.36591 8.365914,-8.36591 4.620346,3e-4 8.365916,3.74588 8.365916,8.36591 z"
|
||||
id="path14" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#f4d400;fill-opacity:1;stroke:#5b550f;stroke-width:0.574;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle34-2-3-1"
|
||||
cy="-32.129444"
|
||||
cx="191.15007"
|
||||
transform="rotate(90)"
|
||||
rx="11.745358"
|
||||
ry="11.554213" />
|
||||
</g>
|
||||
<g
|
||||
id="g5445">
|
||||
<g
|
||||
id="g5336">
|
||||
<g
|
||||
transform="matrix(1.0000957,0,0,0.98382005,-7.9705341e-4,3.4036731)"
|
||||
id="g4943">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.0000957,0,0,0.98382005,24.707765,3.2372781)"
|
||||
id="g4943-7">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-7"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-67"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-36"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-56"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-39"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-48"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-12"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-9"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-3"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5358">
|
||||
<g
|
||||
transform="matrix(1.0000957,0,0,0.98382005,7.8752659,27.190538)"
|
||||
id="g4943-7-1">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-7-1"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-67-5"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-36-9"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-56-8"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-39-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-48-8"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-12-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-9-0"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-3-3"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.0000957,0,0,0.98382005,32.584045,27.190538)"
|
||||
id="g4943-7-1-1">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-7-1-7"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-67-5-5"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-36-9-9"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-56-8-6"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-39-4-2"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-48-8-1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-12-1-7"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-9-0-8"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-3-3-5"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g5380">
|
||||
<g
|
||||
transform="matrix(1.0000957,0,0,0.98382005,7.8752659,51.143798)"
|
||||
id="g4943-7-1-18">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-7-1-9"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-67-5-6"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-36-9-4"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-56-8-3"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-39-4-3"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-48-8-3"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-12-1-8"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-9-0-6"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-3-3-0"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(1.0000957,0,0,0.98382005,32.584035,51.143798)"
|
||||
id="g4943-7-1-18-9">
|
||||
<ellipse
|
||||
style="opacity:1;vector-effect:none;fill:#f6dc00;fill-opacity:1;stroke:#5b550f;stroke-width:0.19470723;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||
id="path4799-0-2-7-1-9-3"
|
||||
cx="238.62199"
|
||||
cy="-10.165825"
|
||||
transform="rotate(90)"
|
||||
rx="10.235035"
|
||||
ry="10.068469" />
|
||||
<g
|
||||
id="g8-8-1-9-1-8-6-2-67-5-6-6"
|
||||
transform="matrix(-0.58094187,0,0,-0.5905526,26.955068,254.74411)"
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#6d662a;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-5-1-4-36-9-4-8"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-8-1-9-1-5-7-56-8-3-0"
|
||||
transform="matrix(-0.5286,0,0,-0.53734481,25.442385,253.29154)"
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#ffe92b;fill-opacity:1;stroke:none;stroke-width:1.2247448;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle6-1-0-9-9-54-7-39-4-3-2"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-2-7-5-48-8-3-1"
|
||||
transform="matrix(-0.48421826,0,0,-0.49222886,24.159795,252.05984)"
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f4db00;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-5-6-4-12-1-8-0"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
<g
|
||||
id="g8-69-8-5-8-7-5-8-9-0-6-5"
|
||||
transform="matrix(-0.44852635,0,0,-0.45594649,23.128288,251.04388)"
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1">
|
||||
<circle
|
||||
style="fill:#f1d700;fill-opacity:1;stroke:none;stroke-opacity:1"
|
||||
id="circle6-2-9-0-1-8-69-1-3-3-0-1"
|
||||
r="14.5"
|
||||
cy="27.299999"
|
||||
cx="28.9" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 25 KiB |
|
@ -62,16 +62,17 @@
|
|||
inkscape:window-height="2065"
|
||||
id="namedview39"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.1595302"
|
||||
inkscape:cx="76.462702"
|
||||
inkscape:cy="125.63998"
|
||||
inkscape:zoom="4.5498592"
|
||||
inkscape:cx="-97.4551"
|
||||
inkscape:cy="154.4801"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
|
||||
<g
|
||||
id="g4878"><rect
|
||||
id="g4878"
|
||||
transform="translate(14.087044)"><rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="0"
|
||||
|
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
@ -15,7 +15,7 @@
|
|||
<text>CPU : MOS Technology 6510/8500 @ 0.985 MHz (PAL version)</text>
|
||||
</text>
|
||||
<text name="info5" extra="true">
|
||||
<text>RAM : 64KB RAM</text>
|
||||
<text>RAM : 64KB</text>
|
||||
</text>
|
||||
<text name="info6" extra="true">
|
||||
<text>ROM : 20KB</text>
|
||||
|
|
18
themes/rbsimple-DE/cdimono1/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, grid, video">
|
||||
<image name="band1" extra="true">
|
||||
<color>000000</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>E70000</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>FFFFFF</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>0B5ED8</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
3
themes/rbsimple-DE/cdimono1/images/console.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/cdimono1/images/consolegame.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/cdimono1/images/controller.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
66
themes/rbsimple-DE/cdimono1/images/logo.svg
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="2500"
|
||||
height="366"
|
||||
viewBox="0 0 39.78 5.82"
|
||||
version="1.1"
|
||||
id="svg10"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata16">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs14" />
|
||||
<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="namedview12"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.68994844"
|
||||
inkscape:cx="679.70809"
|
||||
inkscape:cy="535.281"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg10" />
|
||||
<path
|
||||
style="stroke-width:62.84564972"
|
||||
d="M 539.21484 132.0957 C 466.50243 131.90717 406.86351 154.34299 407.17773 181.11523 C 406.86351 209.52147 466.50243 231.89444 539.21484 230.13477 C 613.81263 231.89444 673.45459 209.52147 674.96289 181.11523 C 673.45459 154.34299 613.81263 131.90717 539.21484 132.0957 z M 539.21484 154.71875 C 595.33601 155.34721 640.08271 167.22635 641.02539 181.11523 C 640.08271 196.57526 595.39886 208.45245 539.21484 207.50977 C 484.9162 208.45245 440.17025 196.57526 441.17578 181.11523 C 440.17025 167.28919 484.9162 155.41005 539.21484 154.71875 z "
|
||||
transform="matrix(0.015912,0,0,0.015912,0,-0.001896)"
|
||||
id="path2" />
|
||||
<path
|
||||
style="stroke-width:62.84564972"
|
||||
d="M 551.49609 0.095703125 C 547.41362 0.088020029 543.31945 0.095573506 539.21484 0.11914062 C 241.01223 -1.389155 -1.44545 80.687884 0 181.11523 C -1.44545 283.17657 241.01223 365.2524 539.21484 365.88086 C 802.97804 365.18956 1022.0596 301.84137 1070.8906 218.82227 L 920.06055 218.82227 C 871.04094 267.08773 719.45617 301.33742 539.21484 301.77734 C 320.76336 301.33742 142.97288 247.85732 143.28711 181.11523 C 142.97288 115.94429 320.76336 62.462978 539.21484 64.222656 C 717.06804 62.525824 867.01882 96.839576 920.06055 143.4082 L 1070.8906 143.4082 C 1021.0285 62.737954 808.69181 0.57973815 551.49609 0.095703125 z M 1553.8105 26.509766 C 1549.9625 26.49661 1546.1033 26.496978 1542.2324 26.513672 L 1101.0566 26.513672 L 1101.0566 350.79883 L 1542.2324 350.79883 C 1791.981 352.05574 1992.1452 289.90059 1990.9512 188.65625 C 1992.0647 87.261666 1796.2358 27.338552 1553.8105 26.509766 z M 2390.6484 26.513672 L 2390.6484 101.92969 L 2500 101.92969 L 2500 26.513672 L 2390.6484 26.513672 z M 1217.5195 96.992188 L 1534.3242 96.992188 C 1706.9612 96.677959 1848.1123 131.18081 1847.2324 198.80273 C 1848.0494 264.72782 1706.8968 301.11375 1534.2598 300.67383 L 1534.2598 300.61133 L 1217.5195 300.61133 L 1217.5195 96.992188 z M 2390.6484 135.86523 L 2390.6484 354.56836 L 2500 354.56836 L 2500 135.86523 L 2390.6484 135.86523 z "
|
||||
transform="matrix(0.015912,0,0,0.015912,0,-0.001896)"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:#e70000;fill-opacity:1;stroke-width:1"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 32.64,3.9 36.9,3.18 32.64,2.46 Z"
|
||||
id="path6-2"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
30
themes/rbsimple-DE/cdimono1/systeminfo.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1" extra="true">
|
||||
<text>Manufacturer : Philips and others</text>
|
||||
</text>
|
||||
<text name="info2" extra="true">
|
||||
<text>Year of Release : 1990</text>
|
||||
</text>
|
||||
<text name="info3" extra="true">
|
||||
<text>Units sold : 1 million</text>
|
||||
</text>
|
||||
<text name="info4" extra="true">
|
||||
<text>CPU : Philips SCC68070 (Motorola 68000-based) @ 15.5 MHz</text>
|
||||
</text>
|
||||
<text name="info5" extra="true">
|
||||
<text>Video : SCC66470, later MCD 212</text>
|
||||
</text>
|
||||
<text name="info6" extra="true">
|
||||
<text>RAM : 1 MB</text>
|
||||
</text>
|
||||
<text name="info7" extra="true">
|
||||
<text>Audio : MCD 221, 16-bit stereo</text>
|
||||
</text>
|
||||
<text name="info8" extra="true">
|
||||
<text>Resolution : 384×280 to 768×560</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
21
themes/rbsimple-DE/cdimono1/theme.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<theme>
|
||||
<formatVersion>7</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="system, basic, detailed, video, grid">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame" extra="true">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 114 KiB |
|
@ -1,107 +1,263 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="362"
|
||||
height="186"
|
||||
viewBox="0 0 95.779163 49.212501"
|
||||
version="1.1"
|
||||
id="svg6053"
|
||||
viewBox="0 0 201 208"
|
||||
height="208"
|
||||
width="201"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="game.svg">
|
||||
<defs
|
||||
id="defs2">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 66.145834 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="185.20832 : 66.145834 : 1"
|
||||
inkscape:persp3d-origin="92.604163 : 44.097222 : 1"
|
||||
id="perspective8057" />
|
||||
<clipPath
|
||||
id="A">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,-1 V 82 H 55.9 V 318 H 1.5 v 82 h 195 V 318 H 140.6 V 82 H 195 V -1 Z m 554,1 v 82 h 55.9 v 236 h -54.4 v 82 h 139 V 172 l 82.7,228 1.68,0.04 81.2,-228 v 228 h 140 v -82 h -55.9 v -236 h 54.4 v -82 h -156 l -64.7,183 -65.5,-183 z"
|
||||
id="path2" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="B"
|
||||
d="m 222,0 v 82 h 55.9 v 130 h 215 v -24.9 c 0,0 18,-14 23.8,-27.4 l 11.5,-25.9 c 0,0 5.35,-14.5 5.35,-27.4 l -2.3,-25.9 c 0,0 -3.62,-21.1 -9.92,-27.3 l -22.3,-25.9 c 0,0 -28.3,-27.4 -65.9,-27.4 z m 140,82 h 82 v 76 h -82 z" />
|
||||
<use
|
||||
height="100%"
|
||||
width="100%"
|
||||
y="0"
|
||||
x="0"
|
||||
transform="matrix(1,0,0,-1,0,400)"
|
||||
xlink:href="#B"
|
||||
id="use5" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1141"
|
||||
id="namedview15"
|
||||
inkscape:zoom="1.2471043"
|
||||
inkscape:cx="-116.08228"
|
||||
inkscape:cy="275.03515"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.6045885"
|
||||
inkscape:cx="-1.5302598"
|
||||
inkscape:cy="58.308659"
|
||||
units="px"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2065"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6053"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:snap-grids="true" />
|
||||
<defs
|
||||
id="defs6055" />
|
||||
inkscape:snap-global="false"
|
||||
showguides="false" />
|
||||
<metadata
|
||||
id="metadata6058">
|
||||
id="metadata5">
|
||||
<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></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="g882">
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-247.78748)">
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-844.36216)">
|
||||
transform="matrix(0.18439354,0,0,0.18439396,58.49949,102.93963)"
|
||||
id="layer1-1">
|
||||
<path
|
||||
d="m 181.76913,1030.0746 h 11.28375 v 7.3612 H 181.76913 Z M 2.1478797,845.89083 l -1.20499996,1.1075 -0.3875,1.39875 0.19375,201.53002 0.46624996,1.0325 1.03,0.6587 196.1087503,0.1738 1.305,-0.7338 0.65875,-1.225 -0.2725,-179.79497 h -1.39875 v -8.19875 l 1.10625,0.2725 v -2.7975 l -15.095,-13.25 -2.99125,-0.175 -0.9325,0.835 h -16.04625 l -1.39875,1.39875 -3.26375,0.0975 H 52.23163 l 10e-4,-0.9325 -26.5,-0.195 0.0962,-1.03 -23.6837503,-0.17375 0.002,10e-4 z"
|
||||
style="fill:#3b3b3b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path986"
|
||||
inkscape:connector-curvature="0" />
|
||||
style="fill:#3b3b3b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 181.76913,1030.0746 h 11.28375 v 7.3612 H 181.76913 Z M 2.1478797,845.89083 l -1.20499996,1.1075 -0.3875,1.39875 0.19375,201.53002 0.46624996,1.0325 1.03,0.6587 196.1087503,0.1738 1.305,-0.7338 0.65875,-1.225 -0.2725,-179.79497 h -1.39875 v -8.19875 l 1.10625,0.2725 v -2.7975 l -15.095,-13.25 -2.99125,-0.175 -0.9325,0.835 h -16.04625 l -1.39875,1.39875 -3.26375,0.0975 H 52.23163 l 10e-4,-0.9325 -26.5,-0.195 0.0962,-1.03 -23.6837503,-0.17375 0.002,10e-4 z" />
|
||||
<g
|
||||
id="g988"
|
||||
transform="matrix(1.25,0,0,-1.25,0.56249974,848.4047)">
|
||||
transform="matrix(1.25,0,0,-1.25,0.56249974,848.4047)"
|
||||
id="g988">
|
||||
<path
|
||||
d="m 0,0 0.149,-161.224 0.373,-0.821 0.821,-0.522 156.897,-0.149 1.044,0.597 0.523,0.969 -0.224,143.841 h -1.119 v 6.566 l 0.895,-0.224 v 2.238 L 147.273,1.865 144.885,2.014 144.139,1.343 H 131.307 L 130.188,0.224 127.577,0.149 H 41.332 v 0.746 l -21.188,0.15 0.074,0.82 -18.95,0.149 -0.97,-0.895 z"
|
||||
style="fill:none;stroke:#424242;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path990"
|
||||
inkscape:connector-curvature="0" />
|
||||
style="fill:none;stroke:#424242;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0,0 0.149,-161.224 0.373,-0.821 0.821,-0.522 156.897,-0.149 1.044,0.597 0.523,0.969 -0.224,143.841 h -1.119 v 6.566 l 0.895,-0.224 v 2.238 L 147.273,1.865 144.885,2.014 144.139,1.343 H 131.307 L 130.188,0.224 127.577,0.149 H 41.332 v 0.746 l -21.188,0.15 0.074,0.82 -18.95,0.149 -0.97,-0.895 z" />
|
||||
</g>
|
||||
<g
|
||||
id="g992"
|
||||
transform="matrix(1.25,0,0,-1.25,26.022,846.72595)">
|
||||
transform="matrix(1.25,0,0,-1.25,26.022,846.72595)"
|
||||
id="g992">
|
||||
<path
|
||||
d="m 0,0 v -52.896 l 0.373,-0.671 0.522,-0.224 h 23.128"
|
||||
style="fill:none;stroke:#858586;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path994"
|
||||
inkscape:connector-curvature="0" />
|
||||
style="fill:none;stroke:#858586;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0,0 v -52.896 l 0.373,-0.671 0.522,-0.224 h 23.128" />
|
||||
</g>
|
||||
<path
|
||||
d="M 6.9978797,1037.5321 H 18.28163 v -7.3675 H 6.9978797 Z"
|
||||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path996"
|
||||
inkscape:connector-curvature="0" />
|
||||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 6.9978797,1037.5321 H 18.28163 v -7.3675 H 6.9978797 Z" />
|
||||
<g
|
||||
id="g998"
|
||||
transform="matrix(1.25,0,0,-1.25,176.16713,1046.6958)">
|
||||
transform="matrix(1.25,0,0,-1.25,176.16713,1046.6958)"
|
||||
id="g998">
|
||||
<path
|
||||
d="m 0,0 v 87.757 l -0.895,1.044 -119.37,-0.149 -1.045,-0.746 V -0.112 Z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1000"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 v 87.757 l -0.895,1.044 -119.37,-0.149 -1.045,-0.746 V -0.112 Z" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1002"
|
||||
style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 113.86288,856.71208 h 28.8325 v 54.09 h -28.8325 z m -61.57,-11.055 v 67.1275 l 1.94375,1.49625 h 103.18625 l 1.71,-1.885 v -66.735 H 52.29663 l -0.004,-0.004 z" />
|
||||
</g>
|
||||
<g
|
||||
id="g6044"
|
||||
transform="matrix(0.98935695,0,0,0.98935695,-125.09597,4.2461555)">
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,176.40136,271.03236)"
|
||||
id="g112">
|
||||
<path
|
||||
id="path114"
|
||||
style="fill:#1f1e21;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,38.919 -31.549,70.469 -70.468,70.469 -38.919,0 -70.468,-31.55 -70.468,-70.469 0,-38.918 31.549,-70.468 70.468,-70.468 C -31.549,-70.468 0,-38.918 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,175.38988,271.03236)"
|
||||
id="g116">
|
||||
<path
|
||||
id="path118"
|
||||
style="fill:#9a9b9c;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,37.334 -30.266,67.601 -67.601,67.601 -37.334,0 -67.6,-30.267 -67.6,-67.601 0,-37.335 30.266,-67.6 67.6,-67.6 C -30.266,-67.6 0,-37.335 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,156.60689,271.03218)"
|
||||
id="g120">
|
||||
<path
|
||||
id="path122"
|
||||
style="fill:#1f1e21;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,7.929 -6.428,14.358 -14.357,14.358 -7.93,0 -14.358,-6.429 -14.358,-14.358 0,-7.93 6.428,-14.358 14.358,-14.358 C -6.428,-14.358 0,-7.93 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,170.09581,285.25509)"
|
||||
id="g124">
|
||||
<path
|
||||
id="path126"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -12.099,-15.792 -31.165,-25.965 -52.594,-25.965 -21.429,0 -40.477,10.173 -52.594,25.965 -8.569,11.16 -13.67,25.139 -13.67,40.317 0,36.606 29.674,66.264 66.264,66.264 36.608,0 66.282,-29.658 66.282,-66.264 C 13.688,25.139 8.585,11.16 0.017,0 Z m -52.594,109.627 c -38.275,0 -69.309,-31.035 -69.309,-69.31 0,-38.277 31.034,-69.311 69.309,-69.311 38.291,0 69.311,31.034 69.311,69.311 0,38.275 -31.02,69.31 -69.311,69.31"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,151.53913,278.00335)"
|
||||
id="g128">
|
||||
<path
|
||||
id="path130"
|
||||
style="fill:#c4c5c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -10.917,0 -19.762,8.844 -19.762,19.761 0,10.918 8.845,19.761 19.762,19.761 10.917,0 19.776,-8.843 19.776,-19.761 C 19.776,8.844 10.917,0 0,0 m 0,41.093 c -11.776,0 -21.316,-9.556 -21.316,-21.332 0,-11.776 9.54,-21.332 21.316,-21.332 11.775,0 21.332,9.556 21.332,21.332 0,11.776 -9.557,21.332 -21.332,21.332"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,151.53949,277.5579)"
|
||||
id="g132">
|
||||
<path
|
||||
id="path134"
|
||||
style="fill:#9a9b9c;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -10.205,0 -18.482,8.294 -18.482,18.498 0,10.205 8.277,18.482 18.482,18.482 10.22,0 18.497,-8.277 18.497,-18.482 C 18.497,8.294 10.22,0 0,0 m 0,38.259 c -10.917,0 -19.762,-8.844 -19.762,-19.761 0,-10.918 8.845,-19.761 19.762,-19.761 10.917,0 19.776,8.843 19.776,19.761 0,10.917 -8.859,19.761 -19.776,19.761"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,151.53949,264.50974)"
|
||||
id="g136">
|
||||
<path
|
||||
id="path138"
|
||||
style="fill:#58595b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -10.205,0 -18.482,-8.276 -18.482,-18.48 0,-10.205 8.277,-18.499 18.482,-18.499 10.22,0 18.497,8.294 18.497,18.499 C 18.497,-8.276 10.22,0 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,155.17475,271.03218)"
|
||||
id="g140">
|
||||
<path
|
||||
id="path142"
|
||||
style="fill:#1f1e21;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c 0,-5.687 -4.61,-10.299 -10.298,-10.299 -5.687,0 -10.298,4.612 -10.298,10.299 0,5.687 4.611,10.298 10.298,10.298 C -4.61,10.298 0,5.687 0,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,151.53949,264.79535)"
|
||||
id="g144">
|
||||
<path
|
||||
id="path146"
|
||||
style="fill:#3a3a3c;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -9.745,0 -17.673,-7.927 -17.673,-17.671 0,-9.753 7.928,-17.689 17.673,-17.689 9.753,0 17.687,7.936 17.687,17.689 C 17.687,-7.927 9.753,0 0,0 m 0,-36.979 c -10.639,0 -19.292,8.662 -19.292,19.308 0,10.636 8.653,19.291 19.292,19.291 10.646,0 19.307,-8.655 19.307,-19.291 0,-10.646 -8.661,-19.308 -19.307,-19.308"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.35277779,0,0,-0.35277779,151.53913,274.38925)"
|
||||
id="g148">
|
||||
<path
|
||||
id="path150"
|
||||
style="fill:#3a3a3c;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 0,0 c -5.243,0 -9.509,4.265 -9.509,9.508 0,5.252 4.266,9.525 9.509,9.525 5.252,0 9.524,-4.273 9.524,-9.525 C 9.524,4.265 5.252,0 0,0 m 0,20.652 c -6.136,0 -11.128,-4.999 -11.128,-11.144 0,-6.136 4.992,-11.128 11.128,-11.128 6.145,0 11.144,4.992 11.144,11.128 0,6.145 -4.999,11.144 -11.144,11.144"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
d="m 113.86288,856.71208 h 28.8325 v 54.09 h -28.8325 z m -61.57,-11.055 v 67.1275 l 1.94375,1.49625 h 103.18625 l 1.71,-1.885 v -66.735 H 52.29663 l -0.004,-0.004 z"
|
||||
style="fill:#b2b2b2;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path1002"
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,261.68129 Z"
|
||||
id="path3443-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,261.3914 Z"
|
||||
id="path3445-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,261.10605 Z"
|
||||
id="path3447-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,261.24872 Z"
|
||||
id="path3449-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,261.82396 Z"
|
||||
id="path3451-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,261.53407 Z"
|
||||
id="path3453-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28222224"
|
||||
d="M 153.63594,260.96338 Z"
|
||||
id="path3455-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#1f70c1;stroke-width:0.89867973"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3488"
|
||||
d="m 34.006605,118.58017 v 3.63099 h 25.822354 v -3.63099 z m 29.480709,0 v 3.63099 h 36.798126 c 0,0 -3.758983,-3.63099 -8.737101,-3.63099 z m 44.016546,0 v 3.63099 h 22.26252 l -1.32142,-3.63099 z m 38.2234,0 -1.32117,3.63099 h 22.05988 v -3.63099 z m -111.720655,7.06049 v 3.63098 h 25.822354 v -3.63098 z m 29.480709,0.005 v 3.62538 H 104.5557 c 0,0 -0.48017,-2.7942 -1.31624,-3.62538 z m 44.016546,0 v 3.62538 h 24.70336 l -1.22358,-3.62538 z m 35.58037,0 -1.2231,3.62538 h 24.60414 v -3.62535 h -23.38104 z m -101.65702,7.05537 v 3.63518 h 11.183086 v -3.63518 z m 29.480941,0 v 3.63518 h 11.182851 v -3.63518 z m 22.060335,0 v 3.63518 h 11.182874 c 0,0 0.70993,-1.91997 0.70993,-3.63518 z m 21.956214,0 v 3.63518 h 19.8268 l -1.32162,-3.63518 z m 25.72408,0 -1.32678,3.63518 h 19.92507 v -3.63518 z m -99.22157,7.06586 v 3.63097 h 11.183086 v -3.63097 z m 29.480941,0 v 3.63097 h 28.563665 c 0,0 2.389384,-1.86286 3.150794,-3.63097 z m 44.016549,0 v 3.63097 h 11.18308 v -2.02152 l 0.70972,2.02129 h 20.48505 l 0.76191,-2.02129 v 2.02129 h 11.18261 v -3.63074 h -20.99235 l -1.11432,3.07568 -1.11922,-3.07568 z m -73.49749,7.06047 v 3.63099 h 11.183086 v -3.63099 z m 29.480941,0 v 3.63099 h 31.714699 c -0.76189,-1.76179 -3.150814,-3.63099 -3.150814,-3.63099 z m 44.016549,0 v 3.63099 h 11.18308 v -3.63099 z m 13.21467,0 1.35227,3.63099 h 15.35999 l 1.28513,-3.63099 z m 19.92509,0 v 3.63099 h 11.18261 v -3.63099 z m -106.63725,7.06048 v 3.6305 h 11.183086 v -3.6305 z m 29.480941,0 v 3.6305 h 11.182851 v -3.6305 z m 22.060335,0 v 3.6305 h 11.892804 c 0,-1.71335 -0.70993,-3.6305 -0.70993,-3.6305 z m 21.956214,0 v 3.6305 h 11.18308 v -3.6305 z m 15.75381,0 1.31086,3.6305 h 10.2974 l 1.32093,-3.6305 z m 17.38595,0 v 3.6305 h 11.18261 v -3.6305 z m -113.855912,7.0609 v 3.63566 h 25.822587 v -3.63566 z m 29.278766,0 v 3.63566 h 39.752146 c 0.83607,-0.83328 1.31624,-3.63566 1.31624,-3.63566 z m 44.219196,0 v 3.63566 h 18.40196 v -3.63566 z m 25.51628,0 1.34736,3.63566 h 5.23903 l 1.26452,-3.63566 z m 14.84167,0 v 3.63566 h 18.60345 v -3.63566 z m -113.855912,7.06552 v 3.63098 h 25.822587 v -3.63098 z m 29.278766,0 v 3.62535 h 28.061025 c 4.978352,0 8.737101,-3.62535 8.737101,-3.62535 z m 44.219196,0 v 3.63098 h 18.40196 v -3.63098 z m 28.07107,0 1.29521,3.62091 0.223,0.004 1.31626,-3.62536 -2.83447,-4.6e-4 v 0 z m 12.28688,0 v 3.63098 h 18.60345 v -3.63098 z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 12 KiB |
|
@ -1,83 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 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:cc="http://creativecommons.org/ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:docname="game.svg" inkscape:version="0.48.4 r9939"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-197 290 215 215"
|
||||
xml:space="preserve">
|
||||
<sodipodi:namedview inkscape:cy="107.5125" inkscape:cx="69.546038" borderopacity="1" pagecolor="#ffffff" gridtolerance="10" objecttolerance="10" bordercolor="#666666" id="namedview3175" guidetolerance="10" inkscape:zoom="4.2274155" showgrid="false" inkscape:window-y="24" inkscape:pageopacity="0" inkscape:window-x="65" inkscape:window-height="1056" inkscape:window-width="1855" inkscape:pageshadow="2" inkscape:current-layer="svg2" inkscape:window-maximized="1">
|
||||
</sodipodi:namedview>
|
||||
<rect x="-197" y="290" fill="none" width="215" height="215"/>
|
||||
<g>
|
||||
<g id="g14">
|
||||
<g id="g20" transform="translate(172.0199,86.0099)">
|
||||
<path fill="#231F20" d="M-261.5,204c-59.4,0-107.5,48.1-107.5,107.5S-320.9,419-261.5,419S-154,370.9-154,311.5
|
||||
S-202.1,204-261.5,204z M-261.7,326.4c-8.8,0-15.4-7.2-15.8-15.8c-0.4-8.5,7.5-15.8,15.8-15.8c8.8,0,15.4,7.2,15.8,15.8
|
||||
C-245.6,319.1-253.4,326.4-261.7,326.4z"/>
|
||||
</g>
|
||||
<g id="g24" transform="translate(150.1937,36.812)">
|
||||
<path id="path26" fill="#FFFFFF" d="M-159.5,422.2c-18.5,24.1-47.5,39.6-80.2,39.6s-61.8-15.5-80.2-39.6
|
||||
c-13.1-17-20.9-38.4-20.9-61.5c0-55.9,45.3-101.1,101.1-101.1c55.9,0,101.1,45.2,101.1,101.1
|
||||
C-138.6,383.8-146.4,405.1-159.5,422.2L-159.5,422.2z M-239.7,254.9c-58.4,0-105.7,47.3-105.7,105.7s47.4,105.7,105.7,105.7
|
||||
c58.4,0,105.7-47.3,105.7-105.7S-181.3,254.9-239.7,254.9"/>
|
||||
</g>
|
||||
<g id="g32" transform="translate(86.0001,59.9826)">
|
||||
<path id="path34" fill="#6E6F71" d="M-175.5,370c-18,0-32.5-14.6-32.5-32.5s14.6-32.5,32.5-32.5s32.5,14.6,32.5,32.5
|
||||
S-157.5,370-175.5,370 M-255.7,399h160.5c13.1-17,20.9-38.4,20.9-61.5c0-55.9-45.3-101.1-101.1-101.1
|
||||
c-55.8,0-101.1,45.2-101.1,101.1C-276.6,360.6-268.8,382-255.7,399"/>
|
||||
</g>
|
||||
<g id="g36" transform="translate(86.0001,61.9003)">
|
||||
<path id="path38" fill="#1F70C1" d="M-175.5,365.7c-16.7,0-30.2-13.5-30.2-30.1s13.5-30.1,30.2-30.1s30.2,13.5,30.2,30.1
|
||||
S-158.8,365.7-175.5,365.7 M-175.5,303c-18,0-32.5,14.6-32.5,32.5c0,18,14.6,32.5,32.5,32.5s32.5-14.6,32.5-32.5
|
||||
C-143,317.6-157.5,303-175.5,303"/>
|
||||
</g>
|
||||
<g id="g40" transform="translate(86.0001,63.4424)">
|
||||
<path id="path42" fill="#918F90" d="M-175.5,362.3c-15.6,0-28.2-12.7-28.2-28.2c0-15.6,12.6-28.2,28.2-28.2
|
||||
c15.6,0,28.2,12.6,28.2,28.2C-147.3,349.6-159.9,362.3-175.5,362.3 M-175.5,303.9c-16.7,0-30.2,13.5-30.2,30.1
|
||||
s13.5,30.1,30.2,30.1s30.2-13.5,30.2-30.1S-158.8,303.9-175.5,303.9"/>
|
||||
</g>
|
||||
<g id="g44" transform="translate(86.0001,74.1182)">
|
||||
<path fill="#4F4C4D" d="M-175.5,295.2c-15.6,0-28.2,12.6-28.2,28.2c0,15.6,12.6,28.2,28.2,28.2c15.6,0,28.2-12.7,28.2-28.2
|
||||
C-147.3,307.8-159.9,295.2-175.5,295.2z M-173.4,338.1c-0.7,0.1-1.5,0.2-2.2,0.2c-8.8,0-15.4-7.2-15.8-15.8
|
||||
c-0.2-4.7,2.1-9,5.6-11.9c2.8-2.4,6.4-3.9,10.3-3.9c8.7,0,15.8,7.1,15.8,15.8C-159.7,330.5-165.7,337.1-173.4,338.1z"/>
|
||||
</g>
|
||||
<g id="g48" transform="translate(86.0001,74.1182)">
|
||||
<path fill="none" stroke="#353132" stroke-width="1.977" stroke-miterlimit="10" d="M-175.5,295.2c-15.6,0-28.2,12.6-28.2,28.2
|
||||
c0,15.6,12.6,28.2,28.2,28.2c15.6,0,28.2-12.7,28.2-28.2C-147.3,307.8-159.9,295.2-175.5,295.2z M-173.4,338.1
|
||||
c-0.7,0.1-1.5,0.2-2.2,0.2c-8.8,0-15.4-7.2-15.8-15.8c-0.2-4.7,2.1-9,5.6-11.9c2.8-2.4,6.4-3.9,10.3-3.9
|
||||
c8.7,0,15.8,7.1,15.8,15.8C-159.7,330.5-165.7,337.1-173.4,338.1z"/>
|
||||
</g>
|
||||
<g id="g52" transform="translate(120.2069,46.6753)">
|
||||
</g>
|
||||
<g id="g56" transform="translate(96.6313,34.6915)">
|
||||
</g>
|
||||
<g id="g60" transform="translate(57.4432,34.3568)">
|
||||
</g>
|
||||
<g id="g64" transform="translate(66.1619,36.1176)">
|
||||
</g>
|
||||
<g id="g68" transform="translate(73.8872,33.7205)">
|
||||
</g>
|
||||
<g id="g72" transform="translate(95.358,34.037)">
|
||||
</g>
|
||||
<g id="g76" transform="translate(84.9848,36.4939)">
|
||||
</g>
|
||||
<g id="g80" transform="translate(110.4707,40.2041)">
|
||||
</g>
|
||||
<g id="g84" transform="translate(103.1266,48.8373)">
|
||||
</g>
|
||||
</g>
|
||||
<path id="path4059" inkscape:connector-curvature="0" fill="#1F70C1" d="M-122.2,462.4v1.8h12.7v-1.8H-122.2z M-107.7,462.4v1.8
|
||||
h18.2c0,0-1.9-1.8-4.3-1.8H-107.7z M-86,462.4v1.8h11l-0.7-1.8H-86z M-67.1,462.4l-0.7,1.8h10.9v-1.8H-67.1L-67.1,462.4z
|
||||
M-122.2,465.9v1.8h12.7v-1.8H-122.2z M-107.7,465.9v1.8h20.3c0,0-0.2-1.4-0.6-1.8H-107.7z M-86,465.9v1.8h12.2l-0.6-1.8L-86,465.9
|
||||
L-86,465.9z M-68.4,465.9l-0.6,1.8h12.1v-1.8L-68.4,465.9L-68.4,465.9z M-118.6,469.4v1.8h5.5v-1.8H-118.6z M-104,469.4v1.8h5.5
|
||||
v-1.8H-104z M-93.1,469.4v1.8h5.5c0,0,0.4-0.9,0.4-1.8H-93.1z M-82.3,469.4v1.8h9.8l-0.7-1.8H-82.3z M-69.6,469.4l-0.7,1.8h9.8
|
||||
v-1.8H-69.6z M-118.6,472.9v1.8h5.5v-1.8H-118.6z M-104,472.9v1.8h14.1c0,0,1.2-0.9,1.6-1.8H-104L-104,472.9z M-82.3,472.9v1.8h5.5
|
||||
v-1l0.4,1h10.1l0.4-1v1h5.5v-1.8h-10.4l-0.5,1.5l-0.6-1.5H-82.3L-82.3,472.9z M-118.6,476.4v1.8h5.5v-1.8H-118.6z M-104,476.4v1.8
|
||||
h15.6c-0.4-0.9-1.6-1.8-1.6-1.8H-104L-104,476.4z M-82.3,476.4v1.8h5.5v-1.8H-82.3z M-75.8,476.4l0.7,1.8h7.6l0.6-1.8H-75.8z
|
||||
M-66,476.4v1.8h5.5v-1.8H-66z M-118.6,479.9v1.8h5.5v-1.8H-118.6z M-104,479.9v1.8h5.5v-1.8H-104z M-93.1,479.9v1.8h5.9
|
||||
c0-0.8-0.4-1.8-0.4-1.8H-93.1z M-82.3,479.9v1.8h5.5v-1.8H-82.3z M-74.5,479.9l0.6,1.8h5.1l0.7-1.8H-74.5z M-66,479.9v1.8h5.5v-1.8
|
||||
H-66z M-122.1,483.4v1.8h12.7v-1.8H-122.1L-122.1,483.4z M-107.7,483.4v1.8h19.6c0.4-0.4,0.6-1.8,0.6-1.8H-107.7L-107.7,483.4z
|
||||
M-85.9,483.4v1.8h9.1v-1.8H-85.9z M-73.3,483.4l0.7,1.8h2.6l0.6-1.8H-73.3z M-66,483.4v1.8h9.2v-1.8H-66z M-122.1,486.8v1.8h12.7
|
||||
v-1.8H-122.1L-122.1,486.8z M-107.7,486.8v1.8h13.8c2.5,0,4.3-1.8,4.3-1.8H-107.7L-107.7,486.8z M-85.9,486.8v1.8h9.1v-1.8H-85.9z
|
||||
M-72,486.8l0.6,1.8l0.1,0l0.6-1.8L-72,486.8L-72,486.8L-72,486.8z M-66,486.8v1.8h9.2v-1.8H-66L-66,486.8z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 6.2 KiB |
18
themes/rbsimple-DE/epic/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>7</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, grid, video">
|
||||
<image name="band1" extra="true">
|
||||
<color>FFFFFF</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>777777</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>343434</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>35C4EE</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
3
themes/rbsimple-DE/epic/images/console.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
3
themes/rbsimple-DE/epic/images/consolegame.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |