Reformat code, fix typos, and use apt instead of apt-get
27
README-RU.md
@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
<div style="text-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>
|
||||
<h1 style="text-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>
|
||||
@ -10,16 +10,18 @@
|
||||
</a>
|
||||
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
|
||||
<br/>
|
||||
<p align="center">
|
||||
<p style="text-align: center;">
|
||||
Проект, призванный сделать запуск Windows-игр в Linux простым и удобным как для начинающих, так и для опытных пользователей.<br>
|
||||
Проект стремится сделать запуск игр (и другого программного обеспечения) максимально простым, но в то же время предоставляет гибкие настройки для опытных пользователей.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
# **Язык README**
|
||||
|
||||
**Русский** - [English](README.md)
|
||||
|
||||
## Внимание
|
||||
|
||||
**Официальный сайт проекта** с сентября 2022 года: https://linux-gaming.ru. **Любой другой сайт - фальшивка!**
|
||||
|
||||
## Особенности
|
||||
@ -37,24 +39,26 @@
|
||||
|
||||
* 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
|
||||
|
||||
## Установка с помощью пакетов
|
||||
|
||||
* **Alt Linux**
|
||||
|
||||
`apt-get` :
|
||||
`apt` :
|
||||
|
||||
```sh
|
||||
su -
|
||||
|
||||
apt-get update && apt-get dist-upgrade -y
|
||||
apt update && apt dist-upgrade -y
|
||||
|
||||
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
|
||||
apt install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
|
||||
|
||||
exit
|
||||
```
|
||||
|
||||
`Вариант установки с помощью eepm`:
|
||||
|
||||
```sh
|
||||
su -
|
||||
|
||||
@ -71,7 +75,7 @@ exit
|
||||
* **Arch Linux** и производные (Manjaro, Garuda, и т.д.) :
|
||||
[AUR](https://aur.archlinux.org/packages/portproton)
|
||||
|
||||
* **OpenSuse**:
|
||||
* **openSUSE**:
|
||||
[OBS](https://software.opensuse.org/download/package?package=portproton&project=home%3ABoria138%3APortProton)
|
||||
|
||||
* **ROSA Linux** устанавливается с помощью этой команды:
|
||||
@ -164,11 +168,11 @@ sudo dnf install curl bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i6
|
||||
* **Alt Linux**
|
||||
|
||||
```sh
|
||||
sudo apt-get update
|
||||
sudo apt update
|
||||
|
||||
sudo apt-get dist-upgrade -y
|
||||
sudo apt dist-upgrade -y
|
||||
|
||||
sudo apt-get install bubblewrap cabextract curl icoutils i586-libvulkan1 libvulkan1 vulkan-tools zstd
|
||||
sudo apt install bubblewrap cabextract curl icoutils i586-libvulkan1 libvulkan1 vulkan-tools zstd
|
||||
```
|
||||
|
||||
* **ROSA DESKTOP FRESH R12**
|
||||
@ -194,6 +198,7 @@ sudo eopkg it curl file bubblewrap curl icoutils tar zstd cabextract xdg-utils
|
||||
```
|
||||
|
||||
* **Void**
|
||||
|
||||
```sh
|
||||
sudo xbps-install -Su void-repo-multilib
|
||||
|
||||
|
45
README.md
@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
<div style="text-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>
|
||||
<h1 style="text-align: center;">PortProton</h1>
|
||||
<a href="https://github.com/Castro-Fidel/PortProton_ALT/blob/main/LICENSE">
|
||||
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWINE" alt="GitHub License">
|
||||
</a>
|
||||
@ -10,51 +10,57 @@
|
||||
</a>
|
||||
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
|
||||
<br/>
|
||||
<p align="center">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
# **Readme Language**
|
||||
|
||||
**English** - [Русский](README-RU.md)
|
||||
|
||||
## Attention
|
||||
The **official website of the project** since September 2022: https://linux-gaming.ru. **Any other site is fake!**
|
||||
|
||||
The **official website of the project** since September 2022 is: 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 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.
|
||||
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.
|
||||
|
||||
- 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.
|
||||
- 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.
|
||||
|
||||
- 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!**
|
||||
**PLEASE DON'T 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`:
|
||||
`apt`:
|
||||
|
||||
```sh
|
||||
su -
|
||||
|
||||
apt-get update && apt-get dist-upgrade -y
|
||||
apt update && apt dist-upgrade -y
|
||||
|
||||
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
|
||||
apt install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
|
||||
|
||||
exit
|
||||
```
|
||||
|
||||
`epm`:
|
||||
|
||||
```sh
|
||||
su -
|
||||
|
||||
@ -71,13 +77,13 @@ exit
|
||||
sudo urpmi portproton
|
||||
```
|
||||
|
||||
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x** **Deepin** :
|
||||
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x**, and **Deepin**:
|
||||
[portproton_1.4-1_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.4-1_amd64/portproton_1.4-1_amd64.deb)
|
||||
|
||||
* **Arch Linux** and derivatives (Manjaro, Garuda, etc.):
|
||||
[AUR](https://aur.archlinux.org/packages/portproton)
|
||||
|
||||
* **OpenSuse**:
|
||||
* **openSUSE**:
|
||||
[OBS](https://software.opensuse.org/download/package?package=portproton&project=home%3ABoria138%3APortProton)
|
||||
|
||||
* **Fedora 38+** and **Nobara**:
|
||||
@ -88,7 +94,7 @@ sudo dnf copr enable boria138/portproton
|
||||
sudo dnf install portproton
|
||||
```
|
||||
|
||||
* **FlatHub**
|
||||
* **Flathub**
|
||||
|
||||
```sh
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
@ -107,7 +113,7 @@ wget -c "https://github.com/Castro-Fidel/PortProton_ALT/raw/main/portproton" &&
|
||||
|
||||
* **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 (no 32-bit game will 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 (32-bit games don't work without it)
|
||||
|
||||
* **Ubuntu / Linux Mint / Pop!_OS**
|
||||
|
||||
@ -166,9 +172,9 @@ sudo dnf install curl bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i6
|
||||
```sh
|
||||
su -
|
||||
|
||||
apt-get update && apt-get dist-upgrade -y
|
||||
apt update && apt 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}
|
||||
apt 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
|
||||
```
|
||||
@ -196,6 +202,7 @@ sudo eopkg it curl file bubblewrap curl icoutils tar zstd cabextract xdg-utils o
|
||||
```
|
||||
|
||||
* **Void**
|
||||
|
||||
```sh
|
||||
sudo xbps-install -Su void-repo-multilib
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
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"
|
||||
width="28"
|
||||
version="1.1"
|
||||
height="28"
|
||||
@ -10,11 +13,8 @@
|
||||
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
|
||||
><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
@ -31,20 +31,24 @@
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1" /><defs
|
||||
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="stop4260"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4232"><stop
|
||||
style="stop-color:#3889e9"
|
||||
id="stop4234-0" /><stop
|
||||
id="stop4234-0" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#5ea5fb"
|
||||
id="stop4236" /></linearGradient><linearGradient
|
||||
id="stop4236"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a"
|
||||
x1="300"
|
||||
x2="300"
|
||||
@ -53,16 +57,20 @@
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
stop-color="#46bac6"
|
||||
id="stop1" /><stop
|
||||
id="stop1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#1497a5"
|
||||
id="stop2" /></linearGradient><linearGradient
|
||||
id="stop2"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4194"><stop
|
||||
style="stop-color:#b5006a"
|
||||
id="stop4196" /><stop
|
||||
id="stop4196" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#c70073"
|
||||
id="stop4198" /></linearGradient><linearGradient
|
||||
id="stop4198"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient854"
|
||||
@ -70,15 +78,18 @@
|
||||
x1="203.3689"
|
||||
y1="55.640129"
|
||||
x2="244.86897"
|
||||
y2="55.640129" /><linearGradient
|
||||
y2="55.640129"/>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient848"><stop
|
||||
style="stop-color:#4b8bd4;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop844" /><stop
|
||||
id="stop844" />
|
||||
<stop
|
||||
style="stop-color:#3b6ca7;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop846" /></linearGradient><linearGradient
|
||||
id="stop846"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient1004"
|
||||
@ -87,21 +98,26 @@
|
||||
y1="505.798"
|
||||
x2="445.57141"
|
||||
y2="505.798"
|
||||
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
|
||||
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
|
||||
id="stop4303" />
|
||||
<stop
|
||||
style="stop-color:#b20000;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4305" /></linearGradient><linearGradient
|
||||
id="stop4305"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4305"><stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4307" /><stop
|
||||
id="stop4307" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4309" /></linearGradient><linearGradient
|
||||
id="stop4309"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4428"
|
||||
y1="4.7160001"
|
||||
x1="17.483"
|
||||
@ -111,11 +127,13 @@
|
||||
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
|
||||
style="stop-color:#3cc6ae;stop-opacity:1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#3f8ed3"
|
||||
id="stop4432"
|
||||
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
|
||||
style="stop-color:#3f7ad3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a-2"
|
||||
y1="543.79999"
|
||||
y2="503.79999"
|
||||
@ -123,20 +141,24 @@
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-384.57,-499.8)"><stop
|
||||
stop-color="#2a2c2f"
|
||||
id="stop7" /><stop
|
||||
id="stop7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop9" /></linearGradient><linearGradient
|
||||
id="stop9"/></linearGradient>
|
||||
<linearGradient
|
||||
id="b"
|
||||
y1="532.79999"
|
||||
y2="506.79999"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#989a9b"
|
||||
id="stop12" /><stop
|
||||
id="stop12" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop14" /></linearGradient><linearGradient
|
||||
id="stop14"/></linearGradient>
|
||||
<linearGradient
|
||||
id="c"
|
||||
y1="522.79999"
|
||||
x1="403.57001"
|
||||
@ -144,44 +166,53 @@
|
||||
x2="413.26001"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#020303"
|
||||
id="stop17" /><stop
|
||||
id="stop17" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
stop-opacity="0"
|
||||
id="stop19" /></linearGradient><linearGradient
|
||||
id="stop19"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#c"
|
||||
id="d"
|
||||
y1="521.79999"
|
||||
x1="400.76999"
|
||||
y2="533.59998"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="412.57001" /><path
|
||||
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
|
||||
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
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4270"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-6"><stop
|
||||
id="stop4273"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4275"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -190,10 +221,12 @@
|
||||
y1="4.7160001"
|
||||
id="a-35"><stop
|
||||
id="stop4339"
|
||||
stop-color="#3fc380" /><stop
|
||||
stop-color="#3fc380" />
|
||||
<stop
|
||||
id="stop4341"
|
||||
stop-color="#3f8ed3"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -201,7 +234,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="b-62"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -209,7 +243,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="c-9"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -218,10 +253,12 @@
|
||||
y1="4.7160001"
|
||||
id="d-1"><stop
|
||||
id="stop4346"
|
||||
stop-color="#148e76" /><stop
|
||||
stop-color="#148e76" />
|
||||
<stop
|
||||
id="stop4348"
|
||||
stop-color="#218059"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,-2)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="43"
|
||||
@ -231,11 +268,13 @@
|
||||
id="e-2"><stop
|
||||
id="stop4351"
|
||||
stop-color="#292c2f"
|
||||
style="stop-color:#000000;stop-opacity:1" /><stop
|
||||
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
|
||||
style="stop-color:#000000;stop-opacity:0.32644629"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,14)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="44"
|
||||
@ -243,7 +282,8 @@
|
||||
x1="30.625"
|
||||
y1="14"
|
||||
id="f"
|
||||
xlink:href="#e-2" /><linearGradient
|
||||
xlink:href="#e-2"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -251,7 +291,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="g"
|
||||
xlink:href="#d-1" /><linearGradient
|
||||
xlink:href="#d-1"/>
|
||||
<linearGradient
|
||||
x1="428.81601"
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -260,10 +301,12 @@
|
||||
y1="547.63397"
|
||||
id="a-9"><stop
|
||||
id="stop7-3"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-6"
|
||||
stop-color="#536161"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
x1="36"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="14"
|
||||
@ -272,11 +315,13 @@
|
||||
id="b-0"><stop
|
||||
style="stop-color:#bfc9c9;stop-opacity:1"
|
||||
id="stop12-6"
|
||||
stop-color="#536161" /><stop
|
||||
stop-color="#536161" />
|
||||
<stop
|
||||
style="stop-color:#fbfbfb;stop-opacity:1"
|
||||
id="stop14-2"
|
||||
stop-color="#f4f5f5"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -285,12 +330,15 @@
|
||||
y1="529.79999"
|
||||
id="c-61"><stop
|
||||
id="stop17-8"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-7"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><style
|
||||
offset="1"/></linearGradient>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-404.99,-523.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -299,10 +347,12 @@
|
||||
y1="527.01398"
|
||||
id="c-6"><stop
|
||||
id="stop17-7"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-5"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4428"
|
||||
id="linearGradient4408-1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -310,15 +360,18 @@
|
||||
x1="9.875"
|
||||
y1="-2.3239999"
|
||||
x2="44.278"
|
||||
y2="42.318001" /><linearGradient
|
||||
y2="42.318001"/>
|
||||
<linearGradient
|
||||
id="a-8"><stop
|
||||
id="stop4631"
|
||||
stop-opacity=".742"
|
||||
stop-color="#dcedfe" /><stop
|
||||
stop-color="#dcedfe" />
|
||||
<stop
|
||||
id="stop4633"
|
||||
stop-opacity="0"
|
||||
stop-color="#dcedfe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(15.653,1.018)"
|
||||
x2="40.709"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -326,10 +379,12 @@
|
||||
x1="10.972"
|
||||
y1="-0.017999999"
|
||||
id="b-4"><stop
|
||||
id="stop4636" /><stop
|
||||
id="stop4636" />
|
||||
<stop
|
||||
id="stop4638"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(23.03,5.02)"
|
||||
x2="29.129999"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -337,7 +392,8 @@
|
||||
x1="11"
|
||||
y1="4"
|
||||
id="c-5"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-99.4835,-40.4835)"
|
||||
x2="30.347"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -346,10 +402,12 @@
|
||||
y1="6.9819999"
|
||||
id="d-0"><stop
|
||||
id="stop4642"
|
||||
stop-color="#eeeeee" /><stop
|
||||
stop-color="#eeeeee" />
|
||||
<stop
|
||||
id="stop4644"
|
||||
stop-color="#cccccc"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -357,10 +415,12 @@
|
||||
y1="36"
|
||||
id="e-3"><stop
|
||||
id="stop4647"
|
||||
stop-color="#c58c00" /><stop
|
||||
stop-color="#c58c00" />
|
||||
<stop
|
||||
id="stop4649"
|
||||
stop-color="#ffc318"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
|
||||
x2="19"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -369,10 +429,12 @@
|
||||
y1="42.986"
|
||||
id="f-6"><stop
|
||||
id="stop4652"
|
||||
stop-color="#70431c" /><stop
|
||||
stop-color="#70431c" />
|
||||
<stop
|
||||
id="stop4654"
|
||||
stop-color="#be8c5a"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-106.4835,-44.4855)"
|
||||
x2="21"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -380,7 +442,8 @@
|
||||
x1="13.98"
|
||||
y1="38.957001"
|
||||
id="g-1"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="2.987"
|
||||
@ -388,20 +451,24 @@
|
||||
id="h"
|
||||
gradientTransform="translate(-122.5135,-45.5035)"><stop
|
||||
id="stop4658"
|
||||
stop-color="#22a7f0" /><stop
|
||||
stop-color="#22a7f0" />
|
||||
<stop
|
||||
id="stop4660"
|
||||
stop-color="#19b5fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="34.040001"
|
||||
y1="43.922001"
|
||||
id="i"><stop
|
||||
id="stop4663"
|
||||
stop-color="#c8e3fe" /><stop
|
||||
stop-color="#c8e3fe" />
|
||||
<stop
|
||||
id="stop4665"
|
||||
stop-color="#e4f1fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="27"
|
||||
x1="19"
|
||||
@ -409,55 +476,65 @@
|
||||
y1="33.998001"
|
||||
id="j"><stop
|
||||
id="stop4668"
|
||||
stop-color="#383e51" /><stop
|
||||
stop-color="#383e51" />
|
||||
<stop
|
||||
id="stop4670"
|
||||
stop-opacity="0"
|
||||
stop-color="#655c6f"
|
||||
offset="1" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
cx="30.299999"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="503.79999"
|
||||
y1="543.79999"
|
||||
id="a-0"><stop
|
||||
id="stop4858"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4860"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-63"><stop
|
||||
id="stop4863"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4865"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4305"
|
||||
id="linearGradient4311"
|
||||
x1="16.75"
|
||||
y1="-4.5"
|
||||
x2="36"
|
||||
y2="32"
|
||||
gradientUnits="userSpaceOnUse" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<radialGradient
|
||||
xlink:href="#linearGradient4301"
|
||||
id="radialGradient4309"
|
||||
cx="20.853001"
|
||||
@ -466,7 +543,8 @@
|
||||
fy="17.349001"
|
||||
r="8.1289997"
|
||||
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
|
||||
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
@ -474,50 +552,61 @@
|
||||
y1="543.79999"
|
||||
id="a-09"><stop
|
||||
id="stop7-36"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-0"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
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
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop14-8"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
id="stop4268-7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4270-5" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4273-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4275-2" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
</style>
|
||||
<linearGradient
|
||||
id="e-3-3"
|
||||
y1="36"
|
||||
y2="32"
|
||||
@ -525,10 +614,12 @@
|
||||
x2="0"
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
|
||||
stop-color="#c58c00"
|
||||
id="stop4647-2" /><stop
|
||||
id="stop4647-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#ffc318"
|
||||
id="stop4649-0" /></linearGradient><linearGradient
|
||||
id="stop4649-0"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-122.5135,-45.5035)"
|
||||
id="h-5"
|
||||
y1="43.922001"
|
||||
@ -536,59 +627,72 @@
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#22a7f0"
|
||||
id="stop4658-5" /><stop
|
||||
id="stop4658-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#19b5fe"
|
||||
id="stop4660-4" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4663-6" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#e4f1fe"
|
||||
id="stop4665-5" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
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
|
||||
id="stop4858-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4860-2" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4863-4" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4865-7" /></linearGradient><path
|
||||
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
|
||||
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 After Width: | Height: | Size: 24 KiB |
@ -2,6 +2,8 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
@ -12,10 +14,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.9 KiB |
@ -2,6 +2,8 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
@ -12,10 +14,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.5 KiB |
@ -2,6 +2,9 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
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"
|
||||
width="48"
|
||||
version="1.1"
|
||||
height="48"
|
||||
@ -10,11 +13,8 @@
|
||||
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
|
||||
><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
@ -31,20 +31,24 @@
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" /><defs
|
||||
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="stop4260"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4232"><stop
|
||||
style="stop-color:#3889e9"
|
||||
id="stop4234-0" /><stop
|
||||
id="stop4234-0" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#5ea5fb"
|
||||
id="stop4236" /></linearGradient><linearGradient
|
||||
id="stop4236"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a"
|
||||
x1="300"
|
||||
x2="300"
|
||||
@ -53,16 +57,20 @@
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
stop-color="#46bac6"
|
||||
id="stop1" /><stop
|
||||
id="stop1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#1497a5"
|
||||
id="stop2" /></linearGradient><linearGradient
|
||||
id="stop2"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4194"><stop
|
||||
style="stop-color:#b5006a"
|
||||
id="stop4196" /><stop
|
||||
id="stop4196" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#c70073"
|
||||
id="stop4198" /></linearGradient><linearGradient
|
||||
id="stop4198"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient854"
|
||||
@ -70,15 +78,18 @@
|
||||
x1="203.3689"
|
||||
y1="55.640129"
|
||||
x2="244.86897"
|
||||
y2="55.640129" /><linearGradient
|
||||
y2="55.640129"/>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient848"><stop
|
||||
style="stop-color:#4b8bd4;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop844" /><stop
|
||||
id="stop844" />
|
||||
<stop
|
||||
style="stop-color:#3b6ca7;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop846" /></linearGradient><linearGradient
|
||||
id="stop846"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient1004"
|
||||
@ -87,21 +98,26 @@
|
||||
y1="505.798"
|
||||
x2="445.57141"
|
||||
y2="505.798"
|
||||
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
|
||||
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
|
||||
id="stop4303" />
|
||||
<stop
|
||||
style="stop-color:#b20000;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4305" /></linearGradient><linearGradient
|
||||
id="stop4305"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4305"><stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4307" /><stop
|
||||
id="stop4307" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4309" /></linearGradient><linearGradient
|
||||
id="stop4309"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4428"
|
||||
y1="4.7160001"
|
||||
x1="17.483"
|
||||
@ -111,11 +127,13 @@
|
||||
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
|
||||
style="stop-color:#3cc6ae;stop-opacity:1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#3f8ed3"
|
||||
id="stop4432"
|
||||
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
|
||||
style="stop-color:#3f7ad3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a-2"
|
||||
y1="543.79999"
|
||||
y2="503.79999"
|
||||
@ -123,20 +141,24 @@
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-384.57,-499.8)"><stop
|
||||
stop-color="#2a2c2f"
|
||||
id="stop7" /><stop
|
||||
id="stop7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop9" /></linearGradient><linearGradient
|
||||
id="stop9"/></linearGradient>
|
||||
<linearGradient
|
||||
id="b"
|
||||
y1="532.79999"
|
||||
y2="506.79999"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#989a9b"
|
||||
id="stop12" /><stop
|
||||
id="stop12" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop14" /></linearGradient><linearGradient
|
||||
id="stop14"/></linearGradient>
|
||||
<linearGradient
|
||||
id="c"
|
||||
y1="522.79999"
|
||||
x1="403.57001"
|
||||
@ -144,44 +166,53 @@
|
||||
x2="413.26001"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#020303"
|
||||
id="stop17" /><stop
|
||||
id="stop17" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
stop-opacity="0"
|
||||
id="stop19" /></linearGradient><linearGradient
|
||||
id="stop19"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#c"
|
||||
id="d"
|
||||
y1="521.79999"
|
||||
x1="400.76999"
|
||||
y2="533.59998"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="412.57001" /><path
|
||||
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
|
||||
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
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4270"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-6"><stop
|
||||
id="stop4273"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4275"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -190,10 +221,12 @@
|
||||
y1="4.7160001"
|
||||
id="a-35"><stop
|
||||
id="stop4339"
|
||||
stop-color="#3fc380" /><stop
|
||||
stop-color="#3fc380" />
|
||||
<stop
|
||||
id="stop4341"
|
||||
stop-color="#3f8ed3"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -201,7 +234,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="b-62"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -209,7 +243,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="c-9"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -218,10 +253,12 @@
|
||||
y1="4.7160001"
|
||||
id="d-1"><stop
|
||||
id="stop4346"
|
||||
stop-color="#148e76" /><stop
|
||||
stop-color="#148e76" />
|
||||
<stop
|
||||
id="stop4348"
|
||||
stop-color="#218059"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,-2)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="43"
|
||||
@ -231,11 +268,13 @@
|
||||
id="e-2"><stop
|
||||
id="stop4351"
|
||||
stop-color="#292c2f"
|
||||
style="stop-color:#000000;stop-opacity:1" /><stop
|
||||
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
|
||||
style="stop-color:#000000;stop-opacity:0.32644629"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,14)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="44"
|
||||
@ -243,7 +282,8 @@
|
||||
x1="30.625"
|
||||
y1="14"
|
||||
id="f"
|
||||
xlink:href="#e-2" /><linearGradient
|
||||
xlink:href="#e-2"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -251,7 +291,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="g"
|
||||
xlink:href="#d-1" /><linearGradient
|
||||
xlink:href="#d-1"/>
|
||||
<linearGradient
|
||||
x1="428.81601"
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -260,10 +301,12 @@
|
||||
y1="547.63397"
|
||||
id="a-9"><stop
|
||||
id="stop7-3"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-6"
|
||||
stop-color="#536161"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
x1="36"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="14"
|
||||
@ -272,11 +315,13 @@
|
||||
id="b-0"><stop
|
||||
style="stop-color:#bfc9c9;stop-opacity:1"
|
||||
id="stop12-6"
|
||||
stop-color="#536161" /><stop
|
||||
stop-color="#536161" />
|
||||
<stop
|
||||
style="stop-color:#fbfbfb;stop-opacity:1"
|
||||
id="stop14-2"
|
||||
stop-color="#f4f5f5"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -285,12 +330,15 @@
|
||||
y1="529.79999"
|
||||
id="c-61"><stop
|
||||
id="stop17-8"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-7"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><style
|
||||
offset="1"/></linearGradient>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-404.99,-523.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -299,10 +347,12 @@
|
||||
y1="527.01398"
|
||||
id="c-6"><stop
|
||||
id="stop17-7"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-5"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4428"
|
||||
id="linearGradient4408-1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -310,15 +360,18 @@
|
||||
x1="9.875"
|
||||
y1="-2.3239999"
|
||||
x2="44.278"
|
||||
y2="42.318001" /><linearGradient
|
||||
y2="42.318001"/>
|
||||
<linearGradient
|
||||
id="a-8"><stop
|
||||
id="stop4631"
|
||||
stop-opacity=".742"
|
||||
stop-color="#dcedfe" /><stop
|
||||
stop-color="#dcedfe" />
|
||||
<stop
|
||||
id="stop4633"
|
||||
stop-opacity="0"
|
||||
stop-color="#dcedfe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(15.653,1.018)"
|
||||
x2="40.709"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -326,10 +379,12 @@
|
||||
x1="10.972"
|
||||
y1="-0.017999999"
|
||||
id="b-4"><stop
|
||||
id="stop4636" /><stop
|
||||
id="stop4636" />
|
||||
<stop
|
||||
id="stop4638"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(23.03,5.02)"
|
||||
x2="29.129999"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -337,7 +392,8 @@
|
||||
x1="11"
|
||||
y1="4"
|
||||
id="c-5"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-99.4835,-40.4835)"
|
||||
x2="30.347"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -346,10 +402,12 @@
|
||||
y1="6.9819999"
|
||||
id="d-0"><stop
|
||||
id="stop4642"
|
||||
stop-color="#eeeeee" /><stop
|
||||
stop-color="#eeeeee" />
|
||||
<stop
|
||||
id="stop4644"
|
||||
stop-color="#cccccc"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -357,10 +415,12 @@
|
||||
y1="36"
|
||||
id="e-3"><stop
|
||||
id="stop4647"
|
||||
stop-color="#c58c00" /><stop
|
||||
stop-color="#c58c00" />
|
||||
<stop
|
||||
id="stop4649"
|
||||
stop-color="#ffc318"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
|
||||
x2="19"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -369,10 +429,12 @@
|
||||
y1="42.986"
|
||||
id="f-6"><stop
|
||||
id="stop4652"
|
||||
stop-color="#70431c" /><stop
|
||||
stop-color="#70431c" />
|
||||
<stop
|
||||
id="stop4654"
|
||||
stop-color="#be8c5a"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-106.4835,-44.4855)"
|
||||
x2="21"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -380,7 +442,8 @@
|
||||
x1="13.98"
|
||||
y1="38.957001"
|
||||
id="g-1"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="2.987"
|
||||
@ -388,20 +451,24 @@
|
||||
id="h"
|
||||
gradientTransform="translate(-122.5135,-45.5035)"><stop
|
||||
id="stop4658"
|
||||
stop-color="#22a7f0" /><stop
|
||||
stop-color="#22a7f0" />
|
||||
<stop
|
||||
id="stop4660"
|
||||
stop-color="#19b5fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="34.040001"
|
||||
y1="43.922001"
|
||||
id="i"><stop
|
||||
id="stop4663"
|
||||
stop-color="#c8e3fe" /><stop
|
||||
stop-color="#c8e3fe" />
|
||||
<stop
|
||||
id="stop4665"
|
||||
stop-color="#e4f1fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="27"
|
||||
x1="19"
|
||||
@ -409,55 +476,65 @@
|
||||
y1="33.998001"
|
||||
id="j"><stop
|
||||
id="stop4668"
|
||||
stop-color="#383e51" /><stop
|
||||
stop-color="#383e51" />
|
||||
<stop
|
||||
id="stop4670"
|
||||
stop-opacity="0"
|
||||
stop-color="#655c6f"
|
||||
offset="1" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
cx="30.299999"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="503.79999"
|
||||
y1="543.79999"
|
||||
id="a-0"><stop
|
||||
id="stop4858"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4860"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-63"><stop
|
||||
id="stop4863"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4865"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4305"
|
||||
id="linearGradient4311"
|
||||
x1="16.75"
|
||||
y1="-4.5"
|
||||
x2="36"
|
||||
y2="32"
|
||||
gradientUnits="userSpaceOnUse" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<radialGradient
|
||||
xlink:href="#linearGradient4301"
|
||||
id="radialGradient4309"
|
||||
cx="20.853001"
|
||||
@ -466,7 +543,8 @@
|
||||
fy="17.349001"
|
||||
r="8.1289997"
|
||||
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
|
||||
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
@ -474,50 +552,61 @@
|
||||
y1="543.79999"
|
||||
id="a-09"><stop
|
||||
id="stop7-36"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-0"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
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
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop14-8"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
id="stop4268-7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4270-5" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4273-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4275-2" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
</style>
|
||||
<linearGradient
|
||||
id="e-3-3"
|
||||
y1="36"
|
||||
y2="32"
|
||||
@ -525,10 +614,12 @@
|
||||
x2="0"
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
|
||||
stop-color="#c58c00"
|
||||
id="stop4647-2" /><stop
|
||||
id="stop4647-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#ffc318"
|
||||
id="stop4649-0" /></linearGradient><linearGradient
|
||||
id="stop4649-0"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-122.5135,-45.5035)"
|
||||
id="h-5"
|
||||
y1="43.922001"
|
||||
@ -536,58 +627,70 @@
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#22a7f0"
|
||||
id="stop4658-5" /><stop
|
||||
id="stop4658-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#19b5fe"
|
||||
id="stop4660-4" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4663-6" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#e4f1fe"
|
||||
id="stop4665-5" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
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
|
||||
id="stop4858-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4860-2" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4863-4" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4865-7" /></linearGradient><path
|
||||
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
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 25 KiB |
@ -2,6 +2,9 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
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"
|
||||
width="28"
|
||||
version="1.1"
|
||||
height="28"
|
||||
@ -10,11 +13,8 @@
|
||||
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
|
||||
><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
@ -31,20 +31,24 @@
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1" /><defs
|
||||
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="stop4260"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4232"><stop
|
||||
style="stop-color:#3889e9"
|
||||
id="stop4234-0" /><stop
|
||||
id="stop4234-0" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#5ea5fb"
|
||||
id="stop4236" /></linearGradient><linearGradient
|
||||
id="stop4236"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a"
|
||||
x1="300"
|
||||
x2="300"
|
||||
@ -53,16 +57,20 @@
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
stop-color="#46bac6"
|
||||
id="stop1" /><stop
|
||||
id="stop1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#1497a5"
|
||||
id="stop2" /></linearGradient><linearGradient
|
||||
id="stop2"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4194"><stop
|
||||
style="stop-color:#b5006a"
|
||||
id="stop4196" /><stop
|
||||
id="stop4196" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#c70073"
|
||||
id="stop4198" /></linearGradient><linearGradient
|
||||
id="stop4198"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient854"
|
||||
@ -70,15 +78,18 @@
|
||||
x1="203.3689"
|
||||
y1="55.640129"
|
||||
x2="244.86897"
|
||||
y2="55.640129" /><linearGradient
|
||||
y2="55.640129"/>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient848"><stop
|
||||
style="stop-color:#4b8bd4;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop844" /><stop
|
||||
id="stop844" />
|
||||
<stop
|
||||
style="stop-color:#3b6ca7;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop846" /></linearGradient><linearGradient
|
||||
id="stop846"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient1004"
|
||||
@ -87,21 +98,26 @@
|
||||
y1="505.798"
|
||||
x2="445.57141"
|
||||
y2="505.798"
|
||||
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
|
||||
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
|
||||
id="stop4303" />
|
||||
<stop
|
||||
style="stop-color:#b20000;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4305" /></linearGradient><linearGradient
|
||||
id="stop4305"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4305"><stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4307" /><stop
|
||||
id="stop4307" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4309" /></linearGradient><linearGradient
|
||||
id="stop4309"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4428"
|
||||
y1="4.7160001"
|
||||
x1="17.483"
|
||||
@ -111,11 +127,13 @@
|
||||
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
|
||||
style="stop-color:#3cc6ae;stop-opacity:1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#3f8ed3"
|
||||
id="stop4432"
|
||||
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
|
||||
style="stop-color:#3f7ad3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a-2"
|
||||
y1="543.79999"
|
||||
y2="503.79999"
|
||||
@ -123,20 +141,24 @@
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-384.57,-499.8)"><stop
|
||||
stop-color="#2a2c2f"
|
||||
id="stop7" /><stop
|
||||
id="stop7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop9" /></linearGradient><linearGradient
|
||||
id="stop9"/></linearGradient>
|
||||
<linearGradient
|
||||
id="b"
|
||||
y1="532.79999"
|
||||
y2="506.79999"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#989a9b"
|
||||
id="stop12" /><stop
|
||||
id="stop12" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop14" /></linearGradient><linearGradient
|
||||
id="stop14"/></linearGradient>
|
||||
<linearGradient
|
||||
id="c"
|
||||
y1="522.79999"
|
||||
x1="403.57001"
|
||||
@ -144,44 +166,53 @@
|
||||
x2="413.26001"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#020303"
|
||||
id="stop17" /><stop
|
||||
id="stop17" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
stop-opacity="0"
|
||||
id="stop19" /></linearGradient><linearGradient
|
||||
id="stop19"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#c"
|
||||
id="d"
|
||||
y1="521.79999"
|
||||
x1="400.76999"
|
||||
y2="533.59998"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="412.57001" /><path
|
||||
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
|
||||
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
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4270"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-6"><stop
|
||||
id="stop4273"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4275"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -190,10 +221,12 @@
|
||||
y1="4.7160001"
|
||||
id="a-35"><stop
|
||||
id="stop4339"
|
||||
stop-color="#3fc380" /><stop
|
||||
stop-color="#3fc380" />
|
||||
<stop
|
||||
id="stop4341"
|
||||
stop-color="#3f8ed3"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -201,7 +234,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="b-62"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -209,7 +243,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="c-9"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -218,10 +253,12 @@
|
||||
y1="4.7160001"
|
||||
id="d-1"><stop
|
||||
id="stop4346"
|
||||
stop-color="#148e76" /><stop
|
||||
stop-color="#148e76" />
|
||||
<stop
|
||||
id="stop4348"
|
||||
stop-color="#218059"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,-2)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="43"
|
||||
@ -231,11 +268,13 @@
|
||||
id="e-2"><stop
|
||||
id="stop4351"
|
||||
stop-color="#292c2f"
|
||||
style="stop-color:#000000;stop-opacity:1" /><stop
|
||||
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
|
||||
style="stop-color:#000000;stop-opacity:0.32644629"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,14)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="44"
|
||||
@ -243,7 +282,8 @@
|
||||
x1="30.625"
|
||||
y1="14"
|
||||
id="f"
|
||||
xlink:href="#e-2" /><linearGradient
|
||||
xlink:href="#e-2"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -251,7 +291,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="g"
|
||||
xlink:href="#d-1" /><linearGradient
|
||||
xlink:href="#d-1"/>
|
||||
<linearGradient
|
||||
x1="428.81601"
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -260,10 +301,12 @@
|
||||
y1="547.63397"
|
||||
id="a-9"><stop
|
||||
id="stop7-3"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-6"
|
||||
stop-color="#536161"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
x1="36"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="14"
|
||||
@ -272,11 +315,13 @@
|
||||
id="b-0"><stop
|
||||
style="stop-color:#bfc9c9;stop-opacity:1"
|
||||
id="stop12-6"
|
||||
stop-color="#536161" /><stop
|
||||
stop-color="#536161" />
|
||||
<stop
|
||||
style="stop-color:#fbfbfb;stop-opacity:1"
|
||||
id="stop14-2"
|
||||
stop-color="#f4f5f5"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -285,12 +330,15 @@
|
||||
y1="529.79999"
|
||||
id="c-61"><stop
|
||||
id="stop17-8"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-7"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><style
|
||||
offset="1"/></linearGradient>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-404.99,-523.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -299,10 +347,12 @@
|
||||
y1="527.01398"
|
||||
id="c-6"><stop
|
||||
id="stop17-7"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-5"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4428"
|
||||
id="linearGradient4408-1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -310,15 +360,18 @@
|
||||
x1="9.875"
|
||||
y1="-2.3239999"
|
||||
x2="44.278"
|
||||
y2="42.318001" /><linearGradient
|
||||
y2="42.318001"/>
|
||||
<linearGradient
|
||||
id="a-8"><stop
|
||||
id="stop4631"
|
||||
stop-opacity=".742"
|
||||
stop-color="#dcedfe" /><stop
|
||||
stop-color="#dcedfe" />
|
||||
<stop
|
||||
id="stop4633"
|
||||
stop-opacity="0"
|
||||
stop-color="#dcedfe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(15.653,1.018)"
|
||||
x2="40.709"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -326,10 +379,12 @@
|
||||
x1="10.972"
|
||||
y1="-0.017999999"
|
||||
id="b-4"><stop
|
||||
id="stop4636" /><stop
|
||||
id="stop4636" />
|
||||
<stop
|
||||
id="stop4638"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(23.03,5.02)"
|
||||
x2="29.129999"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -337,7 +392,8 @@
|
||||
x1="11"
|
||||
y1="4"
|
||||
id="c-5"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-99.4835,-40.4835)"
|
||||
x2="30.347"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -346,10 +402,12 @@
|
||||
y1="6.9819999"
|
||||
id="d-0"><stop
|
||||
id="stop4642"
|
||||
stop-color="#eeeeee" /><stop
|
||||
stop-color="#eeeeee" />
|
||||
<stop
|
||||
id="stop4644"
|
||||
stop-color="#cccccc"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -357,10 +415,12 @@
|
||||
y1="36"
|
||||
id="e-3"><stop
|
||||
id="stop4647"
|
||||
stop-color="#c58c00" /><stop
|
||||
stop-color="#c58c00" />
|
||||
<stop
|
||||
id="stop4649"
|
||||
stop-color="#ffc318"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
|
||||
x2="19"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -369,10 +429,12 @@
|
||||
y1="42.986"
|
||||
id="f-6"><stop
|
||||
id="stop4652"
|
||||
stop-color="#70431c" /><stop
|
||||
stop-color="#70431c" />
|
||||
<stop
|
||||
id="stop4654"
|
||||
stop-color="#be8c5a"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-106.4835,-44.4855)"
|
||||
x2="21"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -380,7 +442,8 @@
|
||||
x1="13.98"
|
||||
y1="38.957001"
|
||||
id="g-1"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="2.987"
|
||||
@ -388,20 +451,24 @@
|
||||
id="h"
|
||||
gradientTransform="translate(-122.5135,-45.5035)"><stop
|
||||
id="stop4658"
|
||||
stop-color="#22a7f0" /><stop
|
||||
stop-color="#22a7f0" />
|
||||
<stop
|
||||
id="stop4660"
|
||||
stop-color="#19b5fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="34.040001"
|
||||
y1="43.922001"
|
||||
id="i"><stop
|
||||
id="stop4663"
|
||||
stop-color="#c8e3fe" /><stop
|
||||
stop-color="#c8e3fe" />
|
||||
<stop
|
||||
id="stop4665"
|
||||
stop-color="#e4f1fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="27"
|
||||
x1="19"
|
||||
@ -409,55 +476,65 @@
|
||||
y1="33.998001"
|
||||
id="j"><stop
|
||||
id="stop4668"
|
||||
stop-color="#383e51" /><stop
|
||||
stop-color="#383e51" />
|
||||
<stop
|
||||
id="stop4670"
|
||||
stop-opacity="0"
|
||||
stop-color="#655c6f"
|
||||
offset="1" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
cx="30.299999"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="503.79999"
|
||||
y1="543.79999"
|
||||
id="a-0"><stop
|
||||
id="stop4858"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4860"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-63"><stop
|
||||
id="stop4863"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4865"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4305"
|
||||
id="linearGradient4311"
|
||||
x1="16.75"
|
||||
y1="-4.5"
|
||||
x2="36"
|
||||
y2="32"
|
||||
gradientUnits="userSpaceOnUse" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<radialGradient
|
||||
xlink:href="#linearGradient4301"
|
||||
id="radialGradient4309"
|
||||
cx="20.853001"
|
||||
@ -466,7 +543,8 @@
|
||||
fy="17.349001"
|
||||
r="8.1289997"
|
||||
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
|
||||
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
@ -474,50 +552,61 @@
|
||||
y1="543.79999"
|
||||
id="a-09"><stop
|
||||
id="stop7-36"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-0"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
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
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop14-8"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
id="stop4268-7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4270-5" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4273-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4275-2" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
</style>
|
||||
<linearGradient
|
||||
id="e-3-3"
|
||||
y1="36"
|
||||
y2="32"
|
||||
@ -525,10 +614,12 @@
|
||||
x2="0"
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
|
||||
stop-color="#c58c00"
|
||||
id="stop4647-2" /><stop
|
||||
id="stop4647-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#ffc318"
|
||||
id="stop4649-0" /></linearGradient><linearGradient
|
||||
id="stop4649-0"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-122.5135,-45.5035)"
|
||||
id="h-5"
|
||||
y1="43.922001"
|
||||
@ -536,59 +627,72 @@
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#22a7f0"
|
||||
id="stop4658-5" /><stop
|
||||
id="stop4658-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#19b5fe"
|
||||
id="stop4660-4" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4663-6" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#e4f1fe"
|
||||
id="stop4665-5" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
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
|
||||
id="stop4858-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4860-2" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4863-4" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4865-7" /></linearGradient><path
|
||||
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
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 25 KiB |
@ -2,6 +2,8 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
@ -12,10 +14,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
viewBox="0 0 600 600"
|
||||
version="1.1"
|
||||
id="svg3"
|
||||
@ -8,10 +10,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.2 KiB |
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
viewBox="0 0 600 600"
|
||||
version="1.1"
|
||||
id="svg3"
|
||||
@ -8,10 +10,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.3 KiB |
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
viewBox="0 0 600 600"
|
||||
version="1.1"
|
||||
id="svg3"
|
||||
@ -8,10 +10,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.3 KiB |
@ -2,6 +2,8 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
@ -12,10 +14,8 @@
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.3 KiB |
@ -2,6 +2,9 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
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"
|
||||
width="28"
|
||||
version="1.1"
|
||||
height="28"
|
||||
@ -10,11 +13,8 @@
|
||||
sodipodi:docname="wine_file.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
|
||||
><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
@ -31,20 +31,24 @@
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" /><defs
|
||||
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="stop4260"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4232"><stop
|
||||
style="stop-color:#3889e9"
|
||||
id="stop4234-0" /><stop
|
||||
id="stop4234-0" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#5ea5fb"
|
||||
id="stop4236" /></linearGradient><linearGradient
|
||||
id="stop4236"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a"
|
||||
x1="300"
|
||||
x2="300"
|
||||
@ -53,16 +57,20 @@
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
stop-color="#46bac6"
|
||||
id="stop1" /><stop
|
||||
id="stop1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#1497a5"
|
||||
id="stop2" /></linearGradient><linearGradient
|
||||
id="stop2"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4194"><stop
|
||||
style="stop-color:#b5006a"
|
||||
id="stop4196" /><stop
|
||||
id="stop4196" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#c70073"
|
||||
id="stop4198" /></linearGradient><linearGradient
|
||||
id="stop4198"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient854"
|
||||
@ -70,15 +78,18 @@
|
||||
x1="203.3689"
|
||||
y1="55.640129"
|
||||
x2="244.86897"
|
||||
y2="55.640129" /><linearGradient
|
||||
y2="55.640129"/>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient848"><stop
|
||||
style="stop-color:#4b8bd4;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop844" /><stop
|
||||
id="stop844" />
|
||||
<stop
|
||||
style="stop-color:#3b6ca7;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop846" /></linearGradient><linearGradient
|
||||
id="stop846"/></linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient848"
|
||||
id="linearGradient1004"
|
||||
@ -87,21 +98,26 @@
|
||||
y1="505.798"
|
||||
x2="445.57141"
|
||||
y2="505.798"
|
||||
gradientTransform="matrix(1.3888828,0,0,1,-172.49732,0)" /><linearGradient
|
||||
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
|
||||
id="stop4303" />
|
||||
<stop
|
||||
style="stop-color:#b20000;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4305" /></linearGradient><linearGradient
|
||||
id="stop4305"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4305"><stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4307" /><stop
|
||||
id="stop4307" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4309" /></linearGradient><linearGradient
|
||||
id="stop4309"/></linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4428"
|
||||
y1="4.7160001"
|
||||
x1="17.483"
|
||||
@ -111,11 +127,13 @@
|
||||
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
|
||||
style="stop-color:#3cc6ae;stop-opacity:1" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#3f8ed3"
|
||||
id="stop4432"
|
||||
style="stop-color:#3f7ad3;stop-opacity:1" /></linearGradient><linearGradient
|
||||
style="stop-color:#3f7ad3;stop-opacity:1"/></linearGradient>
|
||||
<linearGradient
|
||||
id="a-2"
|
||||
y1="543.79999"
|
||||
y2="503.79999"
|
||||
@ -123,20 +141,24 @@
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-384.57,-499.8)"><stop
|
||||
stop-color="#2a2c2f"
|
||||
id="stop7" /><stop
|
||||
id="stop7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop9" /></linearGradient><linearGradient
|
||||
id="stop9"/></linearGradient>
|
||||
<linearGradient
|
||||
id="b"
|
||||
y1="532.79999"
|
||||
y2="506.79999"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#989a9b"
|
||||
id="stop12" /><stop
|
||||
id="stop12" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop14" /></linearGradient><linearGradient
|
||||
id="stop14"/></linearGradient>
|
||||
<linearGradient
|
||||
id="c"
|
||||
y1="522.79999"
|
||||
x1="403.57001"
|
||||
@ -144,44 +166,53 @@
|
||||
x2="413.26001"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#020303"
|
||||
id="stop17" /><stop
|
||||
id="stop17" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
stop-opacity="0"
|
||||
id="stop19" /></linearGradient><linearGradient
|
||||
id="stop19"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#c"
|
||||
id="d"
|
||||
y1="521.79999"
|
||||
x1="400.76999"
|
||||
y2="533.59998"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="412.57001" /><path
|
||||
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
|
||||
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
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4270"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-6"><stop
|
||||
id="stop4273"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4275"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,47.823,2.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -190,10 +221,12 @@
|
||||
y1="4.7160001"
|
||||
id="a-35"><stop
|
||||
id="stop4339"
|
||||
stop-color="#3fc380" /><stop
|
||||
stop-color="#3fc380" />
|
||||
<stop
|
||||
id="stop4341"
|
||||
stop-color="#3f8ed3"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,31.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -201,7 +234,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="b-62"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.00423,0.00423,0.98887,97.823,16.34)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -209,7 +243,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="c-9"
|
||||
xlink:href="#a-35" /><linearGradient
|
||||
xlink:href="#a-35"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-0.99376,-0.0067,0.00423,1.56572,47.823,12.372)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -218,10 +253,12 @@
|
||||
y1="4.7160001"
|
||||
id="d-1"><stop
|
||||
id="stop4346"
|
||||
stop-color="#148e76" /><stop
|
||||
stop-color="#148e76" />
|
||||
<stop
|
||||
id="stop4348"
|
||||
stop-color="#218059"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,-2)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="43"
|
||||
@ -231,11 +268,13 @@
|
||||
id="e-2"><stop
|
||||
id="stop4351"
|
||||
stop-color="#292c2f"
|
||||
style="stop-color:#000000;stop-opacity:1" /><stop
|
||||
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
|
||||
style="stop-color:#000000;stop-opacity:0.32644629"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(0,14)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="44"
|
||||
@ -243,7 +282,8 @@
|
||||
x1="30.625"
|
||||
y1="14"
|
||||
id="f"
|
||||
xlink:href="#e-2" /><linearGradient
|
||||
xlink:href="#e-2"/>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0.99376,0.0067,-0.00423,-1.56572,50.177,5.628)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="37.757999"
|
||||
@ -251,7 +291,8 @@
|
||||
x1="17.483"
|
||||
y1="4.7160001"
|
||||
id="g"
|
||||
xlink:href="#d-1" /><linearGradient
|
||||
xlink:href="#d-1"/>
|
||||
<linearGradient
|
||||
x1="428.81601"
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -260,10 +301,12 @@
|
||||
y1="547.63397"
|
||||
id="a-9"><stop
|
||||
id="stop7-3"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-6"
|
||||
stop-color="#536161"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
x1="36"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="14"
|
||||
@ -272,11 +315,13 @@
|
||||
id="b-0"><stop
|
||||
style="stop-color:#bfc9c9;stop-opacity:1"
|
||||
id="stop12-6"
|
||||
stop-color="#536161" /><stop
|
||||
stop-color="#536161" />
|
||||
<stop
|
||||
style="stop-color:#fbfbfb;stop-opacity:1"
|
||||
id="stop14-2"
|
||||
stop-color="#f4f5f5"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -285,12 +330,15 @@
|
||||
y1="529.79999"
|
||||
id="c-61"><stop
|
||||
id="stop17-8"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-7"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><style
|
||||
offset="1"/></linearGradient>
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style><linearGradient
|
||||
id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-404.99,-523.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="419.974"
|
||||
@ -299,10 +347,12 @@
|
||||
y1="527.01398"
|
||||
id="c-6"><stop
|
||||
id="stop17-7"
|
||||
stop-color="#292c2f" /><stop
|
||||
stop-color="#292c2f" />
|
||||
<stop
|
||||
id="stop19-5"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4428"
|
||||
id="linearGradient4408-1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -310,15 +360,18 @@
|
||||
x1="9.875"
|
||||
y1="-2.3239999"
|
||||
x2="44.278"
|
||||
y2="42.318001" /><linearGradient
|
||||
y2="42.318001"/>
|
||||
<linearGradient
|
||||
id="a-8"><stop
|
||||
id="stop4631"
|
||||
stop-opacity=".742"
|
||||
stop-color="#dcedfe" /><stop
|
||||
stop-color="#dcedfe" />
|
||||
<stop
|
||||
id="stop4633"
|
||||
stop-opacity="0"
|
||||
stop-color="#dcedfe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(15.653,1.018)"
|
||||
x2="40.709"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -326,10 +379,12 @@
|
||||
x1="10.972"
|
||||
y1="-0.017999999"
|
||||
id="b-4"><stop
|
||||
id="stop4636" /><stop
|
||||
id="stop4636" />
|
||||
<stop
|
||||
id="stop4638"
|
||||
stop-opacity="0"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(23.03,5.02)"
|
||||
x2="29.129999"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -337,7 +392,8 @@
|
||||
x1="11"
|
||||
y1="4"
|
||||
id="c-5"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-99.4835,-40.4835)"
|
||||
x2="30.347"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -346,10 +402,12 @@
|
||||
y1="6.9819999"
|
||||
id="d-0"><stop
|
||||
id="stop4642"
|
||||
stop-color="#eeeeee" /><stop
|
||||
stop-color="#eeeeee" />
|
||||
<stop
|
||||
id="stop4644"
|
||||
stop-color="#cccccc"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -357,10 +415,12 @@
|
||||
y1="36"
|
||||
id="e-3"><stop
|
||||
id="stop4647"
|
||||
stop-color="#c58c00" /><stop
|
||||
stop-color="#c58c00" />
|
||||
<stop
|
||||
id="stop4649"
|
||||
stop-color="#ffc318"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,1.25,-111.4835,-50.4855)"
|
||||
x2="19"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -369,10 +429,12 @@
|
||||
y1="42.986"
|
||||
id="f-6"><stop
|
||||
id="stop4652"
|
||||
stop-color="#70431c" /><stop
|
||||
stop-color="#70431c" />
|
||||
<stop
|
||||
id="stop4654"
|
||||
stop-color="#be8c5a"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-106.4835,-44.4855)"
|
||||
x2="21"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@ -380,7 +442,8 @@
|
||||
x1="13.98"
|
||||
y1="38.957001"
|
||||
id="g-1"
|
||||
xlink:href="#b-4" /><linearGradient
|
||||
xlink:href="#b-4"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="2.987"
|
||||
@ -388,20 +451,24 @@
|
||||
id="h"
|
||||
gradientTransform="translate(-122.5135,-45.5035)"><stop
|
||||
id="stop4658"
|
||||
stop-color="#22a7f0" /><stop
|
||||
stop-color="#22a7f0" />
|
||||
<stop
|
||||
id="stop4660"
|
||||
stop-color="#19b5fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="34.040001"
|
||||
y1="43.922001"
|
||||
id="i"><stop
|
||||
id="stop4663"
|
||||
stop-color="#c8e3fe" /><stop
|
||||
stop-color="#c8e3fe" />
|
||||
<stop
|
||||
id="stop4665"
|
||||
stop-color="#e4f1fe"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="27"
|
||||
x1="19"
|
||||
@ -409,55 +476,65 @@
|
||||
y1="33.998001"
|
||||
id="j"><stop
|
||||
id="stop4668"
|
||||
stop-color="#383e51" /><stop
|
||||
stop-color="#383e51" />
|
||||
<stop
|
||||
id="stop4670"
|
||||
stop-opacity="0"
|
||||
stop-color="#655c6f"
|
||||
offset="1" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
cx="30.299999"/>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="503.79999"
|
||||
y1="543.79999"
|
||||
id="a-0"><stop
|
||||
id="stop4858"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop4860"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
offset="1"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
y2="506.79999"
|
||||
y1="532.79999"
|
||||
id="b-63"><stop
|
||||
id="stop4863"
|
||||
stop-color="#989a9b" /><stop
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop4865"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
fill-rule="evenodd"/>
|
||||
<linearGradient
|
||||
xlink:href="#linearGradient4305"
|
||||
id="linearGradient4311"
|
||||
x1="16.75"
|
||||
y1="-4.5"
|
||||
x2="36"
|
||||
y2="32"
|
||||
gradientUnits="userSpaceOnUse" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<radialGradient
|
||||
xlink:href="#linearGradient4301"
|
||||
id="radialGradient4309"
|
||||
cx="20.853001"
|
||||
@ -466,7 +543,8 @@
|
||||
fy="17.349001"
|
||||
r="8.1289997"
|
||||
gradientTransform="matrix(-0.01162882,1.1950891,-1.274916,-0.0124056,46.239569,-9.6229889)"
|
||||
gradientUnits="userSpaceOnUse" /><linearGradient
|
||||
gradientUnits="userSpaceOnUse"/>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-384.57,-499.8)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="0"
|
||||
@ -474,50 +552,61 @@
|
||||
y1="543.79999"
|
||||
id="a-09"><stop
|
||||
id="stop7-36"
|
||||
stop-color="#2a2c2f" /><stop
|
||||
stop-color="#2a2c2f" />
|
||||
<stop
|
||||
id="stop9-0"
|
||||
stop-color="#424649"
|
||||
offset="1" /></linearGradient><linearGradient
|
||||
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
|
||||
stop-color="#989a9b" />
|
||||
<stop
|
||||
id="stop14-8"
|
||||
stop-color="#f6f6f7"
|
||||
offset="1" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
id="stop4268-7" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4270-5" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4273-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4275-2" /></linearGradient><path
|
||||
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
|
||||
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
|
||||
</style>
|
||||
<linearGradient
|
||||
id="e-3-3"
|
||||
y1="36"
|
||||
y2="32"
|
||||
@ -525,10 +614,12 @@
|
||||
x2="0"
|
||||
gradientTransform="matrix(1,0,0,1.0091,-110.9855,-40.7775)"><stop
|
||||
stop-color="#c58c00"
|
||||
id="stop4647-2" /><stop
|
||||
id="stop4647-2" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#ffc318"
|
||||
id="stop4649-0" /></linearGradient><linearGradient
|
||||
id="stop4649-0"/></linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="translate(-122.5135,-45.5035)"
|
||||
id="h-5"
|
||||
y1="43.922001"
|
||||
@ -536,58 +627,70 @@
|
||||
x2="0"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
stop-color="#22a7f0"
|
||||
id="stop4658-5" /><stop
|
||||
id="stop4658-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#19b5fe"
|
||||
id="stop4660-4" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4663-6" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#e4f1fe"
|
||||
id="stop4665-5" /></linearGradient><radialGradient
|
||||
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
|
||||
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
|
||||
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
|
||||
id="stop4858-5" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#424649"
|
||||
id="stop4860-2" /></linearGradient><linearGradient
|
||||
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
|
||||
id="stop4863-4" />
|
||||
<stop
|
||||
offset="1"
|
||||
stop-color="#f6f6f7"
|
||||
id="stop4865-7" /></linearGradient><path
|
||||
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
|
||||
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"
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 38 KiB |
@ -1,15 +1,68 @@
|
||||
/*Глобальные правила*/
|
||||
arrow {margin: 3px 5px} /*выравнивание стрелок комбобоксов*/
|
||||
separator {margin: 0px 0px 0px 0px; background-size:0px; padding-bottom: 0px} /*скрываем сепаратор*/
|
||||
check {min-height: 24px; min-width: 24px} /*увеличиваем чекбоксы*/
|
||||
cellview,entry {min-height: 26px} /*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
|
||||
switch {margin: 5px 10px 0px 10px} /*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
|
||||
arrow {
|
||||
margin: 3px 5px
|
||||
}
|
||||
|
||||
/*выравнивание стрелок комбобоксов*/
|
||||
separator {
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-size: 0px;
|
||||
padding-bottom: 0px
|
||||
}
|
||||
|
||||
/*скрываем сепаратор*/
|
||||
check {
|
||||
min-height: 24px;
|
||||
min-width: 24px
|
||||
}
|
||||
|
||||
/*увеличиваем чекбоксы*/
|
||||
cellview, entry {
|
||||
min-height: 26px
|
||||
}
|
||||
|
||||
/*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
|
||||
switch {
|
||||
margin: 5px 10px 0px 10px
|
||||
}
|
||||
|
||||
/*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
|
||||
|
||||
/*Правила для окон*/
|
||||
window>box>grid {padding: 5px} /*отступы в расширенных настройках*/
|
||||
window>box>box>image {padding: 0px 0px 5px 0px;} /*иконка запуска ярлыка*/
|
||||
window>box>box>box>image {margin-top: 5px} /*иконка в создании ярлыка*/
|
||||
window>box>box>grid {padding: 0px 5px 5px 0px} /*комбобоксы в запуске ярлыка*/
|
||||
window>box>label {background: @theme_selected_bg_color; color: @theme_text_color; margin:3px 0px 3px 0px; padding: 5px} /*текст запуска ярлыка*/
|
||||
window > box > grid {
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
window>box>box>label {background: @theme_selected_bg_color; color: @theme_text_color; margin:3px 0px 0px 0px; padding: 5px} /*текст при создании ярлыка и в настройках*/
|
||||
/*отступы в расширенных настройках*/
|
||||
window > box > box > image {
|
||||
padding: 0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
/*иконка запуска ярлыка*/
|
||||
window > box > box > box > image {
|
||||
margin-top: 5px
|
||||
}
|
||||
|
||||
/*иконка в создании ярлыка*/
|
||||
window > box > box > grid {
|
||||
padding: 0px 5px 5px 0px
|
||||
}
|
||||
|
||||
/*комбобоксы в запуске ярлыка*/
|
||||
window > box > label {
|
||||
background: @theme_selected_bg_color;
|
||||
color: @theme_text_color;
|
||||
margin: 3px 0px 3px 0px;
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
/*текст запуска ярлыка*/
|
||||
|
||||
window > box > box > label {
|
||||
background: @theme_selected_bg_color;
|
||||
color: @theme_text_color;
|
||||
margin: 3px 0px 0px 0px;
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
/*текст при создании ярлыка и в настройках*/
|
||||
|
@ -1,12 +1,51 @@
|
||||
/*Глобальные правила*/
|
||||
arrow {margin: 3px 5px} /*выравнивание стрелок комбобоксов*/
|
||||
separator {margin: 0px 0px 0px 0px; background-size:0px; padding-bottom: 0px} /*скрываем сепаратор*/
|
||||
check {min-height: 24px; min-width: 24px} /*увеличиваем чекбоксы*/
|
||||
cellview,entry {min-height: 26px} /*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
|
||||
switch {margin: 5px 10px 0px 10px} /*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
|
||||
arrow {
|
||||
margin: 3px 5px
|
||||
}
|
||||
|
||||
/*выравнивание стрелок комбобоксов*/
|
||||
separator {
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-size: 0px;
|
||||
padding-bottom: 0px
|
||||
}
|
||||
|
||||
/*скрываем сепаратор*/
|
||||
check {
|
||||
min-height: 24px;
|
||||
min-width: 24px
|
||||
}
|
||||
|
||||
/*увеличиваем чекбоксы*/
|
||||
cellview, entry {
|
||||
min-height: 26px
|
||||
}
|
||||
|
||||
/*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
|
||||
switch {
|
||||
margin: 5px 10px 0px 10px
|
||||
}
|
||||
|
||||
/*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
|
||||
|
||||
/*Правила для окон*/
|
||||
window>box>grid {padding: 5px} /*отступы в расширенных настройках*/
|
||||
window>box>box>image {padding: 0px 0px 5px 0px;} /*иконка запуска ярлыка*/
|
||||
window>box>box>box>image {margin-top: 5px} /*иконка в создании ярлыка*/
|
||||
window>box>box>grid {padding: 0px 5px 5px 0px} /*комбобоксы в запуске ярлыка*/
|
||||
window > box > grid {
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
/*отступы в расширенных настройках*/
|
||||
window > box > box > image {
|
||||
padding: 0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
/*иконка запуска ярлыка*/
|
||||
window > box > box > box > image {
|
||||
margin-top: 5px
|
||||
}
|
||||
|
||||
/*иконка в создании ярлыка*/
|
||||
window > box > box > grid {
|
||||
padding: 0px 5px 5px 0px
|
||||
}
|
||||
|
||||
/*комбобоксы в запуске ярлыка*/
|
||||
|