New branding

This commit is contained in:
Artem Grinev 2022-08-26 07:53:49 +00:00
parent 786da4cdf7
commit 8a91c36ad1
31 changed files with 3653 additions and 156 deletions

View File

@ -1,6 +1,21 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Product branding information. This influences some global
# user-visible aspects of Calamares, such as the product
# name, window behavior, and the slideshow during installation.
#
# Additional styling can be done using the stylesheet.qss
# file, also in the branding directory.
---
componentName: manjaro
### WELCOME / OVERALL WORDING
#
# These settings affect some overall phrasing and looks,
# which are most visible in the welcome page.
# This selects between different welcome texts. When false, uses
# the traditional "Welcome to the %1 installer.", and when true,
# uses "Welcome to the Calamares installer for %1." This allows
@ -14,11 +29,17 @@ welcomeStyleCalamares: false
# may have surprising effects on HiDPI monitors).
welcomeExpandingLogo: true
### WINDOW CONFIGURATION
#
# The settings here affect the placement of the Calamares
# window through hints to the window manager and initial
# sizing of the Calamares window.
# Size and expansion policy for Calamares.
# - "normal" or unset, expand as needed, use *windowSize*
# - "fullscreen", start as large as possible, ignore *windowSize*
# - "noexpand", never expand, use *windowSize*
windowExpanding: noexpand
# - "noexpand", don't expand automatically, use *windowSize*
windowExpanding: normal
# Size of Calamares window, expressed as w,h. Both w and h
# may be either pixels (suffix px) or font-units (suffix em).
@ -27,7 +48,7 @@ windowExpanding: noexpand
# This setting is ignored if "fullscreen" is selected for
# *windowExpanding*, above. If not set, use constants defined
# in CalamaresUtilsGui, 800x520.
windowSize: 820px,540px
windowSize: 800px,520px
# Placement of Calamares window. Either "center" or "free".
# Whether "center" actually works does depend on the window
@ -35,6 +56,45 @@ windowSize: 820px,540px
# *windowExpanding* set to "fullscreen").
windowPlacement: center
### PANELS CONFIGURATION
#
# Calamares has a main content area, and two panels (navigation
# and progress / sidebar). The panels can be controlled individually,
# or switched off. If both panels are switched off, the layout of
# the main content area loses its margins, on the assumption that
# you're doing something special.
# Kind of sidebar (panel on the left, showing progress).
# - "widget" or unset, use traditional sidebar (logo, items)
# - "none", hide it entirely
# - "qml", use calamares-sidebar.qml from branding folder
# In addition, you **may** specify a side, separated by a comma,
# from the kind. Valid sides are:
# - "left" (if not specified, uses this)
# - "right"
# - "top"
# - "bottom"
# For instance, "widget,right" is valid; so is "qml", which defaults
# to putting the sidebar on the left. Also valid is "qml,top".
# While "widget,top" is valid, the widgets code is **not** flexible
# and results will be terrible.
sidebar: qml
# Kind of navigation (button panel on the bottom).
# - "widget" or unset, use traditional navigation
# - "none", hide it entirely
# - "qml", use calamares-navigation.qml from branding folder
# In addition, you **may** specify a side, separated by a comma,
# from the kind. The same sides are valid as for *sidebar*,
# except the default is *bottom*.
navigation: widget
### STRINGS, IMAGES AND COLORS
#
# This section contains the "branding proper" of names
# and images, rather than global-look settings.
# These are strings shown to the user in the user interface.
# There is no provision for translating them -- since they
# are names, the string is included as-is.
@ -46,17 +106,41 @@ windowPlacement: center
#
# bootloaderEntryName is how this installation / distro is named
# in the boot loader (e.g. in the GRUB menu).
#
# These strings support substitution from /etc/os-release
# if KDE Frameworks 5.58 are available at build-time. When
# enabled, @{var-name} is replaced by the equivalent value
# from os-release. All the supported var-names are in all-caps,
# and are listed on the FreeDesktop.org site,
# https://www.freedesktop.org/software/systemd/man/os-release.html
# Note that ANSI_COLOR and CPE_NAME don't make sense here, and
# are not supported (the rest are). Remember to quote the string
# if it contains substitutions, or you'll get YAML exceptions.
#
# The *Url* entries are used on the welcome page, and they
# are visible as buttons there if the corresponding *show* keys
# are set to "true" (they can also be overridden).
strings:
productName: Manjaro Linux
shortProductName: Manjaro
version: 20.1
shortVersion: 20.1
versionedName: Manjaro Linux 20.1 "Mikah"
shortVersionedName: Manjaro 20.1
version: 22.0.0
shortVersion: 22.0
versionedName: Manjaro Linux 22.0
shortVersionedName: Manjaro 22.0
bootloaderEntryName: Manjaro
productUrl: https://manjaro.org/
supportUrl: https://forum.manjaro.org/
knownIssuesUrl: https://gitlab.manjaro.org/
releaseNotesUrl: https://blog.manjaro.org/
donateUrl: https://manjaro.org/donate/
# These images are loaded from the branding module directory.
#
# productBanner is an optional image, which if present, will be shown
# on the welcome page of the application, above the welcome text.
# It is intended to have a width much greater than height.
# It is displayed at 64px height (also on HiDPI).
# Recommended size is 64px tall, and up to 460px wide.
# productIcon is used as the window icon, and will (usually) be used
# by the window manager to represent the application. This image
# should be square, and may be displayed by the window manager
@ -64,19 +148,63 @@ strings:
# productLogo is used as the logo at the top of the left-hand column
# which shows the steps to be taken. The image should be square,
# and is displayed at 80x80 pixels (also on HiDPI).
# productWallpaper is an optional image, which if present, will replace
# the normal solid background on every page of the application.
# It can be any size and proportion,
# and will be tiled to fit the entire window.
# For a non-tiled wallpaper, the size should be the same as
# the overall window, see *windowSize* above (800x520).
# productWelcome is shown on the welcome page of the application in
# the middle of the window, below the welcome text. It can be
# any size and proportion, and will be scaled to fit inside
# the window. Use `welcomeExpandingLogo` to make it non-scaled.
# Recommended size is 320x150.
#
# These filenames can also use substitutions from os-release (see above).
images:
productLogo: "logo.png"
productIcon: "logo.png"
productWelcome: "languages.png"
# productBanner: "banner.png"
productIcon: "logo_small.svg"
productLogo: "logo.svg"
# productWallpaper: "wallpaper.png"
productWelcome: "welcome/mascot.svg"
# Colors for text and background components.
#
# - SidebarBackground is the background of the sidebar
# - SidebarText is the (foreground) text color
# - SidebarBackgroundCurrent sets the background of the current step.
# Optional, and defaults to the application palette.
# - SidebarTextCurrent is the text color of the current step.
#
# These colors can **also** be set through the stylesheet, if the
# branding component also ships a stylesheet.qss. Then they are
# the corresponding CSS attributes of #sidebarApp.
style:
sidebarBackground: "#263238"
sidebarText: "#efefef"
sidebarTextSelect: "#4d915e"
sidebarTextHighlight: "#1a1c1b"
### SLIDESHOW
#
# The slideshow is displayed during execution steps (e.g. when the
# installer is actually writing to disk and doing other slow things).
slideshow: "show.qml"
# The slideshow can be a QML file (recommended) which can display
# arbitrary things -- text, images, animations, or even play a game --
# during the execution step. The QML **is** abruptly stopped when the
# execution step is done, though, so maybe a game isn't a great idea.
#
# The slideshow can also be a sequence of images (not recommended unless
# you don't want QML at all in your Calamares). The images are displayed
# at a rate of 1 every 2 seconds during the execution step.
#
# To configure a QML file, list a single filename:
# slideshow: "show.qml"
# To configure images, like the filenames (here, as an inline list):
# slideshow: [ "/etc/calamares/slideshow/0.png", "/etc/logo.png" ]
slideshow: "slideshow/SlideShow.qml"
# There are two available APIs for a QML slideshow:
# - 1 (the default) loads the entire slideshow when the installation-
@ -89,18 +217,24 @@ slideshow: "show.qml"
# the QML components).
#
# An image slideshow does not need to have the API defined.
slideshowAPI: 1
slideshowAPI: 2
# Colors for text and background components.
#
# - sidebarBackground is the background of the sidebar
# - sidebarText is the (foreground) text color
# - sidebarTextHighlight sets the background of the selected (current) step.
# Optional, and defaults to the application palette.
# - sidebarSelect is the text color of the selected step.
#
style:
sidebarBackground: "#454948"
sidebarText: "#efefef"
sidebarTextSelect: "#4d915e"
sidebarTextHighlight: "#1a1c1b"
# These options are to customize online uploading of logs to pastebins:
# - type : Defines the kind of pastebin service to be used. Currently
# it accepts two values:
# - none : disables the pastebin functionality
# - fiche : use fiche pastebin server
# - url : Defines the address of pastebin service to be used.
# Takes string as input. Important bits are the host and port,
# the scheme is not used.
# - sizeLimit : Defines maximum size limit (in KiB) of log file to be pasted.
# The option must be set, to have the log option work.
# Takes integer as input. If < 0, no limit will be forced,
# else only last (approximately) 'n' KiB of log file will be pasted.
# Please note that upload size may be slightly over the limit (due
# to last minute logging), so provide a suitable value.
uploadServer :
type : "fiche"
url : "http://termbin.com:9999"
sizeLimit : -1

View File

@ -0,0 +1,182 @@
import io.calamares.ui 1.0
import io.calamares.core 1.0
import QtQuick 2.15
import QtQuick.Layouts 1.15
import QtQuick.Controls 2.15
import QtQuick.Shapes 1.15
Rectangle {
id: sideBar;
SystemPalette {
id: systemPalette
}
color: systemPalette.window;
antialiasing: true
Rectangle {
anchors.fill: parent
anchors.rightMargin: 35/2
color: Branding.styleString(Branding.SidebarBackground)
}
ListView {
id: list
anchors.leftMargin: 12
anchors.fill: parent
model: ViewManager
interactive: false
spacing: 0
delegate: RowLayout {
visible: index!=0
height: index==0?0:50
width: parent.width
Text {
Layout.fillWidth: true
fontSizeMode: Text.Fit
color: Branding.styleString(Branding.SidebarText)
text: display;
font.pointSize : 12
minimumPointSize: 5
Layout.alignment: Qt.AlignLeft|Qt.AlignVCenter
clip: true
}
Item {
Layout.fillHeight: true
Layout.preferredWidth: 35
Rectangle {
anchors.centerIn: parent
id: image
height: parent.width*0.65
width: height
radius: height/2
color: {
if (index>ViewManager.currentStepIndex) {
return systemPalette.mid;
}
return systemPalette.highlight
}
z: 10
}
Rectangle {
color: {
if (index>ViewManager.currentStepIndex && index!=1) {
return systemPalette.mid;
}
return systemPalette.highlight;
}
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: image.verticalCenter
height: parent.height/2
width: 5
z: 0
}
Rectangle {
color: {
if (index<ViewManager.currentStepIndex || ViewManager.currentStepIndex==list.count-1) {
return systemPalette.highlight;
}
return systemPalette.mid;
}
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: image.verticalCenter
height: parent.height/2
width: 5
//visible: (index !== (list.count - 1))
z: 0
}
Shape {
visible: index == ViewManager.currentStepIndex
id: shape
anchors.fill: parent
smooth: true
layer.enabled: true
layer.samples: 8
ShapePath {
fillColor: "transparent"
strokeColor: systemPalette.highlight
strokeWidth: 3
capStyle: ShapePath.FlatCap
PathAngleArc {
centerX: shape.width/2; centerY: shape.height/2
radiusX: 15; radiusY: 15
startAngle: 0
sweepAngle: 360
}
}
}
}
}
header: RowLayout {
height: 55
anchors.right: parent.right
anchors.left: parent.left
Item {
Layout.fillWidth: true
}
Shape {
id: manjaroShape
Layout.preferredHeight: 27
Layout.preferredWidth: 27
ShapePath {
scale: Qt.size((manjaroShape.width-1)/200, (manjaroShape.height-1)/200)
fillColor: systemPalette.highlight
strokeWidth: -1
PathSvg {
path: "M 14.28571,0 C 6.37556,0 0,6.375557 0,14.285714 V 185.71428 C 0,193.62444 6.37556,200 14.28571,200 H 57.14286 V 57.142856 h 71.42857 V 0 Z m 128.57144,0 v 200 h 42.85714 C 193.62445,200 200,193.62444 200,185.71428 V 14.285714 C 200,6.375557 193.62445,0 185.71429,0 Z M 71.42857,71.42857 V 200 h 57.14286 V 71.42857 Z m 0,0"
}
}
}
Label {
text: "manjaro"
font.pointSize: 16
font.family: "Comfortaa"
color: Branding.styleString(Branding.SidebarText)
Layout.fillWidth: true
}
Item {
Layout.fillHeight: true
Layout.preferredWidth: 35
Rectangle {
color: systemPalette.highlight
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
height: parent.height
width: 5
z: 0
}
}
}
}
Item {
anchors.right: parent.right
anchors.bottom: parent.bottom
height: list.height - list.contentHeight
width: 35
Rectangle {
color: {
if (ViewManager.currentStepIndex==list.count-1) {
return systemPalette.highlight;
}
return systemPalette.mid;
}
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
height: parent.height
width: 5
z: 0
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.2"
width="200"
height="200"
id="svg2"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
sodipodi:docname="logo.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"
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
pagecolor="#585858"
bordercolor="#424242"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1371"
id="namedview15"
showgrid="false"
inkscape:showpageshadow="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="2.1729671"
inkscape:cx="232.63122"
inkscape:cy="5.2923028"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
inkscape:pagecheckerboard="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:deskcolor="#585858">
<sodipodi:guide
position="-103.95081,200"
orientation="0,-1"
id="guide831"
inkscape:locked="false" />
<sodipodi:guide
position="-103.95081,142.85715"
orientation="0,-1"
id="guide833"
inkscape:locked="false" />
<sodipodi:guide
position="-103.95081,128.57143"
orientation="0,-1"
id="guide835"
inkscape:locked="false" />
<inkscape:grid
type="xygrid"
id="grid837"
originx="-2e-06"
originy="2.5e-06" />
</sodipodi:namedview>
<defs
id="defs4" />
<metadata
id="metadata7">
<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>
<path
style="fill:#35bfa4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.57143"
d="M 14.28571,0 C 6.37556,0 0,6.375557 0,14.285714 V 185.71428 C 0,193.62444 6.37556,200 14.28571,200 H 57.14286 V 57.142856 h 71.42857 V 0 Z m 128.57144,0 v 200 h 42.85714 C 193.62445,200 200,193.62444 200,185.71428 V 14.285714 C 200,6.375557 193.62445,0 185.71429,0 Z M 71.42857,71.42857 V 200 h 57.14286 V 71.42857 Z m 0,0"
id="path9" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,415 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="99.911003"
height="105.45631"
viewBox="0 0 99.911002 105.45632"
version="1.1"
id="svg8"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="logo_small.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
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="defs2">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient97461"
id="linearGradient192184"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.25748744,-0.00959816,-0.00959816,0.25748744,-253.93245,3.5748631)"
x1="-1889.2522"
y1="519.47839"
x2="-2050.3433"
y2="541.32788" />
<linearGradient
inkscape:collect="always"
id="linearGradient97461">
<stop
style="stop-color:#cccccc;stop-opacity:1"
offset="0"
id="stop97457" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1"
id="stop97459" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient275394"
id="linearGradient192182"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.23168548,-0.10952704,-0.10952704,0.23168548,315.07813,37.331727)"
x1="350.4982"
y1="283.14035"
x2="505.82822"
y2="952.06641" />
<linearGradient
inkscape:collect="always"
id="linearGradient275394">
<stop
style="stop-color:#24282c;stop-opacity:1;"
offset="0"
id="stop275390" />
<stop
style="stop-color:#000000;stop-opacity:1"
offset="1"
id="stop275392" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6008"
id="linearGradient192180"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.23920126,-0.11308005,-0.11308005,0.23920126,64.298455,-84.300352)"
x1="-805.84595"
y1="764.44513"
x2="-771.58569"
y2="593.95886" />
<linearGradient
inkscape:collect="always"
id="linearGradient6008">
<stop
style="stop-color:#cccccc;stop-opacity:1"
offset="0"
id="stop6004" />
<stop
style="stop-color:#f2f2f2;stop-opacity:1"
offset="1"
id="stop6006" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient167524"
id="linearGradient192178"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.24848259,0,0,0.24848259,46.886037,71.063508)"
x1="307.0033"
y1="402.83612"
x2="325.54938"
y2="368.49637" />
<linearGradient
inkscape:collect="always"
id="linearGradient167524">
<stop
style="stop-color:#008080;stop-opacity:1"
offset="0"
id="stop167520" />
<stop
style="stop-color:#1a1a1a;stop-opacity:0;"
offset="1"
id="stop167522" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient215970"
id="linearGradient192176"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.26458333,0,0,0.26458333,100.79156,101.20254)"
x1="146.51627"
y1="403.08319"
x2="165.59502"
y2="377.1142" />
<linearGradient
inkscape:collect="always"
id="linearGradient215970">
<stop
style="stop-color:#008080;stop-opacity:1"
offset="0"
id="stop215966" />
<stop
style="stop-color:#333333;stop-opacity:0;"
offset="1"
id="stop215968" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient377614"
id="linearGradient193628"
x1="-172.92175"
y1="5952.0996"
x2="-202.737"
y2="5847.1855"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.26458333,0,0,0.26458333,222.62724,-1397.7303)" />
<linearGradient
inkscape:collect="always"
id="linearGradient377614">
<stop
style="stop-color:#3c7038;stop-opacity:1"
offset="0"
id="stop377610" />
<stop
style="stop-color:#44883c;stop-opacity:1"
offset="1"
id="stop377612" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient347651"
id="linearGradient192172"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.15135679,-0.21621034,-0.21036193,0.15176557,316.53373,131.84185)"
x1="580.76862"
y1="718.56329"
x2="490.62381"
y2="500.19333" />
<linearGradient
inkscape:collect="always"
id="linearGradient347651">
<stop
style="stop-color:#24282c;stop-opacity:1;"
offset="0"
id="stop347647" />
<stop
style="stop-color:#181a1d;stop-opacity:1"
offset="1"
id="stop347649" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="24.464286"
inkscape:cy="38.303571"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="588"
inkscape:window-y="86"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
width="167.10596px" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-447.37555,-638.70039)">
<g
id="g84744"
transform="matrix(3.7795276,0,0,3.7795276,-334.259,1364.1449)"
style="display:inline">
<g
id="g227137"
transform="matrix(0.11522404,0,0,0.11522404,200.4627,-189.69709)">
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 233.69052,203.98467 c 0.005,0.004 0.0259,0.0315 0.0259,0.0314 l -0.003,0.003 c -0.009,-0.0116 -0.0138,-0.0193 -0.0246,-0.0336 z"
id="path192100" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 232.85627,203.29506 c -3e-5,3e-5 0.0299,0.0175 0.0349,0.0204 -0.0159,-0.008 -0.0243,-0.0116 -0.0368,-0.0177 0,0 0.003,-0.003 0.003,-0.003 z"
id="path192102" />
<path
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 210.45698,140.42728 c 0.21696,-0.61232 0.51941,-1.21687 0.91038,-1.79863 3.12791,-4.65397 7.88752,-9.41578 14.14939,-2.77464 1.14776,1.21732 0.42521,4.58452 8.81332,7.10941 5.3929,1.6233 9.81829,0.97137 15.4894,-2.58516 12.26151,-7.68948 18.35954,-9.54853 25.45329,-2.95458 7.56499,7.03204 11.13165,20.49597 8.17732,25.66249 -9.43036,16.49175 -12.95128,12.35044 -22.68834,12.6128 -36.49022,0.98321 -34.9672,-8.5674 -46.20657,-24.67676 -2.02811,-1.36309 -5.46404,-3.32531 -6.472,-5.41195 -0.75594,-1.56488 1.72241,-3.34624 2.37381,-5.18298 z"
id="path192104"
sodipodi:nodetypes="sssssssscss" />
<path
style="color:#000000;fill:url(#linearGradient192184);fill-opacity:1;fill-rule:evenodd;stroke-width:3.70819;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 255.48203,146.30397 c 2.94217,-0.58343 7.58621,-1.95781 2.76204,5.22007 -4.8242,7.17788 11.44272,14.6662 4.58372,16.10836 -31.31415,6.58413 -33.48331,-3.28393 -46.02676,-20.96973 -3.51679,-2.36361 -6.1024,-2.35591 -3.73883,-5.87272 2.36361,-3.51682 6.49571,-4.38558 9.65452,-1.56128 5.17012,4.62261 10.11605,10.59767 22.8786,9.35058 4.92403,-0.48117 5.58276,-1.42181 9.88671,-2.27528 z"
id="path192106"
sodipodi:nodetypes="ssscssss" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 226.11952,13.901577 c 27.60443,13.057055 39.75807,45.695393 27.72535,73.536359 4.88709,8.432615 5.42493,18.756524 1.24341,27.647314 a 3.3076224,3.3076224 0 0 1 -0.003,0.006 c -5.54308,11.71914 -17.98995,18.42141 -30.64968,16.85375 l -17.37683,44.42955 a 3.3076224,3.3076224 0 0 1 -0.0306,0.0759 c -10.38188,24.7304 -29.93742,39.03004 -52.51342,44.0713 -22.57602,5.04132 -48.13921,1.08178 -71.461865,-9.94378 a 3.3076224,3.3076224 0 0 1 -1.57652,-4.40354 L 139.07476,84.334427 C 125.11775,76.910404 119.26614,59.694522 126.09202,45.25568 131.93778,32.898581 145.42314,26.18253 158.67834,28.718481 175.12294,9.1172488 202.82331,2.8984822 226.11743,13.901709 a 3.3076224,3.3076224 0 0 1 0.003,0 z"
id="path192108" />
<path
style="color:#000000;display:inline;fill:url(#linearGradient192182);fill-opacity:1;fill-rule:evenodd;stroke-width:6.40675;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 225.15133,19.383611 a 51.575654,51.575654 0 0 1 24.64319,68.521288 25.711532,25.711532 0 0 1 1.88606,25.224081 25.711532,25.711532 0 0 1 -28.82675,14.10478 l -17.77826,45.45573 c -19.35295,46.10002 -71.6829,52.23507 -115.757216,31.39937 L 145.65992,84.907937 c 0.29554,-0.625157 0.62674,-1.221052 0.96837,-1.807157 a 25.711532,25.711532 0 0 1 -1.83956,-0.640979 25.711532,25.711532 0 0 1 -12.25617,-34.233882 25.711532,25.711532 0 0 1 29.86165,-13.84972 51.575654,51.575654 0 0 1 62.75712,-14.992588 z"
id="path192110" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.501018;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192112"
cx="-205.95627"
cy="-3.9240594"
r="4.7567239"
transform="matrix(-0.99862549,0.05241305,0.05241305,0.99862549,0,0)" />
<path
id="path192114"
style="display:inline;fill:url(#linearGradient192180);fill-opacity:1;fill-rule:evenodd;stroke-width:14.3814;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
d="m 208.1858,35.211198 16.91907,5.599483 c 6.79323,3.621325 9.24735,11.950964 5.50238,18.676857 l -22.79964,40.947392 3.0521,1.61832 21.60405,-39.083319 c 3.70403,-6.700943 11.22981,-8.769958 16.8739,-4.638781 5.64404,4.131205 7.20564,12.851712 3.50158,19.552682 l -23.86962,43.182958 c -2.30206,4.16463 -6.08047,6.53669 -9.96569,6.74654 0.75295,1.33191 1.40917,2.69451 1.89693,4.08971 l -16.92233,43.26739 c -17.31621,41.24833 -60.2025,51.48953 -100.95238,39.48981 -5.03613,-7.12846 -6.608232,-15.18367 -0.98345,-19.92445 31.0674,-26.18478 34.88055,-55.43119 39.96316,-84.53522 1.87767,-10.751794 16.363,-14.228737 29.12912,-10.521342 -6.12209,-3.847544 -8.21611,-11.730276 -4.63687,-18.158486 l 22.66566,-40.705669 c 3.74494,-6.725867 12.2288,-9.225227 19.02203,-5.603875 z"
sodipodi:nodetypes="ccccccsccccccsscccc" />
<g
id="g192120"
transform="matrix(-0.28015681,-0.10884548,-0.10884548,0.28015681,314.26281,3.0663868)"
style="display:inline;fill:#24282c;fill-opacity:1">
<path
style="color:#000000;fill:#24282c;fill-opacity:1;fill-rule:evenodd;stroke-width:9.05993;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 263.19617,447.2113 c 1e-5,8.60278 -17.48849,15.90448 -36.5586,16.19052 -17.88353,0.26825 -48.73412,-3.58081 -64.30051,-16.19052 -6.68471,-5.41502 24.83095,-20.0435 52.68242,-20.0435 27.85146,10e-6 48.17668,11.44072 48.17669,20.0435 z"
id="path192116" />
<path
style="color:#000000;fill:#24282c;fill-opacity:1;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 215.01953,422.63867 c -14.71881,0 -29.93599,3.76874 -41.01758,8.33203 -5.54079,2.28165 -10.00417,4.674 -13.14453,7.40821 -1.57018,1.3671 -2.95757,2.79028 -3.65625,5.11132 -0.69868,2.32105 0.38559,5.70147 2.28516,7.24024 17.49074,14.16855 48.60735,17.48034 67.21875,17.20117 10.09224,-0.15138 19.69635,-2.10393 27.16797,-5.35156 3.73581,-1.62382 6.95853,-3.5594 9.46289,-6.01367 2.50435,-2.45428 4.39063,-5.66996 4.39062,-9.35547 0,-3.93447 -2.12198,-7.21857 -4.97851,-10.00391 -2.85654,-2.78534 -6.6694,-5.22895 -11.30469,-7.35937 -9.27058,-4.26086 -21.87785,-7.20898 -36.42383,-7.20899 z m 0,9.0586 c 13.30545,0 24.78575,2.77262 32.64063,6.38281 3.92744,1.80509 6.93692,3.83396 8.76171,5.61328 1.8248,1.77932 2.24415,3.15066 2.24415,3.51758 0,0.61587 -0.3012,1.5415 -1.67188,2.88476 -1.37067,1.34327 -3.71235,2.86307 -6.73242,4.17578 -6.04014,2.62542 -14.71356,4.4669 -23.69141,4.60157 -16.43488,0.24652 -45.0348,-3.83895 -59.41601,-13.89258 1.85635,-1.52579 5.52331,-3.66711 10.29687,-5.63281 9.96791,-4.1047 24.43573,-7.65039 37.56836,-7.65039 z"
id="path192118" />
</g>
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.835546;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192122"
cx="-247.15955"
cy="-35.313438"
r="7.9327707"
transform="matrix(-0.8516397,-0.52412768,-0.52412768,0.8516397,0,0)" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.973579;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192124"
cx="-205.27351"
cy="-37.265644"
r="9.2432623"
transform="matrix(-0.8516397,-0.52412768,-0.52412768,0.8516397,0,0)" />
<path
id="path192126"
style="display:inline;fill:#d45500;fill-rule:evenodd;stroke:none;stroke-width:2.39711;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
d="m 194.60691,100.54288 c -0.82431,2.12164 2.78913,5.59811 7.46487,7.49591 4.38481,1.77969 12.3621,3.78645 17.4094,2.16813 2.16747,-0.69493 -4.20338,-7.32242 -11.07223,-9.99109 -6.86885,-2.668641 -12.97773,-1.794616 -13.80204,0.32705 z"
sodipodi:nodetypes="sssss" />
<circle
style="display:inline;fill:url(#linearGradient192178);fill-opacity:1;fill-rule:evenodd;stroke-width:0.752475;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192128"
cx="125.76052"
cy="166.4637"
r="7.1440735"
transform="rotate(-31.609538)" />
<circle
style="display:inline;fill:url(#linearGradient192176);fill-opacity:1;fill-rule:evenodd;stroke-width:0.640834;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192130"
cx="142.89081"
cy="204.73656"
r="6.0841508"
transform="rotate(-31.609538)" />
<path
id="path192132"
style="display:inline;fill:#ffe6d5;stroke:none;stroke-width:0.175027px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 207.97178,102.45092 c 0.30128,0.0797 0.56803,0.18902 0.7783,0.32123 l 0.007,-0.005 6.4892,4.50625 c -2.97146,-0.9552 -6.26636,-2.28703 -9.04849,-3.09697 -0.78671,-0.23183 -1.26854,-0.67204 -1.13601,-1.10358 0.16632,-0.5403 1.23269,-0.86325 2.38191,-0.72138 0.18188,0.0222 0.35952,0.0559 0.52837,0.0998 z"
sodipodi:nodetypes="ccccccsc" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.52727;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192134"
cx="-249.09935"
cy="-36.855076"
r="5.0059543"
transform="matrix(-0.8516397,-0.52412768,-0.52412768,0.8516397,0,0)" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.635153;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle192136"
cx="-207.59985"
cy="-38.867096"
r="6.0302086"
transform="matrix(-0.8516397,-0.52412768,-0.52412768,0.8516397,0,0)" />
<ellipse
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse192138"
cx="-161.13872"
cy="-11.350615"
transform="matrix(-0.9510046,-0.30917674,-0.4704672,0.88241748,0,0)"
rx="3.5619171"
ry="1.7388597" />
<ellipse
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse192140"
cx="-166.05257"
cy="-5.8080592"
transform="matrix(-0.9510046,-0.30917674,-0.4704672,0.88241748,0,0)"
rx="3.5619171"
ry="1.7388597" />
<ellipse
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse192142"
cx="-169.85072"
cy="1.2814305"
transform="matrix(-0.9510046,-0.30917674,-0.4704672,0.88241748,0,0)"
rx="3.5619171"
ry="1.7388597" />
<path
id="path192144"
style="display:inline;fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583"
d="m 209.35203,-14.636143 c 5.00796,-3.791664 11.88204,-0.335439 14.44675,4.6560052 4.18042,8.1359638 -0.99562,17.7095412 -8.92182,21.0484238 -5.40766,2.277957 12.47732,3.903345 7.29456,1.233567 4.15131,-4.5695392 6.19334,-10.9460503 5.00467,-17.0538771 -1.62354,-8.3423919 -9.8384,-15.3068339 -18.55817,-12.8938869 l 0.73401,3.009768"
sodipodi:nodetypes="csccscc" />
<ellipse
style="display:inline;fill:#ffffff;fill-rule:evenodd;stroke-width:0.114886;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse192146"
cx="200.76089"
cy="-97.575531"
transform="matrix(0.92199027,0.38721305,-0.22029215,0.97543394,0,0)"
rx="1.5610961"
ry="0.76209718" />
<ellipse
style="display:inline;fill:#ffffff;fill-rule:evenodd;stroke-width:0.198981;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse192148"
cx="228.58231"
cy="65.866119"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="2.7038045"
ry="1.3199455" />
<ellipse
style="display:inline;fill:#ffffff;fill-rule:evenodd;stroke-width:0.231852;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse192150"
cx="194.90251"
cy="45.50922"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="3.1504724"
ry="1.5380001" />
<path
id="rect4149-7-8"
style="display:inline;fill:url(#linearGradient193628);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.06952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:6.20855, 6.20855;stroke-dashoffset:0;stroke-opacity:1"
d="m 153.71217,121.41692 c -3.13846,19.50138 -10.88274,37.95604 -19.58105,53.89396 l 15.79502,6.79201 c 5.41949,-11.95803 12.27426,-25.13034 16.27127,-37.81465 5.38382,2.21229 11.62978,6.37146 17.6368,9.55927 l 6.02435,-14.28822 -17.85196,-9.49388 z m 38.83099,20.82718 c -10.0642,29.38131 -15.96525,37.24608 -21.92888,47.43701 l 14.67482,5.19525 c 7.94822,-13.02178 15.91969,-26.01724 20.34429,-43.03485 -3.97864,-3.39277 -8.40668,-6.55939 -13.09023,-9.59741 z m -23.55675,7.09345 c -5.19393,15.49964 -10.61858,24.59807 -16.03518,33.91961 l 14.55422,5.45042 c 5.35213,-10.2176 10.79545,-20.32104 15.07271,-31.88372 z"
sodipodi:nodetypes="cccccccccccccccccc" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 55.103496,-0.37351398 c -0.0058,0.002646 -0.03884,0.0132292 -0.03884,0.0132292 l 0.0026,0.004498 c 0.01323,-0.005556 0.0217,-0.008996 0.03839,-0.015875 z"
id="path192160" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 56.176011,-0.51927293 c -2.6e-5,2.645e-5 -0.03453,0 -0.04048,0 0.01826,0 0.02664,0.00291 0.04075,0.004498 0,0 -0.0026,-0.004498 -0.0026,-0.004498 z"
id="path192162" />
<path
id="path192164"
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 141.52088,89.454273 c 1.24399,2.286846 1.40817,4.754933 0.63701,6.706499 -0.88132,2.230358 -4.82793,8.408588 -6.81029,9.839718 -3.85398,2.78226 -16.51061,-4.60883 -26.72615,3.7669 -10.889161,8.92824 -5.06544,11.20601 -11.208592,17.9183 -5.708439,6.23734 -13.76762,7.91345 -24.105579,6.34249 -3.144097,-0.57447 -3.913637,-1.72998 -7.201138,-2.14847 -0.05128,-0.006 -0.03051,-0.004 -0.06324,-0.008 -0.06802,0.005 -0.09578,0.0238 -0.177006,0.0243 -0.605922,-0.003 -1.630018,-0.69181 -1.856184,-1.29083 -0.226219,-0.59907 0.08662,-1.79303 0.539194,-2.19601 0.06117,-0.054 0.09464,-0.0574 0.149278,-0.0986 0.02275,-0.0233 0.0082,-0.009 0.04263,-0.0473 1.600411,-1.916 2.838397,-3.5434 2.55217,-5.43708 -1.77747,-8.35427 -2.718488,-14.28692 3.122692,-20.03914 6.799104,-6.695416 12.798346,-18.82672 26.692013,-19.534692 6.827602,-0.347874 15.644682,5.503148 20.103862,4.75906 4.45918,-0.744061 7.61622,-1.802738 8.97347,-2.78257 4.54904,-3.284088 11.18056,-1.817423 14.73611,3.258688 0.22222,0.317262 0.42201,0.639789 0.59967,0.966523 z"
sodipodi:nodetypes="sssssccccsccccsssssss" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 147.39926,162.38196 c -0.003,0.006 -0.0116,0.0391 -0.0116,0.0391 l 0.003,0.003 c 0.003,-0.014 0.005,-0.0233 0.009,-0.0405 z"
id="path192166" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 147.89721,161.42091 c 3e-5,0 -0.0206,0.0278 -0.0243,0.0324 0.0119,-0.0132 0.0177,-0.0204 0.0268,-0.031 0,0 -0.003,-0.003 -0.003,-0.003 z"
id="path192168" />
<path
id="path192170"
style="display:inline;fill:url(#linearGradient192172);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.63794;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
d="m 135.6125,89.31325 c 12.86171,5.425546 5.73019,13.57998 2.38784,15.99131 -3.34233,2.41131 -23.14705,-7.492047 -32.52166,0.1139 -10.020617,8.61928 -3.81775,16.47426 -16.123231,22.16542 -5.929234,2.42959 -12.589854,2.93936 -18.349463,0.54864 0.434816,-0.55896 1.415203,-3.29256 2.131642,-5.11903 -3.37685,-6.01707 -5.083492,-14.50247 -0.02998,-19.49841 5.997469,-5.929156 17.814051,-19.555965 23.282301,-16.768976 17.851571,9.09828 25.367721,4.357264 28.710071,1.945931 3.34235,-2.41136 6.67168,-0.998961 10.51248,0.621215 z m -64.606514,38.81927 c -0.02381,0.0302 -0.04318,0.0477 -0.05104,0.0362 -0.0079,-0.0119 0.01455,-0.0238 0.05104,-0.0362 z"
sodipodi:nodetypes="ssccccsssscsc" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,131 +0,0 @@
/* === This file is part of Calamares - <http://github.com/calamares> ===
*
* Copyright 2015, Teo Mrnjavac <teo@kde.org>
*
* Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Calamares is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* Slides images dimensions are 800x440px.
*/
import QtQuick 2.0;
import calamares.slideshow 1.0;
Presentation
{
id: presentation
Timer {
interval: 20000
running: true
repeat: true
onTriggered: presentation.goToNextSlide()
}
Slide {
Image {
id: background1
source: "slide1.png"
width: 800; height: 440
fillMode: Image.PreserveAspectFit
anchors.centerIn: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
anchors.top: background1.bottom
text: ""
wrapMode: Text.WordWrap
width: 800
horizontalAlignment: Text.Center
}
}
Slide {
Image {
id: background2
source: "slide2.png"
width: 800; height: 440
fillMode: Image.PreserveAspectFit
anchors.centerIn: parent
}
Text {
anchors.horizontalCenter: background2.horizontalCenter
anchors.top: background2.bottom
text: ""
wrapMode: Text.WordWrap
width: 800
horizontalAlignment: Text.Center
}
}
Slide {
Image {
id: background3
source: "slide3.png"
width: 800; height: 440
fillMode: Image.PreserveAspectFit
anchors.centerIn: parent
}
Text {
anchors.horizontalCenter: background3.horizontalCenter
anchors.top: background3.bottom
text: ""
wrapMode: Text.WordWrap
width: 800
horizontalAlignment: Text.Center
}
}
Slide {
Image {
id: background4
source: "slide4.png"
width: 800; height: 440
fillMode: Image.PreserveAspectFit
anchors.centerIn: parent
}
Text {
anchors.horizontalCenter: background4.horizontalCenter
anchors.top: background4.bottom
text: ""
wrapMode: Text.WordWrap
width: 800
horizontalAlignment: Text.Center
}
}
Slide {
Image {
id: background5
source: "slide5.png"
width: 800; height: 440
fillMode: Image.PreserveAspectFit
anchors.centerIn: parent
}
Text {
anchors.horizontalCenter: background5.horizontalCenter
anchors.top: background5.bottom
text: ""
wrapMode: Text.WordWrap
width: 800
horizontalAlignment: Text.Center
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@ -0,0 +1,449 @@
import QtQuick 2.15
Rectangle {
id: root
// Max size of the scene - needed to load heavy assets only once and also set star field sizes
QtObject {
id: maxSceneSize
property int width: 6075
property int height: 6950
}
SystemPalette {
id: systemPalette
}
color: "#103e49"
Image {
id: comet
source: "comet.svg"
sourceSize {
width: 50
height: 50
}
opacity: 0
Timer {
id: cometShowupTimeout
running: true
interval: 6000
repeat: true
onTriggered: {
comet.x = Math.floor(Math.random() * root.width);
comet.y = Math.floor(Math.random() * root.height);
cometShowupAnimation.start();
}
}
ParallelAnimation {
id: cometShowupAnimation
loops: 1
SequentialAnimation {
NumberAnimation {
target: comet
property: "opacity"
duration: 200
from: 0
to: 1
}
NumberAnimation {
target: comet
property: "opacity"
duration: 200
from: 1
to: 0
}
}
NumberAnimation {
target: comet
properties: "x"
duration: 700
easing.type: Easing.OutQuad
to: comet.x-100
}
NumberAnimation {
target: comet
properties: "y"
duration: 700
easing.type: Easing.OutQuad
to: comet.y+100
}
}
}
Column {
id: starsClose
anchors {
left: parent.left
right: parent.right
top: parent.top
topMargin: -starsClose1.sourceSize.height
}
height: starsClose1.height+starsClose2.height
Image {
fillMode: Image.Tile
id: starsClose1
source: 'starsClose.svg'
height: maxSceneSize.height
width: maxSceneSize.width
}
Image {
fillMode: Image.Tile
id: starsClose2
source: 'starsClose.svg'
height: maxSceneSize.height
width: maxSceneSize.width
}
NumberAnimation {
id: starsCloseMovingAnimation
running: true
loops: -1
duration: 100000
target: starsClose
property: "anchors.topMargin"
from: -starsClose1.sourceSize.height
to: 0
}
}
Column {
id: starsFar
anchors {
left: parent.left
right: parent.right
top: parent.top
topMargin: -starsFar1.sourceSize.height
}
height: starsFar1.height+starsFar2.height
Image {
fillMode: Image.Tile
id: starsFar1
source: 'starsFar.svg'
height: maxSceneSize.height
width: maxSceneSize.width
}
Image {
fillMode: Image.Tile
id: starsFar2
source: 'starsFar.svg'
height: maxSceneSize.height
width: maxSceneSize.width
}
NumberAnimation {
id: starsFarMovingAnimation
running: true
loops: -1
duration: 200000
target: starsFar
property: "anchors.topMargin"
from: -starsFar1.sourceSize.height
to: 0
}
}
Image {
id: moon
source: "moon.svg"
sourceSize.height: height
sourceSize.width: width
x: -height
height: 70
width: height
Timer {
id: moonShowupTimeout
running: true
interval: 25000
repeat: true
onTriggered: {
moon.height = Math.floor(Math.random() * (45 - 200) + 200)
moon.x = Math.floor(Math.random() * root.width);
moonShowupAnimation.start();
}
}
NumberAnimation {
id: moonShowupAnimation
target: moon
properties: "y"
duration: 25000
from: -moon.height
to: maxSceneSize.height+moon.height
}
}
Image {
id: background
anchors.fill: parent
mipmap: true
source: systemPalette.window.hslLightness > 0.5 ? "background.svg" : "background_dark.svg"
sourceSize {
height: maxSceneSize.height
width: maxSceneSize.width
}
}
Item {
id: smoke
anchors{
bottom: parent.bottom
right: parent.right
left: parent.left
}
height: smokeAsset.paintedHeight
Rectangle {
anchors{
bottom: parent.bottom
right: parent.right
left: parent.left
}
height: 57
color: "#eff0f1"
}
Image {
id: smokeAsset
anchors{
bottom: parent.bottom
horizontalCenter: parent.horizontalCenter
}
source: "smoke.svg"
sourceSize.width: width
sourceSize.height: height
}
}
Rocket {
id: rocket
property int lift: 0
anchors {
bottom: parent.bottom
bottomMargin: -(height-lift)
horizontalCenter: parent.horizontalCenter
horizontalCenterOffset: -235
}
width: 100
showSmoke: true
}
state: "onGround"
states: [
State {
name: "onGround"
PropertyChanges {
target: rocket
lift: 180
}
PropertyChanges {
target: background
anchors.topMargin: -root.height
anchors.bottomMargin: 20
opacity: 1
}
PropertyChanges {
target: starsCloseMovingAnimation
running: false
}
PropertyChanges {
target: starsFarMovingAnimation
running: false
}
PropertyChanges {
target: moonShowupTimeout
running: false
}
PropertyChanges {
target: cometShowupTimeout
running: false
}
},
State {
extend: "onGround"
name: "nearGround"
PropertyChanges {
target: rocket
lift: root.height/2 + 150
}
PropertyChanges {
target: smoke
anchors.bottomMargin: -smoke.height/2 + 100
}
PropertyChanges {
target: background
anchors.bottomMargin: -(root.height*0.2)
anchors.topMargin: -root.height+root.height*0.2
}
},
State {
extend: "nearGround"
name: "inAtmosphere"
PropertyChanges {
target: rocket
showSmoke: false
}
PropertyChanges {
target: rocket
lift: root.height/2 + 100
}
PropertyChanges {
target: background
anchors.bottomMargin: -root.height*0.9
anchors.topMargin: 0
}
},
State {
extend: "inAtmosphere"
name: "inSpace"
PropertyChanges {
target: background
anchors.bottomMargin: -(root.height*2)
anchors.topMargin: root.height
}
PropertyChanges {
target: starsCloseMovingAnimation
running: true
}
PropertyChanges {
target: starsFarMovingAnimation
running: true
}
PropertyChanges {
target: moonShowupTimeout
running: true
}
PropertyChanges {
target: cometShowupTimeout
running: true
}
}
]
transitions: [
Transition{
id: transition1
from: "onGround"
to: "nearGround"
SequentialAnimation {
NumberAnimation {
target: rocket
property: "lift"
duration: 10000
easing.type: Easing.InQuad
}
ScriptAction { script: root.state = "inAtmosphere" }
}
NumberAnimation {
target: smoke
property: "bottomMargin"
duration: 10000
easing.type: Easing.InQuad
}
NumberAnimation {
target: background
properties: "anchors.topMargin,anchors.bottomMargin"
duration: 10000
easing.type: Easing.InQuad
}
},
Transition {
id: transition2
from: "nearGround"
to: "inAtmosphere"
NumberAnimation {
target: rocket
property: "lift"
duration: 5000
easing.type: Easing.OutQuad
}
SequentialAnimation {
NumberAnimation {
target: background
properties: "anchors.topMargin,anchors.bottomMargin"
duration: 5000
}
ScriptAction { script: root.state = "inSpace" }
}
},
Transition {
id: transition3
from: "inAtmosphere"
to: "inSpace"
NumberAnimation {
target: rocket
property: "lift"
duration: 3000
easing.type: Easing.OutQuad
}
NumberAnimation {
target: background
properties: "anchors.bottomMargin"
duration: 15000
from: -root.height
}
NumberAnimation {
target: background
properties: "anchors.topMargin"
duration: 15000
from: 0
}
}
]
// Animation objects don't bind properties - so we have to reset the animation when a window size changes. In our case it's only about height.
// Timeout is needed to ensure that properties already have needed values set.
Timer {
id: sizeChangeTimeout
interval: 1
onTriggered: {
switch(state) {
case "nearGround":
if(!transition1.running) return;
state = "onGround";
state = "nearGround";
break;
case "inAtmosphere":
if(!transition2.running) return;
state = "nearGround";
state = "inAtmosphere";
break;
case "inSpace":
if(!transition3.running) return;
state = "inAtmosphere";
state = "inSpace";
}
}
}
onHeightChanged: {
sizeChangeTimeout.restart();
}
}

View File

@ -0,0 +1,58 @@
import QtQuick 2.15
Item {
property bool showSmoke: false
Item {
id: rocketNoSmoke
property bool rocketFrame: false
Timer {
interval: 200
running: !showSmoke
repeat: true
onTriggered: rocketNoSmoke.rocketFrame = !rocketNoSmoke.rocketFrame
}
width: 250
height: Math.min(rocket_a.paintedHeight, rocket_b.paintedHeight)
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
Image {
opacity: rocketNoSmoke.rocketFrame?1:0
width: parent.width
id: rocket_a
fillMode: Image.PreserveAspectFit
source: "rocket_a.svg"
}
Image {
opacity: rocketNoSmoke.rocketFrame?0:1
width: parent.width
id: rocket_b
fillMode: Image.PreserveAspectFit
source: "rocket_b.svg"
}
}
Image {
opacity: showSmoke?1:0
width: 250
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
id: rocketSmoke
fillMode: Image.PreserveAspectFit
source: "rocket_smoke.svg"
Behavior on opacity {
NumberAnimation{}
}
}
}

View File

@ -0,0 +1,8 @@
import QtQuick 2.15
QtObject {
required property string title
property string secondaryTitle
required property string body
property string footer
}

View File

@ -0,0 +1,75 @@
import QtQuick 2.15
import QtQml 2.15
Item {
id: root
function onActivate(){
timer.restart();
slider.reset();
artwork.state = "nearGround";
}
function onLeave(){
}
width: 800
height: 400
Timer {
id: timer
interval: 20000
running: false
repeat: true
onTriggered: slider.currentSlideIndex++
}
MouseArea {
anchors.fill: parent
onClicked: {
timer.restart();
slider.currentSlideIndex++;
}
}
Artwork {
id: artwork
anchors.fill: parent
}
Slider {
id: slider
height: 50
slides: [
Slide {
title: qsTr("Hello")
body: qsTr("Manjaro is simple and elegant yet fully customizable. Use as is or create something incredible? You decide.")
footer: qsTr("During the installation, this slideshow will provide a quick introduction.")
},
Slide {
title: qsTr("Pamac")
secondaryTitle: qsTr("Add/Remove Software")
body: qsTr("Accessible via command line or fast, beautiful graphical interface. Add or remove software with the greatest of ease.")
},
Slide {
title: qsTr("Control Panel")
body: qsTr("The control panel is a handy tool to install device drivers, download missing translations and language packages, it also helps in keeping your kernels up to date.")
},
Slide {
title: qsTr("Thank You")
body: qsTr("It's time to relax and prepare for new adventures.")
footer: qsTr("Check our forum and wiki if you have any questions or feedback.")
}
]
anchors {
centerIn: parent
horizontalCenterOffset: -100
verticalCenterOffset: -57
}
}
}

View File

@ -0,0 +1,186 @@
import QtQuick 2.15
Item {
property list<Slide> slides
property int currentSlideIndex: 0
property int _currentSlideIndex: 0
property int slidesSize: slides.length
property bool firstIteration: true
function reset() {
currentSlideIndex = 0;
firstIteration = true;
}
onCurrentSlideIndexChanged: {
if (currentSlideIndex >= slidesSize) {
firstIteration = false;
currentSlideIndex = 0;
}
transitionAnimation.start();
}
Column {
anchors.fill: parent
spacing: 10
Text {
id: titleText
font {
family: "Montserrat"
capitalization: Font.AllUppercase
weight: Font.DemiBold
pointSize: 18
}
color: "white"
text: slides[_currentSlideIndex].title
}
Text {
id: secondaryTitleText
font {
family: "Montserrat"
weight: Font.Light
pointSize: 12
}
color: "white"
text: slides[_currentSlideIndex].secondaryTitle ?? ""
}
Text {
id: bodyText
font {
family: "Montserrat"
pointSize: 12
}
width: 400
color: "white"
text: slides[_currentSlideIndex].body
wrapMode: Text.Wrap
}
Text {
id: footerText
font {
family: "Montserrat"
weight: Font.Light
pointSize: 12
}
width: 400
color: "white"
text: slides[_currentSlideIndex].footer ?? ""
wrapMode: Text.Wrap
}
}
SequentialAnimation {
id: transitionAnimation
property int duration: 700
ParallelAnimation {
OpacityAnimator {
target: titleText
from: 1.0
to: 0.0
duration: transitionAnimation.duration
}
OpacityAnimator {
target: secondaryTitleText
from: 1.0
to: 0.0
duration: transitionAnimation.duration
}
OpacityAnimator {
target: bodyText
from: 1.0
to: 0.0
duration: transitionAnimation.duration
}
OpacityAnimator {
target: footerText
from: 1.0
to: 0.0
duration: transitionAnimation.duration
}
XAnimator {
target: titleText
from: 0
to: -30
duration: transitionAnimation.duration
}
XAnimator {
target: secondaryTitleText
from: 0
to: -30
duration: transitionAnimation.duration
}
XAnimator {
target: bodyText
from: 0
to: -25
duration: transitionAnimation.duration
}
XAnimator {
target: footerText
from: 0
to: -25
duration: transitionAnimation.duration
}
}
ScriptAction {
script: _currentSlideIndex = currentSlideIndex
}
ParallelAnimation {
OpacityAnimator {
target: titleText
from: 0.0
to: 1.0
duration: transitionAnimation.duration
}
OpacityAnimator {
target: secondaryTitleText
from: 0.0
to: 1.0
duration: transitionAnimation.duration
}
OpacityAnimator {
target: bodyText
from: 0.0
to: 1.0
duration: transitionAnimation.duration
}
OpacityAnimator {
target: footerText
from: 0.0
to: 1.0
duration: transitionAnimation.duration
}
XAnimator {
target: titleText
from: 30
to: 0
duration: transitionAnimation.duration
}
XAnimator {
target: secondaryTitleText
from: 30
to: 0
duration: transitionAnimation.duration
}
XAnimator {
target: bodyText
from: 25
to: 0
duration: transitionAnimation.duration
}
XAnimator {
target: footerText
from: 25
to: 0
duration: transitionAnimation.duration
}
}
}
}

View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="800.00085"
height="880"
viewBox="0 0 800.00094 880.00004"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="background.svg"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
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="defs2"><linearGradient
inkscape:collect="always"
id="linearGradient895"><stop
style="stop-color:#1abc9c;stop-opacity:0;"
offset="0"
id="stop891" /><stop
style="stop-color:#1abc9c;stop-opacity:1;"
offset="1"
id="stop893" /></linearGradient><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath290923"><rect
style="opacity:0.7;fill:#2f6b5a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.70918;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect290925"
width="309.65643"
height="170.30928"
x="-358.01489"
y="775.27844" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath292441"><rect
style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.18763;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect292443"
width="478.64374"
height="263.22327"
x="-510.89438"
y="765.67975" /></clipPath><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient895"
id="linearGradient897"
x1="13.87441"
y1="170.36914"
x2="13.87441"
y2="781.91968"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="355.5737"
inkscape:cy="307.08637"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="3"
inkscape:window-y="3"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="0"
inkscape:deskcolor="#525252" /><metadata
id="metadata5"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-13.87441,-170.36914)"><rect
style="display:inline;fill:url(#linearGradient897);fill-opacity:1;fill-rule:evenodd;stroke-width:0.58267"
id="rect250371"
width="800"
height="880"
x="13.87523"
y="170.36914"
inkscape:export-filename="/run/media/bogdan/WORK/Work2022/Manjaro2022/4Calamares/2022/slide5.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" /><path
id="path287238"
style="opacity:1;fill:#569e8f;fill-opacity:1;stroke:none;stroke-width:0.442273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 13.87523,730.29327 53.765199,-34.07878 64.588571,39.80441 259.69851,-14.76567 148.75299,-67.1822 129.87247,-4.50792 53.32883,11.68417 72.25841,48.3183 17.73503,-6.46425 V 1050.3691 H 13.87523 Z"
sodipodi:nodetypes="cccccccccccc"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Wallpapers_renew/mountain.png"
inkscape:export-xdpi="95.990692"
inkscape:export-ydpi="95.990692" /><path
id="path287240"
style="opacity:1;fill:#428476;fill-opacity:1;stroke:none;stroke-width:0.278593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 318.15234,21.335938 -6.375,35.107421 33.32227,-27.544921 z m -33.61718,1.957031 -24.48243,51.285156 16.22071,0.0293 z M 247.70508,25.4375 223.89453,60.746094 246.9082,36.841797 Z m 105.75195,3.855469 2.95313,5.613281 0.0254,6.609375 4.00195,1.826172 20.45703,42.847656 21.73438,14.515627 -6.95703,-13.187502 -16.9336,-14.714844 -3.66797,-22.787109 1.08008,0.494141 -0.57227,0.0098 47.88477,42.738281 -19.80469,-30.201171 16.38672,7.474609 4.41992,7.376953 -5.55468,-2.492187 15.85546,25.253899 -0.34374,-6.144524 4.99023,8.328124 -12.11328,33.26757 15.24609,-28.03906 0.5332,-11.933587 18.375,3.630859 0.0117,-1.380859 -18.09179,-8.845704 0.008,-0.154296 8.73633,-5.046876 2.56054,-7.054687 -10.9375,4.042969 -72.25781,-48.31836 z m 49.17188,71.412111 6.95703,13.18554 14.77734,1.32813 z M 267.07422,40.679688 245.91211,54.544922 232.63867,76.619141 Z m 72.91797,3.222656 -13.32813,44.646484 24.69336,-7.742187 z m -624.75196,24.085937 7.6211,19.115235 -15.58203,-4.888672 -10.76368,26.503906 32.12696,-3.49414 -36.4375,49.88672 -0.92188,-0.16016 -22.82422,-1.66406 -6.98437,0.40625 v 268.44922 h 800 V 220.46094 l -62.03711,-22.61914 -64.5957,8.96484 -223.85157,-14.41797 -165.587886,-30.34961 -113.066404,-9.57422 -38.99805,-0.10351 -74.59375,7.36719 -25.00781,-4.34961 46.75781,-50.59571 39.33594,3.00977 z"
transform="translate(352.3998,628.22633)" /><path
id="path287242"
style="opacity:1;fill:#2f6b5a;fill-opacity:1;stroke:none;stroke-width:0.349527px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 813.87524,967.12639 665.97943,942.26861 601.38381,967.12639 463.3455,957.90524 381.43491,916.17674 268.36838,913.1349 229.37092,919.38449 86.448992,950.60632 54.605504,944.26915 H 31.781024 L 13.87523,946.15991 V 1050.3691 H 813.87524 Z"
sodipodi:nodetypes="cccccccccccccc"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Wallpapers_renew/mountain.png"
inkscape:export-xdpi="95.990692"
inkscape:export-ydpi="95.990692" /><path
id="path287244"
style="opacity:1;fill:#bbebe1;fill-opacity:1;stroke:none;stroke-width:0.442273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 573.63768,655.20388 -17.83295,12.99664 -1.02684,-7.45301 -14.09739,-6.67648 16.81831,-7.59808 113.05416,-4.87076 38.9932,10.00736 14.33563,9.63773 -18.02455,-3.72859 2.95337,5.61347 0.0257,6.61008 -11.33663,-12.61828 -26.94668,-7.56085 -33.61726,1.95663 -13.00846,5.92247 -0.48663,-5.137 -23.33635,1.35822 -11.6817,6.28436 0.29872,-5.62183 z"
sodipodi:nodetypes="cccccccccccccccccccc"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Wallpapers_renew/mountain.png"
inkscape:export-xdpi="95.990692"
inkscape:export-ydpi="95.990692" /></g></svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="800"
height="879.99994"
viewBox="0 0 800.00009 879.99998"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="background_dark.svg"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
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="defs2"><linearGradient
inkscape:collect="always"
id="linearGradient883"><stop
style="stop-color:#103e49;stop-opacity:1;"
offset="0"
id="stop879" /><stop
style="stop-color:#103e49;stop-opacity:0;"
offset="1"
id="stop881" /></linearGradient><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath290923"><rect
style="opacity:0.7;fill:#2f6b5a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.70918;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect290925"
width="309.65643"
height="170.30928"
x="-358.01489"
y="775.27844" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath292441"><rect
style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.18763;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect292443"
width="478.64374"
height="263.22327"
x="-510.89438"
y="765.67975" /></clipPath><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient883"
id="linearGradient885"
x1="20.85878"
y1="781.51343"
x2="20.85878"
y2="170.36917"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="321.42857"
inkscape:cy="37.142857"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="955"
inkscape:window-height="1047"
inkscape:window-x="2881"
inkscape:window-y="3"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="0"
inkscape:deskcolor="#525252" /><metadata
id="metadata5"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-13.875305,-170.36917)"><rect
style="display:inline;fill:url(#linearGradient885);fill-opacity:1;fill-rule:evenodd;stroke-width:0.58267"
id="rect75224"
width="800"
height="879.99994"
x="13.875305"
y="170.36917"
inkscape:export-filename="/run/media/bogdan/WORK/Work2022/Manjaro2022/4Calamares/2022/slide1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" /><path
id="path287238"
style="opacity:1;fill:#11696c;fill-opacity:1;stroke:none;stroke-width:0.442273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 13.87523,730.29327 53.765199,-34.07878 64.588571,39.80441 259.69851,-14.76567 148.75299,-67.1822 129.87247,-4.50792 53.32883,11.68417 72.25841,48.3183 17.73503,-6.46425 V 1050.3691 H 13.87523 Z"
sodipodi:nodetypes="cccccccccccc"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Wallpapers_renew/mountain.png"
inkscape:export-xdpi="95.990692"
inkscape:export-ydpi="95.990692" /><path
id="path287240"
style="opacity:1;fill:#115148;fill-opacity:1;stroke:none;stroke-width:0.278593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 318.15234,21.335938 -6.375,35.107421 33.32227,-27.544921 z m -33.61718,1.957031 -24.48243,51.285156 16.22071,0.0293 z M 247.70508,25.4375 223.89453,60.746094 246.9082,36.841797 Z m 105.75195,3.855469 2.95313,5.613281 0.0254,6.609375 4.00195,1.826172 20.45703,42.847656 21.73438,14.515627 -6.95703,-13.187502 -16.9336,-14.714844 -3.66797,-22.787109 1.08008,0.494141 -0.57227,0.0098 47.88477,42.738281 -19.80469,-30.201171 16.38672,7.474609 4.41992,7.376953 -5.55468,-2.492187 15.85546,25.253899 -0.34374,-6.144524 4.99023,8.328124 -12.11328,33.26757 15.24609,-28.03906 0.5332,-11.933587 18.375,3.630859 0.0117,-1.380859 -18.09179,-8.845704 0.008,-0.154296 8.73633,-5.046876 2.56054,-7.054687 -10.9375,4.042969 -72.25781,-48.31836 z m 49.17188,71.412111 6.95703,13.18554 14.77734,1.32813 z M 267.07422,40.679688 245.91211,54.544922 232.63867,76.619141 Z m 72.91797,3.222656 -13.32813,44.646484 24.69336,-7.742187 z m -624.75196,24.085937 7.6211,19.115235 -15.58203,-4.888672 -10.76368,26.503906 32.12696,-3.49414 -36.4375,49.88672 -0.92188,-0.16016 -22.82422,-1.66406 -6.98437,0.40625 v 268.44922 h 800 V 220.46094 l -62.03711,-22.61914 -64.5957,8.96484 -223.85157,-14.41797 -165.587886,-30.34961 -113.066404,-9.57422 -38.99805,-0.10351 -74.59375,7.36719 -25.00781,-4.34961 46.75781,-50.59571 39.33594,3.00977 z"
transform="translate(352.3998,628.22633)" /><path
id="path287242"
style="opacity:1;fill:#0e4038;fill-opacity:1;stroke:none;stroke-width:0.349527px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 813.87524,967.12639 665.97943,942.26861 601.38381,967.12639 463.3455,957.90524 381.43491,916.17674 268.36838,913.1349 229.37092,919.38449 86.448992,950.60632 54.605504,944.26915 H 31.781024 L 13.87523,946.15991 V 1050.3691 H 813.87524 Z"
sodipodi:nodetypes="cccccccccccccc"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Wallpapers_renew/mountain.png"
inkscape:export-xdpi="95.990692"
inkscape:export-ydpi="95.990692" /><path
id="path287244"
style="opacity:1;fill:#148f96;fill-opacity:1;stroke:none;stroke-width:0.442273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 573.63768,655.20388 -17.83295,12.99664 -1.02684,-7.45301 -14.09739,-6.67648 16.81831,-7.59808 113.05416,-4.87076 38.9932,10.00736 14.33563,9.63773 -18.02455,-3.72859 2.95337,5.61347 0.0257,6.61008 -11.33663,-12.61828 -26.94668,-7.56085 -33.61726,1.95663 -13.00846,5.92247 -0.48663,-5.137 -23.33635,1.35822 -11.6817,6.28436 0.29872,-5.62183 z"
sodipodi:nodetypes="cccccccccccccccccccc"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Wallpapers_renew/mountain.png"
inkscape:export-xdpi="95.990692"
inkscape:export-ydpi="95.990692" /></g></svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,200 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="331.13705"
height="323.99829"
viewBox="0 0 331.13706 323.9983"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="commet.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"
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="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="364.66507"
inkscape:cy="177.78685"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1295"
inkscape:window-height="1047"
inkscape:window-x="621"
inkscape:window-y="3"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="0"
inkscape:deskcolor="#525252" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-431.57434,-620.85803)">
<path
d="m 628.10824,737.56939 a 14.553263,14.553263 0 1 1 -19.6346,-21.44806 l 17.4293,-15.07994 -1.3219,12.2555 27.2135,-16.78564 -16.2414,23.8439 8.8083,2.29153 z"
id="path97219"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="M 539.9357,788.1585 A 14.553263,14.553263 0 1 1 520.301,766.71082 l 17.4293,-15.07956 -1.3218,12.25512 25.8219,-14.16643 -14.8499,21.22469 8.8083,2.29153 z"
id="path97221"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 561.0519,870.18408 a 28.806974,28.806974 0 0 1 -39.5437,-41.9006 l 31.8363,-29.18476 -2.4443,12.22111 27.2629,-21.00889 -1.8803,14.61619 48.7985,-34.25688 -44.286,58.04258 18.0359,1.53487 z"
id="path97223"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<circle
cx="541.28003"
cy="849.23401"
r="18.331522"
id="circle97227"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 558.8718,854.40266 a 18.292567,18.292567 0 0 1 -4.7564,7.91849 5.2375775,5.2375775 0 1 1 4.7564,-7.91849 z"
id="path97229"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<circle
cx="536.04248"
cy="851.85272"
r="5.2375774"
id="circle97231"
style="display:inline;fill:#428476;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 558.8718,854.40266 a 18.292567,18.292567 0 0 1 -4.7564,7.91849 5.2375775,5.2375775 0 1 1 4.7564,-7.91849 z"
id="path97233"
style="display:inline;fill:#428476;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 538.6613,849.23378 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.4708 l 5.2376,-5.2373 a 2.6188562,2.6188562 0 0 1 3.7036,3.70356 l -5.2376,5.23767 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76687 z"
id="path97235"
style="display:inline;fill:#95f9e2;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 556.9928,854.47145 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.47081 l 15.7127,-15.71263 a 2.6188562,2.6188562 0 1 1 3.7036,3.70356 l -15.7127,15.71263 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76725 z"
id="path97237"
style="display:inline;fill:#95f9e2;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 541.2801,836.13998 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.4708 l 15.7127,-15.71263 a 2.6188562,2.6188562 0 1 1 3.7036,3.70356 l -15.7127,15.71263 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76724 z"
id="path97239"
style="display:inline;fill:#95f9e2;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 599.7609,823.91359 a 2.6187887,2.6187887 0 0 1 -1.8849,-4.43603 l 16.7217,-17.34955 a 2.6187887,2.6187887 0 1 1 3.7707,3.63364 l -16.7216,17.34917 a 2.6102776,2.6102776 0 0 1 -1.8859,0.80277 z"
id="path97241"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 587.3076,785.12619 a 2.6187887,2.6187887 0 0 1 -1.8165,-4.5052 l 9.5684,-9.21411 a 2.6189931,2.6189931 0 1 1 3.6336,3.77272 l -9.5687,9.21412 a 2.6096229,2.6096229 0 0 1 -1.8168,0.73247 z"
id="path97243"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 563.0982,830.90231 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.4708 l 9.6073,-9.60718 a 2.6188562,2.6188562 0 1 1 3.7036,3.70356 l -9.607,9.60718 a 2.6115871,2.6115871 0 0 1 -1.8521,0.76724 z"
id="path97245"
style="display:inline;fill:#95f9e2;fill-opacity:1;stroke-width:0.327349" />
<circle
cx="529.64526"
cy="777.86823"
r="7.1980686"
id="circle97247"
style="display:inline;fill:#428476;fill-opacity:1;stroke-width:0.327349" />
<circle
cx="617.79968"
cy="727.27893"
r="6.3973732"
id="circle97249"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 646.03324,686.83717 a 2.6187887,2.6187887 0 0 1 -1.678,-4.63068 l 3.1426,-2.61883 a 2.6189565,2.6189565 0 0 1 3.3533,4.02368 l -3.1425,2.61884 a 2.6092956,2.6092956 0 0 1 -1.6754,0.60699 z"
id="path97251"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 664.8885,702.5498 a 2.6187887,2.6187887 0 0 1 -1.678,-4.63068 l 3.1425,-2.61845 a 2.6189565,2.6189565 0 0 1 3.3534,4.02368 l -3.1426,2.61884 a 2.6092956,2.6092956 0 0 1 -1.6753,0.60661 z"
id="path97253"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 654.41334,713.02514 a 2.6187887,2.6187887 0 0 1 -1.678,-4.63068 l 3.1426,-2.61883 a 2.6189565,2.6189565 0 0 1 3.3533,4.02368 l -3.1425,2.61884 a 2.6092956,2.6092956 0 0 1 -1.6754,0.60699 z"
id="path97255"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 633.46304,697.31251 a 2.6187887,2.6187887 0 0 1 -1.6777,-4.63068 l 5.2376,-4.3646 a 2.6187887,2.6187887 0 1 1 3.3527,4.02331 l -5.2375,4.36498 a 2.6076589,2.6076589 0 0 1 -1.6751,0.60699 z"
id="path97257"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 670.126,681.5995 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.47042 l 2.6188,-2.61884 a 2.6188619,2.6188619 0 0 1 3.7037,3.70356 l -2.6188,2.61883 a 2.6102776,2.6102776 0 0 1 -1.8519,0.76687 z"
id="path97259"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 638.1753,786.38288 a 2.6187887,2.6187887 0 0 1 -1.8519,-4.4708 l 2.6188,-2.61884 a 2.6189962,2.6189962 0 0 1 3.7037,3.70394 l -2.6188,2.61883 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76687 z"
id="path97261"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 609.3686,765.43258 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.4708 l 2.6187,-2.61884 a 2.6189962,2.6189962 0 1 1 3.7037,3.70394 l -2.6188,2.61883 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76687 z"
id="path97263"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 659.65094,692.07484 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.4708 l 5.23756,-5.2373 a 2.6188562,2.6188562 0 0 1 3.7036,3.70356 l -5.2376,5.23767 a 2.6102776,2.6102776 0 0 1 -1.85176,0.76687 z"
id="path97265"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 625.0813,799.47668 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.47043 l 5.2376,-5.23767 a 2.6188562,2.6188562 0 0 1 3.7036,3.70356 l -5.2376,5.23767 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76687 z"
id="path97267"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 577.9431,754.95724 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.47042 l 2.6188,-2.61884 a 2.6188562,2.6188562 0 0 1 3.7036,3.70356 l -2.6188,2.61884 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76686 z"
id="path97269"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 564.8492,768.05142 a 2.6187887,2.6187887 0 0 1 -1.8518,-4.47081 l 5.2375,-5.23767 a 2.6189609,2.6189609 0 1 1 3.7036,3.70394 l -5.2375,5.23729 a 2.6102776,2.6102776 0 0 1 -1.8518,0.76725 z"
id="path97271"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 582.309,734.00694 a 2.6187887,2.6187887 0 0 1 -1.7055,-4.60686 l 6.1106,-5.23767 a 2.6187887,2.6187887 0 1 1 3.4084,3.97644 l -6.1107,5.23767 a 2.6079862,2.6079862 0 0 1 -1.7028,0.63042 z"
id="path97273"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 570.0868,744.48228 a 2.6187887,2.6187887 0 0 1 -1.7056,-4.60724 l 5.2376,-4.4897 a 2.6193578,2.6193578 0 0 1 3.4097,3.97719 l -5.2376,4.48933 a 2.6079862,2.6079862 0 0 1 -1.7041,0.63042 z"
id="path97275"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 555.8713,736.62578 a 2.6187887,2.6187887 0 0 1 -1.7251,-4.58986 l 8.9785,-7.85613 a 2.618876,2.618876 0 1 1 3.449,3.94167 l -8.9789,7.85651 a 2.6096229,2.6096229 0 0 1 -1.7235,0.64781 z"
id="path97277"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 543.8989,747.10112 a 2.6187887,2.6187887 0 0 1 -1.7255,-4.58986 l 5.9862,-5.23767 a 2.618807,2.618807 0 0 1 3.4486,3.94205 l -5.9859,5.23767 a 2.6079862,2.6079862 0 0 1 -1.7234,0.64781 z"
id="path97279"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 647.4873,752.33841 a 2.6187887,2.6187887 0 0 1 -1.7526,-4.56492 l 11.6389,-10.47533 a 2.6187887,2.6187887 0 1 1 3.5026,3.89291 l -11.6392,10.47496 a 2.6083136,2.6083136 0 0 1 -1.7497,0.67238 z"
id="path97281"
style="display:inline;fill:#35e3c1;fill-opacity:1;stroke-width:0.327349" />
<path
d="m 632.9377,765.43258 a 2.6187887,2.6187887 0 0 1 -1.753,-4.56529 l 5.8196,-5.23767 a 2.6187887,2.6187887 0 1 1 3.5027,3.89291 l -5.8193,5.23767 a 2.6096229,2.6096229 0 0 1 -1.75,0.67238 z"
id="path97283"
style="display:inline;fill:#569e8f;fill-opacity:1;stroke-width:0.327349" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,249 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50.609062"
height="246.19336"
viewBox="0 0 50.609068 246.19337"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="rocket_smoke2.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
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="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient939">
<stop
style="stop-color:#eff0f1;stop-opacity:1;"
offset="0"
id="stop935" />
<stop
style="stop-color:#eff0f1;stop-opacity:0;"
offset="1"
id="stop937" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient939"
id="linearGradient941"
x1="188.87804"
y1="716.58759"
x2="188.87804"
y2="855.77551"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="374.76659"
inkscape:cy="422.24376"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="533"
inkscape:window-y="183"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
height="2160px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#525252" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-149.54261,-610.36914)">
<path
id="path250403"
style="display:inline;fill:url(#linearGradient941);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.46489;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
d="m 174.05576,714.57812 c -7.95027,0 -12.70931,39.06501 -15.53515,87.92774 l 6.625,-11.61328 5.03515,65.66992 10.09571,-79.48828 8.60156,12.38086 C 185.96244,746.78153 181.304,714.5918 174.05576,714.5918 Z" />
<g
id="g250475"
transform="matrix(-0.13168343,0,0,0.13168343,404.83556,757.91908)"
style="display:inline">
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 1846.0893,-550.96782 c 0.078,3.94424 0.099,7.8998 0.111,11.86596 -0.011,6.81722 -0.1209,13.64504 -0.3642,20.42902 12.9267,17.16926 -24.5401,147.31085 -24.5401,147.31085 -2.011,6.38659 -4.1224,12.6954 -6.3647,18.91581 -0.1881,0.54165 -0.3974,1.06066 -0.5854,1.60231 26.5774,21.98515 55.6478,30.97769 71.2212,110.31141 0.3981,0.26516 1.4587,0.79549 1.4587,0.79549 1.3478,0.64064 2.8504,0.9949 4.4746,1.00551 4.8168,0 8.8721,-3.21521 10.1866,-7.62402 0,0 0.21,-0.78419 0.2319,-0.93904 5.1272,-20.55065 7.8892,-112.52112 7.8885,-135.23693 0,-68.19196 -24.8817,-128.9593 -63.7181,-168.43637 z"
id="path250405"
sodipodi:nodetypes="ccccccccccccc" />
<path
id="path250409"
style="opacity:1;fill:#eff0f1;fill-opacity:1"
d="m 1752.772,-1120.4892 c -44.0463,47.7284 -104.1176,101.2739 -136.0025,150.51654 -34.0677,49.69728 -62.4062,118.71236 -62.4062,210.93946 0,56.67085 35.0815,153.37542 65.9492,250.58593 -20.7749,35.77189 -33.0703,80.0034 -33.0703,127.91407 -7e-4,22.71581 2.7615,114.68567 7.8887,135.23632 0.022,0.15485 0.2304,0.93946 0.2304,0.93946 1.3145,4.40881 5.3707,7.625 10.1875,7.625 1.6242,-0.0106 8.9132,-0.89646 10.261,-1.5371 0,0 1.0609,-0.52976 1.459,-0.79492 11.9395,-60.82187 26.0274,-79.75628 46.6277,-95.44142 3.8365,17.81576 19.7188,30.88477 38.1797,30.88477 h 38.2011 z"
sodipodi:nodetypes="ccsccccccccscc" />
<g
id="g250417"
transform="rotate(-45,1722.222,787.87678)">
<path
d="m 2410.4087,18.99406 a 88.000921,88.000921 0 0 1 127.9237,120.88083 l -91.9962,94.5719 5.3193,-37.69998 -79.4767,68.83767 3.1807,-44.90544 -142.8421,113.0054 124.9235,-184.75996 -55.275,-1.52884 z"
id="path250411"
style="fill:#fbb540" />
<path
d="m 2443.6657,10.65886 a 69.979282,69.979282 0 0 1 101.7263,96.12574 l -73.1564,75.2046 4.23,-29.97943 -63.2008,54.74045 2.5294,-35.70929 -113.5896,89.86312 99.3405,-146.92312 -43.9553,-1.21575 z"
id="path250413"
style="fill:#ffcc00;fill-opacity:1;stroke-width:0.795211" />
<path
style="fill:#ffdd55;stroke-width:0.658127"
d="m 2561.492,69.78156 c -1.5795,3.02738 -3.4222,5.98901 -5.3967,8.75311 -2.7641,3.88293 -5.7915,7.43682 -9.1479,10.793271 -15.466,15.465979 -59.3968,40.233089 -81.2138,39.873479 -0.06,-4.49525 0.3595,-8.93066 1.0188,-13.18616 -11.5078,6.59304 -24.8737,10.30915 -39.3184,10.06941 -0.1798,-14.44474 3.5363,-27.810589 10.0693,-39.31853 -4.2555,0.6593 -8.6908,1.07891 -13.186,0.95903 -0.3596,-26.4321 29.8342,-74.01598 51.5523,-89.482 2.7642,-1.97434 5.7258,-3.81711 8.7532,-5.39662 -0.066,0.3291 -0.1317,0.72391 -0.1975,1.05302 7.5027,0.98717 14.8737,2.96156 21.9815,5.92313043 4.6727,1.90858997 9.1479,4.21198997 13.4916,6.97615997 5.4624,3.4222296 10.5958,7.5025996 15.3343,12.2411296 4.7385,4.73854 8.7531,9.87194 12.1754,15.33436 2.7641,4.34367 5.1334,8.81892 7.0419,13.49158 2.9616,7.10779 4.936,14.4788 5.9231,21.98144 0.4607,0.0658 0.7898,3e-5 1.1189,-0.0658 z"
id="path250415"
sodipodi:nodetypes="ccsccccccccccscccc" />
</g>
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 1662.96,-550.96924 c -0.078,3.94424 -0.099,7.8998 -0.111,11.86596 0.011,6.81722 0.1209,13.64504 0.3642,20.42902 -12.9267,17.16926 24.5401,147.31085 24.5401,147.31085 2.011,6.38659 4.1224,12.6954 6.3647,18.91581 0.1881,0.54165 0.3974,1.06066 0.5854,1.60231 -26.5774,21.98515 -55.6478,30.97769 -71.2212,110.31141 -0.3981,0.26516 -1.4587,0.79549 -1.4587,0.79549 -1.3478,0.64064 -2.8504,0.9949 -4.4746,1.00551 -4.8168,0 -8.8721,-3.21521 -10.1866,-7.62402 0,0 -0.21,-0.78419 -0.2319,-0.93904 -5.1272,-20.55065 -7.8892,-112.52112 -7.8885,-135.23693 0,-68.19196 24.8817,-128.9593 63.7181,-168.43637 z"
id="path250419"
sodipodi:nodetypes="ccccccccccccc" />
<path
style="fill:#ffdd55;stroke-width:0.658127"
d="m 1807.3005,-314.23094 c 1.0238,3.25755 1.815,6.65473 2.3734,10.00536 0.7911,4.7002 1.1634,9.35386 1.1634,14.10059 0,21.8722 -8.5162,43.69785 -25.7347,60.35795 -3.5368,-3.4437 -6.6548,-7.21317 -9.447,-11.02916 -3.816,14.05404 -11.3084,27.31697 -22.7098,38.34614 -11.3549,-11.07571 -18.8473,-24.33863 -22.7099,-38.34614 -2.7922,3.81599 -5.9101,7.58546 -9.4934,10.98263 -20.8019,-20.24342 -28.9923,-48.16538 -24.5714,-74.45854 0.5585,-3.35064 1.3496,-6.74781 2.3734,-10.00537 0.1862,0.27922 0.4188,0.60497 0.605,0.8842 6.0032,-4.60713 12.6114,-8.42312 19.7315,-11.35494 4.6537,-1.95454 9.4469,-3.49024 14.4729,-4.60711 6.2824,-1.44264 12.7975,-2.18723 19.4988,-2.18723 6.7013,0 13.1699,0.79113 19.4523,2.23376 5.026,1.11688 9.8658,2.60604 14.5194,4.56058 7.1201,2.93182 13.7283,6.74781 19.7315,11.35494 0.3723,-0.27923 0.5585,-0.55845 0.7446,-0.83766 z"
id="path250421" />
<path
style="fill:#ffe6d5;fill-opacity:1;stroke-width:0.658127"
d="m 1786.964,-324.70168 c 6.0498,10.4242 9.3074,22.24449 9.3074,34.53015 0,13.49561 -3.9091,26.43278 -11.1223,37.55502 l -15.5898,-21.26722 -8.0042,29.22498 c -1.815,6.84088 -4.7468,13.30947 -8.6093,19.31269 -3.816,-5.95669 -6.7013,-12.47181 -8.6093,-19.31269 l -8.0043,-29.22498 -15.5897,21.26722 c -7.2132,-11.12224 -11.1223,-24.05941 -11.1223,-37.55502 0,-12.28566 3.2576,-24.10595 9.3073,-34.53015 4.6537,-1.95453 9.447,-3.49024 14.4729,-4.60712 6.2825,-1.44263 12.7976,-2.18722 19.4989,-2.18722 6.7012,0 13.1698,0.79113 19.4522,2.23376 5.1191,1.11687 9.9589,2.60605 14.6125,4.56058 z"
id="path250423" />
<path
style="fill:#6b9b89;fill-opacity:1;stroke-width:1.22212"
d="m 1757.8035,-949.18846 c -3.0932,-1.86129 -6.9698,-1.86129 -10.063,0 -4.1821,2.51146 -111.3675,56.64763 -111.3675,198.5711 0,57.30534 22.0097,279.07118 39.4628,412.9313 2.5298,19.42073 19.191,34.06662 38.7352,34.06662 h 76.4021 c 19.5441,0 36.2053,-14.64589 38.7351,-34.06662 17.4531,-133.86012 39.4628,-355.62596 39.4628,-412.9313 0,-141.92347 -107.1854,-196.06086 -111.3675,-198.5711 z"
id="path250425"
sodipodi:nodetypes="ccscsscsc" />
<path
id="path250427"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
d="m 1752.7723,-976.92188 v 673.30274 h 38.2012 c 19.5441,0 36.2045,-14.64568 38.7343,-34.06641 17.4531,-133.86012 39.4629,-355.6263 39.4629,-412.93164 0,-57.74221 -17.7429,-100.95157 -39.0722,-132.0664 -12.283,-19.09437 -26.1497,-37.37853 -41.5723,-54.51368 z" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:0.802037"
d="m 1779.5567,-616.10815 c -6.4509,6.45104 -15.0287,9.99501 -24.1384,9.99558 -9.1183,-0.009 -17.6966,-3.55362 -24.1476,-10.00465 -6.4511,-6.45105 -9.9956,-15.02938 -10.0047,-24.14761 0,-9.10916 3.5621,-17.70509 9.9956,-24.13855 6.451,-6.45104 15.0288,-9.995 24.1561,-10.01315 18.8314,0.009 34.1523,15.32938 34.1523,34.15226 -0.018,9.12675 -3.5621,17.70507 -9.9956,24.13854 -0.018,0.0175 -0.018,0.0175 -0.018,0.0175 z"
id="path250429" />
<g
id="g250435"
transform="matrix(1.2221209,0,0,1.2221209,1439.9078,-817.55053)"
style="fill:#24282c;fill-opacity:1">
<g
id="g250433"
style="fill:#24282c;fill-opacity:1">
<path
style="fill:#24282c;fill-opacity:1"
d="m 256.001,451.35877 c -4.422,0 -8,-3.582 -8,-8 V 249.57205 c 0,-4.418 3.578,-8 8,-8 4.422,0 8,3.582 8,8 v 193.78672 c 0,4.418 -3.578,8 -8,8 z"
id="path250431"
sodipodi:nodetypes="sssssss" />
</g>
</g>
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:0.802035"
d="m 1762.1431,-674.93939 c -11.4043,0.009 -22.1359,4.44852 -30.1994,12.5119 -8.0463,8.04637 -12.4852,18.77693 -12.4943,30.18182 0.011,11.38673 4.4394,22.12695 12.4943,30.18183 8.064,8.06394 18.7951,12.48638 30.1909,12.5034 11.4038,-0.009 22.127,-4.45761 30.1728,-12.5034 8.0639,-8.06396 12.5124,-18.78603 12.521,-30.19033 5e-4,-23.53626 -19.1485,-42.68522 -42.6853,-42.68522 z m 25.6011,42.68522 c -0.011,7.07998 -2.8622,13.47772 -7.5059,18.12133 -4.6254,4.62548 -11.0413,7.49683 -18.1031,7.48775 -14.1429,0 -25.6097,-11.46669 -25.6097,-25.60966 -0.011,-7.0624 2.8709,-13.46921 7.4962,-18.09469 4.6437,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250437" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.802035"
d="m 1755.4268,-682.94948 c -11.4044,0.009 -22.1361,4.44853 -30.1994,12.51191 -8.0464,8.04637 -12.4853,18.77693 -12.4944,30.18182 0.011,11.38673 4.4395,22.12695 12.4944,30.18182 8.0639,8.06395 18.795,12.48639 30.1909,12.5034 11.4037,-0.009 22.1269,-4.4576 30.1727,-12.5034 8.0639,-8.06395 12.5125,-18.78602 12.521,-30.19032 6e-4,-23.53626 -19.1484,-42.68523 -42.6852,-42.68523 z m 25.6011,42.68523 c -0.011,7.07998 -2.8623,13.47771 -7.5059,18.12133 -4.6255,4.62548 -11.0414,7.49683 -18.1032,7.48775 -14.143,0 -25.6096,-11.46669 -25.6096,-25.60966 -0.011,-7.06241 2.8707,-13.46921 7.4962,-18.09469 4.6436,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250439" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:1.38175"
d="m 1795.5329,-776.35953 c -11.454,10.78389 -26.6678,16.72333 -42.8584,16.70911 -16.1745,9.4e-4 -31.4216,-5.93944 -42.8604,-16.70911 -11.4539,-10.78389 -17.7625,-25.1381 -17.7776,-40.38154 0,-15.22732 6.2934,-29.5673 17.7473,-40.35119 11.455,-10.78485 26.685,-16.7091 42.8907,-16.73946 33.4345,0.015 60.6379,25.62729 60.6379,57.09065 -0.016,15.27284 -6.3246,29.59669 -17.7795,40.38154 z"
id="path250441" />
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:1.38175"
d="m 1706.6505,-853.77411 c -14.3177,13.48011 -22.1839,31.37331 -22.201,50.43924 -0.016,19.06307 7.8824,36.98851 22.2001,50.46863 14.3025,13.46588 33.3235,20.8871 53.5893,20.8871 20.2496,-0.015 39.2717,-7.40701 53.5893,-20.8871 14.3187,-13.48106 22.2011,-31.41976 22.2171,-50.48476 0,-39.34342 -34.0013,-71.35571 -75.7893,-71.35571 -20.2496,0.015 -39.2868,7.45156 -53.6055,20.9326 z m 110.8518,50.42311 c 0,14.92369 -6.4012,28.37408 -16.7842,38.14968 -10.3424,9.7374 -24.6678,15.80116 -40.4783,15.76298 -31.6258,0 -57.2636,-24.13816 -57.2625,-53.91266 -0.02,-14.86874 6.419,-28.35496 16.7615,-38.09234 10.383,-9.77562 24.6691,-15.80238 40.501,-15.8203 31.622,-9.4e-4 57.2613,24.13812 57.2625,53.91264 z"
id="path250443"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2f2f2;fill-opacity:1;stroke-width:1.45856"
d="m 1696.0983,-869.96743 c -15.1136,14.22941 -23.417,33.11723 -23.4351,53.24295 -0.017,20.1227 8.3205,39.04455 23.4341,53.27397 15.0976,14.21439 35.176,22.04812 56.5681,22.04812 21.3752,-0.0158 41.4547,-7.81872 56.5682,-22.04812 15.1146,-14.23042 23.4351,-33.16625 23.4522,-53.29099 0,-41.53037 -35.8914,-75.32209 -80.0022,-75.32209 -21.3753,0.0158 -41.4707,7.86577 -56.5853,22.09616 z m 115.3426,53.22593 c 0,15.31768 -6.5704,29.12317 -17.2276,39.15686 -10.6155,9.99448 -25.319,16.21833 -41.5468,16.17914 -32.4607,0 -58.7756,-24.77541 -58.7742,-55.336 -0.02,-15.26129 6.5885,-29.10357 17.2039,-39.09802 10.6571,-10.0337 25.3203,-16.21958 41.5703,-16.23795 32.4569,-9.4e-4 58.7729,24.77537 58.7744,55.33597 z"
id="path250445"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2705b;fill-opacity:1;stroke-width:1.10803"
d="m 1837.2865,-871.1305 h -169.0289 c 13.9742,-23.28887 30.1784,-45.42157 48.7612,-66.06774 l 35.7532,-39.72324 35.7533,39.72324 c 18.5084,20.56359 34.7869,42.77887 48.7612,66.06774 z"
id="path250447" />
<path
style="fill:#ffe6d5;fill-opacity:1;stroke-width:0.658127"
d="m 1786.964,-324.70168 c 6.0498,10.4242 9.3074,22.24449 9.3074,34.53015 0,13.49561 -3.9091,26.43278 -11.1223,37.55502 l -15.5898,-21.26722 -8.0042,29.22498 c -1.815,6.84088 -4.7468,13.30947 -8.6093,19.31269 -3.816,-5.95669 -6.7013,-12.47181 -8.6093,-19.31269 l -8.0043,-29.22498 -15.5897,21.26722 c -7.2132,-11.12224 -11.1223,-24.05941 -11.1223,-37.55502 0,-12.28566 3.2576,-24.10595 9.3073,-34.53015 4.6537,-1.95453 9.447,-3.49024 14.4729,-4.60712 6.2825,-1.44263 12.7976,-2.18722 19.4989,-2.18722 6.7012,0 13.1698,0.79113 19.4522,2.23376 5.1191,1.11687 9.9589,2.60605 14.6125,4.56058 z"
id="path250449" />
<path
style="fill:#454948;fill-opacity:1;stroke-width:1.22212"
d="m 1760.8084,-1076.1934 c -4.9405,-2.9729 -11.1323,-2.9729 -16.0728,0 -6.6798,4.0113 -177.8786,90.4788 -177.8786,317.16201 0,91.52932 91.5257,287.48521 108.9788,421.34533 2.5298,19.42073 19.191,34.06662 38.7352,34.06662 h 76.4021 c 19.5441,0 36.2053,-14.64589 38.7351,-34.06662 17.4531,-133.86012 108.9788,-329.81601 108.9788,-421.34533 0,-226.68321 -171.1988,-313.15261 -177.8786,-317.16201 z"
id="path250451"
sodipodi:nodetypes="ccscsscsc" />
<path
id="path250453"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
d="m 1752.7725,-1120.4898 -2e-4,816.87066 h 38.2012 c 19.5441,0 36.2045,-14.64568 38.7343,-34.06641 17.4531,-133.86012 108.9787,-329.81625 108.9787,-421.34557 0,-92.2271 -28.3393,-161.24201 -62.407,-210.93929 -19.6186,-30.49789 -41.767,-59.70159 -66.4001,-87.07039 z"
sodipodi:nodetypes="ccscscsc" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:0.802037"
d="m 1779.5567,-616.10815 c -6.4509,6.45104 -15.0287,9.99501 -24.1384,9.99558 -9.1183,-0.009 -17.6966,-3.55362 -24.1476,-10.00465 -6.4511,-6.45105 -9.9956,-15.02938 -10.0047,-24.14761 0,-9.10916 3.5621,-17.70509 9.9956,-24.13855 6.451,-6.45104 15.0288,-9.995 24.1561,-10.01315 18.8314,0.009 34.1523,15.32938 34.1523,34.15226 -0.018,9.12675 -3.5621,17.70507 -9.9956,24.13854 -0.018,0.0175 -0.018,0.0175 -0.018,0.0175 z"
id="path250455" />
<g
id="g250461"
transform="matrix(1.2221209,0,0,1.2221209,1439.9078,-817.55053)"
style="fill:#1a1c1b;fill-opacity:1">
<g
id="g250459"
style="fill:#1a1c1b;fill-opacity:1">
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 256.001,451.35877 c -4.422,0 -8,-3.582 -8,-8 V 249.57205 c 0,-4.418 3.578,-8 8,-8 4.422,0 8,3.582 8,8 v 193.78672 c 0,4.418 -3.578,8 -8,8 z"
id="path250457"
sodipodi:nodetypes="sssssss" />
</g>
</g>
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:0.802035"
d="m 1762.1431,-674.93939 c -11.4043,0.009 -22.1359,4.44852 -30.1994,12.5119 -8.0463,8.04637 -12.4852,18.77693 -12.4943,30.18182 0.011,11.38673 4.4394,22.12695 12.4943,30.18183 8.064,8.06394 18.7951,12.48638 30.1909,12.5034 11.4038,-0.009 22.127,-4.45761 30.1728,-12.5034 8.0639,-8.06396 12.5124,-18.78603 12.521,-30.19033 5e-4,-23.53626 -19.1485,-42.68522 -42.6853,-42.68522 z m 25.6011,42.68522 c -0.011,7.07998 -2.8622,13.47772 -7.5059,18.12133 -4.6254,4.62548 -11.0413,7.49683 -18.1031,7.48775 -14.1429,0 -25.6097,-11.46669 -25.6097,-25.60966 -0.011,-7.0624 2.8709,-13.46921 7.4962,-18.09469 4.6437,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250463" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.802035"
d="m 1755.4268,-682.94948 c -11.4044,0.009 -22.1361,4.44853 -30.1994,12.51191 -8.0464,8.04637 -12.4853,18.77693 -12.4944,30.18182 0.011,11.38673 4.4395,22.12695 12.4944,30.18182 8.0639,8.06395 18.795,12.48639 30.1909,12.5034 11.4037,-0.009 22.1269,-4.4576 30.1727,-12.5034 8.0639,-8.06395 12.5125,-18.78602 12.521,-30.19032 6e-4,-23.53626 -19.1484,-42.68523 -42.6852,-42.68523 z m 25.6011,42.68523 c -0.011,7.07998 -2.8623,13.47771 -7.5059,18.12133 -4.6255,4.62548 -11.0414,7.49683 -18.1032,7.48775 -14.143,0 -25.6096,-11.46669 -25.6096,-25.60966 -0.011,-7.06241 2.8707,-13.46921 7.4962,-18.09469 4.6436,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250465" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:1.38175"
d="m 1795.5329,-776.35953 c -11.454,10.78389 -26.6678,16.72333 -42.8584,16.70911 -16.1745,9.4e-4 -31.4216,-5.93944 -42.8604,-16.70911 -11.4539,-10.78389 -17.7625,-25.1381 -17.7776,-40.38154 0,-15.22732 6.2934,-29.5673 17.7473,-40.35119 11.455,-10.78485 26.685,-16.7091 42.8907,-16.73946 33.4345,0.015 60.6379,25.62729 60.6379,57.09065 -0.016,15.27284 -6.3246,29.59669 -17.7795,40.38154 z"
id="path250467" />
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:1.38175"
d="m 1706.6505,-853.77411 c -14.3177,13.48011 -22.1839,31.37331 -22.201,50.43924 -0.016,19.06307 7.8824,36.98851 22.2001,50.46863 14.3025,13.46588 33.3235,20.8871 53.5893,20.8871 20.2496,-0.015 39.2717,-7.40701 53.5893,-20.8871 14.3187,-13.48106 22.2011,-31.41976 22.2171,-50.48476 0,-39.34342 -34.0013,-71.35571 -75.7893,-71.35571 -20.2496,0.015 -39.2868,7.45156 -53.6055,20.9326 z m 110.8518,50.42311 c 0,14.92369 -6.4012,28.37408 -16.7842,38.14968 -10.3424,9.7374 -24.6678,15.80116 -40.4783,15.76298 -31.6258,0 -57.2636,-24.13816 -57.2625,-53.91266 -0.02,-14.86874 6.419,-28.35496 16.7615,-38.09234 10.383,-9.77562 24.6691,-15.80238 40.501,-15.8203 31.622,-9.4e-4 57.2613,24.13812 57.2625,53.91264 z"
id="path250469"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2f2f2;fill-opacity:1;stroke-width:1.45856"
d="m 1696.0983,-869.96743 c -15.1136,14.22941 -23.417,33.11723 -23.4351,53.24295 -0.017,20.1227 8.3205,39.04455 23.4341,53.27397 15.0976,14.21439 35.176,22.04812 56.5681,22.04812 21.3752,-0.0158 41.4547,-7.81872 56.5682,-22.04812 15.1146,-14.23042 23.4351,-33.16625 23.4522,-53.29099 0,-41.53037 -35.8914,-75.32209 -80.0022,-75.32209 -21.3753,0.0158 -41.4707,7.86577 -56.5853,22.09616 z m 115.3426,53.22593 c 0,15.31768 -6.5704,29.12317 -17.2276,39.15686 -10.6155,9.99448 -25.319,16.21833 -41.5468,16.17914 -32.4607,0 -58.7756,-24.77541 -58.7742,-55.336 -0.02,-15.26129 6.5885,-29.10357 17.2039,-39.09802 10.6571,-10.0337 25.3203,-16.21958 41.5703,-16.23795 32.4569,-9.4e-4 58.7729,24.77537 58.7744,55.33597 z"
id="path250471"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2705b;fill-opacity:1;stroke-width:1.10803"
d="m 1887.7604,-951.51756 c -91.5372,-11.38291 -181.4702,-10.94666 -269.9766,0 22.3199,-37.19749 48.2016,-72.54824 77.8824,-105.52484 l 57.1058,-63.4468 57.1059,63.4468 c 29.5621,32.8446 55.5624,68.32735 77.8825,105.52484 z"
id="path250473"
sodipodi:nodetypes="ccscsc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,250 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50.609062"
height="246.19336"
viewBox="0 0 50.609068 246.19337"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="rocket_smoke2b.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
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="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient939">
<stop
style="stop-color:#eff0f1;stop-opacity:1;"
offset="0"
id="stop935" />
<stop
style="stop-color:#eff0f1;stop-opacity:0;"
offset="1"
id="stop937" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient939"
id="linearGradient941"
x1="188.87804"
y1="716.58759"
x2="188.87804"
y2="855.77551"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,347.39864,0)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="66.25"
inkscape:cy="145"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="646"
inkscape:window-y="3"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
height="2160px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#525252" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-149.54261,-610.36914)">
<path
id="path250403"
style="display:inline;fill:url(#linearGradient941);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.46489;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
d="m 173.34288,714.57812 c 7.95027,0 12.70931,39.06501 15.53515,87.92774 l -6.625,-11.61328 -5.03515,65.66992 -10.09571,-79.48828 -8.60156,12.38086 c 2.91559,-42.67355 7.57403,-74.86328 14.82227,-74.86328 z" />
<g
id="g250475"
transform="matrix(-0.13168343,0,0,0.13168343,404.83556,757.91908)"
style="display:inline">
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 1846.0893,-550.96782 c 0.078,3.94424 0.099,7.8998 0.111,11.86596 -0.011,6.81722 -0.1209,13.64504 -0.3642,20.42902 12.9267,17.16926 -24.5401,147.31085 -24.5401,147.31085 -2.011,6.38659 -4.1224,12.6954 -6.3647,18.91581 -0.1881,0.54165 -0.3974,1.06066 -0.5854,1.60231 26.5774,21.98515 55.6478,30.97769 71.2212,110.31141 0.3981,0.26516 1.4587,0.79549 1.4587,0.79549 1.3478,0.64064 2.8504,0.9949 4.4746,1.00551 4.8168,0 8.8721,-3.21521 10.1866,-7.62402 0,0 0.21,-0.78419 0.2319,-0.93904 5.1272,-20.55065 7.8892,-112.52112 7.8885,-135.23693 0,-68.19196 -24.8817,-128.9593 -63.7181,-168.43637 z"
id="path250405"
sodipodi:nodetypes="ccccccccccccc" />
<path
id="path250409"
style="opacity:1;fill:#eff0f1;fill-opacity:1"
d="m 1752.772,-1120.4892 c -44.0463,47.7284 -104.1176,101.2739 -136.0025,150.51654 -34.0677,49.69728 -62.4062,118.71236 -62.4062,210.93946 0,56.67085 35.0815,153.37542 65.9492,250.58593 -20.7749,35.77189 -33.0703,80.0034 -33.0703,127.91407 -7e-4,22.71581 2.7615,114.68567 7.8887,135.23632 0.022,0.15485 0.2304,0.93946 0.2304,0.93946 1.3145,4.40881 5.3707,7.625 10.1875,7.625 1.6242,-0.0106 8.9132,-0.89646 10.261,-1.5371 0,0 1.0609,-0.52976 1.459,-0.79492 11.9395,-60.82187 26.0274,-79.75628 46.6277,-95.44142 3.8365,17.81576 19.7188,30.88477 38.1797,30.88477 h 38.2011 z"
sodipodi:nodetypes="ccsccccccccscc" />
<g
id="g250417"
transform="rotate(-45,1722.222,787.87678)">
<path
d="m 2410.4087,18.99406 a 88.000921,88.000921 0 0 1 127.9237,120.88083 l -91.9962,94.5719 5.3193,-37.69998 -79.4767,68.83767 3.1807,-44.90544 -142.8421,113.0054 124.9235,-184.75996 -55.275,-1.52884 z"
id="path250411"
style="fill:#fbb540" />
<path
d="m 2443.6657,10.65886 a 69.979282,69.979282 0 0 1 101.7263,96.12574 l -73.1564,75.2046 4.23,-29.97943 -63.2008,54.74045 2.5294,-35.70929 -113.5896,89.86312 99.3405,-146.92312 -43.9553,-1.21575 z"
id="path250413"
style="fill:#ffcc00;fill-opacity:1;stroke-width:0.795211" />
<path
style="fill:#ffdd55;stroke-width:0.658127"
d="m 2561.492,69.78156 c -1.5795,3.02738 -3.4222,5.98901 -5.3967,8.75311 -2.7641,3.88293 -5.7915,7.43682 -9.1479,10.793271 -15.466,15.465979 -59.3968,40.233089 -81.2138,39.873479 -0.06,-4.49525 0.3595,-8.93066 1.0188,-13.18616 -11.5078,6.59304 -24.8737,10.30915 -39.3184,10.06941 -0.1798,-14.44474 3.5363,-27.810589 10.0693,-39.31853 -4.2555,0.6593 -8.6908,1.07891 -13.186,0.95903 -0.3596,-26.4321 29.8342,-74.01598 51.5523,-89.482 2.7642,-1.97434 5.7258,-3.81711 8.7532,-5.39662 -0.066,0.3291 -0.1317,0.72391 -0.1975,1.05302 7.5027,0.98717 14.8737,2.96156 21.9815,5.92313043 4.6727,1.90858997 9.1479,4.21198997 13.4916,6.97615997 5.4624,3.4222296 10.5958,7.5025996 15.3343,12.2411296 4.7385,4.73854 8.7531,9.87194 12.1754,15.33436 2.7641,4.34367 5.1334,8.81892 7.0419,13.49158 2.9616,7.10779 4.936,14.4788 5.9231,21.98144 0.4607,0.0658 0.7898,3e-5 1.1189,-0.0658 z"
id="path250415"
sodipodi:nodetypes="ccsccccccccccscccc" />
</g>
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 1662.96,-550.96924 c -0.078,3.94424 -0.099,7.8998 -0.111,11.86596 0.011,6.81722 0.1209,13.64504 0.3642,20.42902 -12.9267,17.16926 24.5401,147.31085 24.5401,147.31085 2.011,6.38659 4.1224,12.6954 6.3647,18.91581 0.1881,0.54165 0.3974,1.06066 0.5854,1.60231 -26.5774,21.98515 -55.6478,30.97769 -71.2212,110.31141 -0.3981,0.26516 -1.4587,0.79549 -1.4587,0.79549 -1.3478,0.64064 -2.8504,0.9949 -4.4746,1.00551 -4.8168,0 -8.8721,-3.21521 -10.1866,-7.62402 0,0 -0.21,-0.78419 -0.2319,-0.93904 -5.1272,-20.55065 -7.8892,-112.52112 -7.8885,-135.23693 0,-68.19196 24.8817,-128.9593 63.7181,-168.43637 z"
id="path250419"
sodipodi:nodetypes="ccccccccccccc" />
<path
style="fill:#ffdd55;stroke-width:0.658127"
d="m 1807.3005,-314.23094 c 1.0238,3.25755 1.815,6.65473 2.3734,10.00536 0.7911,4.7002 1.1634,9.35386 1.1634,14.10059 0,21.8722 -8.5162,43.69785 -25.7347,60.35795 -3.5368,-3.4437 -6.6548,-7.21317 -9.447,-11.02916 -3.816,14.05404 -11.3084,27.31697 -22.7098,38.34614 -11.3549,-11.07571 -18.8473,-24.33863 -22.7099,-38.34614 -2.7922,3.81599 -5.9101,7.58546 -9.4934,10.98263 -20.8019,-20.24342 -28.9923,-48.16538 -24.5714,-74.45854 0.5585,-3.35064 1.3496,-6.74781 2.3734,-10.00537 0.1862,0.27922 0.4188,0.60497 0.605,0.8842 6.0032,-4.60713 12.6114,-8.42312 19.7315,-11.35494 4.6537,-1.95454 9.4469,-3.49024 14.4729,-4.60711 6.2824,-1.44264 12.7975,-2.18723 19.4988,-2.18723 6.7013,0 13.1699,0.79113 19.4523,2.23376 5.026,1.11688 9.8658,2.60604 14.5194,4.56058 7.1201,2.93182 13.7283,6.74781 19.7315,11.35494 0.3723,-0.27923 0.5585,-0.55845 0.7446,-0.83766 z"
id="path250421" />
<path
style="fill:#ffe6d5;fill-opacity:1;stroke-width:0.658127"
d="m 1786.964,-324.70168 c 6.0498,10.4242 9.3074,22.24449 9.3074,34.53015 0,13.49561 -3.9091,26.43278 -11.1223,37.55502 l -15.5898,-21.26722 -8.0042,29.22498 c -1.815,6.84088 -4.7468,13.30947 -8.6093,19.31269 -3.816,-5.95669 -6.7013,-12.47181 -8.6093,-19.31269 l -8.0043,-29.22498 -15.5897,21.26722 c -7.2132,-11.12224 -11.1223,-24.05941 -11.1223,-37.55502 0,-12.28566 3.2576,-24.10595 9.3073,-34.53015 4.6537,-1.95453 9.447,-3.49024 14.4729,-4.60712 6.2825,-1.44263 12.7976,-2.18722 19.4989,-2.18722 6.7012,0 13.1698,0.79113 19.4522,2.23376 5.1191,1.11687 9.9589,2.60605 14.6125,4.56058 z"
id="path250423" />
<path
style="fill:#6b9b89;fill-opacity:1;stroke-width:1.22212"
d="m 1757.8035,-949.18846 c -3.0932,-1.86129 -6.9698,-1.86129 -10.063,0 -4.1821,2.51146 -111.3675,56.64763 -111.3675,198.5711 0,57.30534 22.0097,279.07118 39.4628,412.9313 2.5298,19.42073 19.191,34.06662 38.7352,34.06662 h 76.4021 c 19.5441,0 36.2053,-14.64589 38.7351,-34.06662 17.4531,-133.86012 39.4628,-355.62596 39.4628,-412.9313 0,-141.92347 -107.1854,-196.06086 -111.3675,-198.5711 z"
id="path250425"
sodipodi:nodetypes="ccscsscsc" />
<path
id="path250427"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
d="m 1752.7723,-976.92188 v 673.30274 h 38.2012 c 19.5441,0 36.2045,-14.64568 38.7343,-34.06641 17.4531,-133.86012 39.4629,-355.6263 39.4629,-412.93164 0,-57.74221 -17.7429,-100.95157 -39.0722,-132.0664 -12.283,-19.09437 -26.1497,-37.37853 -41.5723,-54.51368 z" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:0.802037"
d="m 1779.5567,-616.10815 c -6.4509,6.45104 -15.0287,9.99501 -24.1384,9.99558 -9.1183,-0.009 -17.6966,-3.55362 -24.1476,-10.00465 -6.4511,-6.45105 -9.9956,-15.02938 -10.0047,-24.14761 0,-9.10916 3.5621,-17.70509 9.9956,-24.13855 6.451,-6.45104 15.0288,-9.995 24.1561,-10.01315 18.8314,0.009 34.1523,15.32938 34.1523,34.15226 -0.018,9.12675 -3.5621,17.70507 -9.9956,24.13854 -0.018,0.0175 -0.018,0.0175 -0.018,0.0175 z"
id="path250429" />
<g
id="g250435"
transform="matrix(1.2221209,0,0,1.2221209,1439.9078,-817.55053)"
style="fill:#24282c;fill-opacity:1">
<g
id="g250433"
style="fill:#24282c;fill-opacity:1">
<path
style="fill:#24282c;fill-opacity:1"
d="m 256.001,451.35877 c -4.422,0 -8,-3.582 -8,-8 V 249.57205 c 0,-4.418 3.578,-8 8,-8 4.422,0 8,3.582 8,8 v 193.78672 c 0,4.418 -3.578,8 -8,8 z"
id="path250431"
sodipodi:nodetypes="sssssss" />
</g>
</g>
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:0.802035"
d="m 1762.1431,-674.93939 c -11.4043,0.009 -22.1359,4.44852 -30.1994,12.5119 -8.0463,8.04637 -12.4852,18.77693 -12.4943,30.18182 0.011,11.38673 4.4394,22.12695 12.4943,30.18183 8.064,8.06394 18.7951,12.48638 30.1909,12.5034 11.4038,-0.009 22.127,-4.45761 30.1728,-12.5034 8.0639,-8.06396 12.5124,-18.78603 12.521,-30.19033 5e-4,-23.53626 -19.1485,-42.68522 -42.6853,-42.68522 z m 25.6011,42.68522 c -0.011,7.07998 -2.8622,13.47772 -7.5059,18.12133 -4.6254,4.62548 -11.0413,7.49683 -18.1031,7.48775 -14.1429,0 -25.6097,-11.46669 -25.6097,-25.60966 -0.011,-7.0624 2.8709,-13.46921 7.4962,-18.09469 4.6437,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250437" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.802035"
d="m 1755.4268,-682.94948 c -11.4044,0.009 -22.1361,4.44853 -30.1994,12.51191 -8.0464,8.04637 -12.4853,18.77693 -12.4944,30.18182 0.011,11.38673 4.4395,22.12695 12.4944,30.18182 8.0639,8.06395 18.795,12.48639 30.1909,12.5034 11.4037,-0.009 22.1269,-4.4576 30.1727,-12.5034 8.0639,-8.06395 12.5125,-18.78602 12.521,-30.19032 6e-4,-23.53626 -19.1484,-42.68523 -42.6852,-42.68523 z m 25.6011,42.68523 c -0.011,7.07998 -2.8623,13.47771 -7.5059,18.12133 -4.6255,4.62548 -11.0414,7.49683 -18.1032,7.48775 -14.143,0 -25.6096,-11.46669 -25.6096,-25.60966 -0.011,-7.06241 2.8707,-13.46921 7.4962,-18.09469 4.6436,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250439" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:1.38175"
d="m 1795.5329,-776.35953 c -11.454,10.78389 -26.6678,16.72333 -42.8584,16.70911 -16.1745,9.4e-4 -31.4216,-5.93944 -42.8604,-16.70911 -11.4539,-10.78389 -17.7625,-25.1381 -17.7776,-40.38154 0,-15.22732 6.2934,-29.5673 17.7473,-40.35119 11.455,-10.78485 26.685,-16.7091 42.8907,-16.73946 33.4345,0.015 60.6379,25.62729 60.6379,57.09065 -0.016,15.27284 -6.3246,29.59669 -17.7795,40.38154 z"
id="path250441" />
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:1.38175"
d="m 1706.6505,-853.77411 c -14.3177,13.48011 -22.1839,31.37331 -22.201,50.43924 -0.016,19.06307 7.8824,36.98851 22.2001,50.46863 14.3025,13.46588 33.3235,20.8871 53.5893,20.8871 20.2496,-0.015 39.2717,-7.40701 53.5893,-20.8871 14.3187,-13.48106 22.2011,-31.41976 22.2171,-50.48476 0,-39.34342 -34.0013,-71.35571 -75.7893,-71.35571 -20.2496,0.015 -39.2868,7.45156 -53.6055,20.9326 z m 110.8518,50.42311 c 0,14.92369 -6.4012,28.37408 -16.7842,38.14968 -10.3424,9.7374 -24.6678,15.80116 -40.4783,15.76298 -31.6258,0 -57.2636,-24.13816 -57.2625,-53.91266 -0.02,-14.86874 6.419,-28.35496 16.7615,-38.09234 10.383,-9.77562 24.6691,-15.80238 40.501,-15.8203 31.622,-9.4e-4 57.2613,24.13812 57.2625,53.91264 z"
id="path250443"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2f2f2;fill-opacity:1;stroke-width:1.45856"
d="m 1696.0983,-869.96743 c -15.1136,14.22941 -23.417,33.11723 -23.4351,53.24295 -0.017,20.1227 8.3205,39.04455 23.4341,53.27397 15.0976,14.21439 35.176,22.04812 56.5681,22.04812 21.3752,-0.0158 41.4547,-7.81872 56.5682,-22.04812 15.1146,-14.23042 23.4351,-33.16625 23.4522,-53.29099 0,-41.53037 -35.8914,-75.32209 -80.0022,-75.32209 -21.3753,0.0158 -41.4707,7.86577 -56.5853,22.09616 z m 115.3426,53.22593 c 0,15.31768 -6.5704,29.12317 -17.2276,39.15686 -10.6155,9.99448 -25.319,16.21833 -41.5468,16.17914 -32.4607,0 -58.7756,-24.77541 -58.7742,-55.336 -0.02,-15.26129 6.5885,-29.10357 17.2039,-39.09802 10.6571,-10.0337 25.3203,-16.21958 41.5703,-16.23795 32.4569,-9.4e-4 58.7729,24.77537 58.7744,55.33597 z"
id="path250445"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2705b;fill-opacity:1;stroke-width:1.10803"
d="m 1837.2865,-871.1305 h -169.0289 c 13.9742,-23.28887 30.1784,-45.42157 48.7612,-66.06774 l 35.7532,-39.72324 35.7533,39.72324 c 18.5084,20.56359 34.7869,42.77887 48.7612,66.06774 z"
id="path250447" />
<path
style="fill:#ffe6d5;fill-opacity:1;stroke-width:0.658127"
d="m 1786.964,-324.70168 c 6.0498,10.4242 9.3074,22.24449 9.3074,34.53015 0,13.49561 -3.9091,26.43278 -11.1223,37.55502 l -15.5898,-21.26722 -8.0042,29.22498 c -1.815,6.84088 -4.7468,13.30947 -8.6093,19.31269 -3.816,-5.95669 -6.7013,-12.47181 -8.6093,-19.31269 l -8.0043,-29.22498 -15.5897,21.26722 c -7.2132,-11.12224 -11.1223,-24.05941 -11.1223,-37.55502 0,-12.28566 3.2576,-24.10595 9.3073,-34.53015 4.6537,-1.95453 9.447,-3.49024 14.4729,-4.60712 6.2825,-1.44263 12.7976,-2.18722 19.4989,-2.18722 6.7012,0 13.1698,0.79113 19.4522,2.23376 5.1191,1.11687 9.9589,2.60605 14.6125,4.56058 z"
id="path250449" />
<path
style="fill:#454948;fill-opacity:1;stroke-width:1.22212"
d="m 1760.8084,-1076.1934 c -4.9405,-2.9729 -11.1323,-2.9729 -16.0728,0 -6.6798,4.0113 -177.8786,90.4788 -177.8786,317.16201 0,91.52932 91.5257,287.48521 108.9788,421.34533 2.5298,19.42073 19.191,34.06662 38.7352,34.06662 h 76.4021 c 19.5441,0 36.2053,-14.64589 38.7351,-34.06662 17.4531,-133.86012 108.9788,-329.81601 108.9788,-421.34533 0,-226.68321 -171.1988,-313.15261 -177.8786,-317.16201 z"
id="path250451"
sodipodi:nodetypes="ccscsscsc" />
<path
id="path250453"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
d="m 1752.7725,-1120.4898 -2e-4,816.87066 h 38.2012 c 19.5441,0 36.2045,-14.64568 38.7343,-34.06641 17.4531,-133.86012 108.9787,-329.81625 108.9787,-421.34557 0,-92.2271 -28.3393,-161.24201 -62.407,-210.93929 -19.6186,-30.49789 -41.767,-59.70159 -66.4001,-87.07039 z"
sodipodi:nodetypes="ccscscsc" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:0.802037"
d="m 1779.5567,-616.10815 c -6.4509,6.45104 -15.0287,9.99501 -24.1384,9.99558 -9.1183,-0.009 -17.6966,-3.55362 -24.1476,-10.00465 -6.4511,-6.45105 -9.9956,-15.02938 -10.0047,-24.14761 0,-9.10916 3.5621,-17.70509 9.9956,-24.13855 6.451,-6.45104 15.0288,-9.995 24.1561,-10.01315 18.8314,0.009 34.1523,15.32938 34.1523,34.15226 -0.018,9.12675 -3.5621,17.70507 -9.9956,24.13854 -0.018,0.0175 -0.018,0.0175 -0.018,0.0175 z"
id="path250455" />
<g
id="g250461"
transform="matrix(1.2221209,0,0,1.2221209,1439.9078,-817.55053)"
style="fill:#1a1c1b;fill-opacity:1">
<g
id="g250459"
style="fill:#1a1c1b;fill-opacity:1">
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 256.001,451.35877 c -4.422,0 -8,-3.582 -8,-8 V 249.57205 c 0,-4.418 3.578,-8 8,-8 4.422,0 8,3.582 8,8 v 193.78672 c 0,4.418 -3.578,8 -8,8 z"
id="path250457"
sodipodi:nodetypes="sssssss" />
</g>
</g>
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:0.802035"
d="m 1762.1431,-674.93939 c -11.4043,0.009 -22.1359,4.44852 -30.1994,12.5119 -8.0463,8.04637 -12.4852,18.77693 -12.4943,30.18182 0.011,11.38673 4.4394,22.12695 12.4943,30.18183 8.064,8.06394 18.7951,12.48638 30.1909,12.5034 11.4038,-0.009 22.127,-4.45761 30.1728,-12.5034 8.0639,-8.06396 12.5124,-18.78603 12.521,-30.19033 5e-4,-23.53626 -19.1485,-42.68522 -42.6853,-42.68522 z m 25.6011,42.68522 c -0.011,7.07998 -2.8622,13.47772 -7.5059,18.12133 -4.6254,4.62548 -11.0413,7.49683 -18.1031,7.48775 -14.1429,0 -25.6097,-11.46669 -25.6097,-25.60966 -0.011,-7.0624 2.8709,-13.46921 7.4962,-18.09469 4.6437,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250463" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.802035"
d="m 1755.4268,-682.94948 c -11.4044,0.009 -22.1361,4.44853 -30.1994,12.51191 -8.0464,8.04637 -12.4853,18.77693 -12.4944,30.18182 0.011,11.38673 4.4395,22.12695 12.4944,30.18182 8.0639,8.06395 18.795,12.48639 30.1909,12.5034 11.4037,-0.009 22.1269,-4.4576 30.1727,-12.5034 8.0639,-8.06395 12.5125,-18.78602 12.521,-30.19032 6e-4,-23.53626 -19.1484,-42.68523 -42.6852,-42.68523 z m 25.6011,42.68523 c -0.011,7.07998 -2.8623,13.47771 -7.5059,18.12133 -4.6255,4.62548 -11.0414,7.49683 -18.1032,7.48775 -14.143,0 -25.6096,-11.46669 -25.6096,-25.60966 -0.011,-7.06241 2.8707,-13.46921 7.4962,-18.09469 4.6436,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250465" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:1.38175"
d="m 1795.5329,-776.35953 c -11.454,10.78389 -26.6678,16.72333 -42.8584,16.70911 -16.1745,9.4e-4 -31.4216,-5.93944 -42.8604,-16.70911 -11.4539,-10.78389 -17.7625,-25.1381 -17.7776,-40.38154 0,-15.22732 6.2934,-29.5673 17.7473,-40.35119 11.455,-10.78485 26.685,-16.7091 42.8907,-16.73946 33.4345,0.015 60.6379,25.62729 60.6379,57.09065 -0.016,15.27284 -6.3246,29.59669 -17.7795,40.38154 z"
id="path250467" />
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:1.38175"
d="m 1706.6505,-853.77411 c -14.3177,13.48011 -22.1839,31.37331 -22.201,50.43924 -0.016,19.06307 7.8824,36.98851 22.2001,50.46863 14.3025,13.46588 33.3235,20.8871 53.5893,20.8871 20.2496,-0.015 39.2717,-7.40701 53.5893,-20.8871 14.3187,-13.48106 22.2011,-31.41976 22.2171,-50.48476 0,-39.34342 -34.0013,-71.35571 -75.7893,-71.35571 -20.2496,0.015 -39.2868,7.45156 -53.6055,20.9326 z m 110.8518,50.42311 c 0,14.92369 -6.4012,28.37408 -16.7842,38.14968 -10.3424,9.7374 -24.6678,15.80116 -40.4783,15.76298 -31.6258,0 -57.2636,-24.13816 -57.2625,-53.91266 -0.02,-14.86874 6.419,-28.35496 16.7615,-38.09234 10.383,-9.77562 24.6691,-15.80238 40.501,-15.8203 31.622,-9.4e-4 57.2613,24.13812 57.2625,53.91264 z"
id="path250469"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2f2f2;fill-opacity:1;stroke-width:1.45856"
d="m 1696.0983,-869.96743 c -15.1136,14.22941 -23.417,33.11723 -23.4351,53.24295 -0.017,20.1227 8.3205,39.04455 23.4341,53.27397 15.0976,14.21439 35.176,22.04812 56.5681,22.04812 21.3752,-0.0158 41.4547,-7.81872 56.5682,-22.04812 15.1146,-14.23042 23.4351,-33.16625 23.4522,-53.29099 0,-41.53037 -35.8914,-75.32209 -80.0022,-75.32209 -21.3753,0.0158 -41.4707,7.86577 -56.5853,22.09616 z m 115.3426,53.22593 c 0,15.31768 -6.5704,29.12317 -17.2276,39.15686 -10.6155,9.99448 -25.319,16.21833 -41.5468,16.17914 -32.4607,0 -58.7756,-24.77541 -58.7742,-55.336 -0.02,-15.26129 6.5885,-29.10357 17.2039,-39.09802 10.6571,-10.0337 25.3203,-16.21958 41.5703,-16.23795 32.4569,-9.4e-4 58.7729,24.77537 58.7744,55.33597 z"
id="path250471"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2705b;fill-opacity:1;stroke-width:1.10803"
d="m 1887.7604,-951.51756 c -91.5372,-11.38291 -181.4702,-10.94666 -269.9766,0 22.3199,-37.19749 48.2016,-72.54824 77.8824,-105.52484 l 57.1058,-63.4468 57.1059,63.4468 c 29.5621,32.8446 55.5624,68.32735 77.8825,105.52484 z"
id="path250473"
sodipodi:nodetypes="ccscsc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,227 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="108.81853"
height="2160.5229"
viewBox="0 0 108.81854 2160.523"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="rocket_smoke.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"
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="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="-169.20055"
inkscape:cy="1534.4217"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="224"
inkscape:window-y="103"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
height="2160px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#525252" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-116.02842,-610.36914)">
<path
id="path250403"
style="display:inline;fill:#eff0f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.46489;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
d="m 170.0562,714.59209 c 9.38797,0 14.50417,53.62433 17.00032,114.68438 8.24465,1098.39983 1.91828,1138.93853 33.79043,1941.61563 -46.56792,0 -58.65508,0 -108.81853,0 34.53647,-791.4836 28.78177,-828.0114 41.02962,-1941.62914 2.4963,-61.06021 7.61008,-114.68446 16.99812,-114.68446 v -8.5e-4 z"
sodipodi:nodetypes="sccccscs" />
<g
id="g250475"
transform="matrix(-0.13168343,0,0,0.13168343,400.42611,757.91908)"
style="display:inline">
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 1846.0893,-550.96782 c 0.078,3.94424 0.099,7.8998 0.111,11.86596 -0.011,6.81722 -0.1209,13.64504 -0.3642,20.42902 12.9267,17.16926 -24.5401,147.31085 -24.5401,147.31085 -2.011,6.38659 -4.1224,12.6954 -6.3647,18.91581 -0.1881,0.54165 -0.3974,1.06066 -0.5854,1.60231 26.5774,21.98515 55.6478,30.97769 71.2212,110.31141 0.3981,0.26516 1.4587,0.79549 1.4587,0.79549 1.3478,0.64064 2.8504,0.9949 4.4746,1.00551 4.8168,0 8.8721,-3.21521 10.1866,-7.62402 0,0 0.21,-0.78419 0.2319,-0.93904 5.1272,-20.55065 7.8892,-112.52112 7.8885,-135.23693 0,-68.19196 -24.8817,-128.9593 -63.7181,-168.43637 z"
id="path250405"
sodipodi:nodetypes="ccccccccccccc" />
<path
id="path250409"
style="opacity:1;fill:#eff0f1;fill-opacity:1"
d="m 1752.772,-1120.4892 c -44.0463,47.7284 -104.1176,101.2739 -136.0025,150.51654 -34.0677,49.69728 -62.4062,118.71236 -62.4062,210.93946 0,56.67085 35.0815,153.37542 65.9492,250.58593 -20.7749,35.77189 -33.0703,80.0034 -33.0703,127.91407 -7e-4,22.71581 2.7615,114.68567 7.8887,135.23632 0.022,0.15485 0.2304,0.93946 0.2304,0.93946 1.3145,4.40881 5.3707,7.625 10.1875,7.625 1.6242,-0.0106 8.9132,-0.89646 10.261,-1.5371 0,0 1.0609,-0.52976 1.459,-0.79492 11.9395,-60.82187 26.0274,-79.75628 46.6277,-95.44142 3.8365,17.81576 19.7188,30.88477 38.1797,30.88477 h 38.2011 z"
sodipodi:nodetypes="ccsccccccccscc" />
<g
id="g250417"
transform="rotate(-45,1722.222,787.87678)">
<path
d="m 2410.4087,18.99406 a 88.000921,88.000921 0 0 1 127.9237,120.88083 l -91.9962,94.5719 5.3193,-37.69998 -79.4767,68.83767 3.1807,-44.90544 -142.8421,113.0054 124.9235,-184.75996 -55.275,-1.52884 z"
id="path250411"
style="fill:#fbb540" />
<path
d="m 2443.6657,10.65886 a 69.979282,69.979282 0 0 1 101.7263,96.12574 l -73.1564,75.2046 4.23,-29.97943 -63.2008,54.74045 2.5294,-35.70929 -113.5896,89.86312 99.3405,-146.92312 -43.9553,-1.21575 z"
id="path250413"
style="fill:#ffcc00;fill-opacity:1;stroke-width:0.795211" />
<path
style="fill:#ffdd55;stroke-width:0.658127"
d="m 2561.492,69.78156 c -1.5795,3.02738 -3.4222,5.98901 -5.3967,8.75311 -2.7641,3.88293 -5.7915,7.43682 -9.1479,10.793271 -15.466,15.465979 -59.3968,40.233089 -81.2138,39.873479 -0.06,-4.49525 0.3595,-8.93066 1.0188,-13.18616 -11.5078,6.59304 -24.8737,10.30915 -39.3184,10.06941 -0.1798,-14.44474 3.5363,-27.810589 10.0693,-39.31853 -4.2555,0.6593 -8.6908,1.07891 -13.186,0.95903 -0.3596,-26.4321 29.8342,-74.01598 51.5523,-89.482 2.7642,-1.97434 5.7258,-3.81711 8.7532,-5.39662 -0.066,0.3291 -0.1317,0.72391 -0.1975,1.05302 7.5027,0.98717 14.8737,2.96156 21.9815,5.92313043 4.6727,1.90858997 9.1479,4.21198997 13.4916,6.97615997 5.4624,3.4222296 10.5958,7.5025996 15.3343,12.2411296 4.7385,4.73854 8.7531,9.87194 12.1754,15.33436 2.7641,4.34367 5.1334,8.81892 7.0419,13.49158 2.9616,7.10779 4.936,14.4788 5.9231,21.98144 0.4607,0.0658 0.7898,3e-5 1.1189,-0.0658 z"
id="path250415"
sodipodi:nodetypes="ccsccccccccccscccc" />
</g>
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 1662.96,-550.96924 c -0.078,3.94424 -0.099,7.8998 -0.111,11.86596 0.011,6.81722 0.1209,13.64504 0.3642,20.42902 -12.9267,17.16926 24.5401,147.31085 24.5401,147.31085 2.011,6.38659 4.1224,12.6954 6.3647,18.91581 0.1881,0.54165 0.3974,1.06066 0.5854,1.60231 -26.5774,21.98515 -55.6478,30.97769 -71.2212,110.31141 -0.3981,0.26516 -1.4587,0.79549 -1.4587,0.79549 -1.3478,0.64064 -2.8504,0.9949 -4.4746,1.00551 -4.8168,0 -8.8721,-3.21521 -10.1866,-7.62402 0,0 -0.21,-0.78419 -0.2319,-0.93904 -5.1272,-20.55065 -7.8892,-112.52112 -7.8885,-135.23693 0,-68.19196 24.8817,-128.9593 63.7181,-168.43637 z"
id="path250419"
sodipodi:nodetypes="ccccccccccccc" />
<path
style="fill:#ffdd55;stroke-width:0.658127"
d="m 1807.3005,-314.23094 c 1.0238,3.25755 1.815,6.65473 2.3734,10.00536 0.7911,4.7002 1.1634,9.35386 1.1634,14.10059 0,21.8722 -8.5162,43.69785 -25.7347,60.35795 -3.5368,-3.4437 -6.6548,-7.21317 -9.447,-11.02916 -3.816,14.05404 -11.3084,27.31697 -22.7098,38.34614 -11.3549,-11.07571 -18.8473,-24.33863 -22.7099,-38.34614 -2.7922,3.81599 -5.9101,7.58546 -9.4934,10.98263 -20.8019,-20.24342 -28.9923,-48.16538 -24.5714,-74.45854 0.5585,-3.35064 1.3496,-6.74781 2.3734,-10.00537 0.1862,0.27922 0.4188,0.60497 0.605,0.8842 6.0032,-4.60713 12.6114,-8.42312 19.7315,-11.35494 4.6537,-1.95454 9.4469,-3.49024 14.4729,-4.60711 6.2824,-1.44264 12.7975,-2.18723 19.4988,-2.18723 6.7013,0 13.1699,0.79113 19.4523,2.23376 5.026,1.11688 9.8658,2.60604 14.5194,4.56058 7.1201,2.93182 13.7283,6.74781 19.7315,11.35494 0.3723,-0.27923 0.5585,-0.55845 0.7446,-0.83766 z"
id="path250421" />
<path
style="fill:#ffe6d5;fill-opacity:1;stroke-width:0.658127"
d="m 1786.964,-324.70168 c 6.0498,10.4242 9.3074,22.24449 9.3074,34.53015 0,13.49561 -3.9091,26.43278 -11.1223,37.55502 l -15.5898,-21.26722 -8.0042,29.22498 c -1.815,6.84088 -4.7468,13.30947 -8.6093,19.31269 -3.816,-5.95669 -6.7013,-12.47181 -8.6093,-19.31269 l -8.0043,-29.22498 -15.5897,21.26722 c -7.2132,-11.12224 -11.1223,-24.05941 -11.1223,-37.55502 0,-12.28566 3.2576,-24.10595 9.3073,-34.53015 4.6537,-1.95453 9.447,-3.49024 14.4729,-4.60712 6.2825,-1.44263 12.7976,-2.18722 19.4989,-2.18722 6.7012,0 13.1698,0.79113 19.4522,2.23376 5.1191,1.11687 9.9589,2.60605 14.6125,4.56058 z"
id="path250423" />
<path
style="fill:#6b9b89;fill-opacity:1;stroke-width:1.22212"
d="m 1757.8035,-949.18846 c -3.0932,-1.86129 -6.9698,-1.86129 -10.063,0 -4.1821,2.51146 -111.3675,56.64763 -111.3675,198.5711 0,57.30534 22.0097,279.07118 39.4628,412.9313 2.5298,19.42073 19.191,34.06662 38.7352,34.06662 h 76.4021 c 19.5441,0 36.2053,-14.64589 38.7351,-34.06662 17.4531,-133.86012 39.4628,-355.62596 39.4628,-412.9313 0,-141.92347 -107.1854,-196.06086 -111.3675,-198.5711 z"
id="path250425"
sodipodi:nodetypes="ccscsscsc" />
<path
id="path250427"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
d="m 1752.7723,-976.92188 v 673.30274 h 38.2012 c 19.5441,0 36.2045,-14.64568 38.7343,-34.06641 17.4531,-133.86012 39.4629,-355.6263 39.4629,-412.93164 0,-57.74221 -17.7429,-100.95157 -39.0722,-132.0664 -12.283,-19.09437 -26.1497,-37.37853 -41.5723,-54.51368 z" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:0.802037"
d="m 1779.5567,-616.10815 c -6.4509,6.45104 -15.0287,9.99501 -24.1384,9.99558 -9.1183,-0.009 -17.6966,-3.55362 -24.1476,-10.00465 -6.4511,-6.45105 -9.9956,-15.02938 -10.0047,-24.14761 0,-9.10916 3.5621,-17.70509 9.9956,-24.13855 6.451,-6.45104 15.0288,-9.995 24.1561,-10.01315 18.8314,0.009 34.1523,15.32938 34.1523,34.15226 -0.018,9.12675 -3.5621,17.70507 -9.9956,24.13854 -0.018,0.0175 -0.018,0.0175 -0.018,0.0175 z"
id="path250429" />
<g
id="g250435"
transform="matrix(1.2221209,0,0,1.2221209,1439.9078,-817.55053)"
style="fill:#24282c;fill-opacity:1">
<g
id="g250433"
style="fill:#24282c;fill-opacity:1">
<path
style="fill:#24282c;fill-opacity:1"
d="m 256.001,451.35877 c -4.422,0 -8,-3.582 -8,-8 V 249.57205 c 0,-4.418 3.578,-8 8,-8 4.422,0 8,3.582 8,8 v 193.78672 c 0,4.418 -3.578,8 -8,8 z"
id="path250431"
sodipodi:nodetypes="sssssss" />
</g>
</g>
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:0.802035"
d="m 1762.1431,-674.93939 c -11.4043,0.009 -22.1359,4.44852 -30.1994,12.5119 -8.0463,8.04637 -12.4852,18.77693 -12.4943,30.18182 0.011,11.38673 4.4394,22.12695 12.4943,30.18183 8.064,8.06394 18.7951,12.48638 30.1909,12.5034 11.4038,-0.009 22.127,-4.45761 30.1728,-12.5034 8.0639,-8.06396 12.5124,-18.78603 12.521,-30.19033 5e-4,-23.53626 -19.1485,-42.68522 -42.6853,-42.68522 z m 25.6011,42.68522 c -0.011,7.07998 -2.8622,13.47772 -7.5059,18.12133 -4.6254,4.62548 -11.0413,7.49683 -18.1031,7.48775 -14.1429,0 -25.6097,-11.46669 -25.6097,-25.60966 -0.011,-7.0624 2.8709,-13.46921 7.4962,-18.09469 4.6437,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250437" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.802035"
d="m 1755.4268,-682.94948 c -11.4044,0.009 -22.1361,4.44853 -30.1994,12.51191 -8.0464,8.04637 -12.4853,18.77693 -12.4944,30.18182 0.011,11.38673 4.4395,22.12695 12.4944,30.18182 8.0639,8.06395 18.795,12.48639 30.1909,12.5034 11.4037,-0.009 22.1269,-4.4576 30.1727,-12.5034 8.0639,-8.06395 12.5125,-18.78602 12.521,-30.19032 6e-4,-23.53626 -19.1484,-42.68523 -42.6852,-42.68523 z m 25.6011,42.68523 c -0.011,7.07998 -2.8623,13.47771 -7.5059,18.12133 -4.6255,4.62548 -11.0414,7.49683 -18.1032,7.48775 -14.143,0 -25.6096,-11.46669 -25.6096,-25.60966 -0.011,-7.06241 2.8707,-13.46921 7.4962,-18.09469 4.6436,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250439" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:1.38175"
d="m 1795.5329,-776.35953 c -11.454,10.78389 -26.6678,16.72333 -42.8584,16.70911 -16.1745,9.4e-4 -31.4216,-5.93944 -42.8604,-16.70911 -11.4539,-10.78389 -17.7625,-25.1381 -17.7776,-40.38154 0,-15.22732 6.2934,-29.5673 17.7473,-40.35119 11.455,-10.78485 26.685,-16.7091 42.8907,-16.73946 33.4345,0.015 60.6379,25.62729 60.6379,57.09065 -0.016,15.27284 -6.3246,29.59669 -17.7795,40.38154 z"
id="path250441" />
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:1.38175"
d="m 1706.6505,-853.77411 c -14.3177,13.48011 -22.1839,31.37331 -22.201,50.43924 -0.016,19.06307 7.8824,36.98851 22.2001,50.46863 14.3025,13.46588 33.3235,20.8871 53.5893,20.8871 20.2496,-0.015 39.2717,-7.40701 53.5893,-20.8871 14.3187,-13.48106 22.2011,-31.41976 22.2171,-50.48476 0,-39.34342 -34.0013,-71.35571 -75.7893,-71.35571 -20.2496,0.015 -39.2868,7.45156 -53.6055,20.9326 z m 110.8518,50.42311 c 0,14.92369 -6.4012,28.37408 -16.7842,38.14968 -10.3424,9.7374 -24.6678,15.80116 -40.4783,15.76298 -31.6258,0 -57.2636,-24.13816 -57.2625,-53.91266 -0.02,-14.86874 6.419,-28.35496 16.7615,-38.09234 10.383,-9.77562 24.6691,-15.80238 40.501,-15.8203 31.622,-9.4e-4 57.2613,24.13812 57.2625,53.91264 z"
id="path250443"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2f2f2;fill-opacity:1;stroke-width:1.45856"
d="m 1696.0983,-869.96743 c -15.1136,14.22941 -23.417,33.11723 -23.4351,53.24295 -0.017,20.1227 8.3205,39.04455 23.4341,53.27397 15.0976,14.21439 35.176,22.04812 56.5681,22.04812 21.3752,-0.0158 41.4547,-7.81872 56.5682,-22.04812 15.1146,-14.23042 23.4351,-33.16625 23.4522,-53.29099 0,-41.53037 -35.8914,-75.32209 -80.0022,-75.32209 -21.3753,0.0158 -41.4707,7.86577 -56.5853,22.09616 z m 115.3426,53.22593 c 0,15.31768 -6.5704,29.12317 -17.2276,39.15686 -10.6155,9.99448 -25.319,16.21833 -41.5468,16.17914 -32.4607,0 -58.7756,-24.77541 -58.7742,-55.336 -0.02,-15.26129 6.5885,-29.10357 17.2039,-39.09802 10.6571,-10.0337 25.3203,-16.21958 41.5703,-16.23795 32.4569,-9.4e-4 58.7729,24.77537 58.7744,55.33597 z"
id="path250445"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2705b;fill-opacity:1;stroke-width:1.10803"
d="m 1837.2865,-871.1305 h -169.0289 c 13.9742,-23.28887 30.1784,-45.42157 48.7612,-66.06774 l 35.7532,-39.72324 35.7533,39.72324 c 18.5084,20.56359 34.7869,42.77887 48.7612,66.06774 z"
id="path250447" />
<path
style="fill:#ffe6d5;fill-opacity:1;stroke-width:0.658127"
d="m 1786.964,-324.70168 c 6.0498,10.4242 9.3074,22.24449 9.3074,34.53015 0,13.49561 -3.9091,26.43278 -11.1223,37.55502 l -15.5898,-21.26722 -8.0042,29.22498 c -1.815,6.84088 -4.7468,13.30947 -8.6093,19.31269 -3.816,-5.95669 -6.7013,-12.47181 -8.6093,-19.31269 l -8.0043,-29.22498 -15.5897,21.26722 c -7.2132,-11.12224 -11.1223,-24.05941 -11.1223,-37.55502 0,-12.28566 3.2576,-24.10595 9.3073,-34.53015 4.6537,-1.95453 9.447,-3.49024 14.4729,-4.60712 6.2825,-1.44263 12.7976,-2.18722 19.4989,-2.18722 6.7012,0 13.1698,0.79113 19.4522,2.23376 5.1191,1.11687 9.9589,2.60605 14.6125,4.56058 z"
id="path250449" />
<path
style="fill:#454948;fill-opacity:1;stroke-width:1.22212"
d="m 1760.8084,-1076.1934 c -4.9405,-2.9729 -11.1323,-2.9729 -16.0728,0 -6.6798,4.0113 -177.8786,90.4788 -177.8786,317.16201 0,91.52932 91.5257,287.48521 108.9788,421.34533 2.5298,19.42073 19.191,34.06662 38.7352,34.06662 h 76.4021 c 19.5441,0 36.2053,-14.64589 38.7351,-34.06662 17.4531,-133.86012 108.9788,-329.81601 108.9788,-421.34533 0,-226.68321 -171.1988,-313.15261 -177.8786,-317.16201 z"
id="path250451"
sodipodi:nodetypes="ccscsscsc" />
<path
id="path250453"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55906;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
d="m 1752.7725,-1120.4898 -2e-4,816.87066 h 38.2012 c 19.5441,0 36.2045,-14.64568 38.7343,-34.06641 17.4531,-133.86012 108.9787,-329.81625 108.9787,-421.34557 0,-92.2271 -28.3393,-161.24201 -62.407,-210.93929 -19.6186,-30.49789 -41.767,-59.70159 -66.4001,-87.07039 z"
sodipodi:nodetypes="ccscscsc" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:0.802037"
d="m 1779.5567,-616.10815 c -6.4509,6.45104 -15.0287,9.99501 -24.1384,9.99558 -9.1183,-0.009 -17.6966,-3.55362 -24.1476,-10.00465 -6.4511,-6.45105 -9.9956,-15.02938 -10.0047,-24.14761 0,-9.10916 3.5621,-17.70509 9.9956,-24.13855 6.451,-6.45104 15.0288,-9.995 24.1561,-10.01315 18.8314,0.009 34.1523,15.32938 34.1523,34.15226 -0.018,9.12675 -3.5621,17.70507 -9.9956,24.13854 -0.018,0.0175 -0.018,0.0175 -0.018,0.0175 z"
id="path250455" />
<g
id="g250461"
transform="matrix(1.2221209,0,0,1.2221209,1439.9078,-817.55053)"
style="fill:#1a1c1b;fill-opacity:1">
<g
id="g250459"
style="fill:#1a1c1b;fill-opacity:1">
<path
style="fill:#1a1c1b;fill-opacity:1"
d="m 256.001,451.35877 c -4.422,0 -8,-3.582 -8,-8 V 249.57205 c 0,-4.418 3.578,-8 8,-8 4.422,0 8,3.582 8,8 v 193.78672 c 0,4.418 -3.578,8 -8,8 z"
id="path250457"
sodipodi:nodetypes="sssssss" />
</g>
</g>
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:0.802035"
d="m 1762.1431,-674.93939 c -11.4043,0.009 -22.1359,4.44852 -30.1994,12.5119 -8.0463,8.04637 -12.4852,18.77693 -12.4943,30.18182 0.011,11.38673 4.4394,22.12695 12.4943,30.18183 8.064,8.06394 18.7951,12.48638 30.1909,12.5034 11.4038,-0.009 22.127,-4.45761 30.1728,-12.5034 8.0639,-8.06396 12.5124,-18.78603 12.521,-30.19033 5e-4,-23.53626 -19.1485,-42.68522 -42.6853,-42.68522 z m 25.6011,42.68522 c -0.011,7.07998 -2.8622,13.47772 -7.5059,18.12133 -4.6254,4.62548 -11.0413,7.49683 -18.1031,7.48775 -14.1429,0 -25.6097,-11.46669 -25.6097,-25.60966 -0.011,-7.0624 2.8709,-13.46921 7.4962,-18.09469 4.6437,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250463" />
<path
style="fill:#e6e6e6;fill-opacity:1;stroke-width:0.802035"
d="m 1755.4268,-682.94948 c -11.4044,0.009 -22.1361,4.44853 -30.1994,12.51191 -8.0464,8.04637 -12.4853,18.77693 -12.4944,30.18182 0.011,11.38673 4.4395,22.12695 12.4944,30.18182 8.0639,8.06395 18.795,12.48639 30.1909,12.5034 11.4037,-0.009 22.1269,-4.4576 30.1727,-12.5034 8.0639,-8.06395 12.5125,-18.78602 12.521,-30.19032 6e-4,-23.53626 -19.1484,-42.68523 -42.6852,-42.68523 z m 25.6011,42.68523 c -0.011,7.07998 -2.8623,13.47771 -7.5059,18.12133 -4.6255,4.62548 -11.0414,7.49683 -18.1032,7.48775 -14.143,0 -25.6096,-11.46669 -25.6096,-25.60966 -0.011,-7.06241 2.8707,-13.46921 7.4962,-18.09469 4.6436,-4.64361 11.0323,-7.50589 18.1129,-7.5144 14.1424,5.7e-4 25.6091,11.46727 25.6096,25.60967 z"
id="path250465" />
<path
style="fill:#53dcff;fill-opacity:1;stroke-width:1.38175"
d="m 1795.5329,-776.35953 c -11.454,10.78389 -26.6678,16.72333 -42.8584,16.70911 -16.1745,9.4e-4 -31.4216,-5.93944 -42.8604,-16.70911 -11.4539,-10.78389 -17.7625,-25.1381 -17.7776,-40.38154 0,-15.22732 6.2934,-29.5673 17.7473,-40.35119 11.455,-10.78485 26.685,-16.7091 42.8907,-16.73946 33.4345,0.015 60.6379,25.62729 60.6379,57.09065 -0.016,15.27284 -6.3246,29.59669 -17.7795,40.38154 z"
id="path250467" />
<path
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke-width:1.38175"
d="m 1706.6505,-853.77411 c -14.3177,13.48011 -22.1839,31.37331 -22.201,50.43924 -0.016,19.06307 7.8824,36.98851 22.2001,50.46863 14.3025,13.46588 33.3235,20.8871 53.5893,20.8871 20.2496,-0.015 39.2717,-7.40701 53.5893,-20.8871 14.3187,-13.48106 22.2011,-31.41976 22.2171,-50.48476 0,-39.34342 -34.0013,-71.35571 -75.7893,-71.35571 -20.2496,0.015 -39.2868,7.45156 -53.6055,20.9326 z m 110.8518,50.42311 c 0,14.92369 -6.4012,28.37408 -16.7842,38.14968 -10.3424,9.7374 -24.6678,15.80116 -40.4783,15.76298 -31.6258,0 -57.2636,-24.13816 -57.2625,-53.91266 -0.02,-14.86874 6.419,-28.35496 16.7615,-38.09234 10.383,-9.77562 24.6691,-15.80238 40.501,-15.8203 31.622,-9.4e-4 57.2613,24.13812 57.2625,53.91264 z"
id="path250469"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2f2f2;fill-opacity:1;stroke-width:1.45856"
d="m 1696.0983,-869.96743 c -15.1136,14.22941 -23.417,33.11723 -23.4351,53.24295 -0.017,20.1227 8.3205,39.04455 23.4341,53.27397 15.0976,14.21439 35.176,22.04812 56.5681,22.04812 21.3752,-0.0158 41.4547,-7.81872 56.5682,-22.04812 15.1146,-14.23042 23.4351,-33.16625 23.4522,-53.29099 0,-41.53037 -35.8914,-75.32209 -80.0022,-75.32209 -21.3753,0.0158 -41.4707,7.86577 -56.5853,22.09616 z m 115.3426,53.22593 c 0,15.31768 -6.5704,29.12317 -17.2276,39.15686 -10.6155,9.99448 -25.319,16.21833 -41.5468,16.17914 -32.4607,0 -58.7756,-24.77541 -58.7742,-55.336 -0.02,-15.26129 6.5885,-29.10357 17.2039,-39.09802 10.6571,-10.0337 25.3203,-16.21958 41.5703,-16.23795 32.4569,-9.4e-4 58.7729,24.77537 58.7744,55.33597 z"
id="path250471"
sodipodi:nodetypes="scscsccscsccscc" />
<path
style="fill:#f2705b;fill-opacity:1;stroke-width:1.10803"
d="m 1887.7604,-951.51756 c -91.5372,-11.38291 -181.4702,-10.94666 -269.9766,0 22.3199,-37.19749 48.2016,-72.54824 77.8824,-105.52484 l 57.1058,-63.4468 57.1059,63.4468 c 29.5621,32.8446 55.5624,68.32735 77.8825,105.52484 z"
id="path250473"
sodipodi:nodetypes="ccscsc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="800.00085"
height="439.99997"
viewBox="0 0 800.00094 439.99999"
version="1.1"
id="svg8"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="slide4_rocket_smoke.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"
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="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="232.08255"
inkscape:cy="248.24499"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="3"
inkscape:window-y="3"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-13.87441,-610.36914)">
<path
id="path210473"
style="display:inline;fill:#eff0f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.863131;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
d="m 219.70371,964.38398 c 5.74809,0 11.35816,1.7615 16.0792,5.0405 8.23733,-13.3045 22.77098,-21.401 38.41909,-21.4029 17.9044,0.011 34.11336,10.5935 41.32912,26.9796 2.92683,-0.9972 5.99769,-1.5064 9.08973,-1.5072 12.93328,0.01 24.20443,8.81 27.34703,21.3556 h 461.90741 l 0.0265,55.51982 H 13.90359 l -0.0264,-55.51982 h 29.12352 4.28519 c 3.46141,-6.7474 10.40724,-10.9909 17.99074,-10.9913 5.45416,0 10.67505,2.2129 14.47775,6.1228 9.11433,-18.8829 28.23076,-30.8844 49.19822,-30.8872 1.61095,0.01 3.22077,0.087 4.82472,0.2362 32.88979,-15.16055 58.3631,-12.52455 85.92638,5.0539 z"
sodipodi:nodetypes="ccccccccccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="800.00085"
height="439.99997"
viewBox="0 0 800.00094 439.99999"
version="1.1"
id="svg8"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="sky_dark.svg"
xml:space="preserve"
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="defs2"><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath290923"><rect
style="opacity:0.7;fill:#2f6b5a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.70918;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect290925"
width="309.65643"
height="170.30928"
x="-358.01489"
y="775.27844" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath292441"><rect
style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.18763;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect292443"
width="478.64374"
height="263.22327"
x="-510.89438"
y="765.67975" /></clipPath></defs><sodipodi:namedview
id="base"
pagecolor="#525252"
bordercolor="#404040"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="484.28571"
inkscape:cy="85.714286"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1914"
inkscape:window-height="1047"
inkscape:window-x="1923"
inkscape:window-y="3"
inkscape:window-maximized="0"
inkscape:pagecheckerboard="0"
units="px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="0"
inkscape:deskcolor="#525252"
showguides="true" /><metadata
id="metadata5"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-13.87441,-610.36914)"><rect
style="display:inline;fill:#103e49;fill-opacity:1;fill-rule:evenodd;stroke-width:0.41201"
id="rect75224"
width="800"
height="440"
x="13.874837"
y="610.36914"
inkscape:export-filename="/run/media/bogdan/WORK/Work2022/Manjaro2022/4Calamares/2022/slide1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" /></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,3 @@
#mainApp #WelcomePage #mainText {
font-family: "Comfortaa"
}

View File

@ -0,0 +1,391 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
sodipodi:docname="mascot.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
id="svg8"
version="1.1"
viewBox="0 0 512 512.00001"
height="512"
width="512"
inkscape:export-filename="/run/media/bogdan/WORK/Work2021/Manjaro2021/Forum/penguin/sketch_mascot_2021/Mascot_svg/mm_confident_right.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns: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/">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient275394"
id="linearGradient92364"
x1="-3718.4504"
y1="2857.1636"
x2="-3531.176"
y2="2857.1636"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.26458333,0,0,0.26458333,1246.2959,-583.73245)" />
<linearGradient
inkscape:collect="always"
id="linearGradient275394">
<stop
style="stop-color:#24282c;stop-opacity:1;"
offset="0"
id="stop275390" />
<stop
style="stop-color:#000000;stop-opacity:1"
offset="1"
id="stop275392" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient275394"
id="linearGradient468087"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.24696295,0.06843708,-0.06843708,0.24696295,68.39179,6.585503)"
x1="350.4982"
y1="283.14035"
x2="505.82822"
y2="952.06641" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6008"
id="linearGradient468085"
gradientUnits="userSpaceOnUse"
x1="-805.84595"
y1="764.44513"
x2="-771.58569"
y2="593.95886"
gradientTransform="matrix(0.25497432,0.07065715,-0.07065715,0.25497432,337.71907,78.332218)" />
<linearGradient
inkscape:collect="always"
id="linearGradient6008">
<stop
style="stop-color:#cccccc;stop-opacity:1"
offset="0"
id="stop6004" />
<stop
style="stop-color:#f2f2f2;stop-opacity:1"
offset="1"
id="stop6006" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient167524"
id="linearGradient468083"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.28093386,0,0,0.28093386,61.640743,-17.520145)"
x1="307.0033"
y1="402.83612"
x2="325.54938"
y2="368.49637" />
<linearGradient
inkscape:collect="always"
id="linearGradient167524">
<stop
style="stop-color:#008080;stop-opacity:1"
offset="0"
id="stop167520" />
<stop
style="stop-color:#1a1a1a;stop-opacity:0;"
offset="1"
id="stop167522" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient215970"
id="linearGradient468081"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.26458333,0,0,0.26458333,67.462661,-7.3333433)"
x1="146.51627"
y1="403.08319"
x2="165.59502"
y2="377.1142" />
<linearGradient
inkscape:collect="always"
id="linearGradient215970">
<stop
style="stop-color:#008080;stop-opacity:1"
offset="0"
id="stop215966" />
<stop
style="stop-color:#333333;stop-opacity:0;"
offset="1"
id="stop215968" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient377614"
id="linearGradient468079"
gradientUnits="userSpaceOnUse"
x1="-792.73834"
y1="699.15863"
x2="-659.53918"
y2="567.05298"
gradientTransform="matrix(0.25497432,0.07065715,-0.07065715,0.25497432,337.71907,78.332218)" />
<linearGradient
inkscape:collect="always"
id="linearGradient377614">
<stop
style="stop-color:#3c7038;stop-opacity:1"
offset="0"
id="stop377610" />
<stop
style="stop-color:#44883c;stop-opacity:1"
offset="1"
id="stop377612" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient347651"
id="linearGradient468077"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.24910069,0.08720456,-0.08918064,0.24358108,84.667793,2.9659501)"
x1="580.76862"
y1="718.56329"
x2="490.62381"
y2="500.19333" />
<linearGradient
inkscape:collect="always"
id="linearGradient347651">
<stop
style="stop-color:#24282c;stop-opacity:1;"
offset="0"
id="stop347647" />
<stop
style="stop-color:#181a1d;stop-opacity:1"
offset="1"
id="stop347649" />
</linearGradient>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="1369"
inkscape:window-width="2560"
showgrid="false"
inkscape:current-layer="g217450"
inkscape:document-units="px"
inkscape:cy="271.42857"
inkscape:cx="232.14286"
inkscape:zoom="0.7"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="1"
bordercolor="#232629"
pagecolor="#ffffff"
id="base"
inkscape:pagecheckerboard="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
width="250mm"
units="px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
transform="translate(72.169922,37.390446)">
<g
id="g217450"
transform="matrix(1.515806,0,0,1.515806,14.413911,-28.980635)">
<path
id="path474039"
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.232805;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 73.809822,138.99189 c -2.611041,-0.11205 -5.264547,0.76671 -7.330281,2.66237 -6.988307,6.95844 -9.816306,8.40227 -16.005757,10.44072 -5.806572,1.91233 -10.672207,3.48221 -18.472758,6.62594 -9.579875,3.86077 -2.515976,20.30156 3.920648,28.37926 0.772293,2.83416 0.356659,7.71467 0.463021,9.42321 0.04971,1.34208 0.09141,2.68944 0.103849,3.6685 2.12e-4,0.43016 0.04069,0.96602 -0.05289,1.32602 -0.08271,0.52676 0.370099,1.51312 0.858361,1.79422 0.488262,0.28109 1.569297,0.17787 1.983343,-0.15815 0.293714,-0.30615 0.788538,-0.52355 1.120855,-0.71106 6.839876,-2.09484 14.413812,-7.76267 19.060398,-9.05246 0.124354,-0.048 0.257201,-0.13904 0.386027,-0.25786 v 0 c 18.515356,-19.55488 -13.17506,-21.60302 3.314514,-28.08251 12.452879,-4.33789 11.937101,-6.97859 15.4373,-10.19061 1.80041,-1.65219 3.357933,-3.45098 4.041113,-5.66528 0.512419,-1.66071 0.336365,-3.56164 -0.583432,-5.27976 -0.306573,-0.57272 -0.69604,-1.12535 -1.169961,-1.64177 -1.89566,-2.06576 -4.4645,-3.16836 -7.075541,-3.28043 z"
sodipodi:nodetypes="ccssccccscccsccsssscc" />
<path
style="color:#000000;display:inline;fill:url(#linearGradient92364);fill-opacity:1;fill-rule:evenodd;stroke-width:0.879892;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
sodipodi:type="inkscape:offset"
inkscape:radius="-4.0999975"
inkscape:original="M 73.808594 138.99219 C 71.198176 138.88065 68.545693 139.7591 66.480469 141.6543 C 59.492162 148.61274 56.66406 150.05725 50.474609 152.0957 C 44.668037 154.00803 39.802504 155.57697 32.001953 158.7207 C 22.422078 162.58147 29.485251 179.02191 35.921875 187.09961 C 36.694168 189.93377 36.278404 194.8149 36.384766 196.52344 C 36.434476 197.86552 36.475842 199.21235 36.488281 200.19141 C 36.488493 200.62157 36.529127 201.15758 36.435547 201.51758 C 36.352837 202.04434 36.80666 203.0314 37.294922 203.3125 C 37.783184 203.59359 38.863298 203.49032 39.277344 203.1543 C 39.571058 202.84815 40.066121 202.63087 40.398438 202.44336 C 47.238313 200.34852 54.812398 194.68042 59.458984 193.39062 C 59.583338 193.34262 59.714924 193.25163 59.84375 193.13281 C 78.359106 173.57793 46.668629 171.53027 63.158203 165.05078 C 75.611082 160.71289 75.095504 158.07139 78.595703 154.85938 C 80.396113 153.20719 81.953539 151.40766 82.636719 149.19336 C 83.149138 147.53265 82.974485 145.63218 82.054688 143.91406 C 81.748114 143.34134 81.358687 142.78986 80.884766 142.27344 C 78.989566 140.20818 76.420934 139.10471 73.810547 138.99219 L 73.808594 138.99219 z "
xlink:href="#path474039"
id="path92257"
inkscape:href="#path474039"
transform="translate(-1.3094334,-1.8048842)"
d="m 73.632812,143.08789 c -1.574769,-0.0673 -3.139132,0.44839 -4.380859,1.58789 l 0.121094,-0.11523 c -7.179186,7.1485 -11.231626,9.32729 -17.615235,11.42968 -5.820072,1.91678 -10.531687,3.43364 -18.222656,6.53321 -1.297242,0.5228 -1.583308,0.95782 -1.904297,2.17187 -0.320988,1.21405 -0.277221,3.27561 0.306641,5.65821 1.167724,4.76519 4.362429,10.64115 7.191406,14.1914 a 4.1004075,4.1004075 0 0 1 0.748047,1.47656 c 0.592182,2.17319 0.620646,4.28457 0.626953,6.19922 0.0063,1.91466 -0.0449,3.76686 -0.02734,4.04883 a 4.1004075,4.1004075 0 0 1 0.0059,0.10156 c 0.02148,0.57998 0.02799,1.05129 0.04492,1.60743 2.561002,-0.95764 5.41498,-2.38967 8.240234,-3.95118 2.902357,-1.60412 5.614507,-3.13172 8.439453,-4.11718 3.841605,-4.18096 4.603975,-6.82444 4.548828,-8.35547 -0.05705,-1.584 -0.943301,-2.92252 -2.480468,-4.55469 -0.768584,-0.81608 -1.650089,-1.63162 -2.53125,-2.57812 -0.881162,-0.94651 -1.915674,-1.98851 -2.427735,-3.97657 -0.51206,-1.98806 0.441129,-4.70721 1.892578,-6.09375 1.451449,-1.38654 3.145791,-2.21207 5.449219,-3.11718 a 4.1004075,4.1004075 0 0 1 0.150391,-0.0547 c 11.931405,-4.15624 9.542605,-5.23707 14.015625,-9.3418 1.575546,-1.44584 2.544379,-2.71861 2.894531,-3.85351 0.175209,-0.56784 0.148666,-1.33536 -0.279297,-2.13477 -0.14162,-0.26456 -0.328897,-0.53524 -0.576172,-0.80469 -1.13933,-1.24156 -2.654745,-1.88919 -4.228515,-1.95703 a 4.1004075,4.1004075 0 0 1 -0.002,0 z m -15.269531,46.35156 -0.380859,0.12696 c -0.09362,0.0361 -0.06931,0.0531 -0.144531,0.0879 0.177907,-0.0553 0.346177,-0.1651 0.52539,-0.21485 z m -21.541015,10.47071 c -0.0833,0.0616 -0.02859,-0.0209 -0.128907,0.0605 l -0.375,0.34571 c 0.205767,-0.21448 0.3213,-0.24974 0.503907,-0.40625 z m 3.636718,1.93945 c -0.03244,0.3117 0.06848,0.2254 -0.05469,0.69922 l 0.08203,-0.39453 c 0.04314,-0.27477 -0.03411,-0.13622 -0.02734,-0.30469 z" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="M 151.04921,46.963142 C 121.61977,38.81461 91.095607,55.585198 82.017118,84.524529 72.808083,87.716145 65.656263,95.180993 63.013764,104.644 a 3.3076224,3.3076224 0 0 0 -0.0026,0.007 c -3.45948,12.49381 1.585489,25.69964 12.194328,32.78336 l -15.869814,44.98988 a 3.3076224,3.3076224 0 0 0 -0.02646,0.0774 c -8.296222,25.50588 -2.832656,49.10778 10.966159,67.6734 13.798761,18.56566 35.739433,32.26832 60.600033,39.15757 a 3.3076224,3.3076224 0 0 0 4.0704,-2.30397 l 35.99016,-129.87456 c 15.41693,3.49737 31.09431,-5.71394 35.35931,-21.10489 3.64704,-13.17461 -2.17509,-27.06928 -13.86734,-33.80893 0.35526,-25.58333 -16.55395,-48.388217 -41.37832,-55.275692 a 3.3076224,3.3076224 0 0 0 -0.003,0 z"
id="path468027" />
<path
style="color:#000000;display:inline;fill:url(#linearGradient468087);fill-opacity:1;fill-rule:evenodd;stroke-width:6.40675;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="M 148.20084,51.746067 A 51.575654,51.575654 0 0 0 84.778574,87.524163 25.711532,25.711532 0 0 0 66.871759,105.38915 25.711532,25.711532 0 0 0 79.481854,134.90037 l -16.236289,46.02904 c -15.465028,47.5456 20.145931,86.37756 67.126595,99.3966 l 35.20458,-127.03979 c 0.18468,-0.66638 0.32322,-1.33393 0.44746,-2.00081 a 25.711532,25.711532 0 0 0 1.8115,0.71649 25.711532,25.711532 0 0 0 31.64409,-17.91152 25.711532,25.711532 0 0 0 -13.56019,-29.99423 51.575654,51.575654 0 0 0 -37.71876,-52.350083 z"
id="path468029" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.501018;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468031"
cx="172.71246"
cy="-2.2050297"
r="4.7567234"
transform="rotate(9.1812844)" />
<path
id="path468033"
style="display:inline;fill:url(#linearGradient468085);fill-opacity:1;fill-rule:evenodd;stroke-width:14.3814;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
d="m 151.76157,69.741041 -17.0793,-1.045369 c -7.50898,-1.696296 -14.80873,3.006805 -16.36744,10.545551 l -9.93386,45.199457 -3.36796,-0.76869 6.65281,-32.154497 c 1.5734,-7.493159 -2.77265,-13.976191 -9.74471,-14.535732 -6.972006,-0.559541 -13.851411,5.022585 -15.424808,12.515744 l -7.615846,36.738425 c -0.977874,4.65699 0.333084,8.92128 3.137482,11.61836 -1.44018,0.51649 -2.827179,1.1194 -4.107947,1.85706 l -15.454683,43.81312 c -13.837417,42.54174 11.941228,78.31293 50.632382,95.84981 8.46987,-2.10685 14.92256,-7.17841 13.76119,-14.44228 -6.41461,-40.12084 9.80512,-64.75439 24.97069,-90.10955 5.60258,-9.36685 -3.09279,-21.46249 -15.18004,-26.9957 7.14864,1.08654 13.88377,-3.51343 15.37348,-10.71853 l 10.48914,-50.697397 c 1.55871,-7.538747 -3.23162,-14.973485 -10.74058,-16.669782 z"
sodipodi:nodetypes="ccccccsccccccsscccc" />
<g
id="g468039"
transform="matrix(0.29719,0.04486979,-0.04486979,0.29719,63.615294,-13.150032)"
style="display:inline;fill:#24282c;fill-opacity:1">
<path
style="color:#000000;fill:#24282c;fill-opacity:1;fill-rule:evenodd;stroke-width:9.05993;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 263.19617,447.2113 c 1e-5,8.60278 -17.48849,15.90448 -36.5586,16.19052 -17.88353,0.26825 -48.73412,-3.58081 -64.30051,-16.19052 -6.68471,-5.41502 24.83095,-20.0435 52.68242,-20.0435 27.85146,10e-6 48.17668,11.44072 48.17669,20.0435 z"
id="path468035" />
<path
style="color:#000000;fill:#24282c;fill-opacity:1;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 215.01953,422.63867 c -14.71881,0 -29.93599,3.76874 -41.01758,8.33203 -5.54079,2.28165 -10.00417,4.674 -13.14453,7.40821 -1.57018,1.3671 -2.95757,2.79028 -3.65625,5.11132 -0.69868,2.32105 0.38559,5.70147 2.28516,7.24024 17.49074,14.16855 48.60735,17.48034 67.21875,17.20117 10.09224,-0.15138 19.69635,-2.10393 27.16797,-5.35156 3.73581,-1.62382 6.95853,-3.5594 9.46289,-6.01367 2.50435,-2.45428 4.39063,-5.66996 4.39062,-9.35547 0,-3.93447 -2.12198,-7.21857 -4.97851,-10.00391 -2.85654,-2.78534 -6.6694,-5.22895 -11.30469,-7.35937 -9.27058,-4.26086 -21.87785,-7.20898 -36.42383,-7.20899 z m 0,9.0586 c 13.30545,0 24.78575,2.77262 32.64063,6.38281 3.92744,1.80509 6.93692,3.83396 8.76171,5.61328 1.8248,1.77932 2.24415,3.15066 2.24415,3.51758 0,0.61587 -0.3012,1.5415 -1.67188,2.88476 -1.37067,1.34327 -3.71235,2.86307 -6.73242,4.17578 -6.04014,2.62542 -14.71356,4.4669 -23.69141,4.60157 -16.43488,0.24652 -45.0348,-3.83895 -59.41601,-13.89258 1.85635,-1.52579 5.52331,-3.66711 10.29687,-5.63281 9.96791,-4.1047 24.43573,-7.65039 37.56836,-7.65039 z"
id="path468037" />
</g>
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.835546;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468041"
cx="109.56187"
cy="96.200912"
r="7.9327707"
transform="rotate(9.1812844)" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:1.10073;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468043"
cx="150.81599"
cy="90.339317"
r="10.450413"
transform="rotate(9.1812844)" />
<path
id="path468045"
style="display:inline;fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.264583"
d="m 166.98131,25.03982 c -4.57092,-4.308475 -11.77698,-1.611974 -14.86387,3.074564 -5.03156,7.638918 -0.91567,17.713854 6.60527,21.886174 5.13117,2.846599 -12.82488,2.538175 -7.38495,0.44151 -3.63553,-4.989671 -4.97961,-11.548877 -3.14065,-17.49335 2.51174,-8.119268 11.42825,-14.159388 19.83777,-10.822199 l -1.05357,2.913301"
sodipodi:nodetypes="csccscc" />
<path
id="path468047"
style="display:inline;fill:#d45500;fill-rule:evenodd;stroke:none;stroke-width:2.39711;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
d="m 118.96094,130.91961 c -0.3398,2.25063 -5.20351,3.47012 -10.20392,2.7917 -4.68924,-0.63622 -12.608295,-2.86176 -16.182657,-6.77555 -1.534954,-1.68072 7.287921,-4.26295 14.574357,-3.16283 7.28647,1.10011 12.15203,4.89603 11.81222,7.14668 z"
sodipodi:nodetypes="sssss" />
<circle
style="display:inline;fill:url(#linearGradient468083);fill-opacity:1;fill-rule:evenodd;stroke-width:0.850747;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468049"
cx="150.81599"
cy="90.339317"
r="8.0770741"
transform="rotate(9.1812844)" />
<circle
style="display:inline;fill:url(#linearGradient468081);fill-opacity:1;fill-rule:evenodd;stroke-width:0.640834;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468051"
cx="109.56187"
cy="96.200912"
r="6.0841508"
transform="rotate(9.1812844)" />
<path
id="path468053"
style="display:inline;fill:#ffe6d5;stroke:none;stroke-width:0.175027px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 106.41667,125.92949 c -0.30083,-0.0814 -0.58684,-0.11845 -0.83499,-0.10829 l -0.003,-0.008 -7.870771,0.68297 c 3.053001,0.64876 6.573941,1.13165 9.390511,1.81226 0.7978,0.19008 1.43476,0.0478 1.53435,-0.39256 0.12435,-0.55147 -0.64024,-1.36194 -1.70784,-1.81031 -0.16896,-0.0709 -0.33977,-0.13017 -0.50805,-0.17613 z"
sodipodi:nodetypes="ccccccsc" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.52727;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468055"
cx="111.07069"
cy="94.049881"
r="5.0059538"
transform="rotate(9.1812844)" />
<circle
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.718103;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="circle468057"
cx="152.08492"
cy="87.839798"
r="6.8177404"
transform="rotate(9.1812844)" />
<ellipse
style="display:inline;fill:#ffffff;fill-rule:evenodd;stroke-width:0.114886;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse468063"
cx="175.71031"
cy="-46.41983"
transform="matrix(0.92199027,0.38721305,-0.22029215,0.97543394,0,0)"
rx="1.5610961"
ry="0.76209718" />
<ellipse
style="display:inline;fill:#ffffff;fill-rule:evenodd;stroke-width:0.198981;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse501045"
cx="90.979248"
cy="98.144699"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="2.7038045"
ry="1.3199455" />
<ellipse
style="display:inline;fill:#ffffff;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse501047"
cx="134.00233"
cy="92.296738"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="3.5619173"
ry="1.7388595" />
<ellipse
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse94360"
cx="180.79883"
cy="89.594574"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="3.5619173"
ry="1.7388595" />
<ellipse
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse94362"
cx="175.88506"
cy="95.137131"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="3.5619173"
ry="1.7388595" />
<ellipse
style="display:inline;fill:#000000;fill-rule:evenodd;stroke-width:0.262132;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
id="ellipse94364"
cx="172.08684"
cy="102.22662"
transform="matrix(0.99191138,0.12693233,0.04819858,0.99883777,0,0)"
rx="3.5619173"
ry="1.7388595" />
<path
id="path468065"
style="display:inline;fill:url(#linearGradient468079);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.067;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:6.20101, 6.20101;stroke-dashoffset:0;stroke-opacity:1"
d="m 76.443167,164.78096 c -8.98263,17.95613 -10.606114,31.26936 -12.711959,45.87261 l 14.504379,5.65372 c 1.461955,-13.15182 4.758822,-25.4164 10.159947,-36.66339 l 18.291096,4.07345 5.58429,-14.23646 c -13.083112,-2.7037 -25.817084,-5.05931 -35.827753,-4.69993 z m 39.685173,5.48174 c -6.27743,17.57056 -12.62626,35.09 -17.27896,53.82268 l 16.39565,5.17665 c 4.48371,-17.68464 10.9103,-36.35991 20.38408,-53.59537 z m -25.484986,13.35239 c -4.780041,10.8073 -7.329302,22.32355 -9.418081,33.98615 l 14.579732,5.38178 c 2.068301,-11.88053 5.224065,-23.9078 10.019455,-36.15631 z"
sodipodi:nodetypes="ccccccccccccccccc" />
<path
id="path468067"
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 172.83175,159.97973 c -2.53815,-0.57878 -4.95861,-0.069 -6.62869,1.2015 -1.90865,1.45195 -3.00707,3.57314 -3.84839,5.86882 -1.6356,4.46305 5.12318,17.99749 -0.17579,30.09837 -5.64856,12.89889 -9.41723,7.90876 -14.21683,15.63904 -4.45995,7.18328 -3.89276,15.39534 0.41701,24.92251 0.45191,0.86654 1.00367,1.91476 1.79298,3.45861 0.69448,1.35924 1.38276,2.72748 1.86499,3.73038 0.24106,0.50144 0.4323,0.91819 0.5325,1.15613 0.0201,0.0476 0.0127,0.0281 0.0243,0.0588 0.0135,0.0669 0.003,0.0987 0.0246,0.17693 0.16722,0.58242 1.1071,1.38202 1.74495,1.43766 0.63791,0.0557 1.70268,-0.56859 1.96821,-1.11326 0.0355,-0.0734 0.0296,-0.10663 0.0545,-0.17039 0.0164,-0.0282 0.006,-0.0103 0.034,-0.0539 0.13991,-0.21701 0.40085,-0.59396 0.72515,-1.04608 0.64867,-0.90422 1.56347,-2.13307 2.48287,-3.35145 0.42262,-0.56005 0.76089,-0.99835 1.16205,-1.52464 8.52361,-0.54951 14.48954,-1.24894 18.44657,-8.42875 4.60584,-8.35715 14.66122,-17.41527 11.58319,-30.9822 -1.51262,-6.66698 -9.53122,-13.57191 -10.02154,-18.06607 -0.49033,-4.49414 -0.32544,-7.81987 0.25058,-9.39165 1.93059,-5.26799 -1.27579,-11.25522 -7.12464,-13.30455 -0.36558,-0.12808 -0.73012,-0.23315 -1.09273,-0.31578 z"
sodipodi:nodetypes="sssssccssccscccsscsssssss" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 159.02873,234.72624 c 0.003,0.006 0.0116,0.0391 0.0116,0.0391 l -0.003,0.003 c -0.003,-0.014 -0.005,-0.0233 -0.009,-0.0405 z"
id="path468071" />
<path
style="color:#000000;display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke"
d="m 158.53078,233.76519 c -3e-5,0 0.0206,0.0278 0.0243,0.0324 -0.0119,-0.0132 -0.0177,-0.0204 -0.0268,-0.031 0,0 0.003,-0.003 0.003,-0.003 z"
id="path468073" />
<path
id="path468075"
style="display:inline;fill:url(#linearGradient468077);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.63794;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers fill stroke"
d="m 174.5663,165.62951 c -15.95112,-10.55452 -12.8193,-0.14759 -14.23625,3.72258 -1.41695,3.87011 11.67141,18.56203 6.88594,29.64505 -5.58617,11.97912 -17.04663,7.48858 -19.19565,20.87502 -0.73454,6.36545 2.78056,17.41246 6.64062,22.31027 0.42045,-0.56983 2.80331,-6.10568 4.36777,-7.28966 6.70636,1.62268 13.93944,-1.28421 17.38156,-7.50107 4.08509,-7.3781 15.40354,-20.18747 11.24082,-24.69759 -13.58939,-14.72358 -11.05908,-23.24224 -9.64215,-27.11241 1.41697,-3.87016 0.0338,-7.65191 -3.44266,-9.95219 z m -19.90534,76.55292 c -0.0228,0.031 -0.0343,0.0544 -0.0209,0.059 0.0135,0.004 0.0188,-0.0206 0.0209,-0.059 z"
sodipodi:nodetypes="ssccccsssscsc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB