Compare commits

..

No commits in common. "devel" and "dotpfx48v2" have entirely different histories.

587 changed files with 11657 additions and 27972 deletions

5
.gitignore vendored

@ -1,5 +0,0 @@
.vscode
*.po~
*.rej
*.orig
*-swp

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2025 Castro-Fidel (linux-gaming.ru)
Copyright (c) 2022 Castro-Fidel (linux-gaming.ru)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

@ -1,209 +0,0 @@
<div align="center">
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
<h1 align="center">PortProton</h1>
<a href="https://github.com/Castro-Fidel/PortWINE/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWine?logo=github" alt="GitHub License">
</a>
<a href="https://flathub.org/ru/apps/ru.linux_gaming.PortProton">
<img src="https://img.shields.io/flathub/downloads/ru.linux_gaming.PortProton?style=flat&logo=flathub" alt="Flathub Downloads">
</a>
<a href="https://t.me/linux_gaming_ru">
<img src="https://img.shields.io/endpoint?&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Flinux_gaming_ru" alt="Telegram">
</a>
<a href="https://www.youtube.com/@linux-gaming5986">
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
</a>
<br/>
<p align="center">
Проект, призванный сделать запуск Windows-игр в Linux простым и удобным как для начинающих, так и для опытных пользователей.<br>
Проект стремится сделать запуск игр (и другого программного обеспечения) максимально простым, но в то же время предоставляет гибкие настройки для опытных пользователей.
</p>
</div>
# **Язык README**
**Русский** - [English](README.md)
## Внимание
**Официальный сайт проекта** с сентября 2022 года: https://linux-gaming.ru. **Любой другой сайт - фальшивка!**
## Особенности
- Основан на версии WINE от Valve (Proton) и ее модификациях (Proton GE).
Включает набор скриптов, объединенных с самим wine-proton, контейнер Steam Runtime Sniper с добавлением портированных версий MANGOHUD (вывод полезной информации в окно игры: FPS, FrameTime, CPU, GPU и т.д.) и vkBasalt (улучшение графики в играх, очень хорош в связке с FSR, DLSS) + множество уже настроенных оптимизаций для максимальной производительности.
- Реализована автоматическая установка одним щелчком мыши (на вкладке АВТОУСТАНОВКА) популярных лаунчеров, таких как: WGC, Epic Games, Battle.net, Origin, EVE Online, RockStar, Ubisoft connect , League of Legends и многие другие.
- Для любителей консольных игр предлагается множество эмуляторов консолей (на вкладке ЭМУЛЯТОРЫ ): PPSSPP, Citra, Cemu, ePSXe, MAME и многие другие..
**ПОЖАЛУЙСТА, НЕ СООБЩАЙТЕ О НАЙДЕННЫХ ОШИБКАХ В WINEHQ ИЛИ ПРОГРАММНОМ ОБЕСПЕЧЕНИИ VALVE!**
## **Ссылка на исходный код версий wine используемых в PortProton:**
* WINE-PROTON: https://github.com/ValveSoftware/Proton
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom
## Установка с помощью пакетов
* **Alt Linux**
`apt-get` :
```sh
su -
apt-get update && apt-get dist-upgrade -y
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
exit
```
`Вариант установки с помощью eepm`:
```sh
su -
epm full-upgrade
epm play portproton
exit
```
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x** **Deepin** :
[portproton_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_amd64/portproton_amd64.deb)
* **Arch Linux** и производные (Manjaro, Garuda, и т.д.) :
[AUR](https://aur.archlinux.org/packages/portproton)
* **ROSA Linux** устанавливается с помощью этой команды:
```sh
sudo urpmi portproton
```
* **Fedora 39+** and **Nobara**:
```sh
sudo dnf copr enable boria138/portproton
sudo dnf install portproton
```
* **FlatHub**
```sh
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub ru.linux_gaming.PortProton
```
<details><summary><b>Универсальный (ручной) метод установки (устаревший вариант)</b></summary>
**ВНИМАНИЕ** : при универсальном способе установки PortProton зависимости должны быть установлены вручную!
```sh
wget -c "https://github.com/Castro-Fidel/PortProton_ALT/raw/main/portproton" && sh portproton
```
## Зависимости
* **Пользователи карт NVIDIA**
Если у вас видеокарта от NVIDIA и установлен проприетарный драйвер, то необходимо проверить, установлена ли lib32-nvidia-utils (без нее ни одна 32-битная игра не будет работать)
* **Ubuntu / Linux Mint / Pop!_OS / Debian**
```sh
sudo dpkg --add-architecture i386
sudo add-apt-repository multiverse
sudo apt update
sudo apt upgrade
sudo apt install curl file libc6 libnss3 policykit-1 xz-utils bubblewrap curl icoutils tar libvulkan1 libvulkan1:i386 zstd cabextract xdg-utils openssl libgl1 libgl1:i386
```
* **Arch Linux / Manjaro**
Сперва проверьте включён ли **multilib** репозиторий
```sh
/etc/pacman.conf
===================================
[multilib]
Include = /etc/pacman.d/mirrorlist
====================================
```
```sh
sudo pacman -Syu bash bubblewrap zstd cabextract tar openssl desktop-file-utils curl dbus freetype2 gdk-pixbuf2 ttf-font gzip nss xorg-xrandr vulkan-driver vulkan-icd-loader lsof lib32-freetype2 lib32-libgl lib32-gcc-libs lib32-libx11 lib32-libxss lib32-alsa-plugins lib32-libgpg-error lib32-nss lib32-vulkan-driver lib32-vulkan-icd-loader lib32-lib32-openssl
```
Если у вас видеокарта от **NVIDIA**, обязательно проверьте, установлен ли пакет **lib32-nvidia-utils**.
```sh
sudo pacman -Syu lib32-nvidia-utils
```
* **openSUSE**
```sh
sudo zypper install curl bubblewrap zstd cabextract tar steam
```
* **Fedora**
```sh
sudo dnf update
sudo dnf upgrade --refresh
sudo dnf install curl bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i686 mesa-vulkan-drivers mesa-vulkan-drivers.i686 vulkan-loader vulkan-loader.i686 nss.i686 alsa-lib.i686 mesa-libGL.i686 mesa-libEGL.i686 wmctrl ImageMagick
```
* **Alt Linux**
```sh
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install bubblewrap cabextract curl icoutils i586-libvulkan1 libvulkan1 vulkan-tools zstd
```
* **ROSA DESKTOP FRESH R12**
```sh
sudo dnf update
sudo dnf upgrade --refresh
sudo dnf install sysvinit-tools curl libcurl4 bubblewrap zstd cabextract tar libvulkan1 lib64vulkan1 vulkan.x86_64 vulkan.i686 vkd3d.x86_64 vkd3d.i686 coreutils file libc6 libnss3 xz bubblewrap xdg-utils openssl libgl1 lib64freetype2 libfreetype2 lib64txc-dxtn libtxc-dxtn lib64opencl1 libopencl1 libdrm2 libdrm2.i686 mesa.i686
```
* **RED OS**
```sh
sudo -E dnf install curl icoutils libcurl bubblewrap zstd cabextract tar goverlay openssl steam
```
* **Solus 4.x**
```sh
sudo eopkg it curl file bubblewrap curl icoutils tar zstd cabextract xdg-utils openssl vulkan vulkan-32bit mesalib-32bit samba
```
* **Void**
```sh
sudo xbps-install -Su void-repo-multilib
sudo xbps-install -S bash wget icoutils yad bubblewrap zstd cabextract gzip tar xz openssl desktop-file-utils curl dbus freetype xdg-utils
gdk-pixbuf noto-fonts-ttf nss xrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit nss-32bit openssl-32bit vulkan-loader vulkan-loader-32bit
```
</details>

158
README.md

@ -1,73 +1,61 @@
<div align="center">
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortProton_PKGBUILD/main/portproton.svg" width="64">
<h1 align="center">PortProton</h1>
<a href="https://github.com/Castro-Fidel/PortWINE/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWine?logo=github" alt="GitHub License">
</a>
<a href="https://flathub.org/apps/ru.linux_gaming.PortProton">
<img src="https://img.shields.io/flathub/downloads/ru.linux_gaming.PortProton?style=flat&logo=flathub" alt="Flathub Downloads">
</a>
<a href="https://t.me/linux_gaming_ru">
<img src="https://img.shields.io/endpoint?&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Flinux_gaming_ru" alt="Telegram">
</a>
<a href="https://www.youtube.com/@linux-gaming5986">
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
</a>
<br/>
<p style="text-align: center;">
A project designed to make running Windows games on Linux easy and convenient for both beginners and advanced users.<br>
The project aims to simplify the process of launching games (and other software) while also providing flexible settings for experienced users.
</p>
<p align="center">Project designed to make it easy and convenient to run Windows games on Linux for both beginners and advanced users.
The project strives to make launching games (and other software) as simple as possible, but at the same time provides flexible settings for advanced users.</p>
</div>
# **Readme Language**
**English** - [Русский](README-RU.md)
## Attention
The **official website of the project** since September 2022 is: https://linux-gaming.ru. **Any other site is fake!**
The **official website of the project** since September 2022: https://linux-gaming.ru. **Any other site is fake!**
## Features
- Based on the version of WINE from Valve (Proton) and its modifications (Proton GE).
Includes a set of scripts combined with wine-proton itself, a Steam Runtime Sniper container with the addition of
ported mangoHud (output useful information over the game window: FPS, frametime, CPU, GPU, etc.),
vkBasalt (improvement of graphics in games, great alongside FSR or DLSS) versions,
and many already configured optimizations for maximum performance.
- Implemented one-click auto-installation (in the AUTOINSTALL tab) of popular launchers such as WGC, Epic Games, Battle.net, Origin, EVE Online, Rockstar, Ubisoft Connect, League of Legends, and many others.
Includes a set of scripts combined with wine-proton itself, a Steam Runtime Sniper container with the addition of ported versions of MANGOHUD (output useful information over the game window: FPS, FrameTime, CPU, GPU, etc) and vkBasalt (improvement of graphics in games, very good in in conjunction with FSR, DLSS) + many already configured optimizations for maximum performance.
- For fans of console games, there are many console emulators to choose from (in the EMULATORS tab): PPSSPP, Citra, Cemu, ePSXe, MAME, and many others.
- Implemented one-click auto-installation (in the AUTOINSTALL tab ) of popular launchers such as: WGC, Epic Games, Battle.net, Origin, EVE Online, RockStar, Ubisoft connect , League of Legends and many others.
**PLEASE DON'T REPORT BUGS ENCOUNTERED WITH THIS AT WINEHQ OR VALVE SOFTWARE!**
- For fans of console games, there are many console emulators to choose from (in the EMULATORS tab ): PPSSPP, Citra, Cemu, ePSXe, MAME and many others.
**PLEASE DO NOT REPORT BUGS ENCOUNTERED WITH THIS AT WINEHQ OR VALVE SOFTWARE!**
## **Wine sources used in PortWINE:**
* WINE-PROTON: https://github.com/ValveSoftware/Proton
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom/
## Installation using packages
* **Alt Linux** (package in the official repository) is installed with the command:
`apt-get`:
* **Ubuntu 20.04** (Kubuntu, Xubuntu, Lubuntu, etc.), **Linux Mint 20.x** :
[portproton_1.0-2_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.0-2_amd64/portproton_1.0-2_amd64.deb)
* **Arch Linux** and derivatives (Manjaro, Garuda, etc.) :
[AUR](https://aur.archlinux.org/packages/portproton)
* **ROSA Linux** (package in the official repository) is installed with the command:
```sh
su -
apt-get update && apt-get dist-upgrade -y
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
exit
sudo urpmi portproton
```
`epm`:
* **Fedora 37+** and **Nobara**:
```sh
sudo dnf copr enable boria138/portproton
sudo dnf install portproton
```
* [**openSUSE Leap 15.4**](https://software.opensuse.org/ymp/home:Boria138/15.4/portproton.ymp?base=openSUSE%3ALeap%3A15.4&query=portproton)
* [**openSUSE Leap 15.5**](https://software.opensuse.org/ymp/home:Boria138/15.5/portproton.ymp?base=openSUSE%3ALeap%3A15.5&query=portproton)
* [**openSUSE Tumbleweed**](https://software.opensuse.org/ymp/home:Boria138/openSUSE_Tumbleweed/portproton.ymp?base=openSUSE%3AFactory&query=portproton)
* **Alt Linux** (package in the official repository) is installed with the command:
```sh
su -
epm ei
epm full-upgrade
epm play portproton
@ -75,47 +63,33 @@ epm play portproton
exit
```
## Universal (manual) installation
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x**, and **Deepin**:
[portproton_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_amd64/portproton_amd64.deb)
**ATTENTION** : with the universal method of installing PortProton, dependencies must be installed manually!
* **Arch Linux** and derivatives (Manjaro, Garuda, etc.):
[AUR](https://aur.archlinux.org/packages/portproton)
* **ROSA Linux** (package in the official repository) is installed with the command:
Normal installation:
```sh
sudo urpmi portproton
wget -c "https://github.com/Castro-Fidel/PortWINE/raw/master/portwine_install_script/PortProton_1.0" && sh PortProton_1.0
```
* **Fedora 39+** and **Nobara**:
Silent installation (ENG):
```sh
sudo dnf copr enable boria138/portproton
sudo dnf install portproton
wget -c "https://github.com/Castro-Fidel/PortWINE/raw/master/portwine_install_script/PortProton_1.0" && sh PortProton_1.0 -eng
```
* **Flathub**
Silent installation (RUS):
```sh
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub ru.linux_gaming.PortProton
```
<details><summary><b>Universal (manual) installation method (obsolete variant)</b></summary>
**ATTENTION**: with the universal method of installing PortProton, dependencies must be installed manually!
```sh
wget -c "https://github.com/Castro-Fidel/PortProton_ALT/raw/main/portproton" && sh portproton
wget -c "https://github.com/Castro-Fidel/PortWINE/raw/master/portwine_install_script/PortProton_1.0" && sh PortProton_1.0 -rus
```
## Dependencies
* **NVIDIA graphics card users**
If you have a video card from NVIDIA and a proprietary driver is installed, then you need to check if lib32-nvidia-utils is installed (32-bit games don't work without it)
If you have a video card from NVIDIA and a proprietary driver is installed, then you need to check if lib32-nvidia-utils is installed (no 32-bit game will work without it)
* **Ubuntu / Linux Mint / Pop!_OS**
@ -128,7 +102,7 @@ sudo apt update
sudo apt upgrade
sudo apt install curl file libc6 libnss3 policykit-1 xz-utils bubblewrap curl icoutils tar libvulkan1 libvulkan1:i386 zstd cabextract xdg-utils openssl libgl libgl1:i386
sudo apt install curl file libc6 libnss3 policykit-1 xz-utils zenity bubblewrap curl icoutils tar libvulkan1 libvulkan1:i386 wget zenity zstd cabextract xdg-utils openssl bc libgl1-mesa-glx libgl1-mesa-glx:i386
```
* **Arch Linux / Manjaro**
@ -144,7 +118,7 @@ Include = /etc/pacman.d/mirrorlist
```
```sh
sudo pacman -Syu bash bubblewrap zstd cabextract tar openssl desktop-file-utils curl dbus freetype2 gdk-pixbuf2 ttf-font gzip nss xorg-xrandr vulkan-driver vulkan-icd-loader lsof lib32-freetype2 lib32-libgl lib32-gcc-libs lib32-libx11 lib32-libxss lib32-alsa-plugins lib32-libgpg-error lib32-nss lib32-vulkan-driver lib32-vulkan-icd-loader lib32-openssl
sudo pacman -Syu bash icoutils wget bubblewrap zstd cabextract bc tar openssl gamemode desktop-file-utils curl dbus freetype2 gdk-pixbuf2 ttf-font zenity gzip nss xorg-xrandr vulkan-driver vulkan-icd-loader lsof lib32-freetype2 lib32-libgl lib32-gcc-libs lib32-libx11 lib32-libxss lib32-alsa-plugins lib32-libgpg-error lib32-nss lib32-vulkan-driver lib32-vulkan-icd-loader lib32-gamemode lib32-openssl
```
If you have a video card from **NVIDIA** , be sure to check if the **lib32-nvidia-utils** package is installed
@ -153,10 +127,26 @@ If you have a video card from **NVIDIA** , be sure to check if the **lib32-nvidi
sudo pacman -Syu lib32-nvidia-utils
```
* **Debian/Deepin**
```sh
sudo apt install software-properties-common -y
sudo apt-add-repository non-free
sudo dpkg --add-architecture i386
sudo apt update
sudo apt upgrade
sudo apt install bubblewrap curl gamemode icoutils tar wget zenity zstd libvulkan1 libvulkan1:i386 steam cabextract
```
* **openSUSE**
```sh
sudo zypper install curl bubblewrap zstd cabextract tar steam
sudo zypper install curl icoutils wget zenity bubblewrap zstd cabextract tar steam zenity zenity-lang gamemoded libgamemode0 libgamemodeauto0
```
* **Fedora**
@ -166,19 +156,17 @@ sudo dnf update
sudo dnf upgrade --refresh
sudo dnf install curl bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i686 mesa-vulkan-drivers mesa-vulkan-drivers.i686 vulkan-loader vulkan-loader.i686 nss.i686 alsa-lib.i686 mesa-libGL.i686 mesa-libEGL.i686 wmctrl ImageMagick
sudo dnf install curl gamemode gamemode.i686 icoutils wget zenity bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i686 mesa-vulkan-drivers mesa-vulkan-drivers.i686 vulkan-loader vulkan-loader.i686 nss.i686 alsa-lib.i686 mesa-libGL.i686 mesa-libEGL.i686 wmctrl ImageMagick
```
* **Alt Linux**
```sh
su -
sudo apt-get update
apt-get update && apt-get dist-upgrade -y
sudo apt-get dist-upgrade -y
apt-get install bubblewrap cabextract zstd gawk tar xz pciutils coreutils file curl icoutils wmctrl xdg-utils desktop-file-utils libvulkan1 vulkan-tools libd3d libGL fontconfig xrdb libcurl libgio libnm libnsl1 libnss glibc-nss glibc-pthread i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
exit
sudo apt-get install bubblewrap cabextract curl gamemode icoutils i586-libvulkan1 libvulkan1 steam vulkan-tools wget zenity zstd
```
* **ROSA DESKTOP FRESH R12**
@ -188,27 +176,25 @@ sudo dnf update
sudo dnf upgrade --refresh
sudo dnf install sysvinit-tools curl libcurl4 bubblewrap zstd cabextract tar libvulkan1 lib64vulkan1 vulkan.x86_64 vulkan.i686 vkd3d.x86_64 vkd3d.i686 coreutils file libc6 libnss3 xz bubblewrap xdg-utils openssl libgl1 lib64freetype2 libfreetype2 lib64txc-dxtn libtxc-dxtn lib64opencl1 libopencl1 libdrm2 libdrm2.i686 mesa.i686
sudo dnf install sysvinit-tools curl libcurl4 icoutils wget zenity bubblewrap zstd cabextract tar libvulkan1 lib64vulkan1 vulkan.x86_64 vulkan.i686 vkd3d.x86_64 vkd3d.i686 coreutils file libc6 libnss3 xz bubblewrap xdg-utils openssl bc libgl1 lib64freetype2 libfreetype2 lib64txc-dxtn libtxc-dxtn lib64opencl1 libopencl1 libdrm2 libdrm2.i686 mesa.i686
```
* **RED OS**
```sh
sudo -E dnf install curl icoutils libcurl bubblewrap zstd cabextract tar goverlay openssl steam
sudo -E dnf install curl icoutils libcurl wget zenity bubblewrap zstd cabextract tar goverlay openssl steam
```
* **Solus 4.x**
```sh
sudo eopkg it curl file bubblewrap curl icoutils tar zstd cabextract xdg-utils openssl bc vulkan vulkan-32bit mesalib-32bit samba
sudo eopkg it curl file zenity bubblewrap curl icoutils tar wget zenity zstd cabextract xdg-utils openssl bc vulkan vulkan-32bit mesalib-32bit samba
```
* **Void**
## Contacts
```sh
sudo xbps-install -Su void-repo-multilib
sudo xbps-install -S bash wget icoutils yad bubblewrap zstd cabextract gzip tar xz openssl desktop-file-utils curl dbus freetype xdg-utils
gdk-pixbuf noto-fonts-ttf nss xrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit nss-32bit openssl-32bit vulkan-loader vulkan-loader-32bit
```
</details>
<p>
<a href="https://discord.gg/FTaheP99wE">
<img src="https://img.shields.io/discord/308323056592486420?logo=discord"
alt="chat on Discord"></a>
</p>

File diff suppressed because it is too large Load Diff

1067
data_from_portwine/changelog_eng Executable file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1562
data_from_portwine/changelog_rus Executable file

File diff suppressed because it is too large Load Diff

@ -1,15 +1,3 @@
# Expose the HDR10 ColorSpace (DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020)
# to the application by default.
# This shows to the game that the global Windows 'HDR Mode' is enabled.
# Many (broken) games will need this to be set to consider exposing HDR output
# as determine it based on the DXGIOutput's current ColorSpace instead of
# using CheckColorSpaceSupport.
# This defaults to the value of the DXVK_HDR environment variable.
#
# Supported values: True, False
# dxgi.enableHDR = True
# Create the VkSurface on the first call to IDXGISwapChain::Present,
# rather than when creating the swap chain. Some games that start
# rendering with a different graphics API may require this option,
@ -27,9 +15,8 @@
#
# Supported values : 0 - 16
# dxgi.maxFrameLatency = 0
# d3d9.maxFrameLatency = 0
# dxgi.maxFrameLatency = 1
# d3d9.maxFrameLatency = 1
# Enables frame rate limiter. The main purpose of this is to work around
# bugs in games that have physics or other simulation tied to their frame
@ -37,8 +24,8 @@
#
# Supported values : Any non-negative integer
# dxgi.maxFrameRate = 0
# d3d9.maxFrameRate = 0
dxgi.maxFrameRate = 240
d3d9.maxFrameRate = 240
# Override PCI vendor and device IDs reported to the application. Can
@ -46,58 +33,25 @@
#
# Supported values: Any four-digit hex number.
# dxgi.customDeviceDesc = "NVIDIA GeForce RTX 4090"
# dxgi.customDeviceId = 2684
# dxgi.customVendorId = 10de
# dxgi.hideAmdGpu = True
# dxgi.hideNvidiaGpu = False
dxgi.customDeviceId = 222F
dxgi.customVendorId = 10de
# d3d9.customDeviceId = 222F
# d3d9.customVendorId = 10de
# Override the reported device description
#
# Supported values: Any string.
# d3d9.customDeviceDesc = "NVIDIA GeForce RTX 4090"
# d3d9.customDeviceId = 2684
# d3d9.customVendorId = 10de
# dxgi.customDeviceDesc = ""
# d3d9.customDeviceDesc = ""
# Report Nvidia GPUs as AMD GPUs. Unless NVAPI support is explicitly
# enabled through Proton, this is done by default in order to work
# around crashes or low performance with Nvidia-speciic code paths
# in games, especially Unreal Engine.
#
# Supported values: Auto, True, False
# dxgi.hideNvidiaGpu = Auto
# Report Nvidia GPUs running on NVK as AMD GPUs.
#
# Supported values: Auto, True, False
# dxgi.hideNvkGpu = Auto
# Report AMD GPUs as Nvidia GPUs. This is only done for games that are
# known to have issues with AMDAGS or other AMD-specific code paths.
#
# Supported values: Auto, True, False
# dxgi.hideAmdGpu = Auto
# Report Intel GPUs as AMD GPUs. This is only done for games that are
# known to have issues with Intel-specific libraries such as XESS.
#
# Supported values: Auto, True, False
# dxgi.hideIntelGpu = Auto
# Override maximum amount of device memory and shared system memory
# reported to the application. This may fix texture streaming issues
# in games that do not support cards with large amounts of VRAM.
# This is not a hard cap and applications can choose to ignore it.
#
# Supported values: Any number in Megabytes.
@ -130,8 +84,8 @@
#
# Supported values: Any non-negative number
# dxgi.syncInterval = -1
# d3d9.presentInterval = -1
# dxgi.syncInterval = 0
# d3d9.presentInterval = 0
# True enables the mailbox present mode in case regular Vsync is disabled.
@ -147,7 +101,8 @@
#
# Supported values: Auto, True, False
# dxvk.tearFree = Auto
# dxgi.tearFree = Auto
# d3d9.tearFree = Auto
# Assume single-use mode for command lists created on deferred contexts.
@ -173,7 +128,7 @@
#
# Supported values: Any number between 8 and 64
# d3d11.maxTessFactor = 0
# d3d11.maxTessFactor = 16
# Enables relaxed pipeline barriers around UAV writes.
@ -213,17 +168,7 @@
#
# Supported values: Any number between -2.0 and 1.0
# d3d11.samplerLodBias = 0.0
# d3d9.samplerLodBias = 0.0
# Clamps any negative LOD bias to 0. Applies after samplerLodBias has been
# applied. May help with games that use a high negative LOD bias by default.
#
# Supported values: True, False
# d3d11.clampNegativeLodBias = False
# d3d9.clampNegativeLodBias = False
# d3d11.samplerLodBias = -0.3
# Declares vertex positions as invariant in order to solve
@ -235,16 +180,6 @@
# d3d9.invariantPosition = True
# Forces per-sample rate shading when MSAA is enabled, rather than per-pixel
# shading. May improve visual clarity at a significant performance cost, but
# may also introduce visual issues in some games.
#
# Supported values: True, False
# d3d11.forceSampleRateShading = False
# d3d9.forceSampleRateShading = False
# Forces the sample count of all textures to 1, and performs
# the needed fixups in resolve operations and shaders.
#
@ -300,18 +235,6 @@
# d3d11.enableContextLock = False
# Exposes or hides support for driver command lists
#
# Some games use the feature flag to decide whether to use deferred
# contexts or not. We enable this by default, but in some situations
# this can lead to issues if games detect an AMD GPU where command
# lists are not natively supported on Windows.
#
# Supported values: True, False
# d3d11.exposeDriverCommandLists = True
# Sets number of pipeline compiler threads.
#
# If the graphics pipeline library feature is enabled, the given
@ -340,17 +263,6 @@
# dxvk.useRawSsbo = Auto
# Changes memory chunk size.
#
# Can be used to override the maximum memory chunk size.
#
# Supported values:
# - 0 to use the defaults
# - any positive integer to limit the chunk size, in MiB
# dxvk.maxChunkSize = 0
# Controls graphics pipeline library behaviour
#
# Can be used to change VK_EXT_graphics_pipeline_library usage for
@ -512,6 +424,15 @@
# d3d9.deviceLocalConstantBuffers = False
# No Explicit Front Buffer
#
# Disables the front buffer
#
# Supported values:
# - True/False
# d3d9.noExplicitFrontBuffer = False
# Support DF formats
#
# Support the vendor extension DF floating point depth formats
@ -533,7 +454,7 @@
# Support X4R4G4B4
#
# Support the X4R4G4B4 format.
# The Sims 2 is a very broken game.
# The Sims 2 is a horrible game made by complete morons.
#
# Supported values:
# - True/False
@ -552,24 +473,13 @@
# Disable A8 as a Render Target
#
# Disable support for A8 format render targets
# Once again, The Sims 2 is a very broken game.
# Once again, The Sims 2 is a horrible game made by complete morons.
#
# Supported values:
# - True/False
# d3d9.disableA8RT = False
# Support for VCache Query
#
# Support for the vcache query
# Not very important as a user config.
# Used internally.
#
# Supported values:
# - True/False
# Defaults to True if vendorId == 0x10de
# d3d9.supportVCache = True
# Force Sampler Type Spec Constants
#
@ -592,6 +502,16 @@
# d3d9.forceAspectRatio = ""
# Allow Discard
#
# Allow the discard lock flag to be used
# Useful if some apps use this incorrectly.
#
# Supported values:
# - True/False
# d3d9.allowDiscard = True
# Enumerate by Displays
#
# Whether we should enumerate D3D9 adapters by display (windows behaviour)
@ -603,17 +523,16 @@
# d3d9.enumerateByDisplays = True
# Cached Dynamic Buffers
# APITrace Mode
#
# Allocates dynamic resources in D3DPOOL_DEFAULT in
# cached system memory rather than uncached memory or host-visible
# VRAM, in order to allow fast readback from the CPU. This is only
# useful for buggy applications, and may reduce GPU-bound performance.
# Makes all host visible buffers cached and coherent
# Improves performance when apitracing, but also can impact
# some dumb games.
#
# Supported values:
# - True/False
# d3d9.cachedDynamicBuffers = False
# d3d9.apitraceMode = False
# Seamless Cubes
#
@ -624,56 +543,3 @@
# - True/False
# d3d9.seamlessCubes = False
# Debug Utils
#
# Enables debug utils as this is off by default, this enables user annotations like BeginEvent()/EndEvent().
# Alternatively could be enabled with DXVK_DEBUG=markers environment variable.
#
# Supported values:
# - True/False
# dxvk.enableDebugUtils = False
# Memory limit for locked D3D9 textures
#
# How much virtual memory will be used for textures (in MB).
# 0 to disable the limit.
# THIS DOES NOT IMPACT ACTUAL MEMORY CONSUMPTION OR TEXTURE QUALITY.
# DO NOT CHANGE THIS UNLESS YOU HAVE A VERY GOOD REASON.
# d3d9.textureMemory = 100
# Hide integrated graphics from applications
#
# Only has an effect when dedicated GPUs are present on the system. It is
# not recommended to use this option at all unless absolutely necessary for
# a game to work; prefer using DXVK_FILTER_DEVICE_NAME whenever possible.
#
# Supported values:
# - True/False
# dxvk.hideIntegratedGraphics = False
# Trigger DEVICELOST when losing focus
#
# D3D9 requires the application to call Device::Reset after
# it loses focus in fullscreen.
# Some games rely on observing a D3DERR_DEVICELOST or D3DERR_NOTRESET.
# Others don't handle it correctly.
#
# Supported values:
# - True/False
# d3d9.deviceLossOnFocusLoss = False
# Reject Device::Reset if any losable resource is still alive
#
# D3D9 rejects Device::Reset if there's still any alive resources of specific types.
# (State blocks, additional swapchains, D3DPOOL_DEFAULT resources)
# Some games leak resources leading to a hang.
#
# Supported values:
# - True/False
# d3d9.countLosableResources = True

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -1,594 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="28"
version="1.1"
height="28"
viewBox="0 0 28 28"
id="svg1"
sodipodi:docname="close.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="11.313709"
inkscape:cx="10.650796"
inkscape:cy="14.849242"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs5455"><linearGradient
id="linearGradient4256"><stop
style="stop-color:#8cbdf8"
id="stop4258" /><stop
offset="1"
style="stop-color:#d5e8ff"
id="stop4260" /></linearGradient><linearGradient
id="linearGradient4232"><stop
style="stop-color:#3889e9"
id="stop4234-0" /><stop
offset="1"
style="stop-color:#5ea5fb"
id="stop4236" /></linearGradient><linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"><stop
offset="0"
stop-color="#46bac6"
id="stop1" /><stop
offset="1"
stop-color="#1497a5"
id="stop2" /></linearGradient><linearGradient
id="linearGradient4194"><stop
style="stop-color:#b5006a"
id="stop4196" /><stop
offset="1"
style="stop-color:#c70073"
id="stop4198" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient854"
gradientUnits="userSpaceOnUse"
x1="203.3689"
y1="55.640129"
x2="244.86897"
y2="55.640129" /><linearGradient
inkscape:collect="always"
id="linearGradient848"><stop
style="stop-color:#4b8bd4;stop-opacity:1"
offset="0"
id="stop844" /><stop
style="stop-color:#3b6ca7;stop-opacity:1"
offset="1"
id="stop846" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient1004"
gradientUnits="userSpaceOnUse"
x1="387.57144"
y1="505.798"
x2="445.57141"
y2="505.798"
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
id="linearGradient4301"><stop
style="stop-color:#f10000;stop-opacity:1"
offset="0"
id="stop4303" /><stop
style="stop-color:#b20000;stop-opacity:1"
offset="1"
id="stop4305" /></linearGradient><linearGradient
id="linearGradient4305"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4307" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4309" /></linearGradient><linearGradient
id="linearGradient4428"
y1="4.7160001"
x1="17.483"
y2="39.833"
x2="37.757999"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"><stop
stop-color="#3fc380"
id="stop4430"
style="stop-color:#3cc6ae;stop-opacity:1" /><stop
offset="1"
stop-color="#3f8ed3"
id="stop4432"
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
id="a-2"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-384.57,-499.8)"><stop
stop-color="#2a2c2f"
id="stop7" /><stop
offset="1"
stop-color="#424649"
id="stop9" /></linearGradient><linearGradient
id="b"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop12" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop14" /></linearGradient><linearGradient
id="c"
y1="522.79999"
x1="403.57001"
y2="534.79999"
x2="413.26001"
gradientUnits="userSpaceOnUse"><stop
stop-color="#020303"
id="stop17" /><stop
offset="1"
stop-color="#424649"
stop-opacity="0"
id="stop19" /></linearGradient><linearGradient
xlink:href="#c"
id="d"
y1="521.79999"
x1="400.76999"
y2="533.59998"
gradientUnits="userSpaceOnUse"
x2="412.57001" /><path
fill-rule="evenodd"
id="e"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-3"><stop
id="stop4268"
stop-color="#2a2c2f" /><stop
id="stop4270"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-6"><stop
id="stop4273"
stop-color="#989a9b" /><stop
id="stop4275"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-5"
fill-rule="evenodd" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="a-35"><stop
id="stop4339"
stop-color="#3fc380" /><stop
id="stop4341"
stop-color="#3f8ed3"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="b-62"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="c-9"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="d-1"><stop
id="stop4346"
stop-color="#148e76" /><stop
id="stop4348"
stop-color="#218059"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(0,-2)"
gradientUnits="userSpaceOnUse"
x2="43"
y2="31"
x1="4"
y1="18"
id="e-2"><stop
id="stop4351"
stop-color="#292c2f"
style="stop-color:#000000;stop-opacity:1" /><stop
id="stop4353"
stop-opacity="0"
offset="1"
style="stop-color:#000000;stop-opacity:0.32644629" /></linearGradient><linearGradient
gradientTransform="translate(0,14)"
gradientUnits="userSpaceOnUse"
x2="44"
y2="28"
x1="30.625"
y1="14"
id="f"
xlink:href="#e-2" /><linearGradient
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="g"
xlink:href="#d-1" /><linearGradient
x1="428.81601"
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="388.86499"
y2="499.67899"
y1="547.63397"
id="a-9"><stop
id="stop7-3"
stop-color="#2a2c2f" /><stop
id="stop9-6"
stop-color="#536161"
offset="1" /></linearGradient><linearGradient
x1="36"
gradientUnits="userSpaceOnUse"
x2="14"
y2="12"
y1="44"
id="b-0"><stop
style="stop-color:#bfc9c9;stop-opacity:1"
id="stop12-6"
stop-color="#536161" /><stop
style="stop-color:#fbfbfb;stop-opacity:1"
id="stop14-2"
stop-color="#f4f5f5"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="418.57001"
y1="529.79999"
id="c-61"><stop
id="stop17-8"
stop-color="#292c2f" /><stop
id="stop19-7"
stop-opacity="0"
offset="1" /></linearGradient><style
type="text/css"
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
gradientTransform="translate(-404.99,-523.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="406.50101"
y1="527.01398"
id="c-6"><stop
id="stop17-7"
stop-color="#292c2f" /><stop
id="stop19-5"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
xlink:href="#linearGradient4428"
id="linearGradient4408-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,43.823,-1.66)"
x1="9.875"
y1="-2.3239999"
x2="44.278"
y2="42.318001" /><linearGradient
id="a-8"><stop
id="stop4631"
stop-opacity=".742"
stop-color="#dcedfe" /><stop
id="stop4633"
stop-opacity="0"
stop-color="#dcedfe"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(15.653,1.018)"
x2="40.709"
gradientUnits="userSpaceOnUse"
y2="30.416"
x1="10.972"
y1="-0.017999999"
id="b-4"><stop
id="stop4636" /><stop
id="stop4638"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(23.03,5.02)"
x2="29.129999"
gradientUnits="userSpaceOnUse"
y2="22.129999"
x1="11"
y1="4"
id="c-5"
xlink:href="#b-4" /><linearGradient
gradientTransform="translate(-99.4835,-40.4835)"
x2="30.347"
gradientUnits="userSpaceOnUse"
y2="45.981998"
x1="7.3470001"
y1="6.9819999"
id="d-0"><stop
id="stop4642"
stop-color="#eeeeee" /><stop
id="stop4644"
stop-color="#cccccc"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
x2="0"
gradientUnits="userSpaceOnUse"
y2="32"
y1="36"
id="e-3"><stop
id="stop4647"
stop-color="#c58c00" /><stop
id="stop4649"
stop-color="#ffc318"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
x2="19"
gradientUnits="userSpaceOnUse"
y2="33"
x1="23.219999"
y1="42.986"
id="f-6"><stop
id="stop4652"
stop-color="#70431c" /><stop
id="stop4654"
stop-color="#be8c5a"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-106.4835,-44.4855)"
x2="21"
gradientUnits="userSpaceOnUse"
y2="46"
x1="13.98"
y1="38.957001"
id="g-1"
xlink:href="#b-4" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="2.987"
y1="43.922001"
id="h"
gradientTransform="translate(-122.5135,-45.5035)"><stop
id="stop4658"
stop-color="#22a7f0" /><stop
id="stop4660"
stop-color="#19b5fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="34.040001"
y1="43.922001"
id="i"><stop
id="stop4663"
stop-color="#c8e3fe" /><stop
id="stop4665"
stop-color="#e4f1fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="27"
x1="19"
y2="44"
y1="33.998001"
id="j"><stop
id="stop4668"
stop-color="#383e51" /><stop
id="stop4670"
stop-opacity="0"
stop-color="#655c6f"
offset="1" /></linearGradient><radialGradient
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)"
gradientUnits="userSpaceOnUse"
r="16"
id="k"
xlink:href="#a-8"
cy="48.672001"
cx="31.01" /><radialGradient
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)"
gradientUnits="userSpaceOnUse"
r="16"
id="l"
xlink:href="#a-8"
cy="38.130001"
cx="30.299999" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-0"><stop
id="stop4858"
stop-color="#2a2c2f" /><stop
id="stop4860"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-63"><stop
id="stop4863"
stop-color="#989a9b" /><stop
id="stop4865"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-0"
fill-rule="evenodd" /><linearGradient
xlink:href="#linearGradient4305"
id="linearGradient4311"
x1="16.75"
y1="-4.5"
x2="36"
y2="32"
gradientUnits="userSpaceOnUse" /><radialGradient
xlink:href="#linearGradient4301"
id="radialGradient4309"
cx="20.853001"
cy="17.349001"
fx="20.853001"
fy="17.349001"
r="8.1289997"
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
gradientUnits="userSpaceOnUse" /><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-09"><stop
id="stop7-36"
stop-color="#2a2c2f" /><stop
id="stop9-0"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-626"><stop
id="stop12-1"
stop-color="#989a9b" /><stop
id="stop14-8"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-02"
fill-rule="evenodd" /><linearGradient
id="a-3-3"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4268-7" /><stop
offset="1"
stop-color="#424649"
id="stop4270-5" /></linearGradient><linearGradient
id="b-6-9"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4273-2" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4275-2" /></linearGradient><path
fill-rule="evenodd"
id="e-5-8"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><style
id="current-color-scheme-8"
type="text/css">
.ColorScheme-Text { color:#4d4d4d; }
</style><linearGradient
id="e-3-3"
y1="36"
y2="32"
gradientUnits="userSpaceOnUse"
x2="0"
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
stop-color="#c58c00"
id="stop4647-2" /><stop
offset="1"
stop-color="#ffc318"
id="stop4649-0" /></linearGradient><linearGradient
gradientTransform="translate(-122.5135,-45.5035)"
id="h-5"
y1="43.922001"
y2="2.987"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#22a7f0"
id="stop4658-5" /><stop
offset="1"
stop-color="#19b5fe"
id="stop4660-4" /></linearGradient><linearGradient
id="i-7"
y1="43.922001"
y2="34.040001"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#c8e3fe"
id="stop4663-6" /><stop
offset="1"
stop-color="#e4f1fe"
id="stop4665-5" /></linearGradient><radialGradient
cx="31.01"
cy="48.672001"
xlink:href="#a-8"
id="k-3"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)" /><radialGradient
cx="30.299999"
cy="38.130001"
xlink:href="#a-8"
id="l-7"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)" /><linearGradient
id="a-0-4"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4858-5" /><stop
offset="1"
stop-color="#424649"
id="stop4860-2" /></linearGradient><linearGradient
id="b-63-5"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4863-4" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4865-7" /></linearGradient><path
fill-rule="evenodd"
id="e-0-4"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><style
id="style1">.cls-1{fill-rule:evenodd;}</style></defs><metadata
id="metadata5458" /><path
id="rect3"
style="fill:#09bec8;fill-opacity:1;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="M 23.954837,4.0444373 C 23.205439,3.2950404 21.90615,3.3880391 21.041435,4.2527553 L 14.000289,11.2939 6.9591449,4.2527553 C 6.0944288,3.3880399 4.7941227,3.2960572 4.0447266,4.0454535 3.2953296,4.7948496 3.3883291,6.0941396 4.2530445,6.9588556 L 11.294189,14 4.2530437,21.041146 c -0.8647153,0.864715 -0.9577149,2.164005 -0.2083171,2.913403 0.7493968,0.749395 2.0486861,0.656396 2.9134015,-0.208319 l 7.0411449,-7.041146 7.042162,7.042162 c 0.864715,0.864715 2.164004,0.957713 2.913401,0.208318 0.749396,-0.749397 0.657415,-2.049704 -0.207301,-2.914418 l -7.042162,-7.042162 7.041146,-7.0411445 c 0.864715,-0.864716 0.957714,-2.164006 0.208318,-2.9134022 z" /></svg>

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

BIN
data_from_portwine/img/gui/dolphin.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="download.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="8.7031251"
inkscape:cx="48.54578"
inkscape:cy="43.317773"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
<g
id="g2"
style="fill:#ffffff"
transform="matrix(0.49271292,0,0,0.49271292,129.86574,129.86549)">
<path
class="st0"
d="m 230.546,324.601 c 6.688,6.703 15.969,10.547 25.454,10.547 9.469,0 18.75,-3.844 25.453,-10.547 L 398.422,207.64 c 14.062,-14.054 14.062,-36.851 0,-50.906 -14.062,-14.062 -36.859,-14.062 -50.906,0 v -0.007 L 292,212.242 V 38.188 c 0,-19.883 -16.125,-36 -36,-36 -19.89,0 -36,16.117 -36,36 v 174.046 l -55.5,-55.5 c -14.062,-14.062 -36.859,-14.062 -50.906,-0.007 -14.062,14.062 -14.062,36.859 0,50.914 z"
id="path1-2"
style="fill:#ffffff" />
<path
class="st0"
d="M 473.453,383.148 H 333.406 c -13.36,29.469 -42.954,50 -77.406,50 -34.454,0 -64.047,-20.531 -77.39,-50 H 38.562 C 17.266,383.148 0,400.406 0,421.696 v 49.562 c 0,21.297 17.266,38.554 38.562,38.554 h 434.89 c 21.297,0 38.547,-17.258 38.547,-38.554 V 421.696 C 512,400.406 494.75,383.148 473.453,383.148 Z"
id="path2"
style="fill:#ffffff" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -1,598 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
version="1.1"
height="48"
viewBox="0 0 48 48"
id="svg1"
sodipodi:docname="duplicate.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="11.313709"
inkscape:cx="37.388269"
inkscape:cy="23.511299"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs5455"><linearGradient
id="linearGradient4256"><stop
style="stop-color:#8cbdf8"
id="stop4258" /><stop
offset="1"
style="stop-color:#d5e8ff"
id="stop4260" /></linearGradient><linearGradient
id="linearGradient4232"><stop
style="stop-color:#3889e9"
id="stop4234-0" /><stop
offset="1"
style="stop-color:#5ea5fb"
id="stop4236" /></linearGradient><linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"><stop
offset="0"
stop-color="#46bac6"
id="stop1" /><stop
offset="1"
stop-color="#1497a5"
id="stop2" /></linearGradient><linearGradient
id="linearGradient4194"><stop
style="stop-color:#b5006a"
id="stop4196" /><stop
offset="1"
style="stop-color:#c70073"
id="stop4198" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient854"
gradientUnits="userSpaceOnUse"
x1="203.3689"
y1="55.640129"
x2="244.86897"
y2="55.640129" /><linearGradient
inkscape:collect="always"
id="linearGradient848"><stop
style="stop-color:#4b8bd4;stop-opacity:1"
offset="0"
id="stop844" /><stop
style="stop-color:#3b6ca7;stop-opacity:1"
offset="1"
id="stop846" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient1004"
gradientUnits="userSpaceOnUse"
x1="387.57144"
y1="505.798"
x2="445.57141"
y2="505.798"
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
id="linearGradient4301"><stop
style="stop-color:#f10000;stop-opacity:1"
offset="0"
id="stop4303" /><stop
style="stop-color:#b20000;stop-opacity:1"
offset="1"
id="stop4305" /></linearGradient><linearGradient
id="linearGradient4305"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4307" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4309" /></linearGradient><linearGradient
id="linearGradient4428"
y1="4.7160001"
x1="17.483"
y2="39.833"
x2="37.757999"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"><stop
stop-color="#3fc380"
id="stop4430"
style="stop-color:#3cc6ae;stop-opacity:1" /><stop
offset="1"
stop-color="#3f8ed3"
id="stop4432"
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
id="a-2"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-384.57,-499.8)"><stop
stop-color="#2a2c2f"
id="stop7" /><stop
offset="1"
stop-color="#424649"
id="stop9" /></linearGradient><linearGradient
id="b"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop12" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop14" /></linearGradient><linearGradient
id="c"
y1="522.79999"
x1="403.57001"
y2="534.79999"
x2="413.26001"
gradientUnits="userSpaceOnUse"><stop
stop-color="#020303"
id="stop17" /><stop
offset="1"
stop-color="#424649"
stop-opacity="0"
id="stop19" /></linearGradient><linearGradient
xlink:href="#c"
id="d"
y1="521.79999"
x1="400.76999"
y2="533.59998"
gradientUnits="userSpaceOnUse"
x2="412.57001" /><path
fill-rule="evenodd"
id="e"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-3"><stop
id="stop4268"
stop-color="#2a2c2f" /><stop
id="stop4270"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-6"><stop
id="stop4273"
stop-color="#989a9b" /><stop
id="stop4275"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-5"
fill-rule="evenodd" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="a-35"><stop
id="stop4339"
stop-color="#3fc380" /><stop
id="stop4341"
stop-color="#3f8ed3"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="b-62"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="c-9"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="d-1"><stop
id="stop4346"
stop-color="#148e76" /><stop
id="stop4348"
stop-color="#218059"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(0,-2)"
gradientUnits="userSpaceOnUse"
x2="43"
y2="31"
x1="4"
y1="18"
id="e-2"><stop
id="stop4351"
stop-color="#292c2f"
style="stop-color:#000000;stop-opacity:1" /><stop
id="stop4353"
stop-opacity="0"
offset="1"
style="stop-color:#000000;stop-opacity:0.32644629" /></linearGradient><linearGradient
gradientTransform="translate(0,14)"
gradientUnits="userSpaceOnUse"
x2="44"
y2="28"
x1="30.625"
y1="14"
id="f"
xlink:href="#e-2" /><linearGradient
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="g"
xlink:href="#d-1" /><linearGradient
x1="428.81601"
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="388.86499"
y2="499.67899"
y1="547.63397"
id="a-9"><stop
id="stop7-3"
stop-color="#2a2c2f" /><stop
id="stop9-6"
stop-color="#536161"
offset="1" /></linearGradient><linearGradient
x1="36"
gradientUnits="userSpaceOnUse"
x2="14"
y2="12"
y1="44"
id="b-0"><stop
style="stop-color:#bfc9c9;stop-opacity:1"
id="stop12-6"
stop-color="#536161" /><stop
style="stop-color:#fbfbfb;stop-opacity:1"
id="stop14-2"
stop-color="#f4f5f5"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="418.57001"
y1="529.79999"
id="c-61"><stop
id="stop17-8"
stop-color="#292c2f" /><stop
id="stop19-7"
stop-opacity="0"
offset="1" /></linearGradient><style
type="text/css"
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
gradientTransform="translate(-404.99,-523.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="406.50101"
y1="527.01398"
id="c-6"><stop
id="stop17-7"
stop-color="#292c2f" /><stop
id="stop19-5"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
xlink:href="#linearGradient4428"
id="linearGradient4408-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,43.823,-1.66)"
x1="9.875"
y1="-2.3239999"
x2="44.278"
y2="42.318001" /><linearGradient
id="a-8"><stop
id="stop4631"
stop-opacity=".742"
stop-color="#dcedfe" /><stop
id="stop4633"
stop-opacity="0"
stop-color="#dcedfe"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(15.653,1.018)"
x2="40.709"
gradientUnits="userSpaceOnUse"
y2="30.416"
x1="10.972"
y1="-0.017999999"
id="b-4"><stop
id="stop4636" /><stop
id="stop4638"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(23.03,5.02)"
x2="29.129999"
gradientUnits="userSpaceOnUse"
y2="22.129999"
x1="11"
y1="4"
id="c-5"
xlink:href="#b-4" /><linearGradient
gradientTransform="translate(-99.4835,-40.4835)"
x2="30.347"
gradientUnits="userSpaceOnUse"
y2="45.981998"
x1="7.3470001"
y1="6.9819999"
id="d-0"><stop
id="stop4642"
stop-color="#eeeeee" /><stop
id="stop4644"
stop-color="#cccccc"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
x2="0"
gradientUnits="userSpaceOnUse"
y2="32"
y1="36"
id="e-3"><stop
id="stop4647"
stop-color="#c58c00" /><stop
id="stop4649"
stop-color="#ffc318"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
x2="19"
gradientUnits="userSpaceOnUse"
y2="33"
x1="23.219999"
y1="42.986"
id="f-6"><stop
id="stop4652"
stop-color="#70431c" /><stop
id="stop4654"
stop-color="#be8c5a"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-106.4835,-44.4855)"
x2="21"
gradientUnits="userSpaceOnUse"
y2="46"
x1="13.98"
y1="38.957001"
id="g-1"
xlink:href="#b-4" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="2.987"
y1="43.922001"
id="h"
gradientTransform="translate(-122.5135,-45.5035)"><stop
id="stop4658"
stop-color="#22a7f0" /><stop
id="stop4660"
stop-color="#19b5fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="34.040001"
y1="43.922001"
id="i"><stop
id="stop4663"
stop-color="#c8e3fe" /><stop
id="stop4665"
stop-color="#e4f1fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="27"
x1="19"
y2="44"
y1="33.998001"
id="j"><stop
id="stop4668"
stop-color="#383e51" /><stop
id="stop4670"
stop-opacity="0"
stop-color="#655c6f"
offset="1" /></linearGradient><radialGradient
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)"
gradientUnits="userSpaceOnUse"
r="16"
id="k"
xlink:href="#a-8"
cy="48.672001"
cx="31.01" /><radialGradient
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)"
gradientUnits="userSpaceOnUse"
r="16"
id="l"
xlink:href="#a-8"
cy="38.130001"
cx="30.299999" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-0"><stop
id="stop4858"
stop-color="#2a2c2f" /><stop
id="stop4860"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-63"><stop
id="stop4863"
stop-color="#989a9b" /><stop
id="stop4865"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-0"
fill-rule="evenodd" /><linearGradient
xlink:href="#linearGradient4305"
id="linearGradient4311"
x1="16.75"
y1="-4.5"
x2="36"
y2="32"
gradientUnits="userSpaceOnUse" /><radialGradient
xlink:href="#linearGradient4301"
id="radialGradient4309"
cx="20.853001"
cy="17.349001"
fx="20.853001"
fy="17.349001"
r="8.1289997"
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
gradientUnits="userSpaceOnUse" /><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-09"><stop
id="stop7-36"
stop-color="#2a2c2f" /><stop
id="stop9-0"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-626"><stop
id="stop12-1"
stop-color="#989a9b" /><stop
id="stop14-8"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-02"
fill-rule="evenodd" /><linearGradient
id="a-3-3"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4268-7" /><stop
offset="1"
stop-color="#424649"
id="stop4270-5" /></linearGradient><linearGradient
id="b-6-9"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4273-2" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4275-2" /></linearGradient><path
fill-rule="evenodd"
id="e-5-8"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><style
id="current-color-scheme-8"
type="text/css">
.ColorScheme-Text { color:#4d4d4d; }
</style><linearGradient
id="e-3-3"
y1="36"
y2="32"
gradientUnits="userSpaceOnUse"
x2="0"
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
stop-color="#c58c00"
id="stop4647-2" /><stop
offset="1"
stop-color="#ffc318"
id="stop4649-0" /></linearGradient><linearGradient
gradientTransform="translate(-122.5135,-45.5035)"
id="h-5"
y1="43.922001"
y2="2.987"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#22a7f0"
id="stop4658-5" /><stop
offset="1"
stop-color="#19b5fe"
id="stop4660-4" /></linearGradient><linearGradient
id="i-7"
y1="43.922001"
y2="34.040001"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#c8e3fe"
id="stop4663-6" /><stop
offset="1"
stop-color="#e4f1fe"
id="stop4665-5" /></linearGradient><radialGradient
cx="31.01"
cy="48.672001"
xlink:href="#a-8"
id="k-3"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)" /><radialGradient
cx="30.299999"
cy="38.130001"
xlink:href="#a-8"
id="l-7"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)" /><linearGradient
id="a-0-4"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4858-5" /><stop
offset="1"
stop-color="#424649"
id="stop4860-2" /></linearGradient><linearGradient
id="b-63-5"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4863-4" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4865-7" /></linearGradient><path
fill-rule="evenodd"
id="e-0-4"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /></defs><metadata
id="metadata5458" /><g
id="g7"
transform="translate(-0.03125,-0.789875)"><path
id="rect2"
style="display:inline;fill:#09bec8;fill-opacity:1;fill-rule:evenodd;stroke-width:0"
d="m 5.1127156,6.046875 c -2.8151291,0 -5.0814656,2.2298671 -5.0814656,4.999696 v 27.486608 c 0,2.769829 2.2663365,4.999696 5.0814656,4.999696 H 8.135791 c -2.8151294,0 -5.081466,-2.229867 -5.081466,-4.999696 V 11.046571 c 0,-2.7698289 2.2663366,-4.999696 5.081466,-4.999696 z" /><path
id="rect3"
style="display:inline;fill:#09bec8;fill-opacity:1;fill-rule:evenodd;stroke-width:0"
d="m 10.136618,6.046875 c -2.8151294,0 -5.0814659,2.2298671 -5.0814659,4.999696 v 27.486608 c 0,2.769829 2.2663365,4.999696 5.0814659,4.999696 h 32.813167 c 2.815128,0 5.081465,-2.229867 5.081465,-4.999696 V 11.046571 c 0,-2.7698289 -2.266337,-4.999696 -5.081465,-4.999696 z m 16.619965,7.308149 c 0.267194,-0.0088 0.532193,0.06855 0.764205,0.238267 l 12.225291,8.353008 a 1.0163947,1.0000391 0 0 1 0.0059,0.0039 c 0.313439,0.218003 0.524025,0.586665 0.524025,0.988221 0,0.396498 -0.218153,0.770983 -0.514101,0.982362 a 1.0163947,1.0000391 0 0 1 -0.01588,0.01367 l -12.253081,8.370584 0.0258,-0.01953 c -0.373344,0.273043 -0.834162,0.31037 -1.248531,0.130852 -0.415872,-0.18103 -0.764076,-0.631707 -0.740386,-1.146415 v -3.794691 h -1.29617 c -1.600985,10e-7 -3.129285,0.56137 -4.229923,1.523345 -1.100607,0.961954 -1.691176,2.231281 -1.691176,3.540801 -0.0023,1.371524 0.458891,2.71787 1.34778,3.880623 A 1.0163947,1.0000391 0 0 1 18.364165,37.9004 c -1.345089,-0.717505 -2.520949,-1.663886 -3.457729,-2.79084 a 1.0163947,1.0000391 0 0 1 -0.01786,-0.02148 c -1.392729,-1.778012 -2.123977,-3.91735 -2.07427,-6.097285 0.003,-3.139936 1.128598,-5.837783 3.152097,-7.70461 2.026225,-1.869343 4.900125,-2.882637 8.26532,-2.882637 h 1.296172 v -3.841567 l 0.002,0.05078 c -0.02696,-0.534259 0.323248,-0.968975 0.75031,-1.15032 0.154618,-0.06583 0.316073,-0.102146 0.476388,-0.107416 z m 0.803903,2.699055 v 2.843577 c 0,0.432769 -0.203866,0.837647 -0.510131,1.105401 -0.309621,0.270657 -0.691048,0.400366 -1.083782,0.400366 h -1.734844 c -2.954668,0 -5.279942,0.869306 -6.875858,2.341655 -1.595914,1.472348 -2.510958,3.571465 -2.510958,6.257431 a 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 1.0163947,1.0000391 0 0 0 0,0.002 c -0.04163,1.711208 0.526311,3.3917 1.647507,4.827831 0.0032,0.0039 0.0086,0.006 0.01191,0.0098 -0.07478,-0.443541 -0.225065,-0.87352 -0.2243,-1.326091 5.93e-4,-1.905637 0.874063,-3.723874 2.373998,-5.03485 1.500413,-1.311382 3.500971,-2.02722 5.579688,-2.02722 h 1.732858 c 0.392874,1e-6 0.774277,0.129918 1.083782,0.400366 0.306455,0.267845 0.512117,0.67279 0.512117,1.105402 v 2.841624 l 10.073608,-6.882394 z" /></g></svg>

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
data_from_portwine/img/gui/epsxe.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 663 B

@ -1,56 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="error.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="6.1540388"
inkscape:cx="42.49242"
inkscape:cy="9.424705"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
</g>
<path
id="rect3"
style="fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 45.529335,18.469678 c -1.018484,-1.018484 -2.784312,-0.892092 -3.959522,0.283119 l -9.56942,9.569419 -9.569419,-9.569419 c -1.175211,-1.17521 -2.94242,-1.300221 -3.960903,-0.281738 -1.018484,1.018483 -0.892091,2.784311 0.283119,3.959522 L 28.322609,32 l -9.56942,9.56942 c -1.17521,1.175211 -1.301603,2.941039 -0.283118,3.959523 1.018484,1.018482 2.784311,0.892091 3.959521,-0.28312 l 9.56942,-9.56942 9.570801,9.570801 c 1.17521,1.17521 2.941038,1.301602 3.959521,0.283119 1.018484,-1.018483 0.893473,-2.785693 -0.281737,-3.960903 l -9.570801,-9.570801 9.56942,-9.569419 c 1.17521,-1.175211 1.301603,-2.941039 0.283119,-3.959522 z" />
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -1,597 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
version="1.1"
height="48"
viewBox="0 0 48 48"
id="svg1"
sodipodi:docname="find_48.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="11.313709"
inkscape:cx="33.543378"
inkscape:cy="23.776465"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" /><defs
id="defs5455"><linearGradient
id="linearGradient4256"><stop
style="stop-color:#8cbdf8"
id="stop4258" /><stop
offset="1"
style="stop-color:#d5e8ff"
id="stop4260" /></linearGradient><linearGradient
id="linearGradient4232"><stop
style="stop-color:#3889e9"
id="stop4234-0" /><stop
offset="1"
style="stop-color:#5ea5fb"
id="stop4236" /></linearGradient><linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"><stop
offset="0"
stop-color="#46bac6"
id="stop1" /><stop
offset="1"
stop-color="#1497a5"
id="stop2" /></linearGradient><linearGradient
id="linearGradient4194"><stop
style="stop-color:#b5006a"
id="stop4196" /><stop
offset="1"
style="stop-color:#c70073"
id="stop4198" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient854"
gradientUnits="userSpaceOnUse"
x1="203.3689"
y1="55.640129"
x2="244.86897"
y2="55.640129" /><linearGradient
inkscape:collect="always"
id="linearGradient848"><stop
style="stop-color:#4b8bd4;stop-opacity:1"
offset="0"
id="stop844" /><stop
style="stop-color:#3b6ca7;stop-opacity:1"
offset="1"
id="stop846" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient1004"
gradientUnits="userSpaceOnUse"
x1="387.57144"
y1="505.798"
x2="445.57141"
y2="505.798"
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
id="linearGradient4301"><stop
style="stop-color:#f10000;stop-opacity:1"
offset="0"
id="stop4303" /><stop
style="stop-color:#b20000;stop-opacity:1"
offset="1"
id="stop4305" /></linearGradient><linearGradient
id="linearGradient4305"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4307" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4309" /></linearGradient><linearGradient
id="linearGradient4428"
y1="4.7160001"
x1="17.483"
y2="39.833"
x2="37.757999"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"><stop
stop-color="#3fc380"
id="stop4430"
style="stop-color:#3cc6ae;stop-opacity:1" /><stop
offset="1"
stop-color="#3f8ed3"
id="stop4432"
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
id="a-2"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-384.57,-499.8)"><stop
stop-color="#2a2c2f"
id="stop7" /><stop
offset="1"
stop-color="#424649"
id="stop9" /></linearGradient><linearGradient
id="b"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop12" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop14" /></linearGradient><linearGradient
id="c"
y1="522.79999"
x1="403.57001"
y2="534.79999"
x2="413.26001"
gradientUnits="userSpaceOnUse"><stop
stop-color="#020303"
id="stop17" /><stop
offset="1"
stop-color="#424649"
stop-opacity="0"
id="stop19" /></linearGradient><linearGradient
xlink:href="#c"
id="d"
y1="521.79999"
x1="400.76999"
y2="533.59998"
gradientUnits="userSpaceOnUse"
x2="412.57001" /><path
fill-rule="evenodd"
id="e"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-3"><stop
id="stop4268"
stop-color="#2a2c2f" /><stop
id="stop4270"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-6"><stop
id="stop4273"
stop-color="#989a9b" /><stop
id="stop4275"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-5"
fill-rule="evenodd" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="a-35"><stop
id="stop4339"
stop-color="#3fc380" /><stop
id="stop4341"
stop-color="#3f8ed3"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="b-62"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="c-9"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="d-1"><stop
id="stop4346"
stop-color="#148e76" /><stop
id="stop4348"
stop-color="#218059"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(0,-2)"
gradientUnits="userSpaceOnUse"
x2="43"
y2="31"
x1="4"
y1="18"
id="e-2"><stop
id="stop4351"
stop-color="#292c2f"
style="stop-color:#000000;stop-opacity:1" /><stop
id="stop4353"
stop-opacity="0"
offset="1"
style="stop-color:#000000;stop-opacity:0.32644629" /></linearGradient><linearGradient
gradientTransform="translate(0,14)"
gradientUnits="userSpaceOnUse"
x2="44"
y2="28"
x1="30.625"
y1="14"
id="f"
xlink:href="#e-2" /><linearGradient
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="g"
xlink:href="#d-1" /><linearGradient
x1="428.81601"
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="388.86499"
y2="499.67899"
y1="547.63397"
id="a-9"><stop
id="stop7-3"
stop-color="#2a2c2f" /><stop
id="stop9-6"
stop-color="#536161"
offset="1" /></linearGradient><linearGradient
x1="36"
gradientUnits="userSpaceOnUse"
x2="14"
y2="12"
y1="44"
id="b-0"><stop
style="stop-color:#bfc9c9;stop-opacity:1"
id="stop12-6"
stop-color="#536161" /><stop
style="stop-color:#fbfbfb;stop-opacity:1"
id="stop14-2"
stop-color="#f4f5f5"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="418.57001"
y1="529.79999"
id="c-61"><stop
id="stop17-8"
stop-color="#292c2f" /><stop
id="stop19-7"
stop-opacity="0"
offset="1" /></linearGradient><style
type="text/css"
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
gradientTransform="translate(-404.99,-523.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="406.50101"
y1="527.01398"
id="c-6"><stop
id="stop17-7"
stop-color="#292c2f" /><stop
id="stop19-5"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
xlink:href="#linearGradient4428"
id="linearGradient4408-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,43.823,-1.66)"
x1="9.875"
y1="-2.3239999"
x2="44.278"
y2="42.318001" /><linearGradient
id="a-8"><stop
id="stop4631"
stop-opacity=".742"
stop-color="#dcedfe" /><stop
id="stop4633"
stop-opacity="0"
stop-color="#dcedfe"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(15.653,1.018)"
x2="40.709"
gradientUnits="userSpaceOnUse"
y2="30.416"
x1="10.972"
y1="-0.017999999"
id="b-4"><stop
id="stop4636" /><stop
id="stop4638"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(23.03,5.02)"
x2="29.129999"
gradientUnits="userSpaceOnUse"
y2="22.129999"
x1="11"
y1="4"
id="c-5"
xlink:href="#b-4" /><linearGradient
gradientTransform="translate(-99.4835,-40.4835)"
x2="30.347"
gradientUnits="userSpaceOnUse"
y2="45.981998"
x1="7.3470001"
y1="6.9819999"
id="d-0"><stop
id="stop4642"
stop-color="#eeeeee" /><stop
id="stop4644"
stop-color="#cccccc"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
x2="0"
gradientUnits="userSpaceOnUse"
y2="32"
y1="36"
id="e-3"><stop
id="stop4647"
stop-color="#c58c00" /><stop
id="stop4649"
stop-color="#ffc318"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
x2="19"
gradientUnits="userSpaceOnUse"
y2="33"
x1="23.219999"
y1="42.986"
id="f-6"><stop
id="stop4652"
stop-color="#70431c" /><stop
id="stop4654"
stop-color="#be8c5a"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-106.4835,-44.4855)"
x2="21"
gradientUnits="userSpaceOnUse"
y2="46"
x1="13.98"
y1="38.957001"
id="g-1"
xlink:href="#b-4" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="2.987"
y1="43.922001"
id="h"
gradientTransform="translate(-122.5135,-45.5035)"><stop
id="stop4658"
stop-color="#22a7f0" /><stop
id="stop4660"
stop-color="#19b5fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="34.040001"
y1="43.922001"
id="i"><stop
id="stop4663"
stop-color="#c8e3fe" /><stop
id="stop4665"
stop-color="#e4f1fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="27"
x1="19"
y2="44"
y1="33.998001"
id="j"><stop
id="stop4668"
stop-color="#383e51" /><stop
id="stop4670"
stop-opacity="0"
stop-color="#655c6f"
offset="1" /></linearGradient><radialGradient
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)"
gradientUnits="userSpaceOnUse"
r="16"
id="k"
xlink:href="#a-8"
cy="48.672001"
cx="31.01" /><radialGradient
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)"
gradientUnits="userSpaceOnUse"
r="16"
id="l"
xlink:href="#a-8"
cy="38.130001"
cx="30.299999" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-0"><stop
id="stop4858"
stop-color="#2a2c2f" /><stop
id="stop4860"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-63"><stop
id="stop4863"
stop-color="#989a9b" /><stop
id="stop4865"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-0"
fill-rule="evenodd" /><linearGradient
xlink:href="#linearGradient4305"
id="linearGradient4311"
x1="16.75"
y1="-4.5"
x2="36"
y2="32"
gradientUnits="userSpaceOnUse" /><radialGradient
xlink:href="#linearGradient4301"
id="radialGradient4309"
cx="20.853001"
cy="17.349001"
fx="20.853001"
fy="17.349001"
r="8.1289997"
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
gradientUnits="userSpaceOnUse" /><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-09"><stop
id="stop7-36"
stop-color="#2a2c2f" /><stop
id="stop9-0"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-626"><stop
id="stop12-1"
stop-color="#989a9b" /><stop
id="stop14-8"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-02"
fill-rule="evenodd" /><linearGradient
id="a-3-3"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4268-7" /><stop
offset="1"
stop-color="#424649"
id="stop4270-5" /></linearGradient><linearGradient
id="b-6-9"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4273-2" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4275-2" /></linearGradient><path
fill-rule="evenodd"
id="e-5-8"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><style
id="current-color-scheme-8"
type="text/css">
.ColorScheme-Text { color:#4d4d4d; }
</style><linearGradient
id="e-3-3"
y1="36"
y2="32"
gradientUnits="userSpaceOnUse"
x2="0"
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
stop-color="#c58c00"
id="stop4647-2" /><stop
offset="1"
stop-color="#ffc318"
id="stop4649-0" /></linearGradient><linearGradient
gradientTransform="translate(-122.5135,-45.5035)"
id="h-5"
y1="43.922001"
y2="2.987"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#22a7f0"
id="stop4658-5" /><stop
offset="1"
stop-color="#19b5fe"
id="stop4660-4" /></linearGradient><linearGradient
id="i-7"
y1="43.922001"
y2="34.040001"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#c8e3fe"
id="stop4663-6" /><stop
offset="1"
stop-color="#e4f1fe"
id="stop4665-5" /></linearGradient><radialGradient
cx="31.01"
cy="48.672001"
xlink:href="#a-8"
id="k-3"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)" /><radialGradient
cx="30.299999"
cy="38.130001"
xlink:href="#a-8"
id="l-7"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)" /><linearGradient
id="a-0-4"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4858-5" /><stop
offset="1"
stop-color="#424649"
id="stop4860-2" /></linearGradient><linearGradient
id="b-63-5"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4863-4" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4865-7" /></linearGradient><path
fill-rule="evenodd"
id="e-0-4"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /></defs><metadata
id="metadata5458" /><g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-384.57143,-515.798)"><path
id="rect11"
style="fill:#09bec8;fill-opacity:1;stroke:none;stroke-width:0.827924"
d="m 389.79457,521.05476 c -2.89014,0 -5.21987,2.50297 -5.21987,5.61828 v 8.66179 c 0,-3.42773 2.08992,-4.85823 5.21987,-4.85823 h 8.34707 c 11.47659,-1.1423 9.48749,-5.63503 16.79123,-5.63503 h 12.28791 c 2.88987,0 5.35043,1.21388 5.35043,4.37946 v -2.54799 c 0,-3.11531 -2.32639,-5.61828 -5.21651,-5.61828 z m 25.13494,5.28346 c -7.30369,0 -5.31454,4.49606 -16.79123,5.63837 h -8.35042 c -3.12993,0 -5.2165,1.42716 -5.2165,4.85491 v 15.9977 c 0,3.16557 2.32654,5.71204 5.2165,5.71204 h 37.56016 c 2.88995,0 5.21648,-2.54733 5.21648,-5.71204 v -1.29575 c 7.4e-4,-0.0386 0.007,-0.0751 0.007,-0.11383 v -0.0871 c 0,0.0389 -0.007,0.0751 -0.007,0.11383 v -20.73208 c 0,-3.16557 -2.46042,-4.37609 -5.35042,-4.37609 z m 1.48661,7.77118 c 4.38041,0 7.95534,3.57492 7.95534,7.95534 0,1.80186 -0.60349,3.46814 -1.62054,4.80466 l 6.01338,6.01003 c 0.33576,0.33578 0.33578,0.87627 0,1.21205 l -0.51898,0.51898 c -0.33577,0.33577 -0.87627,0.33577 -1.21205,0 l -6.0435,-6.04353 c -1.29531,0.91461 -2.87406,1.45313 -4.57365,1.45313 -4.3804,0 -7.95534,-3.57492 -7.95532,-7.95532 0,-4.38042 3.57492,-7.95534 7.95532,-7.95534 z m 0,2.22656 c -3.17708,0 -5.72876,2.5517 -5.72876,5.72878 0,3.17709 2.55168,5.72878 5.72876,5.72876 3.17711,2e-5 5.72878,-2.55167 5.72878,-5.72876 0,-3.17708 -2.55167,-5.72878 -5.72878,-5.72878 z" /></g></svg>

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
data_from_portwine/img/gui/gameforge.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

@ -1,596 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="28"
version="1.1"
height="28"
viewBox="0 0 28 28"
id="svg1"
sodipodi:docname="history.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="22.627417"
inkscape:cx="6.8279999"
inkscape:cy="14.584077"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs5455"><linearGradient
id="linearGradient4256"><stop
style="stop-color:#8cbdf8"
id="stop4258" /><stop
offset="1"
style="stop-color:#d5e8ff"
id="stop4260" /></linearGradient><linearGradient
id="linearGradient4232"><stop
style="stop-color:#3889e9"
id="stop4234-0" /><stop
offset="1"
style="stop-color:#5ea5fb"
id="stop4236" /></linearGradient><linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"><stop
offset="0"
stop-color="#46bac6"
id="stop1" /><stop
offset="1"
stop-color="#1497a5"
id="stop2" /></linearGradient><linearGradient
id="linearGradient4194"><stop
style="stop-color:#b5006a"
id="stop4196" /><stop
offset="1"
style="stop-color:#c70073"
id="stop4198" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient854"
gradientUnits="userSpaceOnUse"
x1="203.3689"
y1="55.640129"
x2="244.86897"
y2="55.640129" /><linearGradient
inkscape:collect="always"
id="linearGradient848"><stop
style="stop-color:#4b8bd4;stop-opacity:1"
offset="0"
id="stop844" /><stop
style="stop-color:#3b6ca7;stop-opacity:1"
offset="1"
id="stop846" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient848"
id="linearGradient1004"
gradientUnits="userSpaceOnUse"
x1="387.57144"
y1="505.798"
x2="445.57141"
y2="505.798"
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
id="linearGradient4301"><stop
style="stop-color:#f10000;stop-opacity:1"
offset="0"
id="stop4303" /><stop
style="stop-color:#b20000;stop-opacity:1"
offset="1"
id="stop4305" /></linearGradient><linearGradient
id="linearGradient4305"><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4307" /><stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4309" /></linearGradient><linearGradient
id="linearGradient4428"
y1="4.7160001"
x1="17.483"
y2="39.833"
x2="37.757999"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"><stop
stop-color="#3fc380"
id="stop4430"
style="stop-color:#3cc6ae;stop-opacity:1" /><stop
offset="1"
stop-color="#3f8ed3"
id="stop4432"
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
id="a-2"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-384.57,-499.8)"><stop
stop-color="#2a2c2f"
id="stop7" /><stop
offset="1"
stop-color="#424649"
id="stop9" /></linearGradient><linearGradient
id="b"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop12" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop14" /></linearGradient><linearGradient
id="c"
y1="522.79999"
x1="403.57001"
y2="534.79999"
x2="413.26001"
gradientUnits="userSpaceOnUse"><stop
stop-color="#020303"
id="stop17" /><stop
offset="1"
stop-color="#424649"
stop-opacity="0"
id="stop19" /></linearGradient><linearGradient
xlink:href="#c"
id="d"
y1="521.79999"
x1="400.76999"
y2="533.59998"
gradientUnits="userSpaceOnUse"
x2="412.57001" /><path
fill-rule="evenodd"
id="e"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-3"><stop
id="stop4268"
stop-color="#2a2c2f" /><stop
id="stop4270"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-6"><stop
id="stop4273"
stop-color="#989a9b" /><stop
id="stop4275"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-5"
fill-rule="evenodd" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="a-35"><stop
id="stop4339"
stop-color="#3fc380" /><stop
id="stop4341"
stop-color="#3f8ed3"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="b-62"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="c-9"
xlink:href="#a-35" /><linearGradient
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="d-1"><stop
id="stop4346"
stop-color="#148e76" /><stop
id="stop4348"
stop-color="#218059"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(0,-2)"
gradientUnits="userSpaceOnUse"
x2="43"
y2="31"
x1="4"
y1="18"
id="e-2"><stop
id="stop4351"
stop-color="#292c2f"
style="stop-color:#000000;stop-opacity:1" /><stop
id="stop4353"
stop-opacity="0"
offset="1"
style="stop-color:#000000;stop-opacity:0.32644629" /></linearGradient><linearGradient
gradientTransform="translate(0,14)"
gradientUnits="userSpaceOnUse"
x2="44"
y2="28"
x1="30.625"
y1="14"
id="f"
xlink:href="#e-2" /><linearGradient
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
gradientUnits="userSpaceOnUse"
x2="37.757999"
y2="39.833"
x1="17.483"
y1="4.7160001"
id="g"
xlink:href="#d-1" /><linearGradient
x1="428.81601"
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="388.86499"
y2="499.67899"
y1="547.63397"
id="a-9"><stop
id="stop7-3"
stop-color="#2a2c2f" /><stop
id="stop9-6"
stop-color="#536161"
offset="1" /></linearGradient><linearGradient
x1="36"
gradientUnits="userSpaceOnUse"
x2="14"
y2="12"
y1="44"
id="b-0"><stop
style="stop-color:#bfc9c9;stop-opacity:1"
id="stop12-6"
stop-color="#536161" /><stop
style="stop-color:#fbfbfb;stop-opacity:1"
id="stop14-2"
stop-color="#f4f5f5"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="418.57001"
y1="529.79999"
id="c-61"><stop
id="stop17-8"
stop-color="#292c2f" /><stop
id="stop19-7"
stop-opacity="0"
offset="1" /></linearGradient><style
type="text/css"
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
gradientTransform="translate(-404.99,-523.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="406.50101"
y1="527.01398"
id="c-6"><stop
id="stop17-7"
stop-color="#292c2f" /><stop
id="stop19-5"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
xlink:href="#linearGradient4428"
id="linearGradient4408-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,43.823,-1.66)"
x1="9.875"
y1="-2.3239999"
x2="44.278"
y2="42.318001" /><linearGradient
id="a-8"><stop
id="stop4631"
stop-opacity=".742"
stop-color="#dcedfe" /><stop
id="stop4633"
stop-opacity="0"
stop-color="#dcedfe"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(15.653,1.018)"
x2="40.709"
gradientUnits="userSpaceOnUse"
y2="30.416"
x1="10.972"
y1="-0.017999999"
id="b-4"><stop
id="stop4636" /><stop
id="stop4638"
stop-opacity="0"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(23.03,5.02)"
x2="29.129999"
gradientUnits="userSpaceOnUse"
y2="22.129999"
x1="11"
y1="4"
id="c-5"
xlink:href="#b-4" /><linearGradient
gradientTransform="translate(-99.4835,-40.4835)"
x2="30.347"
gradientUnits="userSpaceOnUse"
y2="45.981998"
x1="7.3470001"
y1="6.9819999"
id="d-0"><stop
id="stop4642"
stop-color="#eeeeee" /><stop
id="stop4644"
stop-color="#cccccc"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
x2="0"
gradientUnits="userSpaceOnUse"
y2="32"
y1="36"
id="e-3"><stop
id="stop4647"
stop-color="#c58c00" /><stop
id="stop4649"
stop-color="#ffc318"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
x2="19"
gradientUnits="userSpaceOnUse"
y2="33"
x1="23.219999"
y1="42.986"
id="f-6"><stop
id="stop4652"
stop-color="#70431c" /><stop
id="stop4654"
stop-color="#be8c5a"
offset="1" /></linearGradient><linearGradient
gradientTransform="translate(-106.4835,-44.4855)"
x2="21"
gradientUnits="userSpaceOnUse"
y2="46"
x1="13.98"
y1="38.957001"
id="g-1"
xlink:href="#b-4" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="2.987"
y1="43.922001"
id="h"
gradientTransform="translate(-122.5135,-45.5035)"><stop
id="stop4658"
stop-color="#22a7f0" /><stop
id="stop4660"
stop-color="#19b5fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="34.040001"
y1="43.922001"
id="i"><stop
id="stop4663"
stop-color="#c8e3fe" /><stop
id="stop4665"
stop-color="#e4f1fe"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="27"
x1="19"
y2="44"
y1="33.998001"
id="j"><stop
id="stop4668"
stop-color="#383e51" /><stop
id="stop4670"
stop-opacity="0"
stop-color="#655c6f"
offset="1" /></linearGradient><radialGradient
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)"
gradientUnits="userSpaceOnUse"
r="16"
id="k"
xlink:href="#a-8"
cy="48.672001"
cx="31.01" /><radialGradient
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)"
gradientUnits="userSpaceOnUse"
r="16"
id="l"
xlink:href="#a-8"
cy="38.130001"
cx="30.299999" /><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-0"><stop
id="stop4858"
stop-color="#2a2c2f" /><stop
id="stop4860"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-63"><stop
id="stop4863"
stop-color="#989a9b" /><stop
id="stop4865"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-0"
fill-rule="evenodd" /><linearGradient
xlink:href="#linearGradient4305"
id="linearGradient4311"
x1="16.75"
y1="-4.5"
x2="36"
y2="32"
gradientUnits="userSpaceOnUse" /><radialGradient
xlink:href="#linearGradient4301"
id="radialGradient4309"
cx="20.853001"
cy="17.349001"
fx="20.853001"
fy="17.349001"
r="8.1289997"
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
gradientUnits="userSpaceOnUse" /><linearGradient
gradientTransform="translate(-384.57,-499.8)"
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-09"><stop
id="stop7-36"
stop-color="#2a2c2f" /><stop
id="stop9-0"
stop-color="#424649"
offset="1" /></linearGradient><linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="506.79999"
y1="532.79999"
id="b-626"><stop
id="stop12-1"
stop-color="#989a9b" /><stop
id="stop14-8"
stop-color="#f6f6f7"
offset="1" /></linearGradient><path
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z"
id="e-02"
fill-rule="evenodd" /><linearGradient
id="a-3-3"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4268-7" /><stop
offset="1"
stop-color="#424649"
id="stop4270-5" /></linearGradient><linearGradient
id="b-6-9"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4273-2" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4275-2" /></linearGradient><path
fill-rule="evenodd"
id="e-5-8"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><style
id="current-color-scheme-8"
type="text/css">
.ColorScheme-Text { color:#4d4d4d; }
</style><linearGradient
id="e-3-3"
y1="36"
y2="32"
gradientUnits="userSpaceOnUse"
x2="0"
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
stop-color="#c58c00"
id="stop4647-2" /><stop
offset="1"
stop-color="#ffc318"
id="stop4649-0" /></linearGradient><linearGradient
gradientTransform="translate(-122.5135,-45.5035)"
id="h-5"
y1="43.922001"
y2="2.987"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#22a7f0"
id="stop4658-5" /><stop
offset="1"
stop-color="#19b5fe"
id="stop4660-4" /></linearGradient><linearGradient
id="i-7"
y1="43.922001"
y2="34.040001"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#c8e3fe"
id="stop4663-6" /><stop
offset="1"
stop-color="#e4f1fe"
id="stop4665-5" /></linearGradient><radialGradient
cx="31.01"
cy="48.672001"
xlink:href="#a-8"
id="k-3"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.59169,-0.93256,2.10028,1.33257,-80.07,8.555)" /><radialGradient
cx="30.299999"
cy="38.130001"
xlink:href="#a-8"
id="l-7"
r="16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.53188,-0.49081,0.78529,0.851,-19.809,-0.579)" /><linearGradient
id="a-0-4"
y1="543.79999"
y2="503.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#2a2c2f"
id="stop4858-5" /><stop
offset="1"
stop-color="#424649"
id="stop4860-2" /></linearGradient><linearGradient
id="b-63-5"
y1="532.79999"
y2="506.79999"
x2="0"
gradientUnits="userSpaceOnUse"><stop
stop-color="#989a9b"
id="stop4863-4" /><stop
offset="1"
stop-color="#f6f6f7"
id="stop4865-7" /></linearGradient><path
fill-rule="evenodd"
id="e-0-4"
d="m 426.57,529.8 -16,11 -8,-8 -2,-9 17,-5 z" /><style
id="style1">.cls-1{fill-rule:evenodd;}</style></defs><metadata
id="metadata5458" /><path
class="cls-1"
d="m 388.28983,541.22792 a 2.5732,2.5732 0 0 0 2.56978,2.57008 h 15.42364 a 2.5728889,2.5728889 0 0 0 2.56978,-2.57008 v -17.62103 a 0.65333333,0.65333333 0 0 0 -0.19351,-0.46386 l -7.14933,-7.15307 A 0.66111111,0.66111111 0 0 0 401.0457,515.798 h -10.18609 a 2.5735111,2.5735111 0 0 0 -2.56978,2.57072 z m 18.32102,-18.27809 h -3.514 a 1.5966222,1.5966222 0 0 1 -1.59444,-1.59538 v -3.51431 z m -14.42746,2.65937 a 0.65644444,0.65644444 0 0 1 -0.65552,-0.65644 v -5.05307 a 0.65644444,0.65644444 0 0 1 0.65552,-0.65613 h 5.05431 a 0.65613333,0.65613333 0 0 1 0.6552,0.65613 v 5.05307 a 0.65644444,0.65644444 0 0 1 -0.6552,0.65644 z m 0.65768,-5.05337 h 3.73925 v 3.7408 h -3.73925 z m -1.75186,8.66257 a 0.65706667,0.65706667 0 0 1 0.658,-0.65644 h 13.64844 a 0.656445,0.656445 0 1 1 0,1.31289 h -13.64844 a 0.65706667,0.65706667 0 0 1 -0.658,-0.65645 z m 0,3.54356 a 0.65675556,0.65675556 0 0 1 0.658,-0.65613 h 13.64844 a 0.65644444,0.65644444 0 1 1 0,1.31257 h -13.64844 a 0.65675556,0.65675556 0 0 1 -0.658,-0.65644 z m 0,3.54387 a 0.65675556,0.65675556 0 0 1 0.658,-0.65614 h 13.64844 a 0.65644444,0.65644444 0 1 1 0,1.31258 h -13.64844 a 0.65675556,0.65675556 0 0 1 -0.658,-0.65644 z m 0,3.54386 a 0.65675556,0.65675556 0 0 1 0.658,-0.65644 h 13.64844 a 0.65644444,0.65644444 0 1 1 0,1.31258 h -13.64844 a 0.65675556,0.65675556 0 0 1 -0.658,-0.65614 z"
id="path1"
style="fill:#09bec8;fill-opacity:1;stroke-width:0.311111"
transform="translate(-384.57143,-515.798)" /></svg>

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="info.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="12.308078"
inkscape:cx="59.919999"
inkscape:cy="30.224054"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
</g>
<path
style="font-size:54.913px;line-height:0px;font-family:Circe;-inkscape-font-specification:Circe;text-align:center;text-anchor:middle;fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 29.226894,15.420605 c 0,-0.768782 0.274565,-1.391129 0.823695,-1.867042 0.54913,-0.512521 1.22639,-0.768782 2.031781,-0.768782 0.768782,0 1.409434,0.256261 1.921955,0.768782 0.512521,0.475913 0.768782,1.09826 0.768782,1.867042 0,0.841999 -0.256261,1.537564 -0.768782,2.086694 -0.512521,0.512521 -1.153173,0.768782 -1.921955,0.768782 -0.805391,0 -1.482651,-0.256261 -2.031781,-0.768782 -0.54913,-0.54913 -0.823695,-1.244695 -0.823695,-2.086694 z"
id="path2" />
<rect
style="fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
id="rect2"
width="4.5960503"
height="28.840216"
x="29.701975"
y="21"
rx="2"
ry="2" />
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

BIN
data_from_portwine/img/gui/itch.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

BIN
data_from_portwine/img/gui/mame.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

@ -1,137 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
height="48"
viewBox="0 0 48 48"
version="1.1"
id="svg1"
xml:space="preserve"
sodipodi:docname="error.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
inkscape:export-filename="error.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="6.1208931"
inkscape:cx="-12.416489"
inkscape:cy="18.869795"
inkscape:window-width="1920"
inkscape:window-height="1027"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs1"><inkscape:path-effect
effect="perspective-envelope"
up_left_point="800.80455,142.57841"
up_right_point="940.11735,142.57841"
down_left_point="713.0918,247.98828"
down_right_point="1027.8301,247.98828"
id="path-effect16"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="952.62987,270.86309"
up_right_point="967.78613,270.86309"
down_left_point="936.53304,284.60478"
down_right_point="983.88296,284.60478"
id="path-effect14"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect10"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect8"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect6"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect4"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="213.79951,335.28325"
up_right_point="351.18682,335.28325"
down_left_point="140.95117,410.48047"
down_right_point="424.03516,410.48047"
id="path-effect3"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="150.95065,137.3959"
up_right_point="414.0361,137.3959"
down_left_point="150.95065,400.48135"
down_right_point="414.0361,400.48135"
id="path-effect1"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /></defs><path
id="rect2"
style="fill:#ff0000;fill-opacity:1;stroke:#4d4c72;stroke-width:0"
d="M 7.6113281 0 C 3.3945763 0 0 3.2765372 0 7.3457031 L 0 40.654297 C 0 44.723463 3.3945763 48 7.6113281 48 L 40.388672 48 C 44.605424 48 48 44.723463 48 40.654297 L 48 7.3457031 C 48 3.2765372 44.605424 0 40.388672 0 L 7.6113281 0 z M 13.808594 10.861328 C 14.554594 10.861328 15.301408 11.156877 15.892578 11.748047 L 24 19.855469 L 32.107422 11.748047 C 33.289762 10.565707 35.091099 10.565707 36.273438 11.748047 C 37.455777 12.930386 37.455777 14.731723 36.273438 15.914062 L 28.166016 24.021484 L 36.273438 32.128906 C 37.455777 33.311245 37.455777 35.112582 36.273438 36.294922 C 35.710419 36.857941 34.979631 37.138672 34.191406 37.138672 C 33.40318 37.138672 32.67044 36.857941 32.107422 36.294922 L 24 28.1875 L 15.892578 36.294922 C 15.32956 36.857941 14.59682 37.138672 13.808594 37.138672 C 13.020369 37.138672 12.289581 36.857941 11.726562 36.294922 C 10.544223 35.112582 10.544223 33.311245 11.726562 32.128906 L 19.833984 24.021484 L 11.726562 15.914062 C 10.544223 14.731723 10.544223 12.930386 11.726562 11.748047 C 12.317732 11.156877 13.062594 10.861328 13.808594 10.861328 z " /></svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

@ -1,138 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
height="48"
viewBox="0 0 48 48"
version="1.1"
id="svg1"
xml:space="preserve"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
sodipodi:docname="notify.svg"
inkscape:export-filename="notify.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="6.1208931"
inkscape:cx="-12.416489"
inkscape:cy="18.869795"
inkscape:window-width="1920"
inkscape:window-height="1027"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs1"><inkscape:path-effect
effect="perspective-envelope"
up_left_point="800.80455,142.57841"
up_right_point="940.11735,142.57841"
down_left_point="713.0918,247.98828"
down_right_point="1027.8301,247.98828"
id="path-effect16"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="952.62987,270.86309"
up_right_point="967.78613,270.86309"
down_left_point="936.53304,284.60478"
down_right_point="983.88296,284.60478"
id="path-effect14"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect10"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect8"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect6"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect4"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="213.79951,335.28325"
up_right_point="351.18682,335.28325"
down_left_point="140.95117,410.48047"
down_right_point="424.03516,410.48047"
id="path-effect3"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="150.95065,137.3959"
up_right_point="414.0361,137.3959"
down_left_point="150.95065,400.48135"
down_right_point="414.0361,400.48135"
id="path-effect1"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /></defs><path
d="M 48,24 C 48,37.25424 37.25424,48 24,48 10.74576,48 0,37.25424 0,24 0,10.74576 10.74576,0 24,0 37.25424,0 48,10.74576 48,24 Z M 24,18.80256 c 1.41936,0 2.57064,1.151232 2.57064,2.572512 v 13.64832 c 0,1.421232 -1.151232,2.572512 -2.57064,2.572512 -1.419408,0 -2.57064,-1.151232 -2.57064,-2.572512 v -13.64832 c 0,-1.421232 1.151232,-2.572512 2.57064,-2.572512 z m 2.57064,-5.08896 c 0,-1.41936 -1.151232,-2.57064 -2.57064,-2.57064 -1.419408,0 -2.57064,1.151232 -2.57064,2.57064 v 0.04688 c 0,1.41936 1.151232,2.57064 2.57064,2.57064 1.419408,0 2.57064,-1.151232 2.57064,-2.57064 z"
fill-rule="evenodd"
id="path1"
style="stroke-width:0.48;fill:#09bec8;fill-opacity:1" /></svg>

Before

Width:  |  Height:  |  Size: 5.3 KiB

@ -1,137 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
height="48"
viewBox="0 0 48 48"
version="1.1"
id="svg1"
xml:space="preserve"
sodipodi:docname="warning.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
inkscape:export-filename="warning.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="6.1208931"
inkscape:cx="-12.416489"
inkscape:cy="18.706421"
inkscape:window-width="1920"
inkscape:window-height="1027"
inkscape:window-x="-4"
inkscape:window-y="-4"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs1"><inkscape:path-effect
effect="perspective-envelope"
up_left_point="800.80455,142.57841"
up_right_point="940.11735,142.57841"
down_left_point="713.0918,247.98828"
down_right_point="1027.8301,247.98828"
id="path-effect16"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="952.62987,270.86309"
up_right_point="967.78613,270.86309"
down_left_point="936.53304,284.60478"
down_right_point="983.88296,284.60478"
id="path-effect14"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect10"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect8"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect6"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="221.7625,226.76598"
up_right_point="370.33352,226.76598"
down_left_point="221.7625,303.35394"
down_right_point="370.33352,303.35394"
id="path-effect4"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="true"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="213.79951,335.28325"
up_right_point="351.18682,335.28325"
down_left_point="140.95117,410.48047"
down_right_point="424.03516,410.48047"
id="path-effect3"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /><inkscape:path-effect
effect="perspective-envelope"
up_left_point="150.95065,137.3959"
up_right_point="414.0361,137.3959"
down_left_point="150.95065,400.48135"
down_right_point="414.0361,400.48135"
id="path-effect1"
is_visible="true"
lpeversion="1"
deform_type="perspective"
horizontal_mirror="false"
vertical_mirror="true"
overflow_perspective="false" /></defs><path
d="M 7.1971726,48 H 40.780971 c 5.527113,0 9.001299,-6.666667 6.264062,-11.884058 L 30.200495,4.0000002 c -2.737237,-5.3333336 -9.685609,-5.3333336 -12.422847,0 L 0.93310958,36.115942 C -1.7514884,41.391304 1.6700586,48 7.1971726,48 Z M 24.041711,40.869566 c -1.473897,0 -2.684598,-1.333334 -2.684598,-2.956523 0,-1.623188 1.210701,-2.956522 2.684598,-2.956522 1.473897,0 2.684598,1.333334 2.631959,3.014494 0.05264,1.565217 -1.210701,2.898551 -2.631959,2.898551 z M 23.357402,14.202898 c 1.26334,-0.347826 2.579319,0.347827 3.105711,1.68116 0.157918,0.463768 0.263196,0.927537 0.263196,1.449275 -0.05264,1.449276 -0.157917,2.956523 -0.263196,4.405797 -0.105278,2.26087 -0.263196,4.57971 -0.368474,6.84058 -0.05264,0.753624 -0.05264,1.391305 -0.05264,2.144928 -0.05264,1.217391 -0.894866,2.144928 -2.000289,2.144928 -1.105423,0 -1.94765,-0.869566 -2.000289,-2.086958 -0.157918,-3.536231 -0.368474,-7.072463 -0.526392,-10.608695 -0.05264,-0.927536 -0.105278,-1.855073 -0.157917,-2.84058 -0.05264,-1.449275 0.736948,-2.724637 2.00029,-3.130435 z"
id="path1"
style="stroke-width:0.552408;fill:#ff6600" /></svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 64 KiB

@ -1,85 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-blue.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="458.82353"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#09bec8;fill-opacity:1">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#09bec8;stroke-width:11.4589;fill-opacity:1"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#09bec8;fill-opacity:1">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#09bec8;fill-opacity:1">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#09bec8;fill-opacity:1" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

@ -1,84 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-dark.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="457.64706"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#ffffff;stroke-width:11.4589"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#ffffff">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#ffffff">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#ffffff" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

@ -1,85 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-blue.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="458.82353"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#09bec8;fill-opacity:1">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#09bec8;stroke-width:11.4589;fill-opacity:1"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#09bec8;fill-opacity:1">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#09bec8;fill-opacity:1">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#09bec8;fill-opacity:1" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

@ -1,85 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-iight.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="457.64706"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#000000">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#000000;stroke-width:11.4589"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#000000">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#000000">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#000000" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
data_from_portwine/img/gui/ppsspp.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data_from_portwine/img/gui/project64.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="question.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="12.308078"
inkscape:cx="35.545762"
inkscape:cy="25.511701"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
</g>
<path
style="font-size:54.913px;line-height:0px;font-family:Circe;-inkscape-font-specification:Circe;text-align:center;text-anchor:middle;fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 38.41412,22.856986 c 0,-1.683999 -0.640651,-3.111737 -1.921954,-4.283214 -1.244695,-1.171477 -2.837172,-1.757216 -4.777431,-1.757216 -3.148345,0 -5.710952,1.354521 -7.68782,4.063562 -1.490304,1.033702 -4.342975,-0.248439 -2.635824,-2.910389 1.025043,-1.683999 2.489389,-3.020215 4.39304,-4.008649 1.903651,-1.025043 3.97204,-1.537564 6.205169,-1.537564 3.404606,0 6.113647,0.915217 8.127123,2.74565 2.013477,1.793825 3.020215,4.045258 3.020215,6.754299 0,1.720607 -0.292869,3.239867 -0.878608,4.557779 -0.146435,0.366087 -0.311174,0.713869 -0.494217,1.043347 -0.183043,0.329478 -0.402695,0.658956 -0.658956,0.988434 -0.256261,0.292869 -0.475913,0.54913 -0.658956,0.768782 -0.146435,0.183043 -0.402695,0.439304 -0.768782,0.768781 -0.366087,0.292869 -0.622347,0.512521 -0.768782,0.658956 -0.109826,0.109826 -0.384391,0.347782 -0.823694,0.713869 -0.439304,0.329478 -0.713869,0.530826 -0.823695,0.604043 -0.219652,0.183043 -0.530826,0.439304 -0.933521,0.768782 -0.366087,0.292869 -0.658956,0.530826 -0.878608,0.713869 -0.183043,0.183043 -0.439304,0.421 -0.768782,0.713869 -0.329478,0.292869 -0.585739,0.54913 -0.768782,0.768782 -0.183043,0.219652 -0.384391,0.494217 -0.604043,0.823695 -0.219652,0.329478 -0.384391,0.640652 -0.494217,0.933521 -0.07322,0.292869 -0.164739,0.622347 -0.274565,0.988434 -0.07322,0.366087 -0.109826,0.768782 -0.109826,1.208086 0.03661,0.402695 0.09152,0.841999 0.164739,1.317912 -0.401705,1.990093 -3.482544,1.777267 -3.953736,0.05491 -0.658956,-3.477823 0.201348,-6.205169 2.580911,-8.182037 0.366087,-0.292869 0.97013,-0.750478 1.812129,-1.372825 0.878608,-0.658955 1.555868,-1.189781 2.031781,-1.592476 0.475913,-0.439304 1.006738,-0.988434 1.592477,-1.64739 0.622347,-0.658956 1.061651,-1.372825 1.317912,-2.141607 0.292869,-0.768782 0.439303,-1.610781 0.439303,-2.525998 z M 27.541347,48.446443 c 0,-0.805391 0.292869,-1.482651 0.878608,-2.031781 0.585739,-0.585739 1.354521,-0.878608 2.306346,-0.878608 0.768782,0 1.446042,0.292869 2.031781,0.878608 0.585739,0.585739 0.878608,1.262999 0.878608,2.031781 0,0.878608 -0.274565,1.629086 -0.823695,2.251433 -0.54913,0.585739 -1.244695,0.878608 -2.086694,0.878608 -0.951825,0 -1.720607,-0.292869 -2.306346,-0.878608 -0.585739,-0.622347 -0.878608,-1.372825 -0.878608,-2.251433 z"
id="text1"
aria-label="?"
sodipodi:nodetypes="scscccscscscccsccccsssccccccccccssscssscscs" />
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
data_from_portwine/img/gui/retroarch.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 787 B

Some files were not shown because too many files have changed in this diff Show More