Improved the styling for the tables and added the 'Software recommendations' article with all of its assets

master
Gianmarco Gargiulo 2023-11-15 20:01:01 +01:00
parent 2def6c2dc1
commit 3c8850e5f0
73 changed files with 6474 additions and 5 deletions

View File

@ -0,0 +1,619 @@
---
title: "Software recommendations"
description: Stuff that I use or that I think you may like
date: 2023-11-15
tags: ["recommendations","software","free software"]
draft: false
thumbnail: /other/img/swrecommendations.svg
license: "CC BY-NC-SA 4.0 International"
---
Here's a list of software that I recommend for both normies and power users! Of course this list doesn't comprehend proprietary software, software that I don't use, software that I don't know or software that I don't recommend. I gotta remember to periodically update this page. Don't take my word for all of this stuff, **do your own research too!** Feel free to make interjections and suggestions down in the comments. All the logos and wordmarks shown in this article are property of their respective owners.
These recommendations are organized in these categories and don't have any particular order (CTRL+F to quickly search):
- Linux distros
- Android ROMs
- Desktop environments/window managers
- Browsers
- Decentralized socials (fediverse)
- Messagging and VoIP
- Cloud, syncing and phone companions
- Privacy and security tools
- Creative software
- Multimedia software
- Torrenting and P2P software
- Miscellaneous
## Linux distros
### Arch Linux
![The Arch Linux logo](../img/sw/archlinux.png)
Everybody's favorite distro. If you're looking for a minimal, customizable, rolling release distribution, Arch is the perfect choice. Don't understand something? Just go to the [Arch Wiki](https://wiki.archlinux.org/)! Need software? It's got quite literally everything, either in its repos or in the [AUR](https://aur.archlinux.org). Don't forget to let others know that you use it by saying "I use Arch btw." I recommend it only to power users or people who want to learn a lot about how a Linux system works.
[Website](https://archlinux.org/)
### EndeavourOS
![The EndeavourOS logo](../img/sw/endeavour.png)
It's like Manjaro, but done right: it's basically Arch with a graphical installer (Calamares) and some extra graphical tools and themes preinstalled. It gets rid of the burden of having to do a manual install if you don't really care about having a precise set of software that you want to install with particular configurations, however I still wouldn't recommend it for absolute noobs since it's a rolling release and this means that you need to do regular maintenance and occasionally touch the command line.
[Website](https://endeavouros.com/)
### Linux Mint
![The Linux Mint logo](../img/sw/linuxmint.png)
The distro for zoomers and grandmas alike that just works. It's based on Ubuntu, but it does not have any of the garbage that Canonical is forcing down their users' throats (e.g. Snaps, removing preinstalled Flatpak support, forced telemetry). The Cinnamon desktop imitates the Windows layout and it runs well even on a ten year old computer, there's also an XFCE edition that's good too, but I wish it still had a KDE edition. In case anything goes nuts with Canonical and Ubuntu, the Linux Mint team has a plan B called [Linux Mint Debian Edition](https://linuxmint.com/download_lmde.php) that you can install and use right now, it has virtually no differences with the standard editions as far as I can tell.
[Website](https://linuxmint.com/)
### NixOS
![The NixOS logo](../img/sw/nixos.png)
The shiny new (not really, it's as old as me) thing everyone is talking about. It's a distro that is configurable entirely with a file written in the Nix language, and its package manager, also called Nix, separates packages in hashed folders, which allows for easy rollbacks and pinning of specific package versions. Software is built in isolation in order to avoid dependency version problems (which means it's immune from the "works on my machine" syndrome). It's got a steep learning curve and it might be a pain to manage if you change system files a lot since it doesn't follow the usual Filesystem Hierarchy Standard, but if you want extreme stability and reproducibility, especially in a server environment, NixOS is great for that.
[Website](https://nixos.org/)
## Android ROMs
### GrapheneOS
![The GrapheneOS logo](../img/sw/grapheneos.svg)
It's the most secure Android ROM in the world. It takes AOSP and does a lot of hardening (e.g. secure app spawning, hardened libc and malloc, verified boot support, hardware attestation, etc.) in a pretty minimal but functional package. If you need to use apps that require Google Play Services (GMS) in order to run, GrapheneOS comes with (optional) sandboxed Play Services, so the official GMS without the elevated privileges that they usually have on stock Android and default manufacturer ROMs, which ensures great app compatibilty without big privacy compromises. This ROM is only available on Google Pixel phones (these devices fit their strong security model) and it's stingy when it comes to supporting older devices, but it works great nonetheless.
[Website](https://grapheneos.org/)
### CalyxOS
![The CalyxOS logo](../img/sw/calyxos.png)
A user friendly degoogled Android ROM that's very similar to LineageOS, but with all remaining connections to Google removed. It also comes with extra privacy features like a firewall app, preinstalled privacy apps (e.g. Scrambled Exif, Orbot, Tor Browser) and microG support. Overall it's very clean and comes with freedom respecting apps, mostly taken from LineageOS, and also their own CalyxVPN and F-Droid. It does support Pixels (verified boot) but also other phones, such as the Fairphone 4 and SHIFT6mq. It used to also support the Xiaomi Mi A2 but I guess it's way too old now; support for the new Fairphone 5 is planned, so I heavily suggest you install it there when it goes stable.
[Website](https://calyxos.org/)
## Desktop environments/window managers
### KDE Plasma (X11, Wayland)
![The KDE Plasma logo](../img/sw/plasma.png)
Probably the most powerful and customizable desktop out there. You can theme and change anything that you can think of (e.g. cursors, icons, panels, widgets, window decorations, animations and effects, tiling spots, sounds, etc.) or keep the default Windows-like layout. Being the second most popular desktop on Linux after GNOME, it has prime support for Wayland with minor issues overall. The KDE Gear (meaning their applications) is a very extensive and complete collection of software built on [the Qt toolkit](https://www.qt.io/) that fits lots of needs, notable examples are Dolphin, Kate, Krita, digiKam, Kdenlive, Okular and many more (they really like the letter K) that are also available on Windows and macOS. Their stuff is a bit buggy and inconsistent at times, but if you like mostly traditional desktop UX's or if you want to go crazy with personalizing your desktop, Plasma is probably your best bet.
[Website](https://kde.org/)
### Cinnamon (X11)
![The Cinnamon logo](../img/sw/cinnamon.png)
I already mentioned this when talking about Linux Mint, it's their flagship [GTK](https://gtk.org)-based desktop with a default layout similar to Windows and overall very simple to use and fairly customizable. I'm not sure how well it works on other distros, but it's very polished so it probably isn't that bad on anything that's not Mint. Wayland support is still experimental but [development is ongoing](https://blog.linuxmint.com/?p=4591).
[GitHub repo](https://github.com/linuxmint/cinnamon)
### Hyprland (Wayland)
![The Hyprland logo](../img/sw/hyprland.png)
A very fancy tiling Wayland compositor. All kinds of quirky animations are configurable in its config file alongside the usual standalone window manager stuff like startup scripts, keybindings and window gaps. It's comparable to other more popular tiling window managers for X11 in terms of features but with added eyecandy and good support for the wlroots library. If you're into writing config files, Hyprland or even its X counterpart, [Hypr](https://github.com/hyprwm/Hypr), may be the compositor for you. Try it out with [nwg-shell](https://nwg-piotr.github.io/nwg-shell/) if you want a preconfigured status bar with some graphical tools that let you easily change settings, this way it feels more like a lightweight desktop environment.
[Website](https://hyprland.org/)
### bspwm (X11)
![The bspwm logo](../img/sw/bspwm.svg)
I used to have my fancy rice of this. It's a tiling window manager for X11 that you configure through shell commands that you put in the right configuration file (`~/.config/bspwm/bspwmrc`) that make use of the `bspc` binary to send instructions to the window manager. It also relies a lot on another program called `sxhkd` for keybindings, which makes it easy to reuse your keybindings on other X window managers or desktop environments.
[GitHub repo](https://github.com/baskerville/bspwm)
## Browsers
### LibreWolf (Windows, macOS, Linux)
![The LibreWolf logo](../img/sw/librewolf.png)
A fork of Firefox with extra hardening and privacy friendly defaults. It's equivalent to using something like [the arkenfox user.js](https://github.com/arkenfox/user.js/), but it's already configured out of the box, alongside some security improvements, removal of FF Sync, Pocket, telemetry and DRM, preinstalled uBlock Origin and all of this with minimal breakage of sites. It's a great daily driver for everyone, unless you want to harden Firefox yourself or unless you need to use sites that rely on DRM or other weird stuff in order to function properly.
[Website](https://librewolf.net/)
### Mozilla Firefox (Windows, macOS, Linux, *BSD, Android, iOS)
![The Firefox logo](../img/sw/firefox.png)
Our good old Firefox, with all the goods and bads, it's still an infinitely better choice than Google Chrome. Yes, it has annoyances like Google being the default search engine because Mozilla can't make a living without them, Pocket and what not, but there are guides online that show you how to strip this crap out and also the aforementioned [arkenfox user.js](https://github.com/arkenfox/user.js/) to harden it more or less up to LibreWolf's standards, of course other user.js projects are out there. Overall it's a pretty good browser for all uses with the potential of becoming even better with the right settings and extensions. I use it as my secondary browser for accounts on spyware platforms like YouTube, Discord and Reddit. You use multiple browsers, right???
[Website](https://www.mozilla.org/en-US/firefox/new/)
### Tor Browser (Windows, macOS, Linux, Android, iOS)
![The Tor Browser logo](../img/sw/torbrowser.webp)
The leet hacker browser to access the dark web. It's the defacto browser for accessing the onion network and also for accessing the normal internet anonymously (as long as you don't fuck up your opsec) which makes it a good choice for casual browsing without needing an identity. The only problem is that the Tor network is a bit slow due to its three node design and sites often block access through the Tor browser because they're afraid you're a bot (or probably because they don't want you to access their stuff without tracking you). A little tip: don't change any major browser settings or install any extensions (uBlock may be excusable in this day and age), because it could change the default Tor Browser fingerprint, which is supposed to look the same as any other Tor Browser user, and make you "stick out" more.
[Website](https://www.torproject.org/download/)
### Ungoogled Chromium (Windows, macOS, Linux)
![The Ungoogled Chromium logo](../img/sw/chromium.png)
Y'all know I don't like Chromium based browsers for [several reasons](/blinky), but if I really needed to use one (personally I do very rarely) my choice would be Ungoogled Chromium. It's Chromium but with all the remaining Google bits removed, so much ungoogled that it has no search engines and no support for the Chrome Web Store, which means that you need to add a search engine manually and that you have to manually download and install extension packages (unless the AUR has some [cool PKGBUILDs](https://aur.archlinux.org/packages/chromium-extension-ublock-origin-bin) for you). Overall it looks and functions just like regular Chromium, so it's also going to give you a very similar experience to Google Chrome, minus the Google part.
[GitHub repo](https://github.com/ungoogled-software/ungoogled-chromium)
### Iceraven (Android)
![The Iceraven logo](../img/sw/iceraven.png)
Firefox but slightly less bloaty, with extra useful features and built-in ad blocking. This is a great choice for browsing on the go, especially if you install good extensions. It still retains Firefox account integration if you need it. I recommend you install it through [FFUpdater](https://f-droid.org/packages/de.marmaro.krt.ffupdater/), which also manages updates for other browsers and even Orbot.
[GitHub repo](https://github.com/fork-maintainers/iceraven-browser)
## Decentralized socials (fediverse)
### Mastodon (Web, Android, iOS)
![The Mastodon logo](../img/sw/mastodon.svg)
The big juggernaut of the fediverse, the one who had huge spikes in users when Elon Musk bought Twitter. Mastodon's UI is very similar to Twitter's, but of course it doesn't have all the algorithmic garbage, advertising and spyware that the bird has. It's fairly easy to use and it's the most popular fediverse software, so it's got all kinds of servers that you can join. It's got an official app for mobile systems, but there are also forks and other amenities such as [Fedilab](https://f-droid.org/packages/fr.gouv.etalab.mastodon/) (Android only) which readapts its interface based on what fediverse platform you're using. There are forks of Mastodon like for instance [glitch-soc](https://github.com/glitch-soc/mastodon/) and [Hometown](https://github.com/hometown-fork/hometown) that add extra functionality.
[Website](https://joinmastodon.org/)
### Pixelfed (Web, Android, iOS)
![The Pixelfed logo](../img/sw/pixelfed.svg)
Basically Instagram in its early days, it's only about posting photos (but it has stories that you can disable anyways) without algos and Reels. However the UI is very similar to the modern Instagram which is nice for people who are used to that, with the only difference that the web UI is actually usable unlike Instagram's. The mobile app is still in beta, but development goes pretty quick so we may be closer to a stable release than we think. It's compatibile with Fedilab too.
[Website](https://pixelfed.org/)
### PeerTube (Web)
![The PeerTube logo](../img/sw/peertube.png)
Basically YouTube without Shorts and other garbage. It has many of YouTube's long standing features but also extra plugins that the server administrator can install and enable to enchance functionality. Making multiple channels under one account is much easier to do than YouTube, livestreams are a bit flakey but I guess you can use [Owncast](https://owncast.online/) for that and it has peer-to-peer functionality so that other users and servers can contribute to "seeding" the video for others, saving your bandwidth and allowing for video redundancy. It's compatible with Fedilab, although it's a bit buggy there if you have 2FA enabled. Using the web frontend as a "installed web app" on your phone may be enough.
[Website](https://joinpeertube.org)
### Pleroma (Web)
![The Pleroma logo](../img/sw/pleroma.png)
Microblogging like Mastodon, but with more of a retro-style UI with extra customizations and features. It's got themes with all kinds of parameters, emoji reactions, extra info pages to the admin's liking and also extra forks and frontends like [Akkoma](https://akkoma.social/), [glitch-lily](https://lily-is.land/infra/glitch-lily/) and [Soapbox](https://soapbox.pub/) which changes things up a bit. It's compatible with Fedilab, but there's also an app specifically made for it called [Husky](https://f-droid.org/en/packages/su.xash.husky/). I believe there are iOS clients out there.
[Website](https://pleroma.social/)
### Lemmy (Web)
![The Lemmy logo](../img/sw/lemmy.png)
Content divided in threads and groups, just like Reddit with its subreddits. You join communities from either your server or others, you post there, you get upvotes or downvotes, you get comments, but you don't get awards and stupid ass avatars which is good. On Android I use an app called [Eternity](https://f-droid.org/en/packages/eu.toldi.infinityforlemmy/) which is forked from Infinity, the Reddit client that's now paid due to the API changes, so it has a great set of features and polish.
[Website](https://join-lemmy.org/)
## Messagging and VoIP
### Element (Web, Windows, macOS, Linux, Android, iOS)
![The Element logo](../img/sw/element.png)
The official client for the decentralized [Matrix protocol](https://matrix.org). It has pretty much all the features that the protocol supports and is very comparable to stuff like Slack or Discord (minus the voice channels). It supports virtually every platform (the desktop apps are Electron based, ew) and it's truly end-to-end encrypted, so getting your normie friends on it shouldn't be super hard (unless they like to have stickers and GIFs built-in), just make sure not to sign up on the official server, since it defeats the purpose of the decentralization of Matrix and it's known to have lots of downtimes. Also due to a multitude of reasons, Element and Matrix servers usually have speed problems (mainly because the defacto server implementation, Synapse, is written in Python), however this may change in the future with stuff like [Matrix 2.0](https://matrix.org/blog/2023/09/matrix-2-0/), [Dendrite](https://matrix-org.github.io/dendrite/) and [Element X](https://element.io/labs/element-x). Matrix also has a bit of a metadata leaking problem, but allegedly [they've been working on fixing that too](https://matrix.org/blog/2021/05/06/introducing-the-pinecone-overlay-network/).
[Website](https://element.io/)
### ShildiChat (Web, Windows, macOS, Linux, Android, iOS)
![The SchildiChat logo](../img/sw/schildichat.svg)
This is a fork of Element with some extra customization features and a few UI differences. Nothing major, just tought you might like it if you have some problem with Element but you still want all of its features.
[Website](https://schildi.chat/)
### Conversations (Android)
![The Conversations logo](../img/sw/conversations.png)
If you're into XMPP, a much lighter and more extensible protocol than Matrix, Conversations for Android is a great choice as it is the best XMPP client out there. It's minimal but it has all the basic features of a chat app (except deleting and editing anything that's not the very last message) with an easy to use interface. It may be a bit harder to get normies to use it, but it's not that bad as long as you can make them sign up to a server. There are also a bunch of forks like [Cheogram](https://cheogram.com/), [monocles chat](https://monocles.chat/) and [Quicksy](https://quicksy.im/) which add their own extra features.
[Website](https://conversations.im/)
### Gajim (Windows, macOS, Linux)
![The Gajim logo](../img/sw/gajim.png)
A complete GTK 3-based XMPP client for desktops. Has most of the features that an XMPP client needs and it's extensible through extensions. Syncing chats from the server is a bit flakey, but overall I could not find a better desktop client (still sad as I wish it was more comparable to Conversations). I'm still waiting for NeoChat and Quaternion to get end-to-end encryption support.
[Website](https://gajim.org/)
### qTox (Windows, macOS, Linux, FreeBSD)
![The qTox logo](../img/sw/qtox.png)
If you need some kind of quick decnetralized end-to-end encrypted chat app with no regard to functionality or multi device syncing, the Tox protocol and qTox are your friend. I treat it as an emergency failsafe, kinda like why you would use stuff like Briar.
**Warning**: qTox is unmaintained since February of 2023, so it's not going to recieve updates anymore, check if there are any good forks or alternatives, I didn't because I never use Tox for the reason I explained up in the other paragraph.
[Website](https://qtox.github.io/)
### aTox (Android)
The same thing as qTox but for Android devices, works just as well but it's actually maintained.
[F-Droid entry](https://f-droid.org/packages/ltd.evilcorp.atox/)
### Mumble (Windows, macOS, Linux)
![The Mumble logo](../img/sw/mumble.webp)
Miss the good old days of TeamSpeak? I've got the thing for you: join a server and voice/text chat in channels of your choice! Mumble's UI is very similar to the old TeamSpeak's, so it's very minimalistic. Make sure to disable the default UI theme in the settings since it's horrible. Text chats are as basic as they can get: text, paste images or PDFs, no permanent history, that's it. If you plan to text chat extensively, consider using it alongside a proper chat app. The biggest drawback is probably the absence of any video functionality, just like the old TeamSpeak, but for voice only it's really good. There's third party clients on Android and iOS such as [Mumla](https://f-droid.org/packages/se.lublin.mumla/) and [Mumble](https://apps.apple.com/us/app/mumble/id443472808) (not sure how official this last one is).
[Website](https://www.mumble.info/)
### Jitsi Meet (Web, Windows, macOS, Linux, Android, iOS)
![The Jitsi Meet logo](../img/sw/jitsi.webp)
The most used free (as in freedom) video conferencing software. Has pretty much all the features that stuff like Google Meet and Zoom have, minus the spying and AI training. The official server recently had to block users from making rooms behind a social login, which is annoying and a privacy threat, but they say they did it to combat spam and abuses, which is understandable. There are other Jitsi server out there anyways.
[Website](https://meet.jit.si/)
### Thunderbird (Windows, macOS, Linux)
![The Thunderbird logo](../img/sw/thunderbird.png)
I guess this qualifies as messagging software. In recent years Thunderbird has gotten a lot of funding which meant that it got lots of updates that made it better than ever, proably the best email client in existence. Obviously it has other PIM features like a calendar, contacts, tasks, etc. They're also collaborating with the developers of [K-9 Mail](https://k9mail.app/), an excellent email client for Android, to make it into the new Thunderbird for Android which is really cool.
[Website](https://www.thunderbird.net/)
## Cloud, syncing and phone companions
### Nextcloud (Web, Windows, macOS, Linux, Android, iOS)
![The Nextcloud logo](../img/sw/nextcloud.png)
A complete selfhostable cloud suite, extensible with many first and third party applications that put stuff like Google Drive and G Suite to shame. Browser files, sync photos, check your calendar, take notes, make forms, collaborate with others, federate with other servers and much more. You can sync stuff with the official apps (especially on Android, [there's lots of apps](https://search.f-droid.org/?q=nextcloud&lang=en)) or with WebDAV/CalDAV integration with your favorite file browser or PIM software.
[Website](https://nextcloud.com/)
### Syncthing (Windows, macOS, Linux, *BSD, Illumos, Solaris, Android)
![The Syncthing logo](../img/sw/syncthing.png)
If you need to sync files between multiple devices (like computers, phones, etc.) in a peer-to-peer fashion, so without a central server, Syncthing is the best tool for the job. No need to set up complicated scripts or some privacy invasive cloud service. It's easy to use, you set up the folders you want to sync and pair the devices right from your browser or mobile app, that's it. You can also set up specific rules for each folder or device and its compatibility with all kinds of platforms makes it really useful.
[Website](https://syncthing.net/)
### KDE Connect (Windows, macOS, Linux, Android, iOS)
![The KDE Connect logo](../img/sw/kdeconnect.png)
Free yourself from Apple's walled garden, integrate your computers and phones with this great toy. KDE Connect can sync clipboards, notifications, send and browse files, control a presentation or playing media, remote control your mouse and more. You don't even need a Linux computer with KDE Plasma to enjoy it, it works on any major platform. It's only a bit buggy sometimes.
[Website](https://kdeconnect.kde.org/)
### LocalSend (Windows, macOS, Linux, Android, iOS)
![The LocalSend logo](../img/sw/localsend.png)
If you need to quickly send a file to a friend of yours or to multiple devices all at once, as long as you are all connected to the same network, LocalSend does the job perfectly. The UI, written in Flutter, is very simple to understand and sending something is just a matter of seconds. By default when you recieve something it asks you if you want to accept the file, just like AirDrop, as an extra security measure.
[Website](https://localsend.org/)
## Privacy and security tools
### uBlock Origin (Firefox, Chromium)
![The uBlock Origin logo](../img/sw/ublock.svg)
This is a must among browser extensions, the absolute best ad and tracker blocker, don't use anything else. You cannot live on a browser without this nowadays (no wonder why LibreWolf comes with it preinstalled) and with extra filter lists it gets even stronger. If you're on a mobile browser that does not support extensions or if you'll stick to your beloved Chromium based browser that will make it harder for ad blockers to work thanks to Manifest v3, I feel pity for you.
[Website](https://ublockorigin.com/)
### Consent-O-Matic (Firefox, Chromium, Safari)
![The Consent-O-Matic logo](../img/sw/consentomatic.png)
You don't have to deal with those annoying cookie notices and long lists of switches, this extension does the job for you. Europeans' best friend against privacy dark patterns.
[Website](https://consentomatic.au.dk/)
### ClearURLs (Firefox, Chromium)
![The ClearURLs logo](../img/sw/clearurls.svg)
A simple extension that takes URLs you open up and strips them of any tracking parameters that it can detect, like when your friend sends you a funny meme link with a string like this attached to it: `shid=y7f3jrf8f9u3rt`. That's pure evil!
[Website](https://docs.clearurls.xyz/)
### LibRedirect (Firefox, Chromium)
![The LibRedirect logo](../img/sw/libredirect.svg)
This extension automatically redirects any big privacy invasive platform (e.g. YouTube, Twitter/X, Reddit, etc.) you try to visit to a private frontend (e.g. Piped or Invidious, Nitter, Libreddit, etc.) of your choice, or even multiple choices measured by their ping and availability.
[Website](https://libredirect.github.io/)
### KeePassXC (Windows, macOS, Linux)
![The KeePassXC logo](../img/sw/keepassxc.svg)
The best offline desktop password manager. All your credentials are secured in an encrypted database file that you can copy over to other devices (I do it with Syncthing for example) and access everything through a master password and other optional factors with hardware security keys or a key file. It can also integrate with your browser through an extension and with FreeDesktop's Secret Service API if you're on Linux, which means that it can become your system keyring.
[Website](https://keepassxc.org/)
### KeePassDX (Android)
![The KeePassDX logo](../img/sw/keepassdx.png)
Basically all of the above but on your Android device, it also integrates with apps that require passwords and what not. Hardware security keys support may require additional setup, in my case I had to use the [Kunzisoft Hardware Key Driver](https://gitlab.com/kunzisoft/android-hardware-key-driver).
[Website](https://www.keepassdx.com/)
### TrackerControl (Android)
![The TrackerControl logo](../img/sw/tc.png)
This is a local VPN that routes all apps' network traffic through itself so that it can filter out connections to trackers, analytics and other unwanted places based on a filter list that you can change. It also detects tracker libraries that are built into any of the apps that use them. A version of this app for iOS is in development, although they say it's not going to be as strong and effective as the Android version, I suppose because of Apple's weird restrictions.
[Website](https://trackercontrol.org/)
### Imagepipe (Android)
![The Imagepipe logo](../img/sw/imagepipe.png)
Strip EXIF metadata off of your photos before uploading them to some cloud service, a chat or a social platform as that metadata can be used to identify you (e.g. phone model, location, date of shooting, etc.). Imagepipe will simply ask you to choose a picture to clean, then it automatically saves it in its own folder and brings up the sharing dialog.
[F-Droid entry](https://f-droid.org/en/packages/de.kaffeemitkoffein.imagepipe/)
### Orbot (Android)
![The Orbot logo](../img/sw/orbot.png)
A VPN app that, when enabled, routes all of your traffic through the Tor network. Useful when you're in a country that has weird restrictions or if you're using some kind of burner phone for anonymous online activities only (these are the best case scenarios that I could think of).
[Website](https://orbot.app/)
### OpenKeychain (Android)
![The OpenKeychain logo](../img/sw/openkeychain.png)
This app holds and manages PGP keys on your phone. It can encrypt and decrypt text or files, integrate with supported applications, collect public keys from your friends, uploading your public keys to a public keyserver, etc.
[Website](https://openkeychain.org/)
### Kleopatra (Linux)
![The Kleopatra logo](../img/sw/kleopatra.svg)
Basically the same thing as OpenKeychain, but for desktops. In addition it supports searching public keys online, integrating with smartcards and hardware security keys and has special integration with KDE's PIM applications (e.g. Kontact, KMail).
[Website](https://apps.kde.org/kleopatra/)
### OpenSnitch (Linux)
![The OpenSnitch logo](../img/sw/opensnitch.png)
OpenSnitch is a firewall application, based on nftables, that does logging, app rules and also comes up with dialogs asking if you want to allow specific apps and processes from accessing the network. It's useful for blocking ads and trackers that connect to your browsers or other applications, for instance it helped me block Telegram Desktop's Google analytics). It has a few annoyances like it being a bit hard to use, having excessive permission dialogs, especially when you install it for the first time or when you use command line programs, and the fact that I often get at login some notifications about missing libraries or something (maybe just an Arch issue, I should do more testing on other distros as well).
[Website](https://github.com/evilsocket/opensnitch)
## Creative software
### Krita (Windows, macOS, Linux, Android)
![The Krita logo](../img/sw/krita.svg)
The best free drawing and painting application and also the most bug free application ever developed by KDE (except for the Mac version, but I haven't used it on there for a long time, so don't quote me on that). It's very comparable to Photoshop and a lot of people even prefer it over GIMP for image editing. There's no words I can ever write that can describe how powerful Krita is, just try it for yourself. The Android version is still experimental (it's a complete port of the desktop UI, which is kinda cool).
[Website](https://krita.org/)
### GIMP (Windows, macOS, Linux)
![The GIMP logo](../img/sw/gimp.png)
It's slammed a lot, but I think that GIMP is mostly misunderstood. It's a long standing project that still holds up really well today. For people who are not Adobe-dependent professionals, GIMP is a very advanced and powerful tool that could be improved UX wise, but it's still really good and it's mostly a matter of getting used to it.
[Website](https://gimp.org/)
### Inkscape (Windows, macOS, Linux)
![The Inkscape logo](../img/sw/inkscape.svg)
An overall great vector art software that always comes in handy for making quick but also elaborate logos, graphics and more. All of the branding assets you see on my website and even this article's thumbnail are made with Inkscape! Kinda like GIMP, this is an extremely powerful tool for people who aren't forced to use specific proprietary software. It's biggest drawbacks are probably the frequent lags, glitches and crashes, but it's not too bad.
[Website](https://inkscape.org/)
### Pixelorama (Windows, macOS, Linux)
![The Pixelorama logo](../img/sw/pixelorama.png)
Like doing pixel art illustrations, sprites and animations? Pixelorama might be the thing for you! It's made with Godot (what a peculiar choice) and it's got a simple but powerful interface with stuff like keyframes, layers, color dithering, palettes and more. My only complaint is that it tries to take over any XDG file entry that it can find, but this could be an issue with the AUR package, I have yet to investigate.
[itch.io page](https://orama-interactive.itch.io/pixelorama)
## Multimedia software
### VLC media player (Windows, macOS, Linux, Android, iOS)
![The VLC logo](../img/sw/vlc.png)
The first piece of software that every Windows user downloads, no one could stand the old Windows Media Player and no one can stand the modern Movies and TV app. It does all kinds of things besides playing media and streams: it can transcode, record from capture cards, stream on the network, be your animated wallpaper... The best all in one media package.
[Website](https://videolan.org/vlc/)
### mpv (Windows, macOS, Linux, *BSD, Android)
![The mpv logo](../img/sw/mpv.png)
Every Linux user's favorite media player. Not as advanced as VLC, but for many people it's enough. It's minimalistic, it's mainly keyboard driven with a lot of cool options and controls, it can be extended with Lua scripts, it's got a library written in C that can be integrated in other software and supports hardware decoding pretty well. Goes well with rice.
[Website](https://mpv.io/)
### NewPipe x SponsorBlock (Android)
![The NewPipe logo](../img/sw/newpipe.png)
This is a fork of [NewPipe](https://newpipe.net/) that adds SponsorBlock functionality. It's an alternative app for watching YouTube (but also for PeerTube, SoundCloud and Bandcamp), with every imaginable feature that you would have to pay Google for in order to get them on the official app, but here not only they're free of charge, they're also better! You can subscribe to channels through RSS feeds that you can easily import and export.
[Izzysoft F-Droid repo](https://apt.izzysoft.de/fdroid/index/apk/org.polymorphicshade.newpipe)
### LibreTube (Android)
![The LibreTube logo](../img/sw/libretube.png)
Another alternative app for YouTube, but this one is designed to integrate with a Piped instance where you can also login to get your subscriptions synced. It also has SponsorBlock functionality, but within the original app unlike NewPipe. It's quite a bit buggier than NewPipe, but nothing major.
[Website](https://libretube.dev/)
### OBS Studio (Windows, macOS, Linux)
![The OBS Studio logo](../img/sw/obs.png)
The defacto software for recording and streaming, even the richest and cringiest of streamers use it (or they use the Streamlabs fork, ew) and it's sponsored by the likes of YouTube, Twitch and our beloved Nvidia. Scenes, capture cards, screen recording, overlays, transitions, multiple audio channels, studio mode, you name it! Nothing comes close to it.
[Website](https://obsproject.com/)
### Kdenlive (Windows, macOS, Linux)
![The Kdenlive logo](../img/sw/kdenlive.svg)
This is also slammed a lot, but apart from the occasional crashes and the limited GPU acceleration support, Kdenlive is a great video editor that can be easily compared to Vegas Pro, so it's very good for the average YouTuber that doesn't have money to spend on some scary proprietary editor. With the recent funding campaign that it got, the future for this software seems much brighter anyways.
[Website](https://apps.kde.org/kdenlive/)
### Tenacity (Windows, macOS, Linux, FreeBSD)
![The Tenacity logo](../img/sw/tenacity.svg)
A fork of Audacity with less bugs and the MuseGroup telemetry removed. If you've used Audacity before, this isn't going to be all that much different. Pure audio editing with tracks, effects and plugins, not at the level of a DAW (for that you may prefer [Ardour](https://ardour.org/) or something), but for normal editing and voice recording it's more than enough.
[Website](https://tenacityaudio.org/)
### Clementine (Windows, macOS, Linux)
![The Clementine logo](../img/sw/clementine.png)
An advanced music player made with Qt. Not only it takes care of your local music library, it can also search and stream off the internet, look for missing ID3 tags and cover arts, integrate with portable media players, fetch lyrics, be controlled with an Android phone or even a Wii Remote, transcode audio and much more. As I'm writing this paragraph, I'm listening to my music with it!
[Website](https://clementine-player.org/)
### Jellyfin (Web, Windows, macOS, Linux, Android, iOS, tvOS, webOS)
![The Jellyfin logo](../img/sw/jellyfin.svg)
The selfhosted movie, shows, music and book streaming software. You put it on a server, upload your library there and then you can stream to any computer, mobile device or smart TV appliance. It automatically gets metadata about your media from the internet (e.g. movie titles, episode titles, images, reviews, cast with photos, etc.) so that you don't have to do anything more than putting the files on the server. It can also transcode stuff on the fly for you or let the client do the transcoding job (unless you're using a slightly older iPad that Apple doesn't care about anymore) for different streaming qualities, you can also download the stuff to use it offline directly from the frontend. On Android and iOS I recommend you at least check out two alternative clients called [Findroid](https://github.com/jarnedemeulemeester/findroid) and [Swiftfin](https://github.com/jellyfin/Swiftfin) as they are native apps and not just a browser for the web frontend of Jellyfin. On desktop there's the [Jellyfin Media Player](https://github.com/jellyfin/jellyfin-media-player) that can also integrate with a standalone mpv player through [Jellyfin MPV Shim](https://github.com/jellyfin/jellyfin-mpv-shim).
[Website](https://jellyfin.org/)
### Mixxx (Windows, macOS, Linux)
![The Mixxx logo](../img/sw/mixxx.svg)
DJ with your favorite music tracks from your library, play around with filters, loops, cues and supported physical DJ equipment and turntables. It supports OSS, ALSA and JACK (which means also PipeWire retroactively) and it's really fun to play around with.
[Website](https://mixxx.org/)
### Carla (Linux)
![The Carla logo](../img/sw/carla.png)
A graph and patchbay tool for PipeWire. It lets you route audio outputs, apply filters, access MIDI sources, work with ALSA and JACK, etc. If you use PipeWire (and if you don't you should) this tool is always a nice to have.
[Website](https://kx.studio/Applications:Carla)
### FF Multi Converter (Linux)
![The FF Multi Converter logo](../img/sw/ffmulticonverter.png)
This is a very easy to use Qt frontend for ffmpeg and other file conversion backends, it allows you to convert several kinds of media and documents also through a series of customizable presets.
[GitHub repo](https://github.com/ilstam/FF-Multi-Converter)
## Torrenting and P2P software
### qBittorrent (Windows, macOS, Linux, FreeBSD)
![The qBittorrent logo](../img/sw/qbittorrent.png)
One of the best torrenting software out there, based on Qt and comes with any feature that you can think of with relative ease of use. It's also got support for RSS feeds, a web UI to control the program and more. If you prefer GTK apps, [Transmission](https://transmissionbt.com/) may be more to your liking.
[Website](https://qbittorrent.org/)
### LibreTorrent (Android)
![The LibreTorrent logo](../img/sw/libretorrent.png)
If you need to quickly download (or even seed) something on the go, LibreTorrent is a fast and easy to use torrent client for Android devices. It also has RSS feed support and can even create torrents right from your phone.
[GitHub repo](https://github.com/proninyaroslav/libretorrent)
### Nicotine+ (Windows, macOS, Linux, *BSD, Solaris)
![The Nicotine+ logo](../img/sw/nicotineplus.svg)
Nicotine+ is a GTK 3 client for Soulseek, a peer-to-peer file sharing network. You can browse other people's files (usually legally obtained and distributed music) and share your own through your customized profile, you can send private messages to users, add friends, join public chatrooms and set your interests for others to see, basically anything that the official proprietary Soulseek client can do (AFAIK).
[Website](https://nicotine-plus.org/)
## Miscellaneous
### QOwnNotes (Linux)
![The QOwnNotes logo](../img/sw/qownnotes.png)
A Qt note taking application designed to integrate directly with your Nextcloud instance. It supports anything that Nextcloud Notes supports and more: Markdown, trash folder, scripting, to-do list, distraction-free mode, version control, encryption, etc.
[Website](https://qownnotes.org/)
### Prism Launcher (Windows, macOS, Linux)
![The Prism Launcher logo](../img/sw/prismlauncher.svg)
The best and cleanest Minecraft launcher in existence, forked from the PolyMC project, it's made with Qt and it has a very nice UI to manage all of your game versions, settings, shaders, resource packs and mods with built-in search for Modrinth and CurseForge.
[Website](https://prismlauncher.org/)
### RSSGuard (Windows, macOS, Linux)
![The RSSGuard logo](../img/sw/rssguard.webp)
An advanced Qt based (you can tell I really like Qt apps) RSS feed reader with a built-in ad blocking browser engine (there's the Lite version if you don't want that), customizable theme and notifications, Nextcloud News integration and more.
[GitHub repo](https://github.com/martinrotter/rssguard)
### yt-dlp (Windows, macOS, Linux, *BSD)
![The yt-dlp logo](../img/sw/ytdlp.svg)
The best (command line) tool for downloading videos from YouTube and other video streaming platforms. It's a fork of the now unmaintained(?) youtube-dl project, it allows for downloading in different formats and qualities, getting entire playlists or channels with descriptions and comments too, etc.
[GitHub repo](https://github.com/yt-dlp/yt-dlp)
### Organic Maps (Android, iOS)
![The Organic Maps logo](../img/sw/organicmaps.png)
This is an [OpenStreetMap](https://openstreetmap.org) application with great performance and features for path finding, places discovery, search, offline maps, train lines view, speed limits, 3D buildings, OSM profile integration and more.
[Website](https://organicmaps.app/)
### StreetComplete (Android)
![The StreetComplete logo](../img/sw/streetcomplete.svg)
Contribute to OpenStreetMap when you're outside by completing surveys and tasks like specifying what kind of road or sidewalk you're walking on, if there's lighting, bus stations, trash cans, parking spots, etc. All you need to contribute is an OpenStreetMap profile to log into via this app.
[Website](https://streetcomplete.app/)
### Simple Mobile Tools (Android)
![The Simple Mobile Tools logo](../img/sw/smt.png)
This is a collection of basic applications for Android that are, of course, free software and quite polished. For example they have a music player, a calendar, a contacts app, a file manager, a voice recording app, a dialer app, a camera app, a gallery app, etc.
[Website](https://simplemobiletools.com/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,162 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="268 268 245.84835 302.58258"
width="184.38626"
height="226.93694"
version="1.1"
id="svg8"
sodipodi:docname="clearurls.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
inkscape:export-filename="C:\Users\Kevin\Desktop\clearurls.png"
inkscape:export-xdpi="200"
inkscape:export-ydpi="200"
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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata14">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs12">
<linearGradient
id="linearGradient6072"
inkscape:swatch="solid">
<stop
style="stop-color:#51b8b2;stop-opacity:1;"
offset="0"
id="stop6070" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4488">
<stop
style="stop-color:#f47721;stop-opacity:1;"
offset="0"
id="stop4484" />
<stop
style="stop-color:#f47721;stop-opacity:0;"
offset="1"
id="stop4486" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4488"
id="linearGradient4602"
x1="265.60745"
y1="264.5509"
x2="389.22406"
y2="382.32315"
gradientUnits="userSpaceOnUse"
spreadMethod="pad"
gradientTransform="matrix(10.416667,0,0,10.416664,-3234.5636,-2186.175)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4488"
id="linearGradient4509"
x1="-397.31076"
y1="831.29944"
x2="-1651.983"
y2="-525.3559"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.45387387,0,0,0.45387387,863.5977,399.5972)" />
<linearGradient
gradientTransform="matrix(0.45387387,0,0,0.45387387,294.45525,334.46492)"
inkscape:collect="always"
xlink:href="#linearGradient4515"
id="linearGradient4517"
x1="884.4668"
y1="1018.1675"
x2="-407.02612"
y2="-326.9173"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4515">
<stop
style="stop-color:#ffccaa;stop-opacity:1;"
offset="0"
id="stop4511" />
<stop
style="stop-color:#ffccaa;stop-opacity:0;"
offset="1"
id="stop4513" />
</linearGradient>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="706"
id="namedview10"
showgrid="false"
inkscape:zoom="0.65186405"
inkscape:cx="82.072328"
inkscape:cy="151.87216"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="false"
inkscape:showpageshadow="0"
inkscape:deskcolor="#d1d1d1" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Layer 0"
style="display:inline"
transform="translate(-148.09345,-182.99522)">
<path
d="m 491.7391,488.81799 v -18.91138 c 0,-9.45573 9.4557,-18.91138 18.91141,-18.91138 h 56.73424 c 9.4557,0 18.9114,9.45565 18.9114,18.91138 v 18.91138 h 56.73422 c 9.45574,0 18.91143,9.45575 18.91143,18.91147 v 37.82277 h -18.91143 l -11.8196,177.29485 c -2.36396,16.54717 -16.5475,30.73073 -33.09498,30.73073 H 480.39225 c -18.91142,0 -33.09497,-14.18356 -33.09497,-30.73073 L 435.00486,545.55223 h -18.91141 v -37.82277 c 0,-12.29244 9.45571,-18.91147 18.91141,-18.91147 z"
id="path2-4"
style="fill:#ffffff;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 1"
style="display:inline"
transform="translate(-148.09345,-182.99522)">
<path
d="m 491.73911,488.81798 v -18.91139 c 0,-9.45573 9.45571,-18.91137 18.91141,-18.91137 h 56.73425 c 9.45568,0 18.91137,9.45564 18.91137,18.91137 v 18.91139 h 56.73423 c 9.45574,0 18.91143,9.45574 18.91143,18.91147 v 37.82277 h -18.91143 l -11.8196,177.29485 c -2.36396,16.54718 -16.54751,30.73073 -33.09498,30.73073 H 480.39226 c -18.91141,0 -33.09497,-14.18355 -33.09497,-30.73073 L 435.00488,545.55222 h -18.91142 v -37.82277 c 0,-12.29244 9.45571,-18.91147 18.91142,-18.91147 z"
id="path2"
style="fill:url(#linearGradient4509);fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Layer 2"
style="display:inline"
transform="translate(-148.09345,-182.99522)">
<path
d="m 529.72219,578.74719 h 17.78953 l 0.9616,120.84065 h -18.91141 z m -23.79954,121.78534 -18.91141,1.41893 -7.09178,-122.92423 h 18.91141 z m 67.6083,0 17.49307,1.41893 7.09178,-122.92423 h -18.91142 z"
id="path6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccc"
style="fill:url(#linearGradient4517);fill-opacity:1;stroke-width:4.72785" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
height="253.82401"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
viewBox="0 0 2644.0798 2644"
width="253.82401"
version="1.1"
id="svg1"
sodipodi:docname="grapheneos.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.9935073"
inkscape:cx="126.66119"
inkscape:cy="126.912"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="m771.67168 798 381.00032-217c-7.0001-21-12.0001-43-12.0001-67 0-92 67.0001-168 155.0001-184v-330h64v330c88 16 155 92 155 184 0 24-5 46-13 67l382 217c14-16 31-30 50-42 80-46 180-26 237 42l286-165 32 56-286 165c31 84-2 180-82 226-18 10-36 17-55 21v442c19 4 37 11 55 21 80 46 113 142 82 226l286 165-32 56-286-165c-57 68-157 88-237 42-19-12-36-26-50-42-127 72-254 145-382 217 8 21 13 43 13 67 0 92-67 168-155 184v330h-64v-330c-88-16-155.0001-92-155.0001-184 0-24 5-46 12.0001-67l-381.00032-217c-14 16-31 30-50 42-80 46-180 26-237-42l-285.99999 165-32-56 285.99999-165c-31-84 2-180 82-226 18-10 36-17 55-21v-442c-19-4-37-11-55-21-80-46-113-142-82-226l-285.99999-165 32-56 285.99999 165c57-68 157-88 237-42 19 12 36 26 50 42zm1080.00032 992c-18-50-15-108 14-157 30-52 81-84 136-92v-438c-55-8-106-40-136-92-29-49-32-107-14-157l-382-218c-35 40-85 65-142 65s-107-25-142-65l-382.00032 218c18 50 15 108-14 157-30 52-81 84-136 92v438c55 8 106 40 136 92 29 49 32 107 14 157l382.00032 218c35-40 85-65 142-65s107 25 142 65z"
fill="#000000"
fill-rule="nonzero"
transform="translate(0 .000102)"
id="path1"
style="fill:#ffffff;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,772 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.0"
viewBox="0 0 232.22586 229.07915"
width="232.22586"
height="229.07915"
id="svg2"
sodipodi:docname="inkscape.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.98828125"
inkscape:cx="125.97628"
inkscape:cy="189.21739"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
id="WhiteTransparent"
gradientUnits="userSpaceOnUse">
<stop
id="stop7"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
x1="0"
y1="128"
x2="0"
y2="76"
id="liquidSpecular"
xlink:href="#WhiteTransparent"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="80"
y1="20"
x2="60"
y2="40"
id="sideSpecular"
xlink:href="#WhiteTransparent"
gradientUnits="userSpaceOnUse" />
<clipPath
id="clipoutline1">
<path
d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m -9.9,64.7 c 0.9,0 30.8,4 19.3,7.1 -4.4,1.2 -24.6,-7.1 -19.3,-7.1 z m 57.2,16.6 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z"
id="outline1" />
</clipPath>
<linearGradient
x1="82.118591"
y1="20"
x2="60"
y2="40"
id="linearGradient9175"
xlink:href="#linearGradient5785"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient5785"
gradientUnits="userSpaceOnUse">
<stop
id="stop5787"
style="stop-color:#c0cdf9;stop-opacity:1"
offset="0" />
<stop
id="stop5789"
style="stop-color:#07092d;stop-opacity:0.28804347"
offset="1" />
</linearGradient>
<filter
id="filter8490"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur8492"
stdDeviation="2.4163949"
inkscape:collect="always" />
</filter>
<filter
id="filter6017-3"
color-interpolation-filters="sRGB"
x="-0.017255854"
y="-0.017528899"
width="1.0345117"
height="1.0350578">
<feGaussianBlur
id="feGaussianBlur6019-9"
stdDeviation="0.80546496"
inkscape:collect="always" />
</filter>
<filter
id="filter6031-0"
color-interpolation-filters="sRGB"
x="-0.074775365"
y="-0.075958553"
width="1.1495507"
height="1.1519171">
<feGaussianBlur
id="feGaussianBlur6033-8"
stdDeviation="3.4903482"
inkscape:collect="always" />
</filter>
<linearGradient
x1="82.118591"
y1="20"
x2="60"
y2="40"
id="linearGradient9175-3"
xlink:href="#linearGradient5785-8"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient5785-8"
gradientUnits="userSpaceOnUse">
<stop
id="stop5787-7"
style="stop-color:#c0cdf9;stop-opacity:1"
offset="0" />
<stop
id="stop5789-3"
style="stop-color:#07092d;stop-opacity:0.28804347"
offset="1" />
</linearGradient>
<clipPath
id="clipPath9086-1">
<use
transform="translate(1.0095461e-6)"
id="use9088-0"
style="opacity:0.25;fill:#ffffff;fill-opacity:1"
x="0"
y="0"
width="400"
height="300"
xlink:href="#outline1" />
</clipPath>
<filter
id="filter8490-0"
color-interpolation-filters="sRGB"
x="-0.051767563"
y="-0.052586698"
width="1.1035351"
height="1.1051734">
<feGaussianBlur
id="feGaussianBlur8492-5"
stdDeviation="2.4163949"
inkscape:collect="always" />
</filter>
<linearGradient
x1="33"
y1="35"
x2="58"
y2="60"
id="shinySpecular-0"
xlink:href="#WhiteTransparent-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)" />
<linearGradient
id="WhiteTransparent-3"
gradientUnits="userSpaceOnUse">
<stop
id="stop7606-1"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop7608-8"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
x1="60"
y1="20"
x2="90"
y2="50"
id="IcecapTip-0"
xlink:href="#WhiteTransparent-3"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="116.31038"
cy="250.89737"
r="30.599579"
fx="116.31038"
fy="250.89737"
id="radialGradient9177-1"
xlink:href="#linearGradient8568-7"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.5700516,0,0,1.0509301,-75.500107,-22.095908)" />
<linearGradient
id="linearGradient8568-7">
<stop
id="stop8570-9"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop8572-1"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="132.44434"
cy="251.99396"
r="30.599579"
fx="132.44434"
fy="251.99396"
id="radialGradient8574-0"
xlink:href="#linearGradient8568-7"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0032532,0,0,1.340898,-132.8752,-95.166065)" />
<filter
height="1.2284413"
y="-0.11422066"
width="1.1561583"
x="-0.078079153"
id="filter8732-3"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur8734-5"
stdDeviation="1.9579068"
inkscape:collect="always" />
</filter>
<radialGradient
cx="210.25"
cy="168.5"
r="34.25"
fx="210.25"
fy="168.5"
id="radialGradient8744-9"
xlink:href="#linearGradient8738-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.4233577,0,97.164234)" />
<linearGradient
id="linearGradient8738-4">
<stop
id="stop8740-8"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop8742-4"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="217.5"
cy="182.08189"
r="34.25"
fx="217.5"
fy="182.08189"
id="radialGradient8768-6"
xlink:href="#linearGradient8738-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.4233577,0,97.164234)" />
<filter
height="1.3508246"
y="-0.1754123"
width="1.1485243"
x="-0.07426214"
id="filter8764-9"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur8766-2"
stdDeviation="2.1195652"
inkscape:collect="always" />
</filter>
<linearGradient
x1="231.625"
y1="195.1875"
x2="231.75"
y2="201.5"
id="linearGradient8912-9"
xlink:href="#linearGradient8866-0"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8866-0">
<stop
id="stop8868-3"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop8870-0"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
x1="231.37646"
y1="195.62132"
x2="231.37646"
y2="200.07138"
id="linearGradient8910-3"
xlink:href="#linearGradient8866-0"
gradientUnits="userSpaceOnUse" />
<filter
height="1.6333958"
y="-0.31669791"
width="1.1922431"
x="-0.096121549"
id="filter8906-3"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur8908-7"
stdDeviation="0.56515877"
inkscape:collect="always" />
</filter>
<radialGradient
cx="228.21875"
cy="204.83229"
r="14.09375"
fx="228.21875"
fy="204.83229"
id="radialGradient8922-9"
xlink:href="#linearGradient8916-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.1477455,0,174.56924)" />
<linearGradient
id="linearGradient8916-4">
<stop
id="stop8918-9"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop8920-9"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<filter
height="1.9457178"
y="-0.47285892"
width="1.1553929"
x="-0.077696454"
id="filter8980-1"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur8982-9"
stdDeviation="0.82052366"
inkscape:collect="always" />
</filter>
<linearGradient
x1="231.625"
y1="195.1875"
x2="231.75"
y2="201.5"
id="linearGradient8990-4"
xlink:href="#linearGradient8866-0"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="231.37646"
y1="195.62132"
x2="231.37646"
y2="200.07138"
id="linearGradient8992-2"
xlink:href="#linearGradient8866-0"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="228.21875"
cy="204.83229"
r="14.09375"
fx="228.21875"
fy="204.83229"
id="radialGradient8994-0"
xlink:href="#linearGradient8916-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.1477455,0,174.56924)" />
<radialGradient
cx="89.875"
cy="187.86935"
r="22.75"
fx="89.875"
fy="187.86935"
id="radialGradient9004-6"
xlink:href="#linearGradient8998-5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.4070844,0,115.76014)" />
<linearGradient
id="linearGradient8998-5">
<stop
id="stop9000-9"
style="stop-color:#ffffff;stop-opacity:0.33004925"
offset="0" />
<stop
id="stop9002-5"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
x1="231.625"
y1="195.1875"
x2="231.75"
y2="201.5"
id="linearGradient9023-6"
xlink:href="#linearGradient8866-0"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="231.37646"
y1="195.62132"
x2="231.37646"
y2="200.07138"
id="linearGradient9025-1"
xlink:href="#linearGradient8866-0"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="90.28125"
cy="230.83626"
r="10.46875"
fx="90.28125"
fy="230.83626"
id="radialGradient9046-1"
xlink:href="#linearGradient9040-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1850746,-0.3283582,0.1228557,0.4433973,-45.068314,152.92161)" />
<linearGradient
id="linearGradient9040-4">
<stop
id="stop9042-3"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9044-7"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<filter
height="1.3311402"
y="-0.16557009"
width="1.1523586"
x="-0.076179281"
id="filter9068-2"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur9070-7"
stdDeviation="0.66458488"
inkscape:collect="always" />
</filter>
<radialGradient
cx="68.39994"
cy="21.225746"
r="54.783398"
fx="68.39994"
fy="21.225746"
id="radialGradient11553-3"
xlink:href="#linearGradient9286-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.7221535,0,0,1.6949765,-49.39526,-14.078057)" />
<linearGradient
id="linearGradient9286-3">
<stop
id="stop9288-9"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9290-2"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<filter
id="filter9298-4"
color-interpolation-filters="sRGB"
x="-0.0094255289"
y="-0.0095651172"
width="1.0188083"
height="1.0191444">
<feGaussianBlur
id="feGaussianBlur9300-4"
stdDeviation="0.32610678"
inkscape:collect="always" />
</filter>
<linearGradient
x1="95.5"
y1="208.16444"
x2="153.5"
y2="223.5"
id="linearGradient5905-4"
xlink:href="#linearGradient5899-9"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient5899-9">
<stop
id="stop5901-9"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop5903-3"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<filter
height="1.2446715"
y="-0.12233575"
width="1.165018"
x="-0.082508983"
id="filter5983-8"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur5985-3"
stdDeviation="3.6868363"
inkscape:collect="always" />
</filter>
<linearGradient
x1="57.225197"
y1="76.246338"
x2="53.63158"
y2="84.480316"
id="linearGradient5801-2"
xlink:href="#linearGradient5793-9"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8852575,0,0,0.8852575,5.1772151,9.2293372)" />
<linearGradient
id="linearGradient5793-9">
<stop
id="stop5795-5"
style="stop-color:#eeeeec;stop-opacity:1"
offset="0" />
<stop
id="stop5797-4"
style="stop-color:#eeeeec;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="181.22731"
cy="214.55121"
r="22.466398"
fx="181.22731"
fy="214.55121"
id="radialGradient5811-3"
xlink:href="#linearGradient5805-9"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3515234,0,0,1.7175707,-63.705646,-153.95568)" />
<linearGradient
id="linearGradient5805-9">
<stop
id="stop5807-4"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop5809-9"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<filter
id="filter5845-5"
color-interpolation-filters="sRGB"
x="-0.067752083"
y="-0.053323477"
width="1.1355042"
height="1.106647">
<feGaussianBlur
id="feGaussianBlur5847-5"
stdDeviation="1.2409356"
inkscape:collect="always" />
</filter>
<linearGradient
x1="73.712105"
y1="180.47572"
x2="82.754066"
y2="187.65974"
id="linearGradient5822-7"
xlink:href="#WhiteTransparent-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4927913,0,0,0.4927913,-6.0003885,-9.7225182)" />
<linearGradient
id="linearGradient10981-3-9">
<stop
id="stop10983-2-0"
style="stop-color:#729fcf;stop-opacity:1"
offset="0" />
<stop
id="stop10985-3-7"
style="stop-color:#729fcf;stop-opacity:0"
offset="1" />
</linearGradient>
<filter
id="filter10997-7-2"
color-interpolation-filters="sRGB"
x="-0.059367484"
y="-0.040286148"
width="1.118735"
height="1.0805723">
<feGaussianBlur
id="feGaussianBlur10999-0-7"
stdDeviation="2.7696726"
inkscape:collect="always" />
</filter>
<linearGradient
x1="180.81293"
y1="217.5"
x2="153.70045"
y2="144.5"
id="linearGradient1539"
xlink:href="#linearGradient10981-3-9"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-130.16572,-83.352786)" />
</defs>
<style
type="text/css"
id="style26" />
<g
transform="matrix(1.8032711,0,0,1.8032711,0.70642265,-4.1951153)"
id="g9139"
style="display:inline;enable-background:new">
<g
transform="translate(3.6896803e-7,0.4883067)"
id="g6035"
style="opacity:0.783251">
<path
d="m 54.1,12.988307 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699996 -7.3,7.600003 -3.7,11.300003 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100003 17,-4.1 20.3,-12.500003 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000003 -14,-5.0000003 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,105.38831 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700003 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700003 c -4.6,4.200003 0.8,8.600003 5.3,5.700003 1.2,-0.8 -0.1,-4.700007 -5.3,-5.700003 z"
id="path5987"
style="fill:#000000;fill-opacity:1;filter:url(#filter6017-3)" />
<path
d="m 54.1,13.964921 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699999 -7.3,7.600009 -3.7,11.300009 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100009 17,-4.1 20.3,-12.500009 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000009 -14,-5.0000009 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,106.36493 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700009 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700009 c -4.6,4.200009 0.8,8.600009 5.3,5.700009 1.2,-0.8 -0.1,-4.70001 -5.3,-5.700009 z"
id="path6021"
style="opacity:0.576355;fill:#000000;fill-opacity:1;filter:url(#filter6031-0)" />
</g>
<path
d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z"
id="use7631"
style="fill:#000000;fill-opacity:1" />
<path
d="M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z"
id="use7639"
style="fill:none" />
<use
transform="matrix(0.9905442,0,0,0.9905442,0.6051535,0.604136)"
clip-path="url(#clipPath9086-1)"
id="use7641"
style="opacity:0.669951;fill:url(#linearGradient9175-3);filter:url(#filter8490-0)"
x="0"
y="0"
width="400"
height="300"
xlink:href="#outline1" />
<path
d="M 16.565217,57.039374 C 5.3632748,68.140398 25.042362,65.011927 40.180121,70.966113 L 71.464824,15.965587 c -4.743164,-4.844083 -10.798268,-4.44041 -15.137759,0 z"
id="path7643"
style="opacity:0.505263;fill:url(#shinySpecular-0);stroke:none" />
<path
d="m 70.5,15.5 16.3,16.6 c 1.5,1.5 1.5,4.6 0.6,5.5 L 79.3,31 77.7,40.7 71,37.1 60.1,44 56.5,29.5 50.7,42.1 36.2,42 c -2.8,0 -2.4,-2.9 0.5,-5.8 5.7,-6.3 16.8,-17 20.3,-20.7 3.6,-3.7 9.9,-3.6 13.5,0 z"
id="icecap"
style="fill:url(#IcecapTip-0)" />
<path
d="m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -1.25,0.25 -24.57014,5.09545 -29.82014,0.84545 -5.98592,-4.84575 -7.70217,-8.23028 -12.11736,-11.09545 -4.13751,-2.68498 -9.94967,-3.78036 -11.30246,-5.97865 -1.35279,-2.19829 2.7092,-5.03469 2.98996,-9.27135 0.16862,-2.54442 -4,-7.5 -4,-7.5 z"
transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
id="path8566"
style="opacity:0.216749;fill:url(#radialGradient9177-1);fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -41.33959,0.15736 -33.62485,-10.4946 -49.5625,-17.5 -2.30305,-1.0123 -0.96826,-3.76334 -0.6875,-8 0.16862,-2.54442 -4,-7.5 -4,-7.5 z"
transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
id="path8718"
style="opacity:0.275862;fill:url(#radialGradient8574-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8732-3)" />
<path
d="M 183.25,181.75 C 220.35371,168.09541 232.27363,166.21942 244.5,154 230.33931,165.95366 200.40153,172.3658 176,183 Z"
transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
id="path8736"
style="opacity:0.453202;fill:url(#radialGradient8744-9);fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 183.25,181.75 c 61.10371,-21.65459 50.77363,-21.53058 61.25,-27.75 -19.42769,7.43666 -55.73446,8.22981 -68.5,29 z"
transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-14.791044)"
id="path8746"
style="opacity:0.512315;fill:url(#radialGradient8768-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8764-9)" />
<path
d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z"
transform="matrix(0.5296484,0,0,0.5296484,-12.384318,-14.791044)"
id="path8864"
style="display:inline;overflow:visible;visibility:visible;opacity:0.285714;fill:url(#linearGradient8912-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
<path
d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z"
transform="matrix(0.7131486,0,0,1.1407811,-54.577902,-134.95502)"
id="path8874"
style="display:inline;overflow:visible;visibility:visible;opacity:0.620689;fill:url(#linearGradient8910-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter8906-3);enable-background:accumulate" />
<path
d="m 214.125,203.75 c 3.76948,3.48424 24.75576,5.27219 28.1875,-1 -6.73663,4.7839 -21.71677,3.10264 -28.1875,1 z"
transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-14.238677)"
id="path8914"
style="fill:url(#radialGradient8922-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)" />
<path
d="m 236.44594,199.0625 a 6.5084434,3.0820823 0 1 1 -13.01688,0 6.5084434,3.0820823 0 1 1 13.01688,0 z"
transform="matrix(0.2042516,-0.1035605,0.2395168,0.4723972,5.7547955,30.286555)"
id="path8984"
style="display:inline;overflow:visible;visibility:visible;opacity:0.285714;fill:url(#linearGradient8990-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
<path
d="m 236.99305,199.0625 a 7.0555515,2.1400476 0 1 1 -14.1111,0 7.0555515,2.1400476 0 1 1 14.1111,0 z"
transform="matrix(0.2750159,-0.1394397,0.5158824,1.0174708,-65.353496,-69.300635)"
id="path8986"
style="display:inline;overflow:visible;visibility:visible;opacity:0.620689;fill:url(#linearGradient8992-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter8906-3);enable-background:accumulate" />
<path
d="m 217.05754,201.94027 c 3.76948,3.48424 26.97122,8.91123 25.25496,0.80973 -3.31737,5.32326 -18.78423,1.29291 -25.25496,-0.80973 z"
transform="matrix(0.2042516,-0.1035605,0.2395168,0.4723972,6.2599008,30.649764)"
id="path8988"
style="fill:url(#radialGradient8994-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)" />
<path
d="m 68.25,186 c 0,-0.62057 38.84622,11.83854 45.5,18.5 -5.47122,-5.33854 -33.159709,-17.61609 -37.375,-17.75 -4.215291,-0.13391 -7.625,-0.5 -8.125,-0.75 z"
transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
id="path8996"
style="fill:url(#radialGradient9004-6);fill-opacity:1;fill-rule:evenodd;stroke:none" />
<g
transform="matrix(0.8790148,-0.1929959,0.2338341,0.6959295,-20.209533,36.725557)"
id="g9018">
<path
d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z"
transform="matrix(0.5296484,0,0,0.5296484,-84.4165,-4.7277245)"
id="path9006"
style="display:inline;overflow:visible;visibility:visible;opacity:0.285714;fill:url(#linearGradient9023-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
<path
d="m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z"
transform="matrix(0.7131486,0,0,1.1407811,-126.61008,-124.8917)"
id="path9008"
style="display:inline;overflow:visible;visibility:visible;opacity:0.620689;fill:url(#linearGradient9025-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter8906-3);enable-background:accumulate" />
</g>
<path
d="m 80.5,220.0625 c 0,0 2.10339,5.65078 7.875,5.9375 5.83887,0.29006 12.50324,-7.00698 13.0625,-9.625 -1,2.25 -6.590334,9.03328 -13.8125,8.9375 -4.099862,-0.0544 -7.125,-5.25 -7.125,-5.25 z"
transform="matrix(0.5296484,0,0,0.5296484,-11.622949,-14.42691)"
id="path9038"
style="opacity:0.615764;fill:url(#radialGradient9046-1);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9068-2)" />
<path
d="m 63.40625,10.21875 c -3.098181,0 -6.134601,1.122042 -8.28125,3.3125 l -41.1875,42.1875 c -3.76562,3.76562 -4.6702413,6.23069 -4.4375,7.625 0.1163706,0.697155 0.4585994,1.303027 1.1875,1.9375 0.728901,0.634473 1.831495,1.256389 3.15625,1.8125 2.649511,1.112222 6.217961,2.008085 9.71875,2.96875 3.500789,0.960665 6.929812,1.974626 9.53125,3.625 0.396623,0.258266 0.769088,0.576468 1.03125,1.03125 0.262162,0.454782 0.354216,1.056088 0.25,1.5625 -0.208431,1.012824 -0.83202,1.546985 -1.46875,2.03125 -1.27346,0.96853 -3.023257,1.773229 -4.78125,2.625 -1.757993,0.851771 -3.524925,1.723242 -4.40625,2.4375 -0.440663,0.357129 -0.600112,0.678133 -0.59375,0.65625 0.0064,-0.02188 -0.116851,-0.273101 0.09375,-0.0625 0.551764,0.56709 2.274075,1.538165 4.46875,2.40625 2.194675,0.868085 4.88065,1.745624 7.59375,2.625 2.7131,0.879376 5.4575,1.749959 7.78125,2.65625 2.32375,0.906291 4.217694,1.748944 5.46875,3 0.622681,0.639978 1.062632,1.435956 1.15625,2.25 0.09362,0.814044 -0.126809,1.578032 -0.4375,2.21875 -0.621382,1.28144 -1.620313,2.26719 -2.53125,3.21875 -0.910938,0.95156 -1.736226,1.86034 -2.03125,2.46875 -0.147512,0.3042 -0.170347,0.50242 -0.15625,0.625 0.0141,0.12258 0.03518,0.24623 0.3125,0.53125 A 1.4566768,1.4566768 0 0 1 44.875,106 c 1.193594,1.2618 3.787002,1.43924 6.71875,2.125 1.465874,0.34288 2.998909,0.86196 4.3125,2 1.313591,1.13804 2.299435,2.87059 2.71875,5.21875 0.176459,0.99459 0.702722,1.4788 1.96875,1.875 1.266028,0.3962 3.194353,0.46554 5.3125,0.15625 4.236295,-0.61859 9.260035,-2.69532 12.15625,-5.09375 0.17999,-0.15299 0.129956,-0.11255 0.1875,-0.1875 -0.194805,-0.13939 -0.651644,-0.43652 -1.40625,-0.8125 -0.891527,-0.4442 -1.944708,-0.85956 -2.75,-1.875 -0.402646,-0.50772 -0.679877,-1.30934 -0.5625,-2.09375 0.117377,-0.78441 0.546832,-1.43702 1.125,-2.03125 4.745751,-4.79848 9.421937,-5.944136 12.9375,-6.875 1.757782,-0.465432 3.229292,-0.891233 4.34375,-1.59375 1.114458,-0.702517 1.98508,-1.663728 2.71875,-3.53125 0.08087,-0.202174 0.07855,-0.260846 -0.03125,-0.5 C 94.515197,92.542096 94.220541,92.159521 93.75,91.75 92.808918,90.930959 91.239577,90.050804 89.6875,89.1875 88.135423,88.324196 86.627034,87.519262 85.53125,86.5 84.983358,85.990369 84.409233,85.348367 84.34375,84.375 84.27827,83.401633 84.916318,82.523367 85.65625,82 88.401968,80.06679 92.552528,78.595094 97.0625,77.03125 101.57247,75.467406 106.42363,73.849125 110.375,72 c 3.95137,-1.849125 6.85729,-3.978669 7.78125,-6.125 0.46198,-1.073165 0.54663,-2.158606 0.0625,-3.5625 -0.48413,-1.403894 -1.58958,-3.120831 -3.5625,-5.09375 L 72,13.5625 c -0.01071,-0.0101 -0.02051,-0.02119 -0.03125,-0.03125 -2.357722,-2.207738 -5.478371,-3.3125 -8.5625,-3.3125 z m 45.9375,80 c -2.63522,0.09513 -5.05952,1.301393 -6.09375,3.1875 0.29381,0.110524 0.55838,0.234969 1.03125,0.34375 1.37562,0.316455 3.29543,0.520736 5.1875,0.5625 1.89207,0.04176 3.78415,-0.117472 4.9375,-0.4375 0.50487,-0.14009 0.77236,-0.281778 0.90625,-0.375 -0.2558,-1.091098 -0.86487,-1.862126 -1.90625,-2.4375 -1.07862,-0.595951 -2.55669,-0.898111 -4.0625,-0.84375 z m -70.5,9.0625 c -2.089872,-0.145348 -4.716548,0.686551 -6,1.71875 -0.641726,0.5161 -0.913269,0.99441 -0.9375,1.3125 -0.02423,0.31809 0.07726,0.74199 0.9375,1.46875 a 1.4566768,1.4566768 0 0 1 0,0.0312 c 1.352809,1.17 2.882256,1.04802 4.625,0.0937 1.460951,-0.79997 2.757201,-2.30075 3.625,-3.875 -0.585032,-0.377341 -1.284532,-0.682853 -2.25,-0.75 z m 61,0.625 c -0.447303,0.5686 -0.690902,1.09797 -0.71875,1.46875 -0.03844,0.51176 0.106611,0.90723 0.5,1.28125 0.73729,0.70099 2.33912,1.00278 3.96875,0.125 -0.0322,-0.1891 -0.0933,-0.47591 -0.34375,-0.84375 -0.4999,-0.73414 -1.6686,-1.5251 -3.40625,-2.03125 z"
id="87235"
style="fill:none;stroke:url(#radialGradient11553-3);stroke-width:0.488307;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter9298-4)" />
<path
d="m 95.5,172 c -5.090606,1.50191 -21.592018,7.73713 -19.25,12.5 2.243595,4.56272 40.61138,6.40132 46.5,20 2.5679,5.93009 -5.89238,10.40326 -3.75,16.5 1.64973,4.69477 14.41196,16.49084 22.48603,22.06781 6.33298,4.37435 14.65096,-3.52244 11.26397,-10.06781 -5.39589,-10.42759 18.44266,-23.19912 29.25,-29 6.30524,-3.38436 -13,-20 -13,-20 z"
transform="matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)"
id="path5897"
style="opacity:0.325123;fill:url(#linearGradient5905-4);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5983-8)" />
<path
d="m 41.742167,78.533037 c 2.231933,1.639226 6.636757,0.650538 9.282124,1.841759 6.349518,2.859218 14.154941,6.045427 12.718568,0.404555 0,0 -1.615771,1.342042 -1.615771,1.342042 0,0 -0.03153,-2.557545 -0.03153,-2.557545 0,0 -3.751977,0.916294 -3.751977,0.916294 0,0 -2.906173,-2.332759 -4.238526,-3.101995 -0.27829,-0.160669 -1.707695,1.292815 -1.707695,1.292815 0,0 -0.25697,-1.543804 -0.25697,-1.543804 -1.857372,-0.197638 -3.696159,-0.284805 -5.31515,-0.271821 -3.880942,0.03112 -6.499059,0.637741 -5.083074,1.6777 z"
id="path5783"
style="fill:url(#linearGradient5801-2);fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 182.75,187.25 c -1.75981,6.4783 21.62776,15.27989 19.875,19.75 -3.85895,9.84158 -24.97596,3.13755 -41.125,23.75 -2.31318,2.95251 3.25,13.5 2.5,12.25 -0.75,-1.25 -6.4649,-9.96285 -5,-14.25 4.59417,-13.44525 49.0128,-18.45749 40.875,-24.875 -4.67988,-3.69058 -21.50546,-13.88721 -17.125,-16.625 z"
transform="matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)"
id="path5803"
style="opacity:0.477833;fill:url(#radialGradient5811-3);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5845-5)" />
<path
d="m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z"
transform="matrix(0.4883067,0,0,0.4883067,-6.3597463,-8.0094438)"
id="path6041"
style="display:inline;overflow:visible;visibility:visible;opacity:0.586207;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
<path
d="m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z"
transform="matrix(0.3096579,0,0,0.4883067,27.528443,1.5735759)"
id="path6043"
style="display:inline;overflow:visible;visibility:visible;opacity:0.586207;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
<path
d="m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z"
transform="matrix(0.5478563,0,0,0.4883067,-92.102233,1.115795)"
id="path6045"
style="display:inline;overflow:visible;visibility:visible;opacity:0.586207;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
<path
d="m 36.672282,76.528654 c -7.152988,4.424107 -18.274031,6.034229 -6.103834,8.972635 -1.449712,-3.2281 3.138581,-2.872021 6.103834,-8.972635 z"
id="path5049"
style="display:inline;overflow:visible;visibility:visible;opacity:0.251232;fill:url(#linearGradient5822-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.04789;marker:none;enable-background:accumulate" />
<path
d="m 8.8342799,171.64721 c 0,0 22.5917801,-2.12795 27.8180201,-8.64645 3.05755,-3.81358 -12.15146,-8.2638 -8.86827,-12 12.35008,-14.0541 22.73076,-13.46729 37.05025,-19.35355 14.31949,-5.88626 9.03544,-8.76906 4.40381,-11.35355 -7.9325,-4.4264 -25.58722,-9.14237 -19.74696,-19.64645 5.87688,-10.569936 57.34315,-25.249996 57.34315,-25.249996 15.59619,-5.32843 13.63909,-14.96447 6,-23 l -46,-45.7499997 c 0,0 2.28296,43.3886497 -7,61.9999997 -11.4715,22.99914 -72.54408,48.661766 -47,51.499996 9,1 13.32065,4.0705 17,11 7.57631,14.26883 -21.0000001,40.5 -21.0000001,40.5 z"
transform="matrix(0.48830674,0,0,0.48830674,57.750397,32.997477)"
id="path10207"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.363158;fill:url(#linearGradient1539);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;filter:url(#filter10997-7-2);enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -0,0 +1,144 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Part of the Jellyfin project (https://jellyfin.media)
-
- All copyright belongs to the Jellyfin contributors; a full list can
- be found in the file CONTRIBUTORS.md
-
- This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
- To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
- ***** END LICENSE BLOCK ***** -->
<svg
id="svg8"
viewBox="0 0 331.81254 104.29996"
version="1.1"
sodipodi:docname="jellyfin.svg"
width="331.81253"
height="104.29996"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<sodipodi:namedview
id="namedview8"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.33928236"
inkscape:cx="1006.5363"
inkscape:cy="536.42636"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<defs
id="defs2">
<linearGradient
id="linear-gradient"
x1="110.25"
y1="213.3"
x2="496.14001"
y2="436.09"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#aa5cc3"
id="stop1" />
<stop
offset="1"
stop-color="#00a4dc"
id="stop2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linear-gradient"
id="linearGradient8"
gradientUnits="userSpaceOnUse"
x1="110.25"
y1="213.3"
x2="496.14001"
y2="436.09" />
<linearGradient
inkscape:collect="always"
xlink:href="#linear-gradient"
id="linearGradient9"
gradientUnits="userSpaceOnUse"
x1="110.25"
y1="213.3"
x2="496.14001"
y2="436.09" />
</defs>
<title
id="title2">banner-dark</title>
<g
id="banner-dark"
transform="matrix(0.22411165,0,0,0.22411165,-6.4286986,-5.2218014)">
<g
id="banner-dark-icon">
<path
id="inner-shape"
d="m 261.42,201.62 c -20.44,0 -86.24,119.29 -76.2,139.43 10.04,20.14 142.48,19.92 152.4,0 9.92,-19.92 -55.76,-139.42 -76.2,-139.43 z"
fill="url(#linear-gradient)"
style="fill:url(#linearGradient8)" />
<path
id="outer-shape"
d="M 261.42,23.3 C 199.83,23.3 1.57,382.73 31.8,443.43 c 30.23,60.7 429.34,60 459.24,0 C 520.94,383.43 323,23.3 261.42,23.3 Z M 411.9,390.76 c -19.59,39.33 -281.08,39.77 -300.9,0 -19.82,-39.77 110.1,-275.28 150.45,-275.28 40.35,0 170.04,235.94 150.45,275.28 z"
fill="url(#linear-gradient)"
style="fill:url(#linearGradient9)" />
</g>
<g
id="jellyfin-light-outlines"
style="isolation:isolate"
transform="translate(43.8)">
<path
d="m 556.64,350.75 a 67,67 0 0 1 -22.87,-27.47 8.91,8.91 0 0 1 -1.49,-4.75 7.42,7.42 0 0 1 2.83,-5.94 9.25,9.25 0 0 1 6.09,-2.38 c 3.16,0 5.94,1.69 8.31,5.05 a 48.09,48.09 0 0 0 16.34,20.34 40.59,40.59 0 0 0 24,7.58 q 20.51,0 33.27,-12.62 12.76,-12.62 12.77,-33.12 V 159 a 8.44,8.44 0 0 1 2.67,-6.39 9.56,9.56 0 0 1 6.83,-2.52 9,9 0 0 1 6.68,2.52 8.7,8.7 0 0 1 2.53,6.39 v 138.4 a 64.7,64.7 0 0 1 -8.32,32.67 59,59 0 0 1 -23,22.72 Q 608.62,361 589.9,361 a 57.21,57.21 0 0 1 -33.26,-10.25 z"
fill="#ffffff"
id="path2" />
<path
d="M 831.66,279.47 A 8.77,8.77 0 0 1 825.42,282 H 713.16 q 0,17.82 7.27,31.92 a 54.91,54.91 0 0 0 20.79,22.28 q 13.51,8.18 31.93,8.17 a 54,54 0 0 0 25.54,-5.94 52.7,52.7 0 0 0 18.12,-15.15 10,10 0 0 1 6.24,-2.67 8.14,8.14 0 0 1 7.72,7.72 8.81,8.81 0 0 1 -3,6.24 74.7,74.7 0 0 1 -23.91,19 65.56,65.56 0 0 1 -30.41,7.43 q -22.87,0 -40.4,-9.8 a 69.51,69.51 0 0 1 -27.32,-27.48 q -9.79,-17.66 -9.8,-40.83 0,-24.36 9.65,-42.62 9.65,-18.26 25.69,-27.92 a 65.2,65.2 0 0 1 34.16,-9.65 70,70 0 0 1 33.41,8.3 65.78,65.78 0 0 1 25.39,24.36 q 9.81,16 10.1,38 a 8.07,8.07 0 0 1 -2.67,6.11 z M 733.5,231.8 q -14.7,11.88 -18.86,34.2 h 101.28 v -2.38 a 46.91,46.91 0 0 0 -8.92,-23.35 48.47,48.47 0 0 0 -18.56,-15.15 54,54 0 0 0 -23,-5.2 q -17.24,0 -31.94,11.88 z"
fill="#ffffff"
id="path3" />
<path
d="m 888.24,355.5 a 8.92,8.92 0 0 1 -15.3,-6.38 v -202 a 8.91,8.91 0 1 1 17.82,0 v 202 a 8.65,8.65 0 0 1 -2.52,6.38 z"
fill="#ffffff"
id="path4" />
<path
d="m 956.55,355.5 a 8.92,8.92 0 0 1 -15.3,-6.38 v -202 a 8.91,8.91 0 1 1 17.82,0 v 202 a 8.65,8.65 0 0 1 -2.52,6.38 z"
fill="#ffffff"
id="path5" />
<path
d="m 1122.86,206.11 a 8.7,8.7 0 0 1 2.53,6.39 v 131 q 0,23.44 -9.21,40.09 a 61.58,61.58 0 0 1 -25.54,25.25 q -16.34,8.61 -36.83,8.61 a 96.73,96.73 0 0 1 -23.31,-2.68 61.72,61.72 0 0 1 -18,-7.12 q -6.24,-3.87 -6.24,-8.62 a 17.94,17.94 0 0 1 0.6,-3 8.06,8.06 0 0 1 3,-4.45 7.49,7.49 0 0 1 4.45,-1.49 7.91,7.91 0 0 1 3.56,0.89 q 19,10.39 36.24,10.4 24.65,0 39.06,-15.44 14.41,-15.44 14.4,-42.18 v -10.38 a 54.37,54.37 0 0 1 -21.38,20 62.55,62.55 0 0 1 -30.3,7.58 q -25.83,0 -39.2,-15.45 -13.37,-15.45 -13.37,-41.87 V 212.5 a 8.91,8.91 0 1 1 17.82,0 V 301 q 0,21.39 9.36,32.38 9.36,10.99 29.25,11 a 48,48 0 0 0 23.32,-6.09 49.88,49.88 0 0 0 17.82,-16 37.44,37.44 0 0 0 6.68,-21.24 V 212.5 a 9,9 0 0 1 15.29,-6.39 z"
fill="#ffffff"
id="path6" />
<path
d="m 1210.18,161.41 q -5.21,6.24 -5.2,17.23 v 30.59 h 33.27 a 8.19,8.19 0 0 1 5.79,2.38 8.26,8.26 0 0 1 0,11.88 8.22,8.22 0 0 1 -5.79,2.37 H 1205 v 123.26 a 8.91,8.91 0 1 1 -17.82,0 V 225.86 h -21.68 a 7.83,7.83 0 0 1 -5.94,-2.52 8.21,8.21 0 0 1 -2.37,-5.79 8,8 0 0 1 2.37,-6.09 8.33,8.33 0 0 1 5.94,-2.23 h 21.68 v -30.59 q 0,-18.7 10.84,-29 10.84,-10.3 29,-10.24 a 46.1,46.1 0 0 1 15.45,2.52 q 7.13,2.53 7.12,8.17 a 8.07,8.07 0 0 1 -2.37,5.94 7.37,7.37 0 0 1 -5.35,2.37 18.81,18.81 0 0 1 -6.53,-1.48 42,42 0 0 0 -10.4,-1.78 q -9.57,0.04 -14.76,6.27 z m 65.82,19.46 c -2.19,-1.88 -3.27,-4.61 -3.27,-8.17 v -3 q 0,-5.34 3.41,-8.17 3.41,-2.83 9.36,-2.82 11.88,0 11.88,11 v 3 c 0,3.56 -1,6.29 -3.12,8.17 -2.12,1.88 -5.1,2.82 -9.06,2.82 -3.96,0 -7.06,-0.95 -9.2,-2.83 z m 15.59,174.63 a 8.92,8.92 0 0 1 -15.3,-6.38 V 212.5 a 8.91,8.91 0 1 1 17.82,0 v 136.62 a 8.65,8.65 0 0 1 -2.55,6.38 z"
fill="#ffffff"
id="path7" />
<path
d="m 1452.53,218.88 q 12.92,16.2 12.92,42.92 v 87.32 a 8.4,8.4 0 0 1 -2.67,6.38 8.8,8.8 0 0 1 -6.24,2.53 8.64,8.64 0 0 1 -8.91,-8.91 v -86.43 q 0,-19.31 -9.65,-31.33 -9.65,-12.02 -29.85,-12 a 53.28,53.28 0 0 0 -42.77,21.83 36.24,36.24 0 0 0 -7.13,21.53 v 86.43 a 8.91,8.91 0 1 1 -17.82,0 V 216.06 a 8.91,8.91 0 1 1 17.82,0 v 16.34 q 8,-12.77 23,-21.24 A 61.84,61.84 0 0 1 1412,202.7 q 27.61,0 40.53,16.18 z"
fill="#ffffff"
id="path8" />
</g>
</g>
<metadata
id="metadata9">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:title>banner-dark</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
viewBox="0 0 188.23531 183.52942"
height="183.52942"
width="188.23531"
id="svg18"
sodipodi:docname="kdenlive.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview18"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.3177083"
inkscape:cx="89.16996"
inkscape:cy="77.407115"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg18" />
<defs
id="defs10">
<linearGradient
id="linearGradient4255">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop1" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2" />
</linearGradient>
<linearGradient
id="linearGradient4235">
<stop
style="stop-color:#abdaf9;stop-opacity:1"
offset="0"
id="stop3" />
<stop
style="stop-color:#7cbcec;stop-opacity:1"
offset="1"
id="stop4" />
</linearGradient>
<linearGradient
id="linearGradient4224">
<stop
style="stop-color:#375a7d;stop-opacity:1"
offset="0"
id="stop5" />
<stop
style="stop-color:#54a3d8;stop-opacity:1"
offset="1"
id="stop6" />
</linearGradient>
<linearGradient
id="linearGradient4216">
<stop
style="stop-color:#c42c2c;stop-opacity:1"
offset="0"
id="stop7" />
<stop
style="stop-color:#f36856;stop-opacity:1"
offset="1"
id="stop8" />
</linearGradient>
<linearGradient
id="b"
y1="531.79999"
y2="507.82001"
x2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.4818997,0,0,6.2852241,-1737.0633,-3172.9414)">
<stop
stop-color="#2a2c2f"
id="stop9" />
<stop
offset="1"
stop-color="#424649"
id="stop10" />
</linearGradient>
<linearGradient
xlink:href="#linearGradient4216"
id="linearGradient4222"
x1="24.358"
y1="-2.839"
x2="22.09"
y2="3.4579999"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(7.290322,0,0,-5.6120927,-78.844335,19.023667)" />
<linearGradient
xlink:href="#linearGradient4224"
id="linearGradient4230"
x1="38"
y1="33"
x2="35"
y2="15"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.7058827,0,0,4.7058827,-23.529414,-18.823531)" />
<linearGradient
xlink:href="#linearGradient4235"
id="linearGradient4241"
x1="6"
y1="20.242001"
x2="21"
y2="24"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.7058827,0,0,4.7058827,-18.823531,-18.823531)" />
<linearGradient
xlink:href="#linearGradient4255"
id="linearGradient4261"
x1="21.261999"
y1="4.0279999"
x2="34.740002"
y2="17.506001"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.7058827,0,0,4.7058827,-18.823531,-18.823531)" />
<linearGradient
xlink:href="#linearGradient4255"
id="linearGradient4275"
x1="32.265999"
y1="20.125999"
x2="42.889"
y2="30.749001"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.7058827,0,0,4.7058827,-23.529414,-18.823531)" />
</defs>
<path
d="M 0,14.117647 H 188.2353 V 174.11765 H 0 Z"
style="fill:url(#b);stroke-width:9.41176;stroke-linejoin:round"
id="path10" />
<path
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke-width:9.41176;stroke-linejoin:round"
d="m 0,169.41178 v 4.70587 h 188.2353 v -4.70587 z"
id="path11" />
<path
d="m 65.882356,37.647061 v 9.411764 h 14.117647 v -9.411764 z m -14.117648,18.82353 v 9.411765 H 80.000003 V 56.470591 Z M 28.235295,75.29412 v 9.411766 H 80.000003 V 75.29412 Z M 9.4117651,94.117651 v 9.411769 H 80.000003 V 94.117651 Z M 28.235295,112.94118 v 9.41177 h 51.764708 v -9.41177 z m 23.529413,18.82353 v 9.41176 h 28.235295 v -9.41176 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:35.2941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path12" />
<path
d="M 89.411769,4.705883 89.59559,183.52942 h 9.227944 V 4.705883 Z"
style="opacity:1;fill:#e05e4c;fill-opacity:1;stroke:none;stroke-width:14.1177;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path13" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient4241);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:35.2941;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 65.882356,42.352942 v 9.411766 H 80.000003 V 42.352942 Z M 51.764708,61.176473 v 9.411766 h 28.235295 v -9.411766 z m -23.529413,18.82353 v 9.411766 H 80.000003 V 80.000003 Z M 9.4117651,98.823534 V 108.2353 H 80.000003 V 98.823534 Z M 28.235295,117.64706 v 9.41176 h 51.764708 v -9.41176 z m 23.529413,18.82354 v 9.41176 h 28.235295 v -9.41176 z"
id="path14" />
<path
style="opacity:0.4;fill:url(#linearGradient4261);fill-opacity:1;stroke:none;stroke-width:9.41176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 122.27023,0.10110353 90.744488,2.7757362 77.738973,10.321692 94.025741,37.518382 188.2353,131.73714 V 65.891546 L 136.4614,14.117647 h -24.69669 z"
id="path15" />
<path
style="opacity:1;fill:url(#linearGradient4222);fill-opacity:1;stroke:none;stroke-width:12.7928;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 122.35294,0 H 94.117647 65.882353 L 80.000003,18.82353 94.117647,37.647061 108.2353,18.82353 Z"
id="path16" />
<path
style="opacity:0.4;fill:url(#linearGradient4275);fill-opacity:1;stroke:none;stroke-width:9.41176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 130.34927,71.976106 -8.48346,28.777574 -2.68382,34.1636 39.20037,39.20037 H 188.2353 V 105.80883 L 172.48163,90.055152 Z"
id="path17" />
<path
d="m 122.52642,51.771231 c -2.31067,0.14014 -4.79877,2.425849 -4.79296,4.958522 l -0.0864,74.776737 c 0,3.37716 4.41825,6.31579 6.94575,4.30954 l 47.61901,-37.516209 c 2.54401,-1.981464 2.53819,-6.629544 0,-8.619798 L 124.68114,52.420181 c -0.63449,-0.49713 -1.3826,-0.695214 -2.15316,-0.64895 z"
style="opacity:1;fill:url(#linearGradient4230);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10.8236;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:80;stroke-opacity:1"
id="path18" />
</svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,232 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 254.47374 254.47374"
version="1.1"
id="svg17"
sodipodi:docname="keepassxc.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
width="254.47374"
height="254.47374"
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="namedview17"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.36350574"
inkscape:cx="171.93676"
inkscape:cy="398.89329"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg17" />
<defs
id="defs17">
<linearGradient
id="e"
x1="43.5"
y1="-4.5815001"
x2="43.5"
y2="82.418503"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#414141"
id="stop1" />
<stop
offset=".196"
stop-color="#3e3e3e"
id="stop2" />
<stop
offset="1"
stop-color="#3a3a3a"
id="stop3" />
</linearGradient>
<radialGradient
id="g"
cx="285.39059"
cy="113.0821"
fx="285.39059"
fy="113.0821"
r="148.0242"
gradientTransform="matrix(0.3539,0,0,0.3539,-60.2432,-4.0121)"
gradientUnits="userSpaceOnUse">
<stop
offset=".6733"
stop-color="#fcfcfc"
stop-opacity="0"
id="stop4" />
<stop
offset="1"
stop-color="#fcfcfc"
id="stop5" />
</radialGradient>
<radialGradient
id="i"
cx="291.3519"
cy="132.5804"
fx="291.3519"
fy="132.5804"
r="123.1352"
gradientTransform="matrix(0.3539,0,0,0.3539,-60.2432,-4.0121)"
gradientUnits="userSpaceOnUse">
<stop
offset=".1088"
stop-color="#0f0f0d"
stop-opacity="0"
id="stop6" />
<stop
offset=".8856"
stop-color="#414141"
stop-opacity="0"
id="stop7" />
<stop
offset=".9339"
stop-color="#1e1e1d"
stop-opacity=".6841"
id="stop8" />
<stop
offset=".9874"
stop-color="#0f0f0d"
id="stop9" />
</radialGradient>
<radialGradient
id="n"
cx="295.45581"
cy="58.748402"
fx="295.45581"
fy="58.748402"
r="239.1689"
gradientTransform="matrix(0.3539,0,0,0.2026,-60.2432,4.7822)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#2e6b26"
id="stop10" />
<stop
offset="1"
stop-color="#6ab536"
id="stop11" />
</radialGradient>
<radialGradient
id="p"
cx="293.66641"
cy="57.487099"
fx="293.66641"
fy="57.487099"
r="46.7089"
gradientTransform="matrix(0.3539,0,0,0.3539,-60.2432,-4.0121)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#6ab536"
id="stop12" />
<stop
offset="1"
stop-color="#2e6b26"
id="stop13" />
</radialGradient>
<radialGradient
id="r"
cx="301.78421"
cy="84.644997"
fx="301.78421"
fy="84.644997"
r="68.989403"
gradientTransform="matrix(0.3356,0,0,0.5572,-57.8398,-21.4365)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#000"
id="stop14" />
<stop
offset=".7842"
stop-color="#4f4f4f"
stop-opacity="0"
id="stop15" />
</radialGradient>
<radialGradient
id="u"
cx="292.67151"
cy="43.448002"
fx="292.67151"
fy="43.448002"
r="159.6501"
gradientTransform="matrix(0.3539,0,0,0.3539,-60.2432,-4.0121)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#f5f5f5"
id="stop16" />
<stop
offset=".5036"
stop-color="#f2f2f2"
id="stop17" />
</radialGradient>
</defs>
<g
style="isolation:isolate"
id="g17"
transform="scale(2.9249855)">
<g
id="b">
<g
id="c">
<g
id="d">
<path
id="f"
d="M 43.5001,87 C 19.514,87 0,67.4859 0,43.5 0,19.5141 19.514,0 43.5001,0 67.4862,0 87,19.5139 87,43.5 87,67.4861 67.4862,87 43.5001,87 Z m 0,-83.3399 C 21.5419,3.6601 3.6776,21.5322 3.6776,43.5 c 0,21.9678 17.8643,39.8399 39.8225,39.8399 21.9582,0 39.8223,-17.8723 39.8223,-39.8399 0,-21.9676 -17.8641,-39.8399 -39.8223,-39.8399 z"
style="fill:url(#e)" />
<path
id="h"
d="M 43.5001,0.017 C 19.5233,0.017 0.017,19.5233 0.017,43.5 0.017,67.4767 19.5234,86.983 43.5001,86.983 67.4768,86.983 86.983,67.4765 86.983,43.5 86.983,19.5235 67.4768,0.017 43.5001,0.017 Z"
style="opacity:0.32;mix-blend-mode:lighten;fill:url(#g)" />
<path
id="j"
d="M 43.5001,87 C 19.514,87 0,67.4859 0,43.5 0,19.5141 19.514,0 43.5001,0 67.4862,0 87,19.5139 87,43.5 87,67.4861 67.4862,87 43.5001,87 Z m 0,-83.3399 C 21.5419,3.6601 3.6776,21.5322 3.6776,43.5 c 0,21.9678 17.8643,39.8399 39.8225,39.8399 21.9582,0 39.8223,-17.8723 39.8223,-39.8399 0,-21.9676 -17.8641,-39.8399 -39.8223,-39.8399 z"
style="opacity:0.44;fill:url(#i)" />
<path
id="k"
d="m 43.5001,3.8931 c -22.1274,0 -40.1292,18.0018 -40.1292,40.1291 0,22.1273 18.0018,40.1291 40.1292,40.1291 22.1274,0 40.129,-18.002 40.129,-40.1291 0,-22.1271 -18.0016,-40.1291 -40.129,-40.1291 z" />
<path
id="l"
d="M 43.5001,87 C 19.514,87 0,67.4859 0,43.5 0,19.5141 19.514,0 43.5001,0 67.4862,0 87,19.5139 87,43.5 87,67.4861 67.4862,87 43.5001,87 Z m 0,-86.069 C 19.5141,0.931 0,20.1854 0,43.8523 0,67.5192 19.5141,86.7736 43.5001,86.7736 67.4861,86.7736 87,67.519 87,43.8523 87,20.1856 67.4862,0.931 43.5001,0.931 Z"
style="opacity:0.35;fill:#0f0f0d" />
</g>
<g
id="m">
<path
id="o"
d="m 43.5001,3.6601 c -21.9679,0 -39.84,17.872 -39.84,39.8399 0,21.9679 17.8721,39.8399 39.84,39.8399 C 65.468,83.3399 83.34,65.4677 83.34,43.5 83.34,21.5323 65.468,3.6601 43.5001,3.6601 Z"
style="fill:url(#n)" />
<path
id="q"
d="m 43.5,6.9724 c -6.5434,0 -11.8668,5.3234 -11.8668,11.8668 0,6.5434 5.3234,11.8668 11.8668,11.8668 6.5434,0 11.8668,-5.3235 11.8668,-11.8668 0,-6.5433 -5.3234,-11.8668 -11.8668,-11.8668 z"
style="opacity:0.7;mix-blend-mode:lighten;fill:url(#p)" />
<path
id="s"
d="M 22.5624,9.4746 C 22.5605,9.4883 22.5586,9.5016 22.5566,9.5152 22.5048,9.5249 22.504,9.5126 22.5624,9.4746 Z m 30.0841,25.5715 -0.551,9.8444 6.5017,7.0832 -6.5017,7.0832 4.2977,4.6821 -4.2977,4.6821 0.551,9.764 H 34.3536 v -43.139 c -7.2731,-3.7217 -12.232,-11.7653 -12.232,-21.0094 0,-1.5471 0.2166,-2.9765 0.435,-4.5215 0.789,-0.1487 13.5481,-5.4962 13.5481,-5.4962 -0.1059,0.578 14.8965,0.578 14.7906,0 0,0 12.3269,5.3041 13.5637,5.5642 0.3128,1.5189 0.4195,2.9293 0.4195,4.4534 0,9.2442 -5.0691,17.2878 -12.232,21.0095 z M 64.4377,9.4746 c 0.0077,0.0365 0.0138,0.0722 0.0213,0.1086 0.1354,0.0285 0.14,-0.0025 -0.0213,-0.1086 z"
style="opacity:0.3;mix-blend-mode:multiply;fill:url(#r)" />
<path
id="t"
d="M 22.1545,69.5227 C 15.0847,63.3741 10.6088,54.3106 10.6088,44.1679 c 0,-11.8019 6.172,-22.696 16.3377,-28.7786 -0.1815,1.1802 -0.3631,2.2696 -0.3631,3.4498 0,6.9903 4.0844,13.0729 10.0749,15.8872 v 31.8652 l 7.5335,7.5351 7.5335,-7.5351 -0.4538,-6.6272 3.5398,-3.5406 -3.5398,-3.5406 5.3551,-5.3563 -5.3551,-5.3563 0.4538,-7.4443 c 5.8997,-2.8143 10.0749,-8.8968 10.0749,-15.8872 0,-1.1802 -0.0908,-2.2696 -0.3631,-3.4498 3.6888,2.227 6.8516,5.1011 9.3871,8.4266 C 64.6927,15.3952 54.7318,9.9167 43.4838,9.9167 c -18.6365,0 -33.7443,15.0357 -33.7443,33.5832 0,10.495 4.8383,19.8644 12.4149,26.0227 z M 41.7412,64.0496 H 39.1998 V 38.9024 h 2.5414 z M 38.1106,11.2133 c 1.9968,-0.3631 4.0844,-0.5447 6.0813,-0.5447 2.0876,-0.0908 4.0844,0.1815 6.0813,0.5447 0.0908,0.4539 0.1815,0.9078 0.1815,1.3617 0,3.4498 -2.8137,6.2641 -6.2628,6.2641 -3.4491,0 -6.2628,-2.8143 -6.2628,-6.2641 0,-0.4539 0.0908,-0.9078 0.1815,-1.3617 z"
style="opacity:0.2;mix-blend-mode:multiply;fill:#0f0f0d" />
<path
id="v"
d="M 43.5001,3.6601 C 21.5419,3.6601 3.6776,21.5322 3.6776,43.5 c 0,21.9678 17.8643,39.8399 39.8225,39.8399 21.9582,0 39.8223,-17.8723 39.8223,-39.8399 0,-21.9676 -17.8641,-39.8399 -39.8223,-39.8399 z m -6.0813,6.8487 c 1.9968,-0.3631 4.0844,-0.5447 6.0813,-0.5447 2.0876,-0.0908 4.0844,0.1815 6.0813,0.5447 0.0908,0.4539 0.1815,0.9078 0.1815,1.3617 0,3.4498 -2.8137,6.2641 -6.2628,6.2641 -3.4491,0 -6.2628,-2.8143 -6.2628,-6.2641 0,-0.4539 0.0908,-0.9078 0.1815,-1.3617 z m 3.6306,27.6891 V 63.3451 H 38.508 V 38.1979 Z m 2.4507,38.8556 C 24.984,77.0535 9.917,62.0741 9.917,43.4634 c 0,-11.8019 6.172,-22.696 16.3377,-28.7786 -0.1815,1.1802 -0.3631,2.2696 -0.3631,3.4498 0,6.9903 4.0844,13.0729 10.0749,15.8872 V 65.887 l 7.5335,7.5351 7.5335,-7.5351 -0.4538,-6.6272 3.5398,-3.5406 -3.5398,-3.5406 5.3551,-5.3563 -5.3551,-5.3563 0.4538,-7.4443 c 5.8997,-2.8143 10.0749,-8.8968 10.0749,-15.8872 0,-1.1802 -0.0908,-2.2696 -0.3631,-3.4498 10.0749,6.0826 16.247,16.9766 16.3377,28.7786 0,18.5199 -14.9763,33.5901 -33.5831,33.5901 z"
style="fill:url(#u)" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1,592 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="212.41077"
height="212.41077"
id="svg2"
version="1.1"
sodipodi:docname="kleopatra.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.9317605"
inkscape:cx="96.054727"
inkscape:cy="198.54888"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
id="linearGradient4748">
<stop
style="stop-color:#524220;stop-opacity:0.553"
offset="0"
id="stop4750" />
<stop
style="stop-color:#342a14;stop-opacity:0;"
offset="1"
id="stop4752" />
</linearGradient>
<linearGradient
gradientTransform="translate(-386.57,-501.8)"
gradientUnits="userSpaceOnUse"
x2="419.974"
y2="539.82501"
x1="406.50101"
y1="527.01398"
id="linearGradient4222">
<stop
id="stop4224"
stop-color="#292c2f"
style="stop-color:#001043;stop-opacity:1" />
<stop
id="stop4226"
stop-opacity="0"
offset="1"
style="stop-color:#0f0d45;stop-opacity:0" />
</linearGradient>
<linearGradient
id="linearGradient4402">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4404" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4406" />
</linearGradient>
<linearGradient
id="a"
y1="547.63397"
y2="499.67899"
x2="388.86499"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-384.57,-499.8)"
x1="428.81601">
<stop
stop-color="#2a2c2f"
id="stop7" />
<stop
offset="1"
stop-color="#536161"
id="stop9" />
</linearGradient>
<linearGradient
id="b"
y1="34"
y2="14"
x2="0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(50)">
<stop
stop-color="#536161"
id="stop12"
style="stop-color:#bfc9c9;stop-opacity:1" />
<stop
offset="1"
stop-color="#f4f5f5"
id="stop14"
style="stop-color:#fbfbfb;stop-opacity:1" />
</linearGradient>
<linearGradient
id="c"
y1="527.01398"
x1="406.50101"
y2="539.82501"
x2="419.974"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-386.57,-501.8)">
<stop
stop-color="#292c2f"
id="stop17" />
<stop
offset="1"
stop-opacity="0"
id="stop19" />
</linearGradient>
<style
id="current-color-scheme"
type="text/css">&#10; .ColorScheme-Text { color:#f2f2f2 }&#10; </style>
<style
id="current-color-scheme-3"
type="text/css">&#10; .ColorScheme-Text { color:#f2f2f2 }&#10; </style>
<style
id="current-color-scheme-6"
type="text/css">&#10; .ColorScheme-Text { color:#f2f2f2 }&#10; </style>
<linearGradient
xlink:href="#c"
id="linearGradient4358-3"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-405.64617,-517.76875)"
x1="406.50101"
y1="527.01398"
x2="419.974"
y2="539.82501" />
<linearGradient
xlink:href="#linearGradient4402"
id="linearGradient4408"
x1="11.875"
y1="-15.125"
x2="32.125"
y2="33.5"
gradientUnits="userSpaceOnUse" />
<linearGradient
xlink:href="#c"
id="linearGradient4358-6"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-389.55242,-517.76875)"
x1="412.15799"
y1="521.888"
x2="419.974"
y2="539.82501" />
<linearGradient
gradientTransform="matrix(1.125,0,0,1,-476.43379,-500.54873)"
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-6">
<stop
id="stop4380"
stop-color="#bd8d48" />
<stop
id="stop4382"
stop-color="#e8b971"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="505.79999"
y1="541.79999"
id="b-7"
gradientTransform="translate(-425.36379,-500.54873)">
<stop
id="stop4385"
stop-color="#e3dfd6" />
<stop
id="stop4387"
stop-color="#f4f1e8"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
x2="426.57001"
y2="543.79999"
x1="414.57001"
y1="531.79999"
id="c-5">
<stop
id="stop4390"
stop-color="#383e51" />
<stop
id="stop4392"
stop-opacity="0"
stop-color="#655c6f"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
x2="0"
y2="504.79999"
y1="542.79999"
id="d"
gradientTransform="translate(-425.36379,-500.54873)">
<stop
id="stop4395"
stop-color="#977a5c" />
<stop
id="stop4397"
stop-color="#9d8062"
offset="1" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
x2="418.57001"
y2="533.79999"
x1="413.57001"
y1="528.79999"
id="e"
gradientTransform="translate(-425.36379,-500.54873)">
<stop
id="stop4400"
stop-opacity=".259"
stop-color="#bdb49e" />
<stop
id="stop4402"
stop-opacity="0"
stop-color="#bdb49e"
offset="1" />
</linearGradient>
<linearGradient
gradientTransform="matrix(1.125,0,0,1,-441.64001,-503.79999)"
gradientUnits="userSpaceOnUse"
x2="0"
y2="503.79999"
y1="543.79999"
id="a-6-3">
<stop
id="stop4380-5"
stop-color="#bd8d48" />
<stop
id="stop4382-6"
stop-color="#e8b971"
offset="1" />
</linearGradient>
<linearGradient
xlink:href="#linearGradient4748"
id="linearGradient4754"
x1="16"
y1="9"
x2="41"
y2="40"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,-1)" />
</defs>
<g
id="layer2"
style="display:inline"
transform="matrix(5.3102692,0,0,5.3102692,-21.241077,-21.241077)">
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#a-6);fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect23"
height="40"
rx="1"
y="4"
x="4"
width="40"
ry="1" />
<path
style="opacity:0.3;fill:#000000;fill-opacity:1"
d="m 4,42 v 1 c 0,0.554007 0.4459958,1 1,1 h 38 c 0.554004,0 1,-0.445993 1,-1 v -1 c 0,0.554007 -0.445996,1 -1,1 H 5 C 4.4459958,43 4,42.554007 4,42 Z"
id="rect4185" />
<path
id="path4200"
d="M 4,6 V 5 C 4,4.445993 4.445996,4 5,4 h 38 c 0.554004,0 1,0.445993 1,1 V 6 C 44,5.445993 43.554004,5 43,5 H 5 C 4.445996,5 4,5.445993 4,6 Z"
style="opacity:0.3;fill:#ffffff;fill-opacity:1" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 13,21 h 5 v 1 h -5 z"
id="path4219" />
<path
id="path4217"
d="m 14,17 h 5 v 1 h -5 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 6,7 h 5 V 8 H 6 Z"
id="rect4169" />
<path
id="path4180"
d="m 8,9 h 5 v 1 H 8 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 10,11 h 10 v 1 H 10 Z"
id="path4182" />
<path
id="path4184"
d="m 10,13 h 5 v 1 h -5 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 10,15 h 8 v 1 h -8 z"
id="path4186" />
<path
id="path4188"
d="m 8,17 h 5 v 1 H 8 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 6,19 h 8 v 1 H 6 Z"
id="path4191" />
<path
id="path4193"
d="m 8,21 h 4 v 1 H 8 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 8,23 h 6 v 1 H 8 Z"
id="path4195" />
<path
id="path4197"
d="m 8,25 h 4 v 1 H 8 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 6,27 h 5 v 1 H 6 Z"
id="path4199" />
<path
id="path4201"
d="m 8,29 h 7 v 1 H 8 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 9,31 h 5 v 1 H 9 Z"
id="path4203" />
<path
id="path4205"
d="m 9,33 h 3 v 1 H 9 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 8,35 h 5 v 1 H 8 Z"
id="path4207" />
<path
id="path4209"
d="m 6,37 h 9 v 1 H 6 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 8,39 h 5 v 1 H 8 Z"
id="path4211" />
<path
id="path4213"
d="m 6,41 h 6 v 1 H 6 Z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 16,13 h 8 v 1 h -8 z"
id="path4215" />
<path
id="path4221"
d="m 12,27 h 5 v 1 h -5 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 12,7 h 5 v 1 h -5 z"
id="path4223" />
<path
id="path4225"
d="m 14,35 h 7 v 1 h -7 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 14,39 h 10 v 1 H 14 Z"
id="path4227" />
<path
id="path4229"
d="m 13,41 h 5 v 1 h -5 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 14,9 h 4 v 1 h -4 z"
id="path4231" />
<path
id="path4233"
d="m 18,7 h 5 v 1 h -5 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 21,11 h 2 v 1 h -2 z"
id="path4235" />
<path
id="path4237"
d="m 15,19 h 2 v 1 h -2 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 16,37 h 2 v 1 h -2 z"
id="path4239" />
<path
id="path4241"
d="m 19,41 h 2 v 1 h -2 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 28,7 v 4 h 3 V 7 Z m 1,1 h 1 v 2 h -1 z"
id="rect4296" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4315"
width="1"
height="4"
x="33"
y="7" />
<path
id="path4317"
d="m 36,7 v 4 h 3 V 7 Z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
y="7"
x="41"
height="4"
width="1"
id="rect4319"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
y="12"
x="28"
height="4"
width="1"
id="rect4321"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
id="path4323"
d="m 31,12 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 39,12 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
id="path4325" />
<rect
y="12"
x="36"
height="4"
width="1"
id="rect4329"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4331"
width="1"
height="4"
x="28"
y="17" />
<rect
y="17"
x="31"
height="4"
width="1"
id="rect4333"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 34,17 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
id="path4337" />
<path
id="path4341"
d="m 39,17 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
id="path4343"
d="m 28,22 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 33,22 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
id="path4345" />
<rect
y="22"
x="38"
height="4"
width="1"
id="rect4347"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4349"
width="1"
height="4"
x="41"
y="22" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4351"
width="1"
height="4"
x="28"
y="27" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 31,27 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
id="path4353" />
<path
id="path4355"
d="m 39,27 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4357"
width="1"
height="4"
x="36"
y="27" />
<path
id="path4359"
d="m 28,32 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
y="32"
x="33"
height="4"
width="1"
id="rect4361"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 36,32 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
id="path4363" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4365"
width="1"
height="4"
x="41"
y="32" />
<rect
y="37"
x="28"
height="4"
width="1"
id="rect4367"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4369"
width="1"
height="4"
x="31"
y="37" />
<path
id="path4371"
d="m 34,37 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="fill:url(#linearGradient4754);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 28.0625,43 11.75,26.6875 15.359375,22.046875 11,17.6875 21.097087,13.589205 34.443727,17.389904 38.9375,17.375 44,22.4375 V 42 c 0,0.437974 -0.34322,1 -1,1 z"
id="path4746" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.394;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a370b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 39,37 v 4 h 3 v -4 z m 1,1 h 1 v 2 h -1 z"
id="path4373" />
<path
id="path4719"
d="m 35.231515,34.40684 c 0.694591,-1.298582 2.138842,-1.438217 2.137935,-2.973847 -4.88e-4,-1.184101 -0.329319,-1.824888 -1.130985,-2.205303 -1.473771,-0.699349 -2.908052,0.130556 -2.908052,1.682661 0,1.523349 1.452297,2.368396 2.415303,1.405391 0.401708,-0.401713 0.498696,-1.07563 0.21343,-1.483076 -0.126607,-0.180833 -0.140337,-0.15221 -0.06127,0.127741 0.272834,0.966101 -0.470739,1.634399 -1.326261,1.191991 -0.894093,-0.462352 -0.724513,-1.947372 0.250311,-2.192037 0.481517,-0.120858 1.124359,0.301346 1.440073,0.945811 0.170137,0.347282 0.176206,0.555494 0.03035,1.042204 -0.478385,1.596703 -2.628441,1.607449 -5.863913,0.02931 -0.784262,-0.382535 -1.835522,-0.960249 -2.336128,-1.283807 -0.862811,-0.557661 -1.913412,-1.0255 -3.419318,-2.34874 -0.797749,-0.700987 -0.915392,-0.605582 1.165215,-0.944997 0.598175,-0.09758 2.346091,-0.605129 3.884245,-1.127882 2.732608,-0.92869 2.835808,-0.950741 4.505732,-0.962754 0.939989,-0.0067 -0.619463,-0.06608 0.940063,0.0017 l 2.835499,0.123206 v -1.538585 -1.538585 l -3.301615,-0.08671 c -4.720436,-0.123978 -2.420401,-0.287562 -7.292714,-2.16982 -0.930363,-0.359416 -2.223818,-0.792675 -2.874345,-0.962797 -1.538174,-0.402259 -3.867593,-0.539144 -5.035037,-0.295874 -1.346119,0.280499 -3.24933,1.301145 -4.355083,2.335522 -1.71396,1.603329 -3.650527,4.600624 -3.460824,5.356456 0.08543,0.34036 0.173948,0.362782 1.684182,0.4266 0.876708,0.03705 2.695201,0.237097 4.04109,0.444555 l 2.447078,0.377199 v 1.054601 c -0.422144,1.934257 -0.12092,2.978081 -0.04581,3.682527 0.281324,2.549541 0.386222,2.825928 1.037519,2.733599 1.006112,-1.654563 1.020794,-4.824788 1.028084,-6.653504 l 1.126428,1.005088 c 2.81259,2.509604 3.640543,2.473648 6.052708,3.647015 2.277374,1.107793 4.779276,1.575748 6.176078,1.155165 z M 13.829812,25.459425 c -0.155547,-0.155543 0.804345,-1.342501 2.062445,-2.550325 1.873495,-1.798631 1.865975,-1.797208 1.870342,-0.354387 0.0043,1.419684 0.344733,2.192251 1.324733,3.006291 l 0.641026,0.532472 -2.909822,-0.277574 c -1.600403,-0.152664 -2.945327,-0.313078 -2.988724,-0.356477 z m 10.493654,0.135466 c 0.277776,-0.218919 0.697276,-0.725038 0.932221,-1.124709 0.37275,-0.634085 0.42718,-0.889994 0.42718,-2.008476 0,-0.704991 0.04626,-1.281801 0.102828,-1.281801 0.05656,0 1.165118,0.454976 2.463472,1.011058 1.298355,0.556083 2.528056,1.053077 2.732669,1.104434 0.20462,0.05136 0.372034,0.147249 0.372034,0.213097 0,0.06585 -0.786561,0.510281 -1.747912,0.987631 -1.960515,0.973472 -3.427078,1.379607 -5.321417,1.473658 l -0.466112,0.02313 z M 39.096042,18.11833 c 0,-0.866389 -0.104002,-0.948842 -1.196881,-0.948842 -2.43644,0 -3.042557,-0.393021 -6.709576,-2.017417 -3.927707,-1.739877 -6.307595,-2.362141 -9.03414,-2.362141 -2.668781,0 -5.480321,0.728382 -8.369162,2.168189 -2.35144,1.171962 -3.356775,2.139528 -2.800758,2.695541 0.196138,0.19614 0.06166,0.23804 3.355335,-1.045385 2.250918,-0.877097 5.018302,-1.618223 6.514863,-1.744729 2.310818,-0.195335 5.064094,0.411666 9.936281,2.1906 1.749615,0.638818 3.761338,1.309634 4.470505,1.4907 1.516691,0.387245 1.675642,0.326383 2.940158,0.330677 l 0.893375,0.0031 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#352300;fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.099;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f5efe3;fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 22.15625,12.789062 c -2.668781,0 -5.4803,0.730115 -8.369141,2.169922 -2.172495,1.082776 -3.180067,1.986177 -2.884765,2.556641 0.230886,-0.552559 1.209441,-1.280249 2.884765,-2.115234 2.888841,-1.439807 5.70036,-2.167969 8.369141,-2.167969 2.726545,0 5.105496,0.621451 9.033203,2.361328 3.667019,1.624396 4.272545,2.017578 6.708985,2.017578 1.092878,0 1.197265,0.08283 1.197265,0.949219 v -0.441406 c 0,-0.866389 -0.104387,-0.949219 -1.197265,-0.949219 -2.43644,0 -3.041966,-0.393182 -6.708985,-2.017578 -3.927707,-1.739877 -6.306658,-2.363282 -9.033203,-2.363282 z m -1.59375,5.939454 c -0.406589,0.01509 -0.770639,0.05246 -1.0625,0.113281 -1.346119,0.280499 -3.249716,1.30156 -4.355469,2.335937 -1.71396,1.603329 -3.65064,4.599637 -3.460937,5.355469 0.0062,0.02475 0.0186,0.03707 0.02539,0.05859 0.268163,-1.102706 1.936509,-3.570377 3.435547,-4.972656 1.105753,-1.034377 3.00935,-2.055439 4.355469,-2.335938 1.167444,-0.24327 3.496982,-0.105384 5.035156,0.296875 0.650527,0.170122 1.944637,0.603475 2.875,0.962891 4.872313,1.882258 2.57058,2.045944 7.291016,2.169922 l 3.302734,0.08594 v -0.441406 l -3.302734,-0.08594 c -4.720436,-0.123978 -2.418703,-0.287664 -7.291016,-2.169922 -0.930363,-0.359415 -2.224473,-0.792768 -2.875,-0.96289 -1.15363,-0.301694 -2.75289,-0.455431 -3.972656,-0.410153 z m 10.80372,4.794654 c -0.275442,0.2261 -1.147496,0.635441 -1.760751,0.972924 -1.731278,0.952748 -3.899734,1.451474 -5.923828,1.52539 -0.0236,0.02073 -0.05418,0.0608 -0.07617,0.07813 l -0.50586,0.398438 0.466797,-0.02344 c 1.894339,-0.09405 4.078548,-0.563637 6.039063,-1.537109 0.961351,-0.47735 2.118173,-1.141449 2.118173,-1.207299 0,-0.0641 -0.160243,-0.154785 -0.357424,-0.207034 z m -17.555673,1.926049 c -0.134408,0.207774 -0.215013,0.368973 -0.167969,0.416016 0.0434,0.0434 1.575378,0.239914 3.175781,0.392577 l 3.628907,0.339844 -0.601563,-0.498047 -3.027344,-0.283203 c -1.452752,-0.138579 -2.758504,-0.309157 -3.007812,-0.367187 z m 10.291208,2.316369 c -0.386136,0.115562 -0.298098,0.265656 0.195312,0.699218 1.505906,1.32324 2.931919,2.114252 3.79473,2.671913 0.500606,0.323558 1.551675,0.900668 2.335937,1.283203 3.235472,1.578139 5.38685,1.567406 5.865235,-0.0293 0.109747,-0.366217 0.131905,-0.573982 0.06445,-0.802734 -0.01544,0.110972 -0.01858,0.208247 -0.06445,0.361328 -0.103767,0.346342 -0.291786,0.611521 -0.546875,0.808593 -0.04214,0.03256 -0.08282,0.06722 -0.128906,0.0957 -0.334754,0.271322 -0.711325,0.363247 -1.064454,0.283203 -1.017217,0.05371 -2.413963,-0.323625 -4.125,-1.158203 -0.784262,-0.382535 -1.835331,-0.961599 -2.335937,-1.285157 -0.862811,-0.557661 -2.288824,-1.346719 -3.79473,-2.669959 -0.118201,-0.103864 -0.111911,-0.18491 -0.195312,-0.257805 z m -4.244333,1.072303 c -0.217958,0.998679 -0.242104,1.751776 -0.205078,2.351562 -0.0027,-0.526336 0.03496,-1.130669 0.205078,-1.910156 z m 15.304687,0.138671 c -1.025138,0.01113 -1.832031,0.769516 -1.832031,1.933594 0,0.07752 0.01813,0.144896 0.02539,0.21875 0.135515,-1.400902 1.484277,-2.122631 2.882812,-1.458984 0.734861,0.348714 1.057845,0.937185 1.109375,1.941406 0.0052,-0.06119 0.02152,-0.111571 0.02148,-0.177734 -4.88e-4,-1.184101 -0.329194,-1.824663 -1.13086,-2.205078 -0.368442,-0.174838 -0.734459,-0.255663 -1.076166,-0.251954 z"
id="path4756" />
</g>
<g
id="layer1"
style="display:inline"
transform="matrix(5.3102692,0,0,5.3102692,-21.241077,-21.241077)">
<rect
ry="1"
width="40"
x="4"
y="4"
rx="1"
height="40"
id="rect4400"
style="opacity:0.436;fill:url(#linearGradient4408);fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 54 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="78.691124mm"
height="78.691101mm"
viewBox="0 0 78.691125 78.6911"
version="1.1"
id="svg5"
inkscape:export-filename="/home/parsarch/bitmap.png"
inkscape:export-xdpi="78.019997"
inkscape:export-ydpi="78.019997"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
sodipodi:docname="libredirect.svg"
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="namedview7"
pagecolor="#272727"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="false"
inkscape:document-units="mm"
showgrid="false"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showborder="true"
inkscape:zoom="0.22551429"
inkscape:cx="538.76853"
inkscape:cy="492.20829"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer2"
inkscape:snap-global="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:showpageshadow="0"
inkscape:deskcolor="#d1d1d1" />
<defs
id="defs2" />
<g
inkscape:label="canvas"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.29776,-1.5258789e-5)"
style="display:none">
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5.29775;stop-color:#000000"
id="rect5300"
width="333.36893"
height="333.3689"
x="5.29776"
y="1.5258789e-05" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="contents"
transform="translate(-1.5e-8,-1.5258789e-5)">
<path
id="rect10261"
style="fill:#000000;fill-opacity:1;stroke-width:2.51264;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
d="m 39.345562,1.5258789e-5 c -0.831913,0 -1.663607,0.318872801211 -2.301065,0.956327311211 L 0.95618508,37.044284 c -1.27491342,1.274909 -1.27491342,3.3278 0,4.60271 L 37.044497,77.734934 c 1.27491,1.27491 3.327514,1.27491 4.602426,0 l 36.088018,-36.08794 c 1.274911,-1.27491 1.274911,-3.327801 0,-4.60271 L 41.646923,0.95634257 C 41.009471,0.31888806 40.177475,1.5258789e-5 39.345562,1.5258789e-5 Z"
sodipodi:nodetypes="sccccccscs"
inkscape:export-filename="/home/parsarch/path983.png"
inkscape:export-xdpi="78.019997"
inkscape:export-ydpi="78.019997" />
<path
id="path1147"
style="fill:#fbc118;fill-opacity:1;stroke-width:2.51264;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
d="m 39.345562,1.5258789e-5 c -0.831913,0 -1.663607,0.318872801211 -2.301065,0.956327311211 L 0.95618508,37.044284 c -1.27491342,1.274909 -1.27491342,3.3278 0,4.60271 L 37.044497,77.734934 c 1.27491,1.27491 3.327514,1.27491 4.602426,0 l 36.088018,-36.08794 c 1.274911,-1.27491 1.274911,-3.327801 0,-4.60271 L 41.646923,0.95634257 C 41.009471,0.31888806 40.177475,1.5258789e-5 39.345562,1.5258789e-5 Z m 0,2.530423041211 c 0.778417,0 1.556833,0.2981527 2.153298,0.8946131 L 75.266227,37.192343 c 1.192924,1.192926 1.192924,3.113665 0,4.306591 L 41.49886,75.266229 c -1.192928,1.192925 -3.113675,1.192925 -4.306597,0 L 3.4248995,41.498934 c -1.1929288,-1.192926 -1.1929288,-3.113665 0,-4.306591 L 37.192263,3.4250514 C 37.788726,2.828591 38.567147,2.5304383 39.345562,2.5304383 Z"
inkscape:export-filename="/home/parsarch/path983.png"
inkscape:export-xdpi="78.019997"
inkscape:export-ydpi="78.019997" />
<rect
style="fill:#fbc117;fill-opacity:1;stroke-width:2.18481;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
id="rect8504"
width="50.03727"
height="50.03727"
x="-25.018641"
y="30.624474"
transform="matrix(0.70710746,-0.7071061,0.70710746,0.7071061,0,0)"
ry="2.8298914"
inkscape:export-filename="/home/parsarch/path983.png"
inkscape:export-xdpi="78.019997"
inkscape:export-ydpi="78.019997" />
<path
style="fill:#000000;fill-opacity:1;stroke-width:2.77907;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
d="M 43.65673,35.481017 C 32.339712,40.352639 32.573854,55.956663 32.573854,55.956663 l -7.905714,5e-6 c 0,0 -0.10299,-22.829367 17.268788,-27.484121 -1.631702,-3.270235 -2.445782,-4.585622 -1.400476,-5.103272 1.401156,-0.69387 16.056464,2.765529 16.605249,4.813617 0.53941,2.013095 -11.053481,12.544327 -12.665405,12.544327 -1.381349,0 -0.998269,-1.657595 -0.819597,-5.246202 z"
id="path983"
sodipodi:nodetypes="ccccssscc"
inkscape:export-filename="/home/parsarch/path983.png"
inkscape:export-xdpi="78.019997"
inkscape:export-ydpi="78.019997" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,654 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
viewBox="0 0 591.96686 147.35268"
id="svg92"
sodipodi:docname="mixxx.svg"
width="591.96686"
height="147.35268"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="namedview92"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.71451104"
inkscape:cx="521.33554"
inkscape:cy="233.72627"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg92" />
<defs
id="defs67">
<linearGradient
id="a"
x1="65.429001"
x2="65.429001"
y1="172.52"
y2="191.13"
gradientTransform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#828486"
offset="0"
id="stop1" />
<stop
stop-color="#5A5B5D"
offset=".3791"
id="stop2" />
<stop
stop-color="#D1D3D4"
offset="1"
id="stop3" />
</linearGradient>
<linearGradient
id="m"
x1="133.36"
x2="109.59"
y1="177.13"
y2="211.5"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#39B54A"
offset=".478"
id="stop4" />
<stop
stop-color="#1B75BC"
offset="1"
id="stop5" />
</linearGradient>
<linearGradient
id="h"
x1="86.047997"
x2="62.273998"
y1="177.13"
y2="211.5"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#381F1F"
offset="0"
id="stop6" />
<stop
stop-color="#3A1F20"
offset=".0017"
id="stop7" />
<stop
stop-color="#5B2926"
offset=".0376"
id="stop8" />
<stop
stop-color="#7C2F28"
offset=".0757"
id="stop9" />
<stop
stop-color="#9B3029"
offset=".1173"
id="stop10" />
<stop
stop-color="#B62E28"
offset=".1626"
id="stop11" />
<stop
stop-color="#CC2927"
offset=".2129"
id="stop12" />
<stop
stop-color="#DC2325"
offset=".271"
id="stop13" />
<stop
stop-color="#E81F25"
offset=".3438"
id="stop14" />
<stop
stop-color="#ED1C24"
offset=".478"
id="stop15" />
<stop
stop-color="#F7931E"
offset="1"
id="stop16" />
</linearGradient>
<linearGradient
id="g"
x1="109.71"
x2="85.933998"
y1="177.13"
y2="211.5"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#130E1E"
offset="0"
id="stop17" />
<stop
stop-color="#1C1426"
offset=".0231"
id="stop18" />
<stop
stop-color="#442349"
offset=".1446"
id="stop19" />
<stop
stop-color="#652966"
offset=".2552"
id="stop20" />
<stop
stop-color="#7C287A"
offset=".3511"
id="stop21" />
<stop
stop-color="#8B2688"
offset=".4286"
id="stop22" />
<stop
stop-color="#91278F"
offset=".478"
id="stop23" />
<stop
stop-color="#ED1C24"
offset="1"
id="stop24" />
</linearGradient>
<linearGradient
id="w"
x1="53.368"
x2="53.368"
y1="212.22"
y2="176.28999"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop25" />
<stop
offset="1"
id="stop26" />
</linearGradient>
<linearGradient
id="v"
x1="40.463001"
x2="40.463001"
y1="212.22"
y2="176.28999"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop27" />
<stop
offset="1"
id="stop28" />
</linearGradient>
<linearGradient
id="u"
x1="44.688999"
x2="44.688999"
y1="211.46001"
y2="177.64"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop29" />
<stop
offset="1"
id="stop30" />
</linearGradient>
<linearGradient
id="t"
x1="0.15090001"
x2="0.15090001"
y1="211.46001"
y2="177.64"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop31" />
<stop
offset="1"
id="stop32" />
</linearGradient>
<linearGradient
id="s"
x1="79.318001"
x2="79.318001"
y1="211.64"
y2="175.94"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop33" />
<stop
offset="1"
id="stop34" />
</linearGradient>
<linearGradient
id="r"
x1="68.873001"
x2="68.873001"
y1="211.99001"
y2="177.23"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop35" />
<stop
offset="1"
id="stop36" />
</linearGradient>
<linearGradient
id="q"
x1="102.97"
x2="102.97"
y1="211.62"
y2="175.92999"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop37" />
<stop
offset="1"
id="stop38" />
</linearGradient>
<linearGradient
id="p"
x1="92.521004"
x2="92.521004"
y1="211.97"
y2="177.22"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop39" />
<stop
offset="1"
id="stop40" />
</linearGradient>
<linearGradient
id="o"
x1="126.63"
x2="126.63"
y1="211.62"
y2="175.92999"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop41" />
<stop
offset="1"
id="stop42" />
</linearGradient>
<linearGradient
id="n"
x1="116.18"
x2="116.18"
y1="211.97"
y2="177.22"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop43" />
<stop
offset="1"
id="stop44" />
</linearGradient>
<linearGradient
id="l"
x1="31.853001"
x2="31.853001"
y1="211.64"
y2="176.64"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop45" />
<stop
offset="1"
id="stop46" />
</linearGradient>
<linearGradient
id="k"
x1="8.6625996"
x2="8.6625996"
y1="211.64"
y2="177.53"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop47" />
<stop
offset="1"
id="stop48" />
</linearGradient>
<linearGradient
id="j"
x1="20.309999"
x2="20.309999"
y1="211.64"
y2="177.24001"
gradientTransform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop49" />
<stop
offset="1"
id="stop50" />
</linearGradient>
<linearGradient
id="i"
x1="20.25"
x2="20.25"
y1="211.92"
y2="177.14"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#fff"
offset="0"
id="stop51" />
<stop
offset="1"
id="stop52" />
</linearGradient>
<linearGradient
id="b"
x1="20.309"
x2="20.309"
y1="177.28999"
y2="213.48"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#1F1F20"
offset=".478"
id="stop53" />
<stop
stop-color="#58595B"
offset=".8626"
id="stop54" />
<stop
stop-color="#A5A8AA"
offset="1"
id="stop55" />
</linearGradient>
<linearGradient
id="c"
x1="49.035"
x2="49.035"
y1="177.28999"
y2="213.48"
gradientTransform="matrix(2.3114,0,0,2.3114,14,-381.18)"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#1F1F20"
offset=".478"
id="stop56" />
<stop
stop-color="#58595B"
offset=".8626"
id="stop57" />
<stop
stop-color="#A5A8AA"
offset="1"
id="stop58" />
</linearGradient>
<linearGradient
id="f"
x1="74.096001"
x2="74.096001"
y1="177.28999"
y2="213.48"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#1F1F20"
offset=".478"
id="stop59" />
<stop
stop-color="#58595B"
offset=".8626"
id="stop60" />
<stop
stop-color="#A5A8AA"
offset="1"
id="stop61" />
</linearGradient>
<linearGradient
id="d"
x1="121.41"
x2="121.41"
y1="177.28999"
y2="213.48"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#1F1F20"
offset=".478"
id="stop62" />
<stop
stop-color="#58595B"
offset=".8626"
id="stop63" />
<stop
stop-color="#A5A8AA"
offset="1"
id="stop64" />
</linearGradient>
<linearGradient
id="e"
x1="97.753998"
x2="97.753998"
y1="177.28999"
y2="213.48"
gradientUnits="userSpaceOnUse">
<stop
stop-color="#1F1F20"
offset=".478"
id="stop65" />
<stop
stop-color="#58595B"
offset=".8626"
id="stop66" />
<stop
stop-color="#A5A8AA"
offset="1"
id="stop67" />
</linearGradient>
</defs>
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="114.82,211.64 104.38,211.64 128,177.19 138.44,177.19 "
fill="url(#m)"
id="polygon67"
style="fill:url(#m)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="67.51,211.64 57.062,211.64 80.68,177.19 91.126,177.19 "
fill="url(#h)"
id="polygon68"
style="fill:url(#h)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="91.167,211.64 80.722,211.64 104.34,177.19 114.78,177.19 "
fill="url(#g)"
id="polygon69"
style="fill:url(#g)" />
<g
transform="matrix(1.8499249,0,0,1.8499249,-25.889982,-52.447907)"
id="g73">
<polygon
transform="matrix(2.3114,0,0,2.3114,14,-381.18)"
points="57.065,177.19 80.68,211.64 91.126,211.64 67.51,177.19 "
fill="url(#f)"
id="polygon70"
style="fill:url(#f)" />
<polygon
transform="matrix(2.3114,0,0,2.3114,14,-381.18)"
points="80.722,177.19 104.34,211.64 114.79,211.64 91.167,177.19 "
fill="url(#e)"
id="polygon71"
style="fill:url(#e)" />
<polygon
transform="matrix(2.3114,0,0,2.3114,14,-381.18)"
points="104.38,177.19 128,211.64 138.44,211.64 114.82,177.19 "
fill="url(#d)"
id="polygon72"
style="fill:url(#d)" />
<rect
x="117.02"
y="28.381001"
width="20.65"
height="79.616997"
fill="url(#c)"
stroke-width="2.3114"
id="rect72"
style="fill:url(#c)" />
<polygon
transform="matrix(2.3114,0,0,2.3114,14,-381.18)"
points="0,177.19 0,211.64 8.76,211.64 8.76,191.46 20.076,208.64 20.307,208.64 31.74,191.29 31.74,211.64 40.618,211.64 40.618,177.19 30.988,177.19 20.307,194.36 9.631,177.19 "
fill="url(#b)"
id="polygon73"
style="fill:url(#b)" />
</g>
<path
d="M 244.0105,0.05475526 290.97406,68.556796 c 15.44906,0.244067 30.65886,0.717522 45.61637,1.3931 L 288.67433,0.05520983 Z m 101.15689,0 50.57121,73.73582774 c 16.50099,1.423804 32.5536,3.099977 48.09173,5.028605 L 389.82916,0.05620163 Z m 145.81452,0 H 446.32014 L 506.987,88.502206 c 18.66889,3.467565 36.24804,7.328952 52.56101,11.523624 z M 190.57134,69.965973 c 12.54146,-0.573715 25.3011,-0.984213 38.20064,-1.257348 V 0.05368082 H 190.57134 Z M 86.831652,73.493662 41.182221,0.05330889 H 0 V 93.282041 C 11.968486,90.69924 24.470475,88.31769 37.456791,86.102684 V 61.084654 L 52.33289,83.670721 c 23.342306,-3.634727 48.09172,-6.68759 73.99617,-9.086494 l 9.38569,-14.247552 v 13.409482 c 12.41313,-1.065003 25.07794,-1.975509 37.95682,-2.728059 V 0.05310227 h -41.17809 z"
fill="url(#a)"
stroke-width="4.27588"
id="path73"
style="fill:url(#a)" />
<path
d="m 395.42453,73.336491 0.31225,0.454165 c 16.50099,1.423804 32.55361,3.099977 48.09172,5.028606 l -0.3421,-0.495898 C 427.99022,76.416413 411.93905,74.753111 395.4236,73.337735 Z M 0.00826496,93.28397 C 11.976751,90.701169 24.47874,88.319626 37.465056,86.104612 V 84.171687 C 24.470475,86.267065 11.932533,88.524635 0.00826496,90.953292 Z M 559.21534,99.526907 C 543.02656,95.302275 525.46125,91.402455 506.59029,87.913399 l 0.40614,0.589978 c 18.66888,3.467764 36.24804,7.328952 52.561,11.523623 z M 290.62486,68.02915 l 0.35907,0.527014 c 15.44907,0.244067 30.65886,0.717609 45.61637,1.3931 l -0.33355,-0.478211 C 321.3266,68.782751 306.09552,68.299372 290.62559,68.029502 Z m -100.04112,1.937102 c 12.54145,-0.573715 25.3011,-0.984212 38.20063,-1.257347 V 68.01564 c -12.9049,0.226375 -25.65236,0.585036 -38.20063,1.098946 z M 52.350246,83.674925 c 23.34231,-3.634514 48.091724,-6.68759 73.996174,-9.086494 l 0.84232,-1.286422 c -26.64829,2.279268 -52.065103,5.212502 -75.91984,8.731518 z m 83.381034,-9.924564 c 12.41314,-1.065003 25.07795,-1.975363 37.95682,-2.728052 V 70.0688 c -12.88776,0.693264 -25.55732,1.525587 -37.95682,2.51854 z"
fill="#ffffff"
stroke-width="1.37648"
id="path74" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="53.502,177.19 53.233,177.19 53.502,211.64 "
fill="url(#w)"
id="polygon74"
style="fill:url(#w)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.08524685,-757.59975)"
points="40.598,211.64 40.598,177.19 40.329,177.19 "
fill="url(#v)"
id="polygon75"
style="fill:url(#v)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="44.568,177.19 44.568,211.64 44.81,211.64 "
fill="url(#u)"
id="polygon76"
style="fill:url(#u)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,-0.12000926,-757.59975)"
points="0.03,211.64 0.272,211.64 0.03,177.19 "
fill="url(#t)"
id="polygon77"
style="fill:url(#t)" />
<g
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
id="g83">
<polygon
points="67.51,177.19 90.904,211.64 91.126,211.64 "
fill="url(#s)"
id="polygon78"
style="fill:url(#s)" />
<polygon
points="57.065,177.19 80.68,211.64 57.383,177.19 "
fill="url(#r)"
id="polygon79"
style="fill:url(#r)" />
<polygon
points="91.158,177.18 114.55,211.62 114.77,211.62 "
fill="url(#q)"
id="polygon80"
style="fill:url(#q)" />
<polygon
points="80.713,177.18 104.33,211.62 81.031,177.18 "
fill="url(#p)"
id="polygon81"
style="fill:url(#p)" />
<polygon
points="114.82,177.18 138.21,211.62 138.43,211.62 "
fill="url(#o)"
id="polygon82"
style="fill:url(#o)" />
<polygon
transform="translate(0.005,0.011)"
points="127.99,211.62 104.69,177.18 104.37,177.18 "
fill="url(#n)"
id="polygon83"
style="fill:url(#n)" />
</g>
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="31.74,211.64 31.965,211.64 31.74,191.29 "
fill="url(#l)"
id="polygon84"
style="fill:url(#l)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="8.758,191.46 8.566,191.18 8.758,211.64 "
fill="url(#k)"
id="polygon85"
style="fill:url(#k)" />
<path
d="M 86.83992,73.493529 41.190486,0.05317459 H 39.901131 L 86.84403,74.57417 132.51206,0.05317459 Z"
fill="url(#j)"
stroke-width="4.27588"
id="path85"
style="fill:url(#j)" />
<polygon
transform="matrix(4.2758762,0,0,4.2758762,0.00826909,-757.59975)"
points="31.74,191.29 20.203,208.52 8.76,191.46 20.076,208.64 20.307,208.64 "
fill="url(#i)"
id="polygon86"
style="fill:url(#i)" />
<g
fill="#040404"
id="g92"
transform="matrix(2.0662396,0,0,2.0662396,0.00826496,0.00771732)">
<polygon
transform="matrix(0,-2.0694,-0.57886,0,186.63,110.74)"
points="53.233,177.19 53.502,211.64 53.502,177.19 "
id="polygon87" />
<polygon
transform="matrix(0,-2.0694,-0.53663,0,205.8,110.74)"
points="53.502,211.64 53.502,177.19 53.233,177.19 "
id="polygon88" />
<g
stroke-width="1.0945"
id="g91">
<path
d="m 118.09,0.022761 0.37901,0.5438 21.243,-0.5438 z"
id="path88" />
<path
d="M 20.268,0.56478 0,0.02276 h 19.94 z"
id="path89" />
<path
d="m 167.05,0.022765 0.37901,0.5438 21.243,-0.5438 z"
id="path90" />
<path
d="m 216,0.022765 0.37901,0.5438 21.243,-0.5438 z"
id="path91" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/other/img/sw/mpv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128"><path d="m 12,16 v 96 c 0,2.20914 1.790861,4 4,4 h 12 c 2.209139,0 4,-1.79086 4,-4 V 36 h 4 c 2.209139,0 5.820113,-0.08124 7.972182,0.39786 4.160438,0.926201 6.703758,3.46952 7.629958,7.629959 C 52.081236,46.179887 52,49.790861 52,52 v 60 c 0,2.20914 1.790861,4 4,4 h 12 c 2.209139,0 4,-1.79086 4,-4 v -12 h 16 v 12 c 0,2.20914 1.790861,4 4,4 h 12 c 2.20914,0 4,-1.79086 4,-4 v -12 h 12 c 2.20914,0 4,-1.790861 4,-4 V 84 l -4,-4 H 108 V 64 c -4,-4 0,0 -4,-4 H 92 c -4,4 0,0 -4,4 V 80 H 72 V 52 C 40,12 72,52 40,12 H 16 c -4,4 0,0 -4,4 z" fill="#d38c2d"/><path d="m 12,16 v 92 a 4,4 45 0 0 4,4 l 12,0 a 4,4 135 0 0 4,-4 V 32 h 4 c 2.209139,0 5.820113,-0.08124 7.972182,0.39786 4.160438,0.926201 6.703758,3.46952 7.629958,7.629959 C 52.081236,42.179887 52,45.790861 52,48 v 60 a 4,4 45 0 0 4,4 l 12,0 a 4,4 135 0 0 4,-4 V 96 h 16 v 12 a 4,4 45 0 0 4,4 l 12,0 a 4,4 135 0 0 4,-4 V 96 h 12 a 4,4 135 0 0 4,-4 v -8 a 4,4 45 0 0 -4,-4 H 108 V 64 a 4,4 45 0 0 -4,-4 H 92 a 4,4 135 0 0 -4,4 V 80 H 72 V 48 c 0,-2.209139 0.02285,-5.798566 -0.24528,-7.989999 C 70.137545,26.792938 60.678077,14.498315 47.981118,12.335735 45.805928,11.965251 42.209139,12 40,12 H 16 a 4,4 135 0 0 -4,4 z" fill="#f9aa40"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
static/other/img/sw/obs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,213 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="359.37164"
height="116.47708"
version="1.1"
viewBox="0 0 95.083747 30.817894"
id="svg26"
sodipodi:docname="prismlauncher.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs26" />
<sodipodi:namedview
id="namedview26"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.4215793"
inkscape:cx="230.72931"
inkscape:cy="40.096252"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg26" />
<title
id="title1">Prism Launcher Logo</title>
<g
stroke-width="0.26458"
id="g10"
transform="matrix(2.647192,0,0,2.647192,-2.8873453,-1.4005499)">
<path
d="M 6.35,6.35"
fill="#99cd61"
id="path1" />
<path
d="M 6.35,0.52917 3.8292,4.89477 6.35,6.34997 8.8703,4.89477 8.97985,1.79517 C 7.82875,1.13058 6.64105,0.52907 6.35005,0.52907 Z"
fill="#df6277"
id="path2" />
<path
d="M 8.9798,1.7952 6.35,6.35 8.8703,7.8052 11.3911,3.4396 C 11.24558,3.18755 10.131,2.45985 8.9799,1.7953 Z"
fill="#fb9168"
id="path3" />
<path
d="M 11.391,3.4396 6.35,6.35 8.8703,7.8052 11.6092,6.35 c 0,-1.3292 -0.07255,-2.6584 -0.21808,-2.9104 z"
fill="#f3db6c"
id="path4" />
<path
d="m 6.35,6.35 v 2.9104 h 5.041 C 11.53652,9.00835 11.60907,7.6792 11.60908,6.35 Z"
fill="#7ab392"
id="path5" />
<path
d="m 6.35,6.35 v 2.9104 l 2.6298,1.6443 c 1.1511,-0.66459 2.2657,-1.3923 2.4112,-1.6443 z"
fill="#4b7cbc"
id="path6" />
<path
d="M 6.35,6.35 3.8292,7.8052 6.35,12.1708 c 0.29104,0 1.4787,-0.60148 2.6298,-1.2661 z"
fill="#6f488c"
id="path7" />
<path
d="M 3.8292,4.8948 1.3089,9.2604 c 0.29104,0.5041 4.459,2.9104 5.041,2.9104 V 6.35 Z"
fill="#4d3f33"
id="path8" />
<path
d="m 1.309,3.4396 c -0.29104,0.5041 -0.29104,5.3167 0,5.8208 L 6.35,6.35 V 3.4396 Z"
fill="#7a573b"
id="path9" />
<path
d="m 6.35,0.52917 c -0.58208,-2e-8 -4.75,2.4063 -5.041,2.9104 l 5.041,2.9104 z"
fill="#99cd61"
id="path10" />
</g>
<g
transform="matrix(2.329529,0,0,2.329529,-31.757622,-4.6886271)"
id="g12">
<g
transform="translate(13.26,2.2776)"
id="g11">
<path
transform="matrix(0.96975,0,0,0.96975,0.1921,0.1921)"
d="m 6.3498,2.9393 c -0.34105,0 -2.7827,1.4099 -2.9532,1.7052 L 6.3498,9.7602 9.3036,4.6445 C 9.13308,4.34915 6.6909,2.9393 6.3498,2.9393 Z"
fill="#ffffff"
stroke-width="0.26458"
id="path11" />
</g>
<path
d="m 16.746,6.9737 2.8639,4.9609 c 0.33073,0 2.6991,-1.3672 2.8644,-1.6536 0.16536,-0.28642 0.16536,-3.0209 0,-3.3073 l -2.8644,1.6536 z"
fill="#dfdfdf"
stroke-width="0.26458"
id="path12" />
</g>
<path
d="m 7.2511355,11.556926 c -0.3851929,0.667224 -0.3852459,7.037295 0,7.704387 0.3852458,0.667199 5.9011205,3.852194 6.6717185,3.852194 V 15.40912 Z"
fill="#d6d2d2"
stroke-width="0.700394"
id="path13" />
<g
fill="#14191e"
stroke-width="0.26458"
aria-label="Prism Launcher"
id="g26"
transform="matrix(2.647192,0,0,2.647192,-2.8873453,-1.4005499)"
style="fill:#ffffff;fill-opacity:1">
<path
d="M 15.669,3.991 H 15.22609 V 3.1528 H 15.669 c 0.32385,0 0.46196,0.16192 0.46196,0.4191 0,0.25718 -0.13811,0.4191 -0.46196,0.4191 z m 1.2906,-0.4191 c 0,-0.61436 -0.40958,-1.0763 -1.2287,-1.0763 h -1.3192 v 3.3433 h 0.81439 V 4.6388 h 0.50482 c 0.85249,0 1.2287,-0.51435 1.2287,-1.0668 z"
id="path14"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 18.198,4.6053 c 0,-0.4572 0.22384,-0.59055 0.6096,-0.59055 h 0.22384 V 3.15274 c -0.35719,0 -0.6477,0.1905 -0.83344,0.47149 V 3.18132 h -0.81439 v 2.6575 H 18.198 Z"
id="path15"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 19.421,3.1813 v 2.6575 h 0.81439 V 3.1813 Z m 0.40958,-0.27622 c 0.28575,0 0.48101,-0.19526 0.48101,-0.43815 0,-0.24765 -0.19526,-0.44291 -0.48101,-0.44291 -0.29051,0 -0.48578,0.19526 -0.48578,0.44291 0,0.24289 0.19526,0.43815 0.48578,0.43815 z"
id="path16"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 21.908,5.8769 c 0.66675,0 1.0763,-0.34766 1.0763,-0.80962 -0.01429,-0.9906 -1.4526,-0.69056 -1.4526,-1.1144 0,-0.12859 0.10478,-0.20479 0.29528,-0.20479 0.2286,0 0.36671,0.11906 0.39052,0.30004 h 0.75248 c -0.05239,-0.52388 -0.43339,-0.90487 -1.1192,-0.90487 -0.69532,0 -1.0811,0.37147 -1.0811,0.82391 0,0.97631 1.4478,0.66675 1.4478,1.0954 0,0.11906 -0.10954,0.21431 -0.31909,0.21431 -0.22384,0 -0.39052,-0.12382 -0.40958,-0.30956 h -0.80486 c 0.0381,0.51435 0.51435,0.90964 1.224,0.90964 z"
id="path17"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 27.146,4.3958 v 1.443 h 0.80962 V 4.2862 c 0,-0.71438 -0.42386,-1.1335 -1.0811,-1.1335 -0.38576,0 -0.71914,0.21431 -0.89535,0.4953 -0.18098,-0.31909 -0.50482,-0.4953 -0.90488,-0.4953 -0.34766,0 -0.61912,0.14764 -0.77629,0.36195 V 3.18128 h -0.81439 v 2.6575 H 24.298 v -1.443 c 0,-0.34766 0.20002,-0.53816 0.50959,-0.53816 0.30956,0 0.50959,0.1905 0.50959,0.53816 v 1.443 h 0.80962 v -1.443 c 0,-0.34766 0.20002,-0.53816 0.50959,-0.53816 0.30956,0 0.50959,0.1905 0.50959,0.53816 z"
id="path18"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 15.226,7.258 h -0.81439 v 3.3433 h 1.8812 V 9.97265 h -1.0668 z"
id="path19"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 16.521,9.2678 c 0,0.8382 0.51911,1.3716 1.1668,1.3716 0.39529,0 0.67628,-0.18098 0.82391,-0.41434 V 10.6013 H 19.3261 V 7.9438 H 18.51171 V 8.32004 C 18.36883,8.08668 18.08785,7.9057 17.69256,7.9057 c -0.65246,0 -1.1716,0.52387 -1.1716,1.3621 z m 1.9907,0.00476 c 0,0.42386 -0.27146,0.65722 -0.58102,0.65722 -0.3048,0 -0.58102,-0.23812 -0.58102,-0.66199 0,-0.42387 0.27622,-0.65246 0.58102,-0.65246 0.30956,0 0.58102,0.23336 0.58102,0.65722 z"
id="path20"
style="fill:#ffffff;fill-opacity:1" />
<path
d="M 22.541,10.601 V 7.9435 h -0.81439 v 1.443 c 0,0.36195 -0.20002,0.56198 -0.51435,0.56198 -0.3048,0 -0.50959,-0.20002 -0.50959,-0.56198 v -1.443 h -0.80962 v 1.5526 c 0,0.70961 0.41434,1.1335 1.0287,1.1335 0.35719,0 0.64294,-0.16192 0.80486,-0.39052 v 0.36195 z"
id="path21"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 24.96,9.1583 v 1.443 h 0.80962 V 9.0487 c 0,-0.71438 -0.40958,-1.1335 -1.0239,-1.1335 -0.35719,0 -0.64294,0.15716 -0.80486,0.381 V 7.94378 h -0.81439 v 2.6575 h 0.81439 v -1.443 c 0,-0.36195 0.20002,-0.56198 0.50959,-0.56198 0.30956,0 0.50959,0.20002 0.50959,0.56198 z"
id="path22"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 26.175,9.2726 c 0,0.84296 0.55245,1.3668 1.3335,1.3668 0.66675,0 1.1382,-0.38576 1.2764,-1.0001 h -0.86678 c -0.07144,0.19526 -0.20002,0.3048 -0.42386,0.3048 -0.29051,0 -0.49054,-0.2286 -0.49054,-0.67151 0,-0.44291 0.20002,-0.67151 0.49054,-0.67151 0.22384,0 0.35719,0.11906 0.42386,0.3048 h 0.86678 c -0.13811,-0.63341 -0.6096,-1.0001 -1.2764,-1.0001 -0.78105,0 -1.3335,0.52864 -1.3335,1.3668 z"
id="path23"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 29.218,7.0771 v 3.5243 h 0.81439 v -1.443 c 0,-0.36195 0.20002,-0.56198 0.50959,-0.56198 0.30956,0 0.50959,0.20002 0.50959,0.56198 v 1.443 h 0.80962 V 9.0488 c 0,-0.71438 -0.40481,-1.1335 -1.0096,-1.1335 -0.36671,0 -0.65722,0.15716 -0.81915,0.38576 v -1.224 z"
id="path24"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 33.599,8.5582 c 0.27146,0 0.50006,0.16669 0.50006,0.4572 h -1.0192 c 0.04762,-0.29528 0.25241,-0.4572 0.51911,-0.4572 z m 1.2716,1.162 h -0.86678 c -0.06667,0.14288 -0.19526,0.25718 -0.42386,0.25718 -0.26194,0 -0.47625,-0.16192 -0.50482,-0.50959 h 1.8431 c 0.0095,-0.080963 0.01429,-0.16192 0.01429,-0.23812 0,-0.80962 -0.54769,-1.324 -1.324,-1.324 -0.79058,0 -1.343,0.52387 -1.343,1.3668 0,0.84296 0.56198,1.3668 1.343,1.3668 0.66199,0 1.1335,-0.40005 1.2621,-0.91916 z"
id="path25"
style="fill:#ffffff;fill-opacity:1" />
<path
d="m 36.176,9.3678 c 0,-0.4572 0.22384,-0.59055 0.6096,-0.59055 h 0.22384 V 7.91524 c -0.35719,0 -0.6477,0.1905 -0.83344,0.47149 V 7.94382 h -0.81439 v 2.6575 H 36.176 Z"
id="path26"
style="fill:#ffffff;fill-opacity:1" />
</g>
<metadata
id="metadata26">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:title>Prism Launcher Logo</dc:title>
<dc:date>19/10/2022</dc:date>
<dc:creator>
<cc:Agent>
<dc:title>Prism Launcher</dc:title>
</cc:Agent>
</dc:creator>
<dc:contributor>
<cc:Agent>
<dc:title>AutiOne, Boba, ely, Fulmine, gon sawa, Pankakes, tobimori, Zeke</dc:title>
</cc:Agent>
</dc:contributor>
<dc:source>https://github.com/PrismLauncher/PrismLauncher</dc:source>
<dc:publisher>
<cc:Agent>
<dc:title>Prism Launcher</dc:title>
</cc:Agent>
</dc:publisher>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 43 KiB

BIN
static/other/img/sw/smt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="192"
height="192.0006"
version="1.1"
viewBox="0 0 192 192.0006"
xml:space="preserve"
id="svg6"
sodipodi:docname="streetcomplete.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="namedview6"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.863521"
inkscape:cx="152.9363"
inkscape:cy="60.101281"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" /><defs
id="defs1"><mask
id="mask10467"
maskUnits="userSpaceOnUse"><path
d="m 760.81,-27.082 c 0,-176.73 -143.27,-320 -320,-320 -176.73,0 -320,143.27 -320,320 0,176.73 143.27,320 320,320 176.73,0 320,-143.27 320,-320"
fill="#ffffff"
id="path1" /></mask></defs><path
d="m 192,96 c 0,53.02 -42.98,96 -96,96 C 42.98,192 0,149.02 0,96 0,42.98 42.98,0 96,0 c 53.02,0 96,42.98 96,96"
fill="#7db6d8"
stroke-width="2.6718"
id="path2" /><g
transform="matrix(0.3,0,0,-0.3,-36.244,87.876)"
fill-opacity="0.12549"
mask="url(#mask10467)"
stroke-width="0.8906"
id="g3"><path
d="m 440.81,192.89 c -11.047,0 -19.995,-8.9481 -19.995,-19.995 v -20.01 h -115.15 c -4.161,0 -10.045,-2.4599 -13.081,-5.4639 l -49.497,-49.072 c -3.0227,-2.9958 -3.0355,-7.9069 -0.0293,-10.913 l 117.76,-117.76 v -68.789 c 0,-2.2799 0.91155,-4.354 2.373,-5.8154 l 57.627,-57.627 v -104.55 c 0,-5.5271 2.2372,-10.543 5.8594,-14.165 l 132.26,-132.24 242.36,281.35 -282.85,282.85 c -1.356,1.356 -3.1804,2.1973 -5.1856,2.1973 h -24.17 l -34.131,34.131 c -3.6221,3.6221 -8.6232,5.874 -14.15,5.874 z"
fill-opacity="0.12549"
stroke-width="0.89407"
id="path3" /></g><g
stroke-width="1.3359"
id="g6"
transform="scale(2)"><path
d="m 45,18 v 66 c 0,1.657 1.343,3 3,3 1.657,0 3,-1.343 3,-3 V 18 c 0,-1.657 -1.343,-3 -3,-3 -1.657,0 -3,1.343 -3,3"
fill="#f3cc70"
id="path4" /><path
d="m 27.728,21 c -0.62415,0 -1.5064,0.36915 -1.9618,0.81975 l -7.425,7.3605 c -0.45465,0.4506 -0.45465,1.1889 0,1.6395 l 7.425,7.3605 C 26.2216,38.63085 27.1039,39 27.728,39 h 31.138 c 0.624,0 1.1343,-0.5397 1.1343,-1.1988 v -15.603 c 0,-0.6591 -0.5103,-1.1988 -1.1343,-1.1988 H 27.728"
fill="#495672"
id="path5" /><path
d="m 74.272,60 c 0.62415,0 1.5064,-0.36915 1.9618,-0.81975 l 7.425,-7.3605 c 0.45465,-0.4506 0.45465,-1.1889 0,-1.6395 l -7.425,-7.3605 C 75.7784,42.36915 74.8961,42 74.272,42 H 37.135 c -0.62415,0 -1.1344,0.5397 -1.1344,1.1988 v 15.603 c 0,0.6591 0.5103,1.1988 1.1344,1.1988 h 37.137"
fill="#ffffff"
id="path6" /></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/other/img/sw/tc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="360"
viewBox="0 0 921.78 129.6"
version="1.1"
id="svg1"
sodipodi:docname="ublock.svg"
height="129.60001"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.8425"
inkscape:cx="202.7137"
inkscape:cy="55.902307"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs1">
<style
id="style1">.cls-1{fill:maroon;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;}.cls-1,.cls-2{stroke:#fff;}.cls-2{fill:none;stroke-miterlimit:5.33;stroke-width:8px;}.cls-3{fill:#fff;}.cls-4{font-size:66.02px;font-family:ArialMT, Arial;}</style>
</defs>
<g
id="Layer_2"
data-name="Layer 2"
transform="matrix(1.8100443,0,0,1.8100443,1.3118135,-52.395476)">
<g
id="svg2">
<g
id="layer3">
<g
id="g6907">
<path
id="path6909"
class="cls-1"
d="m 56.8,128.8 c 56,-32 56,-32 56,-112 -24,0 -32,0 -56,-16 m 0,128 c -56,-32 -56,-32 -56,-112 24,0 32,0 56,-16" />
</g>
</g>
<g
id="layer5">
<circle
id="path2996-3"
class="cls-2"
cx="68.800003"
cy="60.799999"
r="16" />
<g
id="text3778">
<path
id="path3783"
class="cls-3"
d="m 56.8,64.8 c 0,11 -5,16 -16,16 -11,0 -16,-5 -16,-16 v -24 h 8 v 24 c 0,7 1,8 8,8 7,0 8,-1 8,-8 v -24 h 8 z" />
</g>
</g>
<text
class="cls-4"
transform="translate(119.49,82.41)"
id="text1"
style="fill:#ffffff;fill-opacity:1">uBlock Origin</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
static/other/img/sw/vlc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
preserveAspectRatio="xMidYMid"
width="293.741"
height="128.60062"
viewBox="0 0 300.90265 131.73562"
version="1.1"
id="svg4"
sodipodi:docname="ytdlp.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="namedview4"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.0529549"
inkscape:cx="146.72993"
inkscape:cy="86.423453"
inkscape:window-width="1366"
inkscape:window-height="706"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<defs
id="defs1">
<style
id="style1">&#10; .cls-1, .cls-4 {&#10; fill: red;&#10; }&#10;&#10; .cls-1, .cls-2, .cls-3, .cls-4 {&#10; fill-rule: evenodd;&#10; }&#10;&#10; .cls-2 {&#10; fill: #666;&#10; }&#10;&#10; .cls-3 {&#10; fill: #fff;&#10; }&#10;&#10; .cls-3, .cls-4 {&#10; stroke: #282828;&#10; stroke-linejoin: round;&#10; stroke-width: 1px;&#10; }&#10; </style>
</defs>
<path
d="m 44.416581,116.43974 v -14.15 h 57.057999 v 14.15 z M 0.42558079,81.17774 37.513581,59.38074 0.42558079,38.26974 8.4135808,25.31674 53.033581,52.93374 v 12.895 l -44.4490002,27.616 z"
class="cls-3"
id="path3" />
<path
d="m 300.27958,52.72474 c -0.187,2.458 -0.465,4.892 -0.834,7.302 l -3.06,18.08 c -0.556,3.153 -1.46,6.307 -2.712,9.458 -1.252,3.153 -3.038,6.004 -5.355,8.553 -2.318,2.551 -5.1,4.475 -8.345,5.772 -3.246,1.297 -6.491,1.947 -9.735,1.947 -1.856,0 -3.71,-0.256 -5.563,-0.765 -1.856,-0.508 -3.432,-1.367 -4.729,-2.573 -1.3,-1.204 -2.365,-2.642 -3.199,-4.311 -0.835,-1.669 -1.484,-3.384 -1.947,-5.146 l -6.676,40.194 h -19.471 l 16.828,-102.224 h 19.611 l -1.53,9.318 c 1.113,-1.575 2.386,-3.06 3.825,-4.45 1.436,-1.391 3.012,-2.55 4.728,-3.477 1.715,-0.926 3.523,-1.576 5.425,-1.948 1.899,-0.369 3.776,-0.556 5.632,-0.556 2.41,0 4.705,0.417 6.885,1.252 2.177,0.834 3.985,2.11 5.424,3.825 1.436,1.716 2.525,3.663 3.268,5.841 0.741,2.18 1.228,4.429 1.461,6.745 0.23,2.319 0.254,4.707 0.069,7.163 z m -20.653,-4.451 c -0.604,-1.343 -1.578,-2.386 -2.921,-3.129 -1.345,-0.741 -2.805,-1.113 -4.381,-1.113 -1.391,0 -2.76,0.209 -4.103,0.626 -1.345,0.418 -2.551,1.113 -3.616,2.087 -1.067,0.973 -1.878,2.11 -2.434,3.407 -0.556,1.3 -0.973,2.597 -1.252,3.894 l -2.92,18.081 c -0.187,1.112 -0.348,2.249 -0.487,3.407 -0.139,1.161 -0.163,2.273 -0.07,3.338 0.092,1.067 0.255,2.134 0.487,3.199 0.23,1.067 0.626,2.041 1.182,2.921 0.557,0.882 1.343,1.554 2.365,2.016 1.019,0.465 2.086,0.696 3.199,0.696 1.575,0 3.129,-0.3 4.659,-0.904 1.53,-0.602 2.873,-1.506 4.033,-2.712 1.158,-1.204 2.039,-2.573 2.643,-4.103 0.602,-1.53 1.043,-3.036 1.321,-4.52 l 2.921,-18.081 c 0.278,-1.575 0.393,-3.151 0.347,-4.729 -0.047,-1.575 -0.371,-3.035 -0.973,-4.381 z m -54.033,38.317 v 16.134 h -48.678 v -16.134 h 16.689 l 11.544,-69.957 h -12.517 V 0.49974008 h 34.77 L 213.07658,86.59074 Z m -79.137,16.134 1.53,-9.458 c -1.022,1.669 -2.273,3.177 -3.755,4.52 -1.485,1.345 -3.084,2.482 -4.799,3.408 -1.716,0.928 -3.525,1.599 -5.424,2.016 -1.901,0.418 -3.779,0.626 -5.633,0.626 -2.412,0 -4.707,-0.417 -6.884,-1.252 -2.18,-0.834 -3.988,-2.107 -5.424,-3.824 -1.439,-1.715 -2.528,-3.686 -3.269,-5.911 -0.743,-2.225 -1.23,-4.496 -1.46,-6.815 -0.233,-2.317 -0.256,-4.681 -0.07,-7.093 0.185,-2.41 0.509,-4.82 0.974,-7.232 l 2.921,-18.081 c 0.556,-3.244 1.46,-6.443 2.712,-9.597 1.251,-3.151 3.06,-5.98 5.424,-8.483 2.364,-2.504 5.146,-4.403 8.345,-5.703 3.199,-1.297 6.419,-1.947 9.666,-1.947 1.947,0 3.825,0.257 5.633,0.765 1.808,0.511 3.383,1.369 4.728,2.573 1.343,1.206 2.434,2.643 3.269,4.312 0.834,1.669 1.436,3.385 1.808,5.146 l 6.676,-40.19499992 h 19.471 L 166.06658,102.72474 Z m 7.719,-49.93 c -0.048,-1.113 -0.209,-2.202 -0.487,-3.269 -0.278,-1.065 -0.695,-2.017 -1.252,-2.851 -0.556,-0.834 -1.345,-1.482 -2.364,-1.947 -1.021,-0.463 -2.086,-0.696 -3.199,-0.696 -1.578,0 -3.129,0.303 -4.659,0.904 -1.53,0.605 -2.875,1.509 -4.033,2.713 -1.161,1.206 -2.041,2.551 -2.643,4.033 -0.604,1.484 -0.997,3.014 -1.182,4.59 l -3.06,18.08 c -0.278,1.578 -0.395,3.153 -0.348,4.729 0.046,1.578 0.37,3.038 0.974,4.381 0.602,1.345 1.575,2.388 2.921,3.129 1.343,0.743 2.803,1.113 4.381,1.113 1.39,0 2.757,-0.209 4.103,-0.626 1.343,-0.417 2.549,-1.113 3.616,-2.086 1.064,-0.974 1.899,-2.108 2.503,-3.408 0.602,-1.297 0.995,-2.594 1.182,-3.894 l 3.06,-18.08 c 0.185,-1.113 0.324,-2.248 0.417,-3.408 0.092,-1.158 0.115,-2.295 0.07,-3.407 z"
class="cls-4"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1297,7 +1297,6 @@ h5,h6{
border-collapse:collapse;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,"Roboto",Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
font-size:1.6rem;
white-space:nowrap;
vertical-align:top;
-webkit-overflow-scrolling:touch;
background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;
@ -1305,10 +1304,10 @@ h5,h6{
background-size:10px 100%,10px 100%;
background-repeat:no-repeat;
& td:first-child{
background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));
//background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));
}
& td:last-child{
background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));
//background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));
background-position:100% 0;
}
& td:last-child,
@ -1322,12 +1321,13 @@ h5,h6{
font-weight:700;
letter-spacing:.2px;
text-align:left;
background-color:#f4f8fb;
background-color:#2a2c2b;
color:#e5e5e5;
}
& td,
& th{
padding:6px 12px;
border:1px solid #e3ecf3;
border:1px solid #414141;
}
}
& .kg-image{