Initial support for Soft Waves theme for Stretch
@@ -106,3 +106,29 @@ install:
|
||||
install -d $(DESTDIR)/usr/share/plymouth/themes/lines
|
||||
$(INSTALL) $(wildcard plymouth/lines/*) $(DESTDIR)/usr/share/plymouth/themes/lines
|
||||
|
||||
|
||||
# Soft waves theme (Stretch default)
|
||||
### Login background
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme
|
||||
$(INSTALL) softwaves-theme/sddm-preview.jpg $(DESTDIR)/usr/share/desktop-base/softwaves-theme/
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/backgrounds
|
||||
$(INSTALL) softwaves-theme/backgrounds/login.svg $(DESTDIR)/usr/share/desktop-base/softwaves-theme/backgrounds
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images
|
||||
$(INSTALL) softwaves-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL) softwaves-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL) $(wildcard softwaves-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/
|
||||
$(INSTALL) softwaves-theme/gnome-wp-list-softwaves.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-softwaves.xml
|
||||
# Wallpaper symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/softwaves-theme/wallpaper SoftWaves
|
||||
|
||||
### Lockscreen
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images
|
||||
$(INSTALL) softwaves-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL) softwaves-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL) $(wildcard softwaves-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/
|
||||
$(INSTALL) softwaves-theme/gnome-wp-list-softwaves.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-softwaves.xml
|
||||
# Lock screen symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/softwaves-theme/lockscreen SoftWavesLockScreen
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
desktop-base (9.0.0~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Aurélien COUDERC ]
|
||||
* Initial support for Soft Waves theme by Juliette Belin.
|
||||
- Default theme for Gnome wallpaper and lock screen
|
||||
- Theme available for SDDM login and Plasma 5 wallpaper and lock screen
|
||||
- debian/copyright updated
|
||||
* Initial support for global theme switching via alternatives
|
||||
|
||||
* Remove references to long gone KDE3 globals in maintainer scripts.
|
||||
(Closes: #659549)
|
||||
* README.Debian: inform about updating initrds too. (Closes: #612163)
|
||||
|
||||
@@ -43,12 +43,19 @@ Copyright Ulrich Hansen <uhansen@mainz-online.de>, Mainz, Germany, 2010,
|
||||
published under GPL2 or higher (at your option)
|
||||
They are based on the Debian “Open Use” Logo (without the “Debian” label).
|
||||
|
||||
The .desktop files included in this package were compiled by Colin
|
||||
Walters <walters@debian.org>.
|
||||
The .desktop files and xml configuration files in this package were compiled by
|
||||
desktop-base contributors.
|
||||
|
||||
icons/*/emblems/emblem-debian.{png,svg} are different versions of the Debian
|
||||
“Open Use” Logo (without the “Debian” label).
|
||||
|
||||
The SDDM QML script is © 2016 David Edmundson and adapted for Debian by
|
||||
Aurélien Couderc.
|
||||
|
||||
|
||||
The Soft Waves theme is © 2016 Juliette Taka Belin and released under the GPLv2
|
||||
or any later version.
|
||||
|
||||
The Lines theme is © 2014 Juliette Taka Belin and released under the GPLv2 or
|
||||
any later version.
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ picture-uri='file:///usr/share/images/desktop-base/desktop-background.xml'
|
||||
|
||||
[org.gnome.desktop.screensaver]
|
||||
picture-options='zoom'
|
||||
picture-uri='file:///usr/share/images/desktop-base/lines-lockscreen.xml'
|
||||
picture-uri='file:///usr/share/images/desktop-base/desktop-lockscreen.xml'
|
||||
|
||||
@@ -6,23 +6,49 @@ if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 7; then
|
||||
fi
|
||||
|
||||
if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
|
||||
# Alternatives for the background
|
||||
# Theme package alternatives
|
||||
while read theme priority; do
|
||||
update-alternatives --install \
|
||||
/usr/share/desktop-base/active-theme \
|
||||
desktop-theme \
|
||||
/usr/share/desktop-base/$theme-theme $priority
|
||||
done << EOF
|
||||
softwaves 50
|
||||
EOF
|
||||
|
||||
# Use active theme as highest priority for background
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background \
|
||||
desktop-background \
|
||||
/usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg 70
|
||||
# Alternatives for the background in theme packages
|
||||
while read theme filename priority; do
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background \
|
||||
desktop-background \
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
|
||||
done << EOF
|
||||
softwaves 1280x720.svg 65
|
||||
softwaves 1920x1080.svg 65
|
||||
softwaves 2560x1440.svg 65
|
||||
EOF
|
||||
# Old alternatives for the background
|
||||
while read background priority; do
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background \
|
||||
desktop-background \
|
||||
/usr/share/images/desktop-base/$background $priority
|
||||
done << EOF
|
||||
lines-wallpaper_1280x1024.svg 65
|
||||
lines-wallpaper_1600x1200.svg 65
|
||||
lines-wallpaper_1920x1080.svg 70
|
||||
lines-wallpaper_1920x1200.svg 65
|
||||
lines-wallpaper_2560x1080.svg 65
|
||||
joy-wallpaper_1600x1200.svg 60
|
||||
joy-wallpaper_1280x1024.svg 60
|
||||
joy-wallpaper_1920x1080.svg 60
|
||||
joy-wallpaper_1920x1200.svg 60
|
||||
joy-inksplat-wallpaper_1920x1080.svg 60
|
||||
lines-wallpaper_1280x1024.svg 60
|
||||
lines-wallpaper_1600x1200.svg 60
|
||||
lines-wallpaper_1920x1080.svg 60
|
||||
lines-wallpaper_1920x1200.svg 60
|
||||
lines-wallpaper_2560x1080.svg 60
|
||||
joy-wallpaper_1600x1200.svg 50
|
||||
joy-wallpaper_1280x1024.svg 50
|
||||
joy-wallpaper_1920x1080.svg 50
|
||||
joy-wallpaper_1920x1200.svg 50
|
||||
joy-inksplat-wallpaper_1920x1080.svg 50
|
||||
spacefun-wallpaper.svg 50
|
||||
spacefun-wallpaper-widescreen.svg 50
|
||||
moreblue-orbit-wallpaper.svg 40
|
||||
@@ -31,6 +57,21 @@ EOF
|
||||
|
||||
# Set up an alternative for the XML version of the background
|
||||
# (for GNOME)
|
||||
# Highest priority for active theme
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background.xml \
|
||||
desktop-background.xml \
|
||||
/usr/share/desktop-base/active-theme/wallpaper/gnome-background.xml 50
|
||||
# Alternative for theme packages
|
||||
while read theme priority; do
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background.xml \
|
||||
desktop-background.xml \
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves 40
|
||||
EOF
|
||||
# Old alternatives
|
||||
while read desktopbackground priority; do
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-background.xml \
|
||||
@@ -38,27 +79,63 @@ EOF
|
||||
/usr/share/images/desktop-base/$desktopbackground $priority
|
||||
done << EOF
|
||||
lines.xml 20
|
||||
joy.xml 10
|
||||
joy.xml 20
|
||||
EOF
|
||||
|
||||
# Set up an alternative for the XML version of the lock screen
|
||||
# (for GNOME)
|
||||
# Highest priority for active theme
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-lockscreen.xml \
|
||||
desktop-lockscreen.xml \
|
||||
/usr/share/desktop-base/active-theme/lockscreen/gnome-background.xml 50
|
||||
# Alternative for theme packages
|
||||
while read theme priority; do
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-lockscreen.xml \
|
||||
desktop-lockscreen.xml \
|
||||
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves 40
|
||||
EOF
|
||||
|
||||
# Login theme
|
||||
# Highest priority for active theme
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/active-theme/backgrounds/login.svg 50 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/active-theme/sddm-preview.jpg
|
||||
# Alternative for theme packages
|
||||
while read theme priority; do
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/$theme-theme/backgrounds/login.svg $priority \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/$theme-theme/sddm-preview.jpg
|
||||
done << EOF
|
||||
softwaves 40
|
||||
EOF
|
||||
# Old alternatives
|
||||
## Lines
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background.svg 70 \
|
||||
/usr/share/desktop-base/lines-theme/login-background.svg 20 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/lines-theme/sddm-preview.jpg
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background-with-logo.svg 65 \
|
||||
/usr/share/desktop-base/lines-theme/login-background-with-logo.svg 20 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/lines-theme/sddm-preview.jpg
|
||||
## Joy
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/joy-theme/login-background.svg 60 \
|
||||
/usr/share/desktop-base/joy-theme/login-background.svg 20 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/joy-theme/sddm-preview.jpg
|
||||
|
||||
@@ -4,7 +4,19 @@ set -e
|
||||
#DEBHELPER#
|
||||
|
||||
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
||||
# remove background alternatives
|
||||
# Remove background alternatives for active theme
|
||||
update-alternatives --remove desktop-background /usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg
|
||||
# Remove background alternatives for theme packages
|
||||
while read theme filename; do
|
||||
update-alternatives --remove \
|
||||
desktop-background \
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
|
||||
done << EOF
|
||||
softwaves 1280x720.svg
|
||||
softwaves 1920x1080.svg
|
||||
softwaves 2560x1440.svg
|
||||
EOF
|
||||
# Remove old background alternatives
|
||||
for background in \
|
||||
lines-wallpaper_1280x1024.svg \
|
||||
lines-wallpaper_1600x1200.svg \
|
||||
@@ -24,7 +36,20 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
||||
; do
|
||||
update-alternatives --remove desktop-background /usr/share/images/desktop-base/$background
|
||||
done
|
||||
# remove desktop-background.xml alternatives
|
||||
# Remove desktop-background.xml alternatives
|
||||
# For active theme
|
||||
update-alternatives --remove \
|
||||
desktop-background.xml \
|
||||
/usr/share/desktop-base/active-theme/wallpaper/gnome-background.xml
|
||||
# For theme packages
|
||||
while read theme; do
|
||||
update-alternatives --remove \
|
||||
desktop-background.xml \
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves
|
||||
EOF
|
||||
# For old alternatives
|
||||
for desktopbackground in \
|
||||
lines.xml \
|
||||
joy.xml \
|
||||
@@ -32,7 +57,41 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
||||
update-alternatives --remove desktop-background.xml /usr/share/images/desktop-base/$desktopbackground
|
||||
done
|
||||
|
||||
# remove login theme alternatives
|
||||
# Remove desktop-lockscreen.xml alternatives
|
||||
# For active theme
|
||||
update-alternatives --remove \
|
||||
desktop-lockscreen.xml \
|
||||
/usr/share/desktop-base/active-theme/lockscreen/gnome-background.xml
|
||||
# For theme packages
|
||||
while read theme; do
|
||||
update-alternatives --remove \
|
||||
desktop-lockscreen.xml \
|
||||
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves
|
||||
EOF
|
||||
|
||||
# Remove login theme alternatives
|
||||
# For active theme
|
||||
update-alternatives --remove \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/active-theme/sddm-preview.jpg
|
||||
update-alternatives --remove \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/active-theme/backgrounds/login.svg
|
||||
# For theme packages
|
||||
# Alternative for theme packages
|
||||
while read theme; do
|
||||
update-alternatives --remove \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/$theme-theme/sddm-preview.jpg
|
||||
update-alternatives --remove \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/$theme-theme/backgrounds/login.svg
|
||||
done << EOF
|
||||
softwaves
|
||||
EOF
|
||||
# For old alternatives
|
||||
## Lines
|
||||
### secondary alternatives
|
||||
update-alternatives --remove desktop-sddm-preview \
|
||||
@@ -60,4 +119,15 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
||||
; do
|
||||
update-alternatives --remove desktop-grub /usr/share/images/desktop-base/$background
|
||||
done
|
||||
|
||||
# Remove theme package alternatives
|
||||
while read theme; do
|
||||
update-alternatives --remove \
|
||||
desktop-theme \
|
||||
/usr/share/desktop-base/$theme-theme
|
||||
done << EOF
|
||||
softwaves
|
||||
EOF
|
||||
|
||||
update-alternatives --remove desktop-theme /
|
||||
fi
|
||||
|
||||
@@ -26,6 +26,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
import org.kde.plasma.extras 2.0 as PlasmaExtras
|
||||
|
||||
import "../breeze"
|
||||
import "../breeze/components"
|
||||
|
||||
PlasmaCore.ColorScope {
|
||||
|
||||
@@ -0,0 +1,423 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1920px"
|
||||
height="1080px"
|
||||
viewBox="0 0 1920 1080"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
id="svg4504"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="login_final.svg"><metadata
|
||||
id="metadata4686"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4684" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview4682"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.67291667"
|
||||
inkscape:cx="960"
|
||||
inkscape:cy="540"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4504" /><g
|
||||
id="Layer_1"><g
|
||||
id="root"><g
|
||||
id="Layer_1_1_"><g
|
||||
id="background_1_"><linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-2376.5322"
|
||||
y1="2697.7949"
|
||||
x2="-2376.5327"
|
||||
y2="1500.0276"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#133356"
|
||||
id="stop4511" /><stop
|
||||
offset="0.5025"
|
||||
style="stop-color:#7C9999"
|
||||
id="stop4513" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#333333"
|
||||
id="stop4515" /></linearGradient><rect
|
||||
x="-1.453"
|
||||
y="-63.602"
|
||||
fill="url(#SVGID_1_)"
|
||||
width="1923"
|
||||
height="1200.007"
|
||||
id="rect4517" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="-2475.5806"
|
||||
cy="1919.6914"
|
||||
r="942.2239"
|
||||
gradientTransform="matrix(0.9956 0 0 -1.1148 3334.9426 2647.417)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
id="stop4521" /><stop
|
||||
offset="0.1429"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
id="stop4523" /><stop
|
||||
offset="0.3797"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
id="stop4525" /><stop
|
||||
offset="0.4877"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
id="stop4527" /></radialGradient><rect
|
||||
x="-1.453"
|
||||
y="-62.482"
|
||||
fill="url(#SVGID_2_)"
|
||||
width="1923"
|
||||
height="1204.072"
|
||||
id="rect4529" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="-1844.5469"
|
||||
cy="2107.6094"
|
||||
r="279.21"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4533" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4535" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_3_)"
|
||||
enable-background="new "
|
||||
cx="1492.033"
|
||||
cy="529.468"
|
||||
r="279.21"
|
||||
id="circle4537" /><radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="-1999.6094"
|
||||
cy="2203.6973"
|
||||
r="221.0015"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4540" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4542" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_4_)"
|
||||
enable-background="new "
|
||||
cx="1336.971"
|
||||
cy="433.381"
|
||||
r="221.002"
|
||||
id="circle4544" /><radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="-2953.5332"
|
||||
cy="2241.6973"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4547" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4549" /></radialGradient><circle
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_5_)"
|
||||
enable-background="new "
|
||||
cx="383.047"
|
||||
cy="395.38"
|
||||
r="293.003"
|
||||
id="circle4551" /><radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="-2765.5332"
|
||||
cy="2052.6523"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4554" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4556" /></radialGradient><circle
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_6_)"
|
||||
enable-background="new "
|
||||
cx="571.047"
|
||||
cy="584.425"
|
||||
r="293.003"
|
||||
id="circle4558" /><radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="-2669.1982"
|
||||
cy="1959.8184"
|
||||
r="374.833"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4561" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4563" /></radialGradient><circle
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_7_)"
|
||||
enable-background="new "
|
||||
cx="667.382"
|
||||
cy="677.259"
|
||||
r="374.833"
|
||||
id="circle4565" /><radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="-2057.7031"
|
||||
cy="2037.5859"
|
||||
r="374.8325"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4568" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4570" /></radialGradient><path
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_8_)"
|
||||
enable-background="new "
|
||||
d="M1278.877,224.659 c207.014,0,374.832,167.817,374.832,374.835c0,207.014-167.818,374.832-374.832,374.832S904.045,806.508,904.045,599.494 C904.045,392.477,1071.863,224.659,1278.877,224.659z"
|
||||
id="path4572" /><radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="-2704.3438"
|
||||
cy="2187.584"
|
||||
r="374.833"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4575" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4577" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_9_)"
|
||||
enable-background="new "
|
||||
cx="632.236"
|
||||
cy="449.494"
|
||||
r="374.833"
|
||||
id="circle4579" /><radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="-1770.0449"
|
||||
cy="2169.5859"
|
||||
r="374.8325"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4582" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4584" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_10_)"
|
||||
enable-background="new "
|
||||
cx="1566.535"
|
||||
cy="467.493"
|
||||
r="374.833"
|
||||
id="circle4586" /><radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="-1879.875"
|
||||
cy="1905.5859"
|
||||
r="374.833"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4589" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4591" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_11_)"
|
||||
enable-background="new "
|
||||
cx="1456.705"
|
||||
cy="731.492"
|
||||
r="374.833"
|
||||
id="circle4593" /></g><g
|
||||
id="octopus_1_"><radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1211.6084"
|
||||
cy="-1277.7612"
|
||||
r="704.5262"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4597" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4599" /></radialGradient><path
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_12_)"
|
||||
enable-background="new "
|
||||
d="M342.803,287.655 c0,0-166.237,203.738-110.913,420.003c93.525,365.564,376.691,424,835.374,320c808.268-183.266,836.202,226,830.202,264 l43.879-63.617c6-38-21.938-447.26-830.201-264c-458.686,104-741.853,45.568-835.374-320 C220.447,427.779,342.803,287.655,342.803,287.655"
|
||||
id="path4601" /><radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1002.0547"
|
||||
cy="-1545.2832"
|
||||
r="1411.9412"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4604" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4606" /></radialGradient><path
|
||||
opacity="0.5"
|
||||
fill="url(#SVGID_13_)"
|
||||
enable-background="new "
|
||||
d="M190.59,182.873c0,0-166.237,203.742-110.914,420.003 c93.523,365.569,376.689,424,835.377,320c808.259-183.26,836.199,226,830.199,264l56.753-5.731 c28.162-64.279-34.813-505.146-843.073-321.886c-458.687,104-741.853,45.57-835.374-320 C68.234,322.998,190.59,182.873,190.59,182.873"
|
||||
id="path4608" /><radialGradient
|
||||
id="SVGID_14_"
|
||||
cx="1144.1123"
|
||||
cy="-1303.562"
|
||||
r="704.5253"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4611" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4613" /></radialGradient><path
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_14_)"
|
||||
enable-background="new "
|
||||
d="M410.301,261.855 c0,0-166.237,203.742-110.914,420.001c93.524,365.569,376.69,424,835.374,320c808.262-183.26,836.201,226,830.201,264 l43.879-63.611c6-38-21.938-447.266-830.2-264c-458.685,104-741.852,45.564-835.373-320 C287.945,401.979,410.301,261.855,410.301,261.855"
|
||||
id="path4615" /><linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="350.0889"
|
||||
y1="-1472.1411"
|
||||
x2="2103.6758"
|
||||
y2="-1472.1411"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4618" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4620" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4622" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4624" /></linearGradient><path
|
||||
opacity="0.4"
|
||||
fill="url(#SVGID_15_)"
|
||||
enable-background="new "
|
||||
d="M189.191,415.784c0,0,47.39-179.889,257.465-255.367 C837.671,0.442,1063.795,323.563,1199.56,646.011c12,28.498,41.998,100.494,91.495,238.488 c65.38,182.265,154.492,184.489,352.063,147.319c304.773-69.104,284.29,85.22,282.025,99.549l16.545-23.987 c2.266-14.328,22.748-168.653-282.025-99.549c-188.504,40.321-280.207-1.222-333.087-139.832 c-52.88-138.609-56.135-143.793-106.021-271.484C1049.412,158.419,853.079-15.46,474.713,88.408 C264.642,163.888,189.191,415.784,189.191,415.784"
|
||||
id="path4626" /></g><g
|
||||
id="rounds"><path
|
||||
fill="none"
|
||||
stroke="#FFFFFF"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M1218.335,713.258"
|
||||
id="path4629" /><circle
|
||||
opacity="0.3"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="1148.752"
|
||||
cy="751.785"
|
||||
r="13.107"
|
||||
id="circle4631" /><circle
|
||||
opacity="0.2"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="1493.06"
|
||||
cy="566.778"
|
||||
r="13.109"
|
||||
id="circle4633" /><circle
|
||||
opacity="0.1"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="1726.431"
|
||||
cy="302.626"
|
||||
r="13.107"
|
||||
id="circle4635" /><circle
|
||||
opacity="0.4"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="750.623"
|
||||
cy="832.721"
|
||||
r="13.107"
|
||||
id="circle4637" /></g><g
|
||||
id="logoGroup_1_"><circle
|
||||
opacity="0.4"
|
||||
fill="#366C6C"
|
||||
enable-background="new "
|
||||
cx="475.991"
|
||||
cy="539.963"
|
||||
r="147.057"
|
||||
id="circle4640" /><g
|
||||
id="logo_1_"
|
||||
enable-background="new "><path
|
||||
fill="#FFFFFF"
|
||||
d="M488.914,547.236c-2.729,0.032,0.517,1.398,4.08,1.949c0.987-0.771,1.875-1.545,2.67-2.303 C493.449,547.429,491.191,547.443,488.914,547.236"
|
||||
id="path4643" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M503.563,543.584c1.629-2.248,2.813-4.701,3.229-7.239c-0.367,1.812-1.347,3.367-2.271,5.022 c-5.104,3.216-0.482-1.906-0.007-3.856C499.035,544.418,503.762,541.652,503.563,543.584"
|
||||
id="path4645" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M508.975,529.506c0.332-4.914-0.965-3.356-1.4-1.486C508.08,528.288,508.484,531.488,508.975,529.506"
|
||||
id="path4647" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M478.559,462.313c1.459,0.267,3.149,0.461,2.906,0.813C483.063,462.769,483.426,462.454,478.559,462.313 "
|
||||
id="path4649" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M481.467,463.122l-1.021,0.215l0.957-0.09L481.467,463.122"
|
||||
id="path4651" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M526.902,531.373c0.161,4.415-1.291,6.559-2.604,10.352l-2.359,1.178 c-1.934,3.755,0.191,2.387-1.191,5.363c-3.018,2.685-9.146,8.387-11.104,8.906c-1.437-0.033,0.973-1.693,1.285-2.342 c-4.035,2.771-3.235,4.158-9.412,5.846l-0.183-0.404c-15.219,7.162-36.356-7.021-36.082-26.385 c-0.159,1.229-0.461,0.922-0.799,1.414c-0.785-9.96,4.604-19.961,13.687-24.054c8.888-4.397,19.304-2.601,25.658,3.343 c-3.492-4.578-10.449-9.433-18.692-8.982c-8.073,0.136-15.634,5.27-18.153,10.84c-4.141,2.604-4.619,10.04-6.42,11.4 c-2.43,17.83,4.563,25.53,16.39,34.596c1.854,1.258,0.521,1.443,0.771,2.397c-3.932-1.836-7.521-4.615-10.48-8.015 c1.57,2.293,3.267,4.521,5.455,6.278c-3.707-1.25-8.655-8.978-10.1-9.289c6.387,11.437,25.896,20.054,36.13,15.771 c-4.733,0.178-10.741,0.099-16.058-1.868c-2.235-1.146-5.271-3.521-4.729-3.969c13.951,5.209,28.355,3.939,40.431-5.732 c3.073-2.392,6.428-6.459,7.396-6.515c-1.459,2.196,0.25,1.055-0.872,2.993c3.057-4.938-1.33-2.01,3.159-8.521l1.659,2.283 c-0.62-4.102,5.091-9.071,4.507-15.55c1.312-1.979,1.459,2.136,0.068,6.688c1.93-5.057,0.514-5.86,1.005-10.042 c0.528,1.403,1.235,2.897,1.602,4.375c-1.257-4.889,1.282-8.229,1.916-11.063c-0.625-0.275-1.938,2.157-2.24-3.61 c0.045-2.509,0.699-1.313,0.949-1.933c-0.488-0.284-1.779-2.206-2.563-5.895c0.563-0.863,1.521,2.244,2.293,2.369 c-0.494-2.928-1.354-5.161-1.394-7.411c-2.265-4.729-0.804,0.636-2.638-2.026c-2.409-7.522,1.998-1.744,2.302-5.159 c3.646,5.292,5.729,13.491,6.688,16.891c-0.729-4.142-1.903-8.149-3.351-12.039c1.107,0.477-1.794-8.52,1.438-2.563 c-3.447-12.69-14.761-24.546-25.162-30.106c1.271,1.162,2.877,2.624,2.309,2.854c-5.184-3.077-4.271-3.321-5.016-4.623 c-4.213-1.714-4.489,0.142-7.273,0.007c-7.946-4.218-9.479-3.77-16.791-6.408l0.33,1.563c-5.265-1.756-6.135,0.657-11.821,0.004 c-0.345-0.271,1.825-0.979,3.609-1.238c-5.092,0.673-4.854-1.004-9.829,0.188c1.226-0.86,2.521-1.438,3.834-2.164 c-4.146,0.254-9.91,2.414-8.135,0.438c-6.771,3.023-18.79,7.269-25.538,13.593l-0.212-1.416 c-3.092,3.714-13.479,11.08-14.313,15.896l-0.823,0.188c-1.604,2.727-2.646,5.813-3.927,8.608 c-2.104,3.586-3.084,1.381-2.782,1.943c-4.14,8.392-6.197,15.438-7.974,21.225c1.267,1.891,0.031,11.385,0.511,18.983 c-2.076,37.524,26.339,73.972,57.399,82.38c4.551,1.637,11.32,1.576,17.079,1.732c-6.796-1.938-7.673-1.025-14.291-3.341 c-4.771-2.247-5.819-4.813-9.202-7.75l1.338,2.363c-6.629-2.346-3.854-2.904-9.252-4.613l1.435-1.858 c-2.149-0.164-5.694-3.619-6.664-5.544l-2.354,0.096c-2.821-3.481-4.332-5.998-4.22-7.945l-0.762,1.354 c-0.86-1.479-10.396-13.075-5.449-10.375c-0.92-0.84-2.146-1.365-3.467-3.773l1.008-1.146c-2.379-3.063-4.386-6.992-4.229-8.306 c1.271,1.717,2.147,2.034,3.022,2.329c-6.014-14.914-6.354-0.814-10.899-15.181l0.965-0.076 c-0.737-1.118-1.188-2.318-1.781-3.507l0.422-4.176c-4.323-4.998-1.209-21.272-0.584-30.197 c0.434-3.628,3.611-7.494,6.027-13.555l-1.474-0.255c2.814-4.905,16.08-19.73,22.229-18.973 c2.978-3.732-0.594-0.014-1.178-0.953c6.541-6.765,8.597-4.772,13.008-5.997c4.759-2.818-4.082,1.104-1.827-1.069 c8.227-2.104,5.827-4.776,16.561-5.846c1.132,0.646-2.625,0.99-3.564,1.824c6.853-3.354,21.688-2.588,31.321,1.86 c11.179,5.229,23.734,20.672,24.232,35.202l0.563,0.146c-0.283,5.778,0.888,12.458-1.146,18.596L526.902,531.373"
|
||||
id="path4653" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M459.117,550.979l-0.385,1.913c1.793,2.438,3.219,5.081,5.508,6.979 C462.592,556.661,461.371,555.332,459.117,550.979"
|
||||
id="path4655" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M463.354,550.816c-0.948-1.053-1.513-2.313-2.146-3.568c0.604,2.213,1.838,4.107,2.983,6.052 L463.354,550.816"
|
||||
id="path4657" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M538.412,534.501l-0.396,1.008c-0.732,5.223-2.327,10.391-4.762,15.18 C535.943,545.635,537.676,540.107,538.412,534.501"
|
||||
id="path4659" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M479.102,461.001c1.85-0.672,4.535-0.368,6.498-0.813c-2.558,0.22-5.099,0.348-7.604,0.659 L479.102,461.001"
|
||||
id="path4661" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M414.299,495.463c0.426,3.935-2.962,5.463,0.745,2.866C417.039,493.846,414.275,497.092,414.299,495.463 "
|
||||
id="path4663" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M409.936,513.686c0.854-2.624,1.012-4.198,1.338-5.72C408.91,510.987,410.184,511.63,409.936,513.686"
|
||||
id="path4665" /></g></g></g></g></svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
|
||||
<wallpapers>
|
||||
<wallpaper>
|
||||
<!-- don't include words such as "wallpaper" (avoids translations) -->
|
||||
<name>Soft Waves</name>
|
||||
<filename>/usr/share/desktop-base/softwaves-theme/wallpaper/gnome-background.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper>
|
||||
<!-- don't include words such as "wallpaper" (avoids translations) -->
|
||||
<name>Soft Waves Lock Screen</name>
|
||||
<filename>/usr/share/desktop-base/softwaves-theme/lockscreen/gnome-background.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
</wallpapers>
|
||||
@@ -0,0 +1,432 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1280"
|
||||
height="720"
|
||||
viewBox="0 0 1280 720"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
id="svg4504"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="1280x720.svg"><metadata
|
||||
id="metadata4686"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4684" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview4682"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.70710678"
|
||||
inkscape:cx="-46.465224"
|
||||
inkscape:cy="286.3945"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4504"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><g
|
||||
id="Layer_1"
|
||||
transform="matrix(0.66667,0,0,0.66667,-6.875e-6,-0.00360127)"><g
|
||||
id="root"><g
|
||||
id="Layer_1_1_"><g
|
||||
id="background_1_"><linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-2376.5322"
|
||||
y1="2697.7949"
|
||||
x2="-2376.5327"
|
||||
y2="1500.0276"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#133356"
|
||||
id="stop4511" /><stop
|
||||
offset="0.5025"
|
||||
style="stop-color:#7C9999"
|
||||
id="stop4513" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#333333"
|
||||
id="stop4515" /></linearGradient><rect
|
||||
x="-1.4529999"
|
||||
y="-63.602001"
|
||||
width="1923"
|
||||
height="1200.007"
|
||||
id="rect4517"
|
||||
style="fill:url(#SVGID_1_)" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="-2475.5806"
|
||||
cy="1919.6914"
|
||||
r="942.22388"
|
||||
gradientTransform="matrix(0.9956,0,0,-1.1148,3334.9426,2647.417)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
id="stop4521" /><stop
|
||||
offset="0.1429"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
id="stop4523" /><stop
|
||||
offset="0.3797"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
id="stop4525" /><stop
|
||||
offset="0.4877"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
id="stop4527" /></radialGradient><rect
|
||||
x="-1.4529999"
|
||||
y="-62.481998"
|
||||
width="1923"
|
||||
height="1204.072"
|
||||
id="rect4529"
|
||||
style="fill:url(#SVGID_2_)" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="-1844.5469"
|
||||
cy="2107.6094"
|
||||
r="279.20999"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4533" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4535" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1492.033"
|
||||
cy="529.46802"
|
||||
r="279.20999"
|
||||
id="circle4537"
|
||||
style="opacity:0.2;fill:url(#SVGID_3_)" /><radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="-1999.6094"
|
||||
cy="2203.6973"
|
||||
r="221.0015"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4540" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4542" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1336.9709"
|
||||
cy="433.38101"
|
||||
r="221.002"
|
||||
id="circle4544"
|
||||
style="opacity:0.2;fill:url(#SVGID_4_)" /><radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="-2953.5332"
|
||||
cy="2241.6973"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4547" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4549" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="383.047"
|
||||
cy="395.38"
|
||||
r="293.00299"
|
||||
id="circle4551"
|
||||
style="opacity:0.1;fill:url(#SVGID_5_)" /><radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="-2765.5332"
|
||||
cy="2052.6523"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4554" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4556" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="571.047"
|
||||
cy="584.42499"
|
||||
r="293.00299"
|
||||
id="circle4558"
|
||||
style="opacity:0.1;fill:url(#SVGID_6_)" /><radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="-2669.1982"
|
||||
cy="1959.8184"
|
||||
r="374.83301"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4561" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4563" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="667.38202"
|
||||
cy="677.25897"
|
||||
r="374.83301"
|
||||
id="circle4565"
|
||||
style="opacity:0.1;fill:url(#SVGID_7_)" /><radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="-2057.7031"
|
||||
cy="2037.5859"
|
||||
r="374.83249"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4568" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4570" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 1278.877,224.659 c 207.014,0 374.832,167.817 374.832,374.835 0,207.014 -167.818,374.832 -374.832,374.832 -207.014,0 -374.832,-167.818 -374.832,-374.832 0,-207.017 167.818,-374.835 374.832,-374.835 z"
|
||||
id="path4572"
|
||||
style="opacity:0.1;fill:url(#SVGID_8_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="-2704.3438"
|
||||
cy="2187.584"
|
||||
r="374.83301"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4575" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4577" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="632.23602"
|
||||
cy="449.49399"
|
||||
r="374.83301"
|
||||
id="circle4579"
|
||||
style="opacity:0.2;fill:url(#SVGID_9_)" /><radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="-1770.0449"
|
||||
cy="2169.5859"
|
||||
r="374.83249"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4582" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4584" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1566.535"
|
||||
cy="467.49301"
|
||||
r="374.83301"
|
||||
id="circle4586"
|
||||
style="opacity:0.2;fill:url(#SVGID_10_)" /><radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="-1879.875"
|
||||
cy="1905.5859"
|
||||
r="374.83301"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4589" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4591" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1456.705"
|
||||
cy="731.492"
|
||||
r="374.83301"
|
||||
id="circle4593"
|
||||
style="opacity:0.2;fill:url(#SVGID_11_)" /></g><g
|
||||
id="octopus_1_"><radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1211.6084"
|
||||
cy="-1277.7612"
|
||||
r="704.52618"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4597" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4599" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 342.803,287.655 c 0,0 -166.237,203.738 -110.913,420.003 93.525,365.564 376.691,424 835.374,320 808.268,-183.266 836.202,226 830.202,264 l 43.879,-63.617 c 6,-38 -21.938,-447.26 -830.201,-264 -458.686,104 -741.853,45.568 -835.374,-320 -55.323,-216.262 67.033,-356.386 67.033,-356.386"
|
||||
id="path4601"
|
||||
style="opacity:0.1;fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1002.0547"
|
||||
cy="-1545.2832"
|
||||
r="1411.9412"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4604" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4606" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 190.59,182.873 c 0,0 -166.237,203.742 -110.914,420.003 93.523,365.569 376.689,424 835.377,320 808.259,-183.26 836.199,226 830.199,264 l 56.753,-5.731 c 28.162,-64.279 -34.813,-505.146 -843.073,-321.886 -458.687,104 -741.853,45.57 -835.374,-320 C 68.234,322.998 190.59,182.873 190.59,182.873"
|
||||
id="path4608"
|
||||
style="opacity:0.5;fill:url(#SVGID_13_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
id="SVGID_14_"
|
||||
cx="1144.1123"
|
||||
cy="-1303.562"
|
||||
r="704.52533"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4611" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4613" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 410.301,261.855 c 0,0 -166.237,203.742 -110.914,420.001 93.524,365.569 376.69,424 835.374,320 808.262,-183.26 836.201,226 830.201,264 l 43.879,-63.611 c 6,-38 -21.938,-447.266 -830.2,-264 -458.685,104 -741.852,45.564 -835.373,-320 -55.323,-216.266 67.033,-356.39 67.033,-356.39"
|
||||
id="path4615"
|
||||
style="opacity:0.2;fill:url(#SVGID_14_)"
|
||||
inkscape:connector-curvature="0" /><linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="350.0889"
|
||||
y1="-1472.1411"
|
||||
x2="2103.6758"
|
||||
y2="-1472.1411"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4618" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4620" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4622" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4624" /></linearGradient><path
|
||||
enable-background="new "
|
||||
d="m 189.191,415.784 c 0,0 47.39,-179.889 257.465,-255.367 391.015,-159.975 617.139,163.146 752.904,485.594 12,28.498 41.998,100.494 91.495,238.488 65.38,182.265 154.492,184.489 352.063,147.319 304.773,-69.104 284.29,85.22 282.025,99.549 l 16.545,-23.987 c 2.266,-14.328 22.748,-168.653 -282.025,-99.549 -188.504,40.321 -280.207,-1.222 -333.087,-139.832 C 1273.696,729.39 1270.441,724.206 1220.555,596.515 1049.412,158.419 853.079,-15.46 474.713,88.408 264.642,163.888 189.191,415.784 189.191,415.784"
|
||||
id="path4626"
|
||||
style="opacity:0.4;fill:url(#SVGID_15_)"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="rounds"><path
|
||||
stroke-miterlimit="10"
|
||||
d="M 1218.335,713.258"
|
||||
id="path4629"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:10" /><circle
|
||||
enable-background="new "
|
||||
cx="1148.752"
|
||||
cy="751.78497"
|
||||
r="13.107"
|
||||
id="circle4631"
|
||||
style="opacity:0.3;fill:#ffffff" /><circle
|
||||
enable-background="new "
|
||||
cx="1493.0601"
|
||||
cy="566.77802"
|
||||
r="13.109"
|
||||
id="circle4633"
|
||||
style="opacity:0.2;fill:#ffffff" /><circle
|
||||
enable-background="new "
|
||||
cx="1726.431"
|
||||
cy="302.62601"
|
||||
r="13.107"
|
||||
id="circle4635"
|
||||
style="opacity:0.1;fill:#ffffff" /><circle
|
||||
enable-background="new "
|
||||
cx="750.62299"
|
||||
cy="832.72101"
|
||||
r="13.107"
|
||||
id="circle4637"
|
||||
style="opacity:0.4;fill:#ffffff" /></g><g
|
||||
id="logoGroup_1_"><circle
|
||||
enable-background="new "
|
||||
cx="475.991"
|
||||
cy="539.96301"
|
||||
r="147.05701"
|
||||
id="circle4640"
|
||||
style="opacity:0.4;fill:#366c6c" /><g
|
||||
id="logo_1_"
|
||||
enable-background="new "><path
|
||||
d="m 488.914,547.236 c -2.729,0.032 0.517,1.398 4.08,1.949 0.987,-0.771 1.875,-1.545 2.67,-2.303 -2.215,0.547 -4.473,0.561 -6.75,0.354"
|
||||
id="path4643"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 503.563,543.584 c 1.629,-2.248 2.813,-4.701 3.229,-7.239 -0.367,1.812 -1.347,3.367 -2.271,5.022 -5.104,3.216 -0.482,-1.906 -0.007,-3.856 -5.479,6.907 -0.752,4.141 -0.951,6.073"
|
||||
id="path4645"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 508.975,529.506 c 0.332,-4.914 -0.965,-3.356 -1.4,-1.486 0.505,0.268 0.909,3.468 1.4,1.486"
|
||||
id="path4647"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 478.559,462.313 c 1.459,0.267 3.149,0.461 2.906,0.813 1.598,-0.357 1.961,-0.672 -2.906,-0.813"
|
||||
id="path4649"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 481.467,463.122 -1.021,0.215 0.957,-0.09 0.064,-0.125"
|
||||
id="path4651"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 526.902,531.373 c 0.161,4.415 -1.291,6.559 -2.604,10.352 l -2.359,1.178 c -1.934,3.755 0.191,2.387 -1.191,5.363 -3.018,2.685 -9.146,8.387 -11.104,8.906 -1.437,-0.033 0.973,-1.693 1.285,-2.342 -4.035,2.771 -3.235,4.158 -9.412,5.846 l -0.183,-0.404 c -15.219,7.162 -36.356,-7.021 -36.082,-26.385 -0.159,1.229 -0.461,0.922 -0.799,1.414 -0.785,-9.96 4.604,-19.961 13.687,-24.054 8.888,-4.397 19.304,-2.601 25.658,3.343 -3.492,-4.578 -10.449,-9.433 -18.692,-8.982 -8.073,0.136 -15.634,5.27 -18.153,10.84 -4.141,2.604 -4.619,10.04 -6.42,11.4 -2.43,17.83 4.563,25.53 16.39,34.596 1.854,1.258 0.521,1.443 0.771,2.397 -3.932,-1.836 -7.521,-4.615 -10.48,-8.015 1.57,2.293 3.267,4.521 5.455,6.278 -3.707,-1.25 -8.655,-8.978 -10.1,-9.289 6.387,11.437 25.896,20.054 36.13,15.771 -4.733,0.178 -10.741,0.099 -16.058,-1.868 -2.235,-1.146 -5.271,-3.521 -4.729,-3.969 13.951,5.209 28.355,3.939 40.431,-5.732 3.073,-2.392 6.428,-6.459 7.396,-6.515 -1.459,2.196 0.25,1.055 -0.872,2.993 3.057,-4.938 -1.33,-2.01 3.159,-8.521 l 1.659,2.283 c -0.62,-4.102 5.091,-9.071 4.507,-15.55 1.312,-1.979 1.459,2.136 0.068,6.688 1.93,-5.057 0.514,-5.86 1.005,-10.042 0.528,1.403 1.235,2.897 1.602,4.375 -1.257,-4.889 1.282,-8.229 1.916,-11.063 -0.625,-0.275 -1.938,2.157 -2.24,-3.61 0.045,-2.509 0.699,-1.313 0.949,-1.933 -0.488,-0.284 -1.779,-2.206 -2.563,-5.895 0.563,-0.863 1.521,2.244 2.293,2.369 -0.494,-2.928 -1.354,-5.161 -1.394,-7.411 -2.265,-4.729 -0.804,0.636 -2.638,-2.026 -2.409,-7.522 1.998,-1.744 2.302,-5.159 3.646,5.292 5.729,13.491 6.688,16.891 -0.729,-4.142 -1.903,-8.149 -3.351,-12.039 1.107,0.477 -1.794,-8.52 1.438,-2.563 -3.447,-12.69 -14.761,-24.546 -25.162,-30.106 1.271,1.162 2.877,2.624 2.309,2.854 -5.184,-3.077 -4.271,-3.321 -5.016,-4.623 -4.213,-1.714 -4.489,0.142 -7.273,0.007 -7.946,-4.218 -9.479,-3.77 -16.791,-6.408 l 0.33,1.563 c -5.265,-1.756 -6.135,0.657 -11.821,0.004 -0.345,-0.271 1.825,-0.979 3.609,-1.238 -5.092,0.673 -4.854,-1.004 -9.829,0.188 1.226,-0.86 2.521,-1.438 3.834,-2.164 -4.146,0.254 -9.91,2.414 -8.135,0.438 -6.771,3.023 -18.79,7.269 -25.538,13.593 l -0.212,-1.416 c -3.092,3.714 -13.479,11.08 -14.313,15.896 l -0.823,0.188 c -1.604,2.727 -2.646,5.813 -3.927,8.608 -2.104,3.586 -3.084,1.381 -2.782,1.943 -4.14,8.392 -6.197,15.438 -7.974,21.225 1.267,1.891 0.031,11.385 0.511,18.983 -2.076,37.524 26.339,73.972 57.399,82.38 4.551,1.637 11.32,1.576 17.079,1.732 -6.796,-1.938 -7.673,-1.025 -14.291,-3.341 -4.771,-2.247 -5.819,-4.813 -9.202,-7.75 l 1.338,2.363 c -6.629,-2.346 -3.854,-2.904 -9.252,-4.613 l 1.435,-1.858 c -2.149,-0.164 -5.694,-3.619 -6.664,-5.544 l -2.354,0.096 c -2.821,-3.481 -4.332,-5.998 -4.22,-7.945 l -0.762,1.354 c -0.86,-1.479 -10.396,-13.075 -5.449,-10.375 -0.92,-0.84 -2.146,-1.365 -3.467,-3.773 l 1.008,-1.146 c -2.379,-3.063 -4.386,-6.992 -4.229,-8.306 1.271,1.717 2.147,2.034 3.022,2.329 -6.014,-14.914 -6.354,-0.814 -10.899,-15.181 l 0.965,-0.076 c -0.737,-1.118 -1.188,-2.318 -1.781,-3.507 l 0.422,-4.176 c -4.323,-4.998 -1.209,-21.272 -0.584,-30.197 0.434,-3.628 3.611,-7.494 6.027,-13.555 l -1.474,-0.255 c 2.814,-4.905 16.08,-19.73 22.229,-18.973 2.978,-3.732 -0.594,-0.014 -1.178,-0.953 6.541,-6.765 8.597,-4.772 13.008,-5.997 4.759,-2.818 -4.082,1.104 -1.827,-1.069 8.227,-2.104 5.827,-4.776 16.561,-5.846 1.132,0.646 -2.625,0.99 -3.564,1.824 6.853,-3.354 21.688,-2.588 31.321,1.86 11.179,5.229 23.734,20.672 24.232,35.202 l 0.563,0.146 c -0.283,5.778 0.888,12.458 -1.146,18.596 l 1.372,-2.897"
|
||||
id="path4653"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 459.117,550.979 -0.385,1.913 c 1.793,2.438 3.219,5.081 5.508,6.979 -1.648,-3.21 -2.869,-4.539 -5.123,-8.892"
|
||||
id="path4655"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 463.354,550.816 c -0.948,-1.053 -1.513,-2.313 -2.146,-3.568 0.604,2.213 1.838,4.107 2.983,6.052 l -0.837,-2.484"
|
||||
id="path4657"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 538.412,534.501 -0.396,1.008 c -0.732,5.223 -2.327,10.391 -4.762,15.18 2.689,-5.054 4.422,-10.582 5.158,-16.188"
|
||||
id="path4659"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 479.102,461.001 c 1.85,-0.672 4.535,-0.368 6.498,-0.813 -2.558,0.22 -5.099,0.348 -7.604,0.659 l 1.106,0.154"
|
||||
id="path4661"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 414.299,495.463 c 0.426,3.935 -2.962,5.463 0.745,2.866 1.995,-4.483 -0.769,-1.237 -0.745,-2.866"
|
||||
id="path4663"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 409.936,513.686 c 0.854,-2.624 1.012,-4.198 1.338,-5.72 -2.364,3.021 -1.09,3.664 -1.338,5.72"
|
||||
id="path4665"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></g></g></g></g><rect
|
||||
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect3814"
|
||||
width="1280.0063"
|
||||
height="720.0036"
|
||||
x="0"
|
||||
y="-0.0036010742" /></svg>
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,429 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1920px"
|
||||
height="1080px"
|
||||
viewBox="0 0 1920 1080"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
id="svg4504"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="1920x1080.svg"><metadata
|
||||
id="metadata4686"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4684" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview4682"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.67291667"
|
||||
inkscape:cx="958.51393"
|
||||
inkscape:cy="540"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4504" /><g
|
||||
id="Layer_1"><g
|
||||
id="root"><g
|
||||
id="Layer_1_1_"><g
|
||||
id="background_1_"><linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-2376.5322"
|
||||
y1="2697.7949"
|
||||
x2="-2376.5327"
|
||||
y2="1500.0276"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#133356"
|
||||
id="stop4511" /><stop
|
||||
offset="0.5025"
|
||||
style="stop-color:#7C9999"
|
||||
id="stop4513" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#333333"
|
||||
id="stop4515" /></linearGradient><rect
|
||||
x="-1.453"
|
||||
y="-63.602"
|
||||
fill="url(#SVGID_1_)"
|
||||
width="1923"
|
||||
height="1200.007"
|
||||
id="rect4517" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="-2475.5806"
|
||||
cy="1919.6914"
|
||||
r="942.2239"
|
||||
gradientTransform="matrix(0.9956 0 0 -1.1148 3334.9426 2647.417)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
id="stop4521" /><stop
|
||||
offset="0.1429"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
id="stop4523" /><stop
|
||||
offset="0.3797"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
id="stop4525" /><stop
|
||||
offset="0.4877"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
id="stop4527" /></radialGradient><rect
|
||||
x="-1.453"
|
||||
y="-62.482"
|
||||
fill="url(#SVGID_2_)"
|
||||
width="1923"
|
||||
height="1204.072"
|
||||
id="rect4529" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="-1844.5469"
|
||||
cy="2107.6094"
|
||||
r="279.21"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4533" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4535" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_3_)"
|
||||
enable-background="new "
|
||||
cx="1492.033"
|
||||
cy="529.468"
|
||||
r="279.21"
|
||||
id="circle4537" /><radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="-1999.6094"
|
||||
cy="2203.6973"
|
||||
r="221.0015"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4540" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4542" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_4_)"
|
||||
enable-background="new "
|
||||
cx="1336.971"
|
||||
cy="433.381"
|
||||
r="221.002"
|
||||
id="circle4544" /><radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="-2953.5332"
|
||||
cy="2241.6973"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4547" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4549" /></radialGradient><circle
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_5_)"
|
||||
enable-background="new "
|
||||
cx="383.047"
|
||||
cy="395.38"
|
||||
r="293.003"
|
||||
id="circle4551" /><radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="-2765.5332"
|
||||
cy="2052.6523"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4554" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4556" /></radialGradient><circle
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_6_)"
|
||||
enable-background="new "
|
||||
cx="571.047"
|
||||
cy="584.425"
|
||||
r="293.003"
|
||||
id="circle4558" /><radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="-2669.1982"
|
||||
cy="1959.8184"
|
||||
r="374.833"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4561" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4563" /></radialGradient><circle
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_7_)"
|
||||
enable-background="new "
|
||||
cx="667.382"
|
||||
cy="677.259"
|
||||
r="374.833"
|
||||
id="circle4565" /><radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="-2057.7031"
|
||||
cy="2037.5859"
|
||||
r="374.8325"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4568" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4570" /></radialGradient><path
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_8_)"
|
||||
enable-background="new "
|
||||
d="M1278.877,224.659 c207.014,0,374.832,167.817,374.832,374.835c0,207.014-167.818,374.832-374.832,374.832S904.045,806.508,904.045,599.494 C904.045,392.477,1071.863,224.659,1278.877,224.659z"
|
||||
id="path4572" /><radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="-2704.3438"
|
||||
cy="2187.584"
|
||||
r="374.833"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4575" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4577" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_9_)"
|
||||
enable-background="new "
|
||||
cx="632.236"
|
||||
cy="449.494"
|
||||
r="374.833"
|
||||
id="circle4579" /><radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="-1770.0449"
|
||||
cy="2169.5859"
|
||||
r="374.8325"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4582" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4584" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_10_)"
|
||||
enable-background="new "
|
||||
cx="1566.535"
|
||||
cy="467.493"
|
||||
r="374.833"
|
||||
id="circle4586" /><radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="-1879.875"
|
||||
cy="1905.5859"
|
||||
r="374.833"
|
||||
gradientTransform="matrix(1 0 0 -1 3336.5801 2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4589" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4591" /></radialGradient><circle
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_11_)"
|
||||
enable-background="new "
|
||||
cx="1456.705"
|
||||
cy="731.492"
|
||||
r="374.833"
|
||||
id="circle4593" /></g><g
|
||||
id="octopus_1_"><radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1211.6084"
|
||||
cy="-1277.7612"
|
||||
r="704.5262"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4597" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4599" /></radialGradient><path
|
||||
opacity="0.1"
|
||||
fill="url(#SVGID_12_)"
|
||||
enable-background="new "
|
||||
d="M342.803,287.655 c0,0-166.237,203.738-110.913,420.003c93.525,365.564,376.691,424,835.374,320c808.268-183.266,836.202,226,830.202,264 l43.879-63.617c6-38-21.938-447.26-830.201-264c-458.686,104-741.853,45.568-835.374-320 C220.447,427.779,342.803,287.655,342.803,287.655"
|
||||
id="path4601" /><radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1002.0547"
|
||||
cy="-1545.2832"
|
||||
r="1411.9412"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4604" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4606" /></radialGradient><path
|
||||
opacity="0.5"
|
||||
fill="url(#SVGID_13_)"
|
||||
enable-background="new "
|
||||
d="M190.59,182.873c0,0-166.237,203.742-110.914,420.003 c93.523,365.569,376.689,424,835.377,320c808.259-183.26,836.199,226,830.199,264l56.753-5.731 c28.162-64.279-34.813-505.146-843.073-321.886c-458.687,104-741.853,45.57-835.374-320 C68.234,322.998,190.59,182.873,190.59,182.873"
|
||||
id="path4608" /><radialGradient
|
||||
id="SVGID_14_"
|
||||
cx="1144.1123"
|
||||
cy="-1303.562"
|
||||
r="704.5253"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4611" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4613" /></radialGradient><path
|
||||
opacity="0.2"
|
||||
fill="url(#SVGID_14_)"
|
||||
enable-background="new "
|
||||
d="M410.301,261.855 c0,0-166.237,203.742-110.914,420.001c93.524,365.569,376.69,424,835.374,320c808.262-183.26,836.201,226,830.201,264 l43.879-63.611c6-38-21.938-447.266-830.2-264c-458.685,104-741.852,45.564-835.373-320 C287.945,401.979,410.301,261.855,410.301,261.855"
|
||||
id="path4615" /><linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="350.0889"
|
||||
y1="-1472.1411"
|
||||
x2="2103.6758"
|
||||
y2="-1472.1411"
|
||||
gradientTransform="matrix(-1 0 0 1 2292.8672 2067.418)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4618" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4620" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4622" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4624" /></linearGradient><path
|
||||
opacity="0.4"
|
||||
fill="url(#SVGID_15_)"
|
||||
enable-background="new "
|
||||
d="M189.191,415.784c0,0,47.39-179.889,257.465-255.367 C837.671,0.442,1063.795,323.563,1199.56,646.011c12,28.498,41.998,100.494,91.495,238.488 c65.38,182.265,154.492,184.489,352.063,147.319c304.773-69.104,284.29,85.22,282.025,99.549l16.545-23.987 c2.266-14.328,22.748-168.653-282.025-99.549c-188.504,40.321-280.207-1.222-333.087-139.832 c-52.88-138.609-56.135-143.793-106.021-271.484C1049.412,158.419,853.079-15.46,474.713,88.408 C264.642,163.888,189.191,415.784,189.191,415.784"
|
||||
id="path4626" /></g><g
|
||||
id="rounds"><path
|
||||
fill="none"
|
||||
stroke="#FFFFFF"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M1218.335,713.258"
|
||||
id="path4629" /><circle
|
||||
opacity="0.3"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="1148.752"
|
||||
cy="751.785"
|
||||
r="13.107"
|
||||
id="circle4631" /><circle
|
||||
opacity="0.2"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="1493.06"
|
||||
cy="566.778"
|
||||
r="13.109"
|
||||
id="circle4633" /><circle
|
||||
opacity="0.1"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="1726.431"
|
||||
cy="302.626"
|
||||
r="13.107"
|
||||
id="circle4635" /><circle
|
||||
opacity="0.4"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
cx="750.623"
|
||||
cy="832.721"
|
||||
r="13.107"
|
||||
id="circle4637" /></g><g
|
||||
id="logoGroup_1_"><circle
|
||||
opacity="0.4"
|
||||
fill="#366C6C"
|
||||
enable-background="new "
|
||||
cx="475.991"
|
||||
cy="539.963"
|
||||
r="147.057"
|
||||
id="circle4640" /><g
|
||||
id="logo_1_"
|
||||
enable-background="new "><path
|
||||
fill="#FFFFFF"
|
||||
d="M488.914,547.236c-2.729,0.032,0.517,1.398,4.08,1.949c0.987-0.771,1.875-1.545,2.67-2.303 C493.449,547.429,491.191,547.443,488.914,547.236"
|
||||
id="path4643" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M503.563,543.584c1.629-2.248,2.813-4.701,3.229-7.239c-0.367,1.812-1.347,3.367-2.271,5.022 c-5.104,3.216-0.482-1.906-0.007-3.856C499.035,544.418,503.762,541.652,503.563,543.584"
|
||||
id="path4645" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M508.975,529.506c0.332-4.914-0.965-3.356-1.4-1.486C508.08,528.288,508.484,531.488,508.975,529.506"
|
||||
id="path4647" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M478.559,462.313c1.459,0.267,3.149,0.461,2.906,0.813C483.063,462.769,483.426,462.454,478.559,462.313 "
|
||||
id="path4649" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M481.467,463.122l-1.021,0.215l0.957-0.09L481.467,463.122"
|
||||
id="path4651" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M526.902,531.373c0.161,4.415-1.291,6.559-2.604,10.352l-2.359,1.178 c-1.934,3.755,0.191,2.387-1.191,5.363c-3.018,2.685-9.146,8.387-11.104,8.906c-1.437-0.033,0.973-1.693,1.285-2.342 c-4.035,2.771-3.235,4.158-9.412,5.846l-0.183-0.404c-15.219,7.162-36.356-7.021-36.082-26.385 c-0.159,1.229-0.461,0.922-0.799,1.414c-0.785-9.96,4.604-19.961,13.687-24.054c8.888-4.397,19.304-2.601,25.658,3.343 c-3.492-4.578-10.449-9.433-18.692-8.982c-8.073,0.136-15.634,5.27-18.153,10.84c-4.141,2.604-4.619,10.04-6.42,11.4 c-2.43,17.83,4.563,25.53,16.39,34.596c1.854,1.258,0.521,1.443,0.771,2.397c-3.932-1.836-7.521-4.615-10.48-8.015 c1.57,2.293,3.267,4.521,5.455,6.278c-3.707-1.25-8.655-8.978-10.1-9.289c6.387,11.437,25.896,20.054,36.13,15.771 c-4.733,0.178-10.741,0.099-16.058-1.868c-2.235-1.146-5.271-3.521-4.729-3.969c13.951,5.209,28.355,3.939,40.431-5.732 c3.073-2.392,6.428-6.459,7.396-6.515c-1.459,2.196,0.25,1.055-0.872,2.993c3.057-4.938-1.33-2.01,3.159-8.521l1.659,2.283 c-0.62-4.102,5.091-9.071,4.507-15.55c1.312-1.979,1.459,2.136,0.068,6.688c1.93-5.057,0.514-5.86,1.005-10.042 c0.528,1.403,1.235,2.897,1.602,4.375c-1.257-4.889,1.282-8.229,1.916-11.063c-0.625-0.275-1.938,2.157-2.24-3.61 c0.045-2.509,0.699-1.313,0.949-1.933c-0.488-0.284-1.779-2.206-2.563-5.895c0.563-0.863,1.521,2.244,2.293,2.369 c-0.494-2.928-1.354-5.161-1.394-7.411c-2.265-4.729-0.804,0.636-2.638-2.026c-2.409-7.522,1.998-1.744,2.302-5.159 c3.646,5.292,5.729,13.491,6.688,16.891c-0.729-4.142-1.903-8.149-3.351-12.039c1.107,0.477-1.794-8.52,1.438-2.563 c-3.447-12.69-14.761-24.546-25.162-30.106c1.271,1.162,2.877,2.624,2.309,2.854c-5.184-3.077-4.271-3.321-5.016-4.623 c-4.213-1.714-4.489,0.142-7.273,0.007c-7.946-4.218-9.479-3.77-16.791-6.408l0.33,1.563c-5.265-1.756-6.135,0.657-11.821,0.004 c-0.345-0.271,1.825-0.979,3.609-1.238c-5.092,0.673-4.854-1.004-9.829,0.188c1.226-0.86,2.521-1.438,3.834-2.164 c-4.146,0.254-9.91,2.414-8.135,0.438c-6.771,3.023-18.79,7.269-25.538,13.593l-0.212-1.416 c-3.092,3.714-13.479,11.08-14.313,15.896l-0.823,0.188c-1.604,2.727-2.646,5.813-3.927,8.608 c-2.104,3.586-3.084,1.381-2.782,1.943c-4.14,8.392-6.197,15.438-7.974,21.225c1.267,1.891,0.031,11.385,0.511,18.983 c-2.076,37.524,26.339,73.972,57.399,82.38c4.551,1.637,11.32,1.576,17.079,1.732c-6.796-1.938-7.673-1.025-14.291-3.341 c-4.771-2.247-5.819-4.813-9.202-7.75l1.338,2.363c-6.629-2.346-3.854-2.904-9.252-4.613l1.435-1.858 c-2.149-0.164-5.694-3.619-6.664-5.544l-2.354,0.096c-2.821-3.481-4.332-5.998-4.22-7.945l-0.762,1.354 c-0.86-1.479-10.396-13.075-5.449-10.375c-0.92-0.84-2.146-1.365-3.467-3.773l1.008-1.146c-2.379-3.063-4.386-6.992-4.229-8.306 c1.271,1.717,2.147,2.034,3.022,2.329c-6.014-14.914-6.354-0.814-10.899-15.181l0.965-0.076 c-0.737-1.118-1.188-2.318-1.781-3.507l0.422-4.176c-4.323-4.998-1.209-21.272-0.584-30.197 c0.434-3.628,3.611-7.494,6.027-13.555l-1.474-0.255c2.814-4.905,16.08-19.73,22.229-18.973 c2.978-3.732-0.594-0.014-1.178-0.953c6.541-6.765,8.597-4.772,13.008-5.997c4.759-2.818-4.082,1.104-1.827-1.069 c8.227-2.104,5.827-4.776,16.561-5.846c1.132,0.646-2.625,0.99-3.564,1.824c6.853-3.354,21.688-2.588,31.321,1.86 c11.179,5.229,23.734,20.672,24.232,35.202l0.563,0.146c-0.283,5.778,0.888,12.458-1.146,18.596L526.902,531.373"
|
||||
id="path4653" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M459.117,550.979l-0.385,1.913c1.793,2.438,3.219,5.081,5.508,6.979 C462.592,556.661,461.371,555.332,459.117,550.979"
|
||||
id="path4655" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M463.354,550.816c-0.948-1.053-1.513-2.313-2.146-3.568c0.604,2.213,1.838,4.107,2.983,6.052 L463.354,550.816"
|
||||
id="path4657" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M538.412,534.501l-0.396,1.008c-0.732,5.223-2.327,10.391-4.762,15.18 C535.943,545.635,537.676,540.107,538.412,534.501"
|
||||
id="path4659" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M479.102,461.001c1.85-0.672,4.535-0.368,6.498-0.813c-2.558,0.22-5.099,0.348-7.604,0.659 L479.102,461.001"
|
||||
id="path4661" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M414.299,495.463c0.426,3.935-2.962,5.463,0.745,2.866C417.039,493.846,414.275,497.092,414.299,495.463 "
|
||||
id="path4663" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M409.936,513.686c0.854-2.624,1.012-4.198,1.338-5.72C408.91,510.987,410.184,511.63,409.936,513.686"
|
||||
id="path4665" /></g></g></g></g><rect
|
||||
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect3814"
|
||||
width="1920"
|
||||
height="1080"
|
||||
x="0"
|
||||
y="0" /></svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,432 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="2560"
|
||||
height="1440"
|
||||
viewBox="0 0 2560 1440"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
id="svg4504"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="2560x1440.svg"><metadata
|
||||
id="metadata4686"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4684" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview4682"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.47582394"
|
||||
inkscape:cx="748.18465"
|
||||
inkscape:cy="506.57963"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4504"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><g
|
||||
id="Layer_1"
|
||||
transform="matrix(1.33333,0,0,1.33333,6.875e-6,0.00354023)"><g
|
||||
id="root"><g
|
||||
id="Layer_1_1_"><g
|
||||
id="background_1_"><linearGradient
|
||||
id="SVGID_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-2376.5322"
|
||||
y1="2697.7949"
|
||||
x2="-2376.5327"
|
||||
y2="1500.0276"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#133356"
|
||||
id="stop4511" /><stop
|
||||
offset="0.5025"
|
||||
style="stop-color:#7C9999"
|
||||
id="stop4513" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#333333"
|
||||
id="stop4515" /></linearGradient><rect
|
||||
x="-1.4529999"
|
||||
y="-63.602001"
|
||||
width="1923"
|
||||
height="1200.007"
|
||||
id="rect4517"
|
||||
style="fill:url(#SVGID_1_)" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="-2475.5806"
|
||||
cy="1919.6914"
|
||||
r="942.22388"
|
||||
gradientTransform="matrix(0.9956,0,0,-1.1148,3334.9426,2647.417)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
id="stop4521" /><stop
|
||||
offset="0.1429"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
id="stop4523" /><stop
|
||||
offset="0.3797"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
id="stop4525" /><stop
|
||||
offset="0.4877"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
id="stop4527" /></radialGradient><rect
|
||||
x="-1.4529999"
|
||||
y="-62.481998"
|
||||
width="1923"
|
||||
height="1204.072"
|
||||
id="rect4529"
|
||||
style="fill:url(#SVGID_2_)" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="-1844.5469"
|
||||
cy="2107.6094"
|
||||
r="279.20999"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4533" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4535" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1492.033"
|
||||
cy="529.46802"
|
||||
r="279.20999"
|
||||
id="circle4537"
|
||||
style="opacity:0.2;fill:url(#SVGID_3_)" /><radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="-1999.6094"
|
||||
cy="2203.6973"
|
||||
r="221.0015"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4540" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4542" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1336.9709"
|
||||
cy="433.38101"
|
||||
r="221.002"
|
||||
id="circle4544"
|
||||
style="opacity:0.2;fill:url(#SVGID_4_)" /><radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="-2953.5332"
|
||||
cy="2241.6973"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4547" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4549" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="383.047"
|
||||
cy="395.38"
|
||||
r="293.00299"
|
||||
id="circle4551"
|
||||
style="opacity:0.1;fill:url(#SVGID_5_)" /><radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="-2765.5332"
|
||||
cy="2052.6523"
|
||||
r="293.0029"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4554" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4556" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="571.047"
|
||||
cy="584.42499"
|
||||
r="293.00299"
|
||||
id="circle4558"
|
||||
style="opacity:0.1;fill:url(#SVGID_6_)" /><radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="-2669.1982"
|
||||
cy="1959.8184"
|
||||
r="374.83301"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4561" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4563" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="667.38202"
|
||||
cy="677.25897"
|
||||
r="374.83301"
|
||||
id="circle4565"
|
||||
style="opacity:0.1;fill:url(#SVGID_7_)" /><radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="-2057.7031"
|
||||
cy="2037.5859"
|
||||
r="374.83249"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4568" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4570" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 1278.877,224.659 c 207.014,0 374.832,167.817 374.832,374.835 0,207.014 -167.818,374.832 -374.832,374.832 -207.014,0 -374.832,-167.818 -374.832,-374.832 0,-207.017 167.818,-374.835 374.832,-374.835 z"
|
||||
id="path4572"
|
||||
style="opacity:0.1;fill:url(#SVGID_8_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="-2704.3438"
|
||||
cy="2187.584"
|
||||
r="374.83301"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4575" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4577" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="632.23602"
|
||||
cy="449.49399"
|
||||
r="374.83301"
|
||||
id="circle4579"
|
||||
style="opacity:0.2;fill:url(#SVGID_9_)" /><radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="-1770.0449"
|
||||
cy="2169.5859"
|
||||
r="374.83249"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFCDD"
|
||||
id="stop4582" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4584" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1566.535"
|
||||
cy="467.49301"
|
||||
r="374.83301"
|
||||
id="circle4586"
|
||||
style="opacity:0.2;fill:url(#SVGID_10_)" /><radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="-1879.875"
|
||||
cy="1905.5859"
|
||||
r="374.83301"
|
||||
gradientTransform="matrix(1,0,0,-1,3336.5801,2637.0781)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#99CCCC"
|
||||
id="stop4589" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4591" /></radialGradient><circle
|
||||
enable-background="new "
|
||||
cx="1456.705"
|
||||
cy="731.492"
|
||||
r="374.83301"
|
||||
id="circle4593"
|
||||
style="opacity:0.2;fill:url(#SVGID_11_)" /></g><g
|
||||
id="octopus_1_"><radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1211.6084"
|
||||
cy="-1277.7612"
|
||||
r="704.52618"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4597" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4599" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 342.803,287.655 c 0,0 -166.237,203.738 -110.913,420.003 93.525,365.564 376.691,424 835.374,320 808.268,-183.266 836.202,226 830.202,264 l 43.879,-63.617 c 6,-38 -21.938,-447.26 -830.201,-264 -458.686,104 -741.853,45.568 -835.374,-320 -55.323,-216.262 67.033,-356.386 67.033,-356.386"
|
||||
id="path4601"
|
||||
style="opacity:0.1;fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1002.0547"
|
||||
cy="-1545.2832"
|
||||
r="1411.9412"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4604" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4606" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 190.59,182.873 c 0,0 -166.237,203.742 -110.914,420.003 93.523,365.569 376.689,424 835.377,320 808.259,-183.26 836.199,226 830.199,264 l 56.753,-5.731 c 28.162,-64.279 -34.813,-505.146 -843.073,-321.886 -458.687,104 -741.853,45.57 -835.374,-320 C 68.234,322.998 190.59,182.873 190.59,182.873"
|
||||
id="path4608"
|
||||
style="opacity:0.5;fill:url(#SVGID_13_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
id="SVGID_14_"
|
||||
cx="1144.1123"
|
||||
cy="-1303.562"
|
||||
r="704.52533"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#BCCCB3"
|
||||
id="stop4611" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4613" /></radialGradient><path
|
||||
enable-background="new "
|
||||
d="m 410.301,261.855 c 0,0 -166.237,203.742 -110.914,420.001 93.524,365.569 376.69,424 835.374,320 808.262,-183.26 836.201,226 830.201,264 l 43.879,-63.611 c 6,-38 -21.938,-447.266 -830.2,-264 -458.685,104 -741.852,45.564 -835.373,-320 -55.323,-216.266 67.033,-356.39 67.033,-356.39"
|
||||
id="path4615"
|
||||
style="opacity:0.2;fill:url(#SVGID_14_)"
|
||||
inkscape:connector-curvature="0" /><linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="350.0889"
|
||||
y1="-1472.1411"
|
||||
x2="2103.6758"
|
||||
y2="-1472.1411"
|
||||
gradientTransform="matrix(-1,0,0,1,2292.8672,2067.418)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4618" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4620" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4622" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4624" /></linearGradient><path
|
||||
enable-background="new "
|
||||
d="m 189.191,415.784 c 0,0 47.39,-179.889 257.465,-255.367 391.015,-159.975 617.139,163.146 752.904,485.594 12,28.498 41.998,100.494 91.495,238.488 65.38,182.265 154.492,184.489 352.063,147.319 304.773,-69.104 284.29,85.22 282.025,99.549 l 16.545,-23.987 c 2.266,-14.328 22.748,-168.653 -282.025,-99.549 -188.504,40.321 -280.207,-1.222 -333.087,-139.832 C 1273.696,729.39 1270.441,724.206 1220.555,596.515 1049.412,158.419 853.079,-15.46 474.713,88.408 264.642,163.888 189.191,415.784 189.191,415.784"
|
||||
id="path4626"
|
||||
style="opacity:0.4;fill:url(#SVGID_15_)"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="rounds"><path
|
||||
stroke-miterlimit="10"
|
||||
d="M 1218.335,713.258"
|
||||
id="path4629"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:10" /><circle
|
||||
enable-background="new "
|
||||
cx="1148.752"
|
||||
cy="751.78497"
|
||||
r="13.107"
|
||||
id="circle4631"
|
||||
style="opacity:0.3;fill:#ffffff" /><circle
|
||||
enable-background="new "
|
||||
cx="1493.0601"
|
||||
cy="566.77802"
|
||||
r="13.109"
|
||||
id="circle4633"
|
||||
style="opacity:0.2;fill:#ffffff" /><circle
|
||||
enable-background="new "
|
||||
cx="1726.431"
|
||||
cy="302.62601"
|
||||
r="13.107"
|
||||
id="circle4635"
|
||||
style="opacity:0.1;fill:#ffffff" /><circle
|
||||
enable-background="new "
|
||||
cx="750.62299"
|
||||
cy="832.72101"
|
||||
r="13.107"
|
||||
id="circle4637"
|
||||
style="opacity:0.4;fill:#ffffff" /></g><g
|
||||
id="logoGroup_1_"><circle
|
||||
enable-background="new "
|
||||
cx="475.991"
|
||||
cy="539.96301"
|
||||
r="147.05701"
|
||||
id="circle4640"
|
||||
style="opacity:0.4;fill:#366c6c" /><g
|
||||
id="logo_1_"
|
||||
enable-background="new "><path
|
||||
d="m 488.914,547.236 c -2.729,0.032 0.517,1.398 4.08,1.949 0.987,-0.771 1.875,-1.545 2.67,-2.303 -2.215,0.547 -4.473,0.561 -6.75,0.354"
|
||||
id="path4643"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 503.563,543.584 c 1.629,-2.248 2.813,-4.701 3.229,-7.239 -0.367,1.812 -1.347,3.367 -2.271,5.022 -5.104,3.216 -0.482,-1.906 -0.007,-3.856 -5.479,6.907 -0.752,4.141 -0.951,6.073"
|
||||
id="path4645"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 508.975,529.506 c 0.332,-4.914 -0.965,-3.356 -1.4,-1.486 0.505,0.268 0.909,3.468 1.4,1.486"
|
||||
id="path4647"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 478.559,462.313 c 1.459,0.267 3.149,0.461 2.906,0.813 1.598,-0.357 1.961,-0.672 -2.906,-0.813"
|
||||
id="path4649"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 481.467,463.122 -1.021,0.215 0.957,-0.09 0.064,-0.125"
|
||||
id="path4651"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 526.902,531.373 c 0.161,4.415 -1.291,6.559 -2.604,10.352 l -2.359,1.178 c -1.934,3.755 0.191,2.387 -1.191,5.363 -3.018,2.685 -9.146,8.387 -11.104,8.906 -1.437,-0.033 0.973,-1.693 1.285,-2.342 -4.035,2.771 -3.235,4.158 -9.412,5.846 l -0.183,-0.404 c -15.219,7.162 -36.356,-7.021 -36.082,-26.385 -0.159,1.229 -0.461,0.922 -0.799,1.414 -0.785,-9.96 4.604,-19.961 13.687,-24.054 8.888,-4.397 19.304,-2.601 25.658,3.343 -3.492,-4.578 -10.449,-9.433 -18.692,-8.982 -8.073,0.136 -15.634,5.27 -18.153,10.84 -4.141,2.604 -4.619,10.04 -6.42,11.4 -2.43,17.83 4.563,25.53 16.39,34.596 1.854,1.258 0.521,1.443 0.771,2.397 -3.932,-1.836 -7.521,-4.615 -10.48,-8.015 1.57,2.293 3.267,4.521 5.455,6.278 -3.707,-1.25 -8.655,-8.978 -10.1,-9.289 6.387,11.437 25.896,20.054 36.13,15.771 -4.733,0.178 -10.741,0.099 -16.058,-1.868 -2.235,-1.146 -5.271,-3.521 -4.729,-3.969 13.951,5.209 28.355,3.939 40.431,-5.732 3.073,-2.392 6.428,-6.459 7.396,-6.515 -1.459,2.196 0.25,1.055 -0.872,2.993 3.057,-4.938 -1.33,-2.01 3.159,-8.521 l 1.659,2.283 c -0.62,-4.102 5.091,-9.071 4.507,-15.55 1.312,-1.979 1.459,2.136 0.068,6.688 1.93,-5.057 0.514,-5.86 1.005,-10.042 0.528,1.403 1.235,2.897 1.602,4.375 -1.257,-4.889 1.282,-8.229 1.916,-11.063 -0.625,-0.275 -1.938,2.157 -2.24,-3.61 0.045,-2.509 0.699,-1.313 0.949,-1.933 -0.488,-0.284 -1.779,-2.206 -2.563,-5.895 0.563,-0.863 1.521,2.244 2.293,2.369 -0.494,-2.928 -1.354,-5.161 -1.394,-7.411 -2.265,-4.729 -0.804,0.636 -2.638,-2.026 -2.409,-7.522 1.998,-1.744 2.302,-5.159 3.646,5.292 5.729,13.491 6.688,16.891 -0.729,-4.142 -1.903,-8.149 -3.351,-12.039 1.107,0.477 -1.794,-8.52 1.438,-2.563 -3.447,-12.69 -14.761,-24.546 -25.162,-30.106 1.271,1.162 2.877,2.624 2.309,2.854 -5.184,-3.077 -4.271,-3.321 -5.016,-4.623 -4.213,-1.714 -4.489,0.142 -7.273,0.007 -7.946,-4.218 -9.479,-3.77 -16.791,-6.408 l 0.33,1.563 c -5.265,-1.756 -6.135,0.657 -11.821,0.004 -0.345,-0.271 1.825,-0.979 3.609,-1.238 -5.092,0.673 -4.854,-1.004 -9.829,0.188 1.226,-0.86 2.521,-1.438 3.834,-2.164 -4.146,0.254 -9.91,2.414 -8.135,0.438 -6.771,3.023 -18.79,7.269 -25.538,13.593 l -0.212,-1.416 c -3.092,3.714 -13.479,11.08 -14.313,15.896 l -0.823,0.188 c -1.604,2.727 -2.646,5.813 -3.927,8.608 -2.104,3.586 -3.084,1.381 -2.782,1.943 -4.14,8.392 -6.197,15.438 -7.974,21.225 1.267,1.891 0.031,11.385 0.511,18.983 -2.076,37.524 26.339,73.972 57.399,82.38 4.551,1.637 11.32,1.576 17.079,1.732 -6.796,-1.938 -7.673,-1.025 -14.291,-3.341 -4.771,-2.247 -5.819,-4.813 -9.202,-7.75 l 1.338,2.363 c -6.629,-2.346 -3.854,-2.904 -9.252,-4.613 l 1.435,-1.858 c -2.149,-0.164 -5.694,-3.619 -6.664,-5.544 l -2.354,0.096 c -2.821,-3.481 -4.332,-5.998 -4.22,-7.945 l -0.762,1.354 c -0.86,-1.479 -10.396,-13.075 -5.449,-10.375 -0.92,-0.84 -2.146,-1.365 -3.467,-3.773 l 1.008,-1.146 c -2.379,-3.063 -4.386,-6.992 -4.229,-8.306 1.271,1.717 2.147,2.034 3.022,2.329 -6.014,-14.914 -6.354,-0.814 -10.899,-15.181 l 0.965,-0.076 c -0.737,-1.118 -1.188,-2.318 -1.781,-3.507 l 0.422,-4.176 c -4.323,-4.998 -1.209,-21.272 -0.584,-30.197 0.434,-3.628 3.611,-7.494 6.027,-13.555 l -1.474,-0.255 c 2.814,-4.905 16.08,-19.73 22.229,-18.973 2.978,-3.732 -0.594,-0.014 -1.178,-0.953 6.541,-6.765 8.597,-4.772 13.008,-5.997 4.759,-2.818 -4.082,1.104 -1.827,-1.069 8.227,-2.104 5.827,-4.776 16.561,-5.846 1.132,0.646 -2.625,0.99 -3.564,1.824 6.853,-3.354 21.688,-2.588 31.321,1.86 11.179,5.229 23.734,20.672 24.232,35.202 l 0.563,0.146 c -0.283,5.778 0.888,12.458 -1.146,18.596 l 1.372,-2.897"
|
||||
id="path4653"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 459.117,550.979 -0.385,1.913 c 1.793,2.438 3.219,5.081 5.508,6.979 -1.648,-3.21 -2.869,-4.539 -5.123,-8.892"
|
||||
id="path4655"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 463.354,550.816 c -0.948,-1.053 -1.513,-2.313 -2.146,-3.568 0.604,2.213 1.838,4.107 2.983,6.052 l -0.837,-2.484"
|
||||
id="path4657"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 538.412,534.501 -0.396,1.008 c -0.732,5.223 -2.327,10.391 -4.762,15.18 2.689,-5.054 4.422,-10.582 5.158,-16.188"
|
||||
id="path4659"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 479.102,461.001 c 1.85,-0.672 4.535,-0.368 6.498,-0.813 -2.558,0.22 -5.099,0.348 -7.604,0.659 l 1.106,0.154"
|
||||
id="path4661"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 414.299,495.463 c 0.426,3.935 -2.962,5.463 0.745,2.866 1.995,-4.483 -0.769,-1.237 -0.745,-2.866"
|
||||
id="path4663"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="m 409.936,513.686 c 0.854,-2.624 1.012,-4.198 1.338,-5.72 -2.364,3.021 -1.09,3.664 -1.338,5.72"
|
||||
id="path4665"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></g></g></g></g><rect
|
||||
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect3814"
|
||||
width="2559.9937"
|
||||
height="1439.9965"
|
||||
x="0"
|
||||
y="0.0035400391" /></svg>
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,11 @@
|
||||
<background>
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1280" height="720">/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1280x720.svg</size>
|
||||
<size width="1920" height="1080">/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1920x1080.svg</size>
|
||||
<size width="2560" height="1440">/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/2560x1440.svg</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Soft Waves Lock Screen
|
||||
Name[fr]=Écran de verrouillage pour Vagues Douces
|
||||
X-KDE-PluginInfo-Name=SoftWavesLockScreen
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
|
After Width: | Height: | Size: 70 KiB |
@@ -0,0 +1,549 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="root"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1280"
|
||||
height="720"
|
||||
viewBox="0 0 1280 720"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="1280x720.svg"
|
||||
inkscape:export-filename=""
|
||||
inkscape:export-xdpi="120"
|
||||
inkscape:export-ydpi="120"><metadata
|
||||
id="metadata4579"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4577" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1043"
|
||||
id="namedview4575"
|
||||
showgrid="false"
|
||||
borderlayer="true"
|
||||
inkscape:zoom="0.5"
|
||||
inkscape:cx="463.45183"
|
||||
inkscape:cy="424.70418"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="root"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><g
|
||||
display="none"
|
||||
id="g4465"
|
||||
style="display:none;opacity:0.5"
|
||||
transform="translate(-280.29721,-206.53453)"><rect
|
||||
x="1020.368"
|
||||
y="292.37399"
|
||||
display="inline"
|
||||
width="227.175"
|
||||
height="82.924004"
|
||||
id="rect4467"
|
||||
style="display:inline;fill:none" /><text
|
||||
transform="translate(1020.3711,356.9102)"
|
||||
display="inline"
|
||||
font-size="86.6248"
|
||||
id="text4469"
|
||||
style="font-size:86.62480164px;font-family:Poppl-Laudatio-Condensed;display:inline;fill:#ffffff">debian</text>
|
||||
<rect
|
||||
x="1020.368"
|
||||
y="376.03601"
|
||||
display="inline"
|
||||
width="134.293"
|
||||
height="36.896"
|
||||
id="rect4471"
|
||||
style="display:inline;fill:none" /><text
|
||||
transform="translate(1020.3711,397.5488)"
|
||||
display="inline"
|
||||
font-size="28.8749"
|
||||
id="text4473"
|
||||
style="font-size:28.87490082px;font-family:Poppl-Laudatio-Condensed;display:inline;fill:#ffffff">GNU/Linux</text>
|
||||
</g><linearGradient
|
||||
id="SVGID_12_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="209.12891"
|
||||
y1="1119.168"
|
||||
x2="1577.8721"
|
||||
y2="1119.168"
|
||||
gradientTransform="matrix(0.9907,-0.4864,0.4732,0.9638,-451.6389,-64.9346)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4478" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4480" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4482" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4484" /></linearGradient><g
|
||||
id="g4799"
|
||||
transform="matrix(0.66667,0,0,0.66667,-0.66667069,-0.00360064)"><g
|
||||
id="Layer_1"><g
|
||||
id="background_1_"><linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
y2="1001.3118"
|
||||
x2="-1297.709"
|
||||
y1="2199.0771"
|
||||
x1="-1297.7085"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="SVGID_1_"><stop
|
||||
id="stop4372"
|
||||
style="stop-color:#133356"
|
||||
offset="0" /><stop
|
||||
id="stop4374"
|
||||
style="stop-color:#7C9999"
|
||||
offset="0.5025" /><stop
|
||||
id="stop4376"
|
||||
style="stop-color:#333333"
|
||||
offset="1" /></linearGradient><rect
|
||||
id="rect4378"
|
||||
height="1200.004"
|
||||
width="1921.5"
|
||||
y="-50.563999"
|
||||
x="0.041000001"
|
||||
style="fill:url(#SVGID_1_)" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.9956,0,0,-1.1148,2256.8586,2168.624)"
|
||||
r="942.22388"
|
||||
cy="1478.5107"
|
||||
cx="-1392.7373"
|
||||
id="SVGID_2_"><stop
|
||||
id="stop4382"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
offset="0" /><stop
|
||||
id="stop4384"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
offset="0.1429" /><stop
|
||||
id="stop4386"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="0.3797" /><stop
|
||||
id="stop4388"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
offset="0.4877" /></radialGradient><rect
|
||||
id="rect4390"
|
||||
height="1204.069"
|
||||
width="1923"
|
||||
y="-49.444"
|
||||
x="-1.459"
|
||||
style="fill:url(#SVGID_2_)" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="279.2085"
|
||||
cy="1608.8936"
|
||||
cx="-766.47272"
|
||||
id="SVGID_3_"><stop
|
||||
id="stop4394"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4396"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4398"
|
||||
r="279.20901"
|
||||
cy="542.505"
|
||||
cx="1492.027"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_3_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="221.0005"
|
||||
cy="1704.9805"
|
||||
cx="-921.53522"
|
||||
id="SVGID_4_"><stop
|
||||
id="stop4401"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4403"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4405"
|
||||
r="221.00101"
|
||||
cy="446.418"
|
||||
cx="1336.965"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_4_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="293.0015"
|
||||
cy="1742.9814"
|
||||
cx="-1875.459"
|
||||
id="SVGID_5_"><stop
|
||||
id="stop4408"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4410"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4412"
|
||||
r="293.00201"
|
||||
cy="408.41699"
|
||||
cx="383.04099"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_5_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="293.0015"
|
||||
cy="1553.9365"
|
||||
cx="-1687.459"
|
||||
id="SVGID_6_"><stop
|
||||
id="stop4415"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4417"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4419"
|
||||
r="293.00201"
|
||||
cy="597.46198"
|
||||
cx="571.04102"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_6_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1461.1025"
|
||||
cx="-1591.124"
|
||||
id="SVGID_7_"><stop
|
||||
id="stop4422"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4424"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4426"
|
||||
r="374.832"
|
||||
cy="690.29602"
|
||||
cx="667.37598"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_7_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1538.8691"
|
||||
cx="-979.62891"
|
||||
id="SVGID_8_"><stop
|
||||
id="stop4429"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4431"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4433"
|
||||
r="374.832"
|
||||
cy="612.52899"
|
||||
cx="1278.871"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_8_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1688.8691"
|
||||
cx="-1626.2715"
|
||||
id="SVGID_9_"><stop
|
||||
id="stop4436"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4438"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4440"
|
||||
r="374.832"
|
||||
cy="462.53"
|
||||
cx="632.229"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_9_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1670.8691"
|
||||
cx="-691.9707"
|
||||
id="SVGID_10_"><stop
|
||||
id="stop4443"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4445"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4447"
|
||||
r="374.832"
|
||||
cy="480.52899"
|
||||
cx="1566.5291"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_10_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1406.8701"
|
||||
cx="-801.80078"
|
||||
id="SVGID_11_"><stop
|
||||
id="stop4450"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4452"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4454"
|
||||
r="374.832"
|
||||
cy="744.52802"
|
||||
cx="1456.699"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_11_)" /></g><g
|
||||
id="rounds"><path
|
||||
id="path4457"
|
||||
d="M 908.021,607.948"
|
||||
stroke-miterlimit="10"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:10" /><circle
|
||||
id="circle4459"
|
||||
r="13.107"
|
||||
cy="470.659"
|
||||
cx="1835.511"
|
||||
enable-background="new "
|
||||
style="opacity:0.5;fill:#ffffff" /><circle
|
||||
id="circle4461"
|
||||
r="13.109"
|
||||
cy="708.70398"
|
||||
cx="1800.964"
|
||||
enable-background="new "
|
||||
style="opacity:0.3;fill:#ffffff" /><circle
|
||||
id="circle4463"
|
||||
r="13.108"
|
||||
cy="238.75301"
|
||||
cx="1737.661"
|
||||
enable-background="new "
|
||||
style="opacity:0.9;fill:#ffffff" /></g><circle
|
||||
id="circle4475"
|
||||
r="13.109"
|
||||
cy="914.34302"
|
||||
cx="1673.134"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:#ffffff" /><path
|
||||
id="path4486"
|
||||
d="m 1710.603,387.703 c 0,0 32.104,156.54 -101.521,293.831 C 1367.813,952.113 1069.44,788.138 841.212,590.664 821.039,573.209 770.322,528.997 679.299,441.245 559.079,325.339 489.304,357.179 350.712,460.231 141.408,628.275 98.272,501.581 94.546,489.679 l -3.627,24.725 c 3.723,11.901 46.864,138.599 256.167,-29.448 130.374,-102.068 217.179,-104.568 311.048,-17.616 93.873,86.957 98.371,89.729 185.754,169.392 299.791,273.316 518.084,333.447 771.016,110.89 133.62,-137.296 95.699,-359.919 95.699,-359.919"
|
||||
style="fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="octopus_3_"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4647,0.5424,-0.5668,1.7245,6457.6665,2430.6887)"
|
||||
r="805.54938"
|
||||
cy="-34.646"
|
||||
cx="-3606.8699"
|
||||
id="SVGID_13_"><stop
|
||||
id="stop4490"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4492"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4494"
|
||||
d="m 1581.42,198.014 c 0,0 64.824,223.599 -38.288,397.275 -174.309,293.575 -401.128,266.827 -711.52,50.015 C 284.668,263.241 134.033,547.453 127.574,582.287 l -1.853,-2.068 c 6.461,-34.84 144.659,-384.596 691.612,-2.531 310.38,216.817 537.198,243.565 711.507,-50.013 103.118,-173.68 52.58,-329.661 52.58,-329.661"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_13_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4173,0.672,-0.6766,1.6781,6475.1831,2452.2529)"
|
||||
r="692.15527"
|
||||
cy="395.64499"
|
||||
cx="-3658.4658"
|
||||
id="SVGID_14_"><stop
|
||||
id="stop4497"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4499"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4501"
|
||||
d="m 1601.01,281.413 c 0,0 49.496,229.743 -64.317,394.713 C 1344.289,954.993 1121.013,908.271 827.429,663.761 310.079,232.901 109.551,546.26 100.833,580.598 l 1.451,0.781 c 1.821,-64.225 198.103,-417.482 715.449,13.379 293.588,244.509 516.854,291.222 709.261,12.363 113.819,-164.974 74.016,-325.708 74.016,-325.708"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_14_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4792,0.4962,-0.5276,1.7383,6453.3857,2423.6484)"
|
||||
r="259.32779"
|
||||
cy="-96.178703"
|
||||
cx="-3648.606"
|
||||
id="SVGID_15_"><stop
|
||||
id="stop4504"
|
||||
style="stop-color:#065E7F"
|
||||
offset="0" /><stop
|
||||
id="stop4506"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4508"
|
||||
d="m 1553.541,133.244 c 0,0 70.093,221.152 -29.146,397.626 -167.743,298.326 -395.49,278.588 -711.32,71.755 -13.854,-9.076 -619.949,-531.397 -721.01,92.941 l 12.64,-136.228 c 5.663,-34.963 135.946,-388.227 692.495,-23.75 315.831,206.837 543.58,226.565 711.327,-71.75 99.229,-176.484 45.014,-330.594 45.014,-330.594"
|
||||
enable-background="new "
|
||||
style="opacity:0.5;fill:url(#SVGID_15_)"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="bubble"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
r="70.523697"
|
||||
cy="939.73541"
|
||||
cx="-1897.6162"
|
||||
id="SVGID_16_"><stop
|
||||
id="stop4512"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
offset="0.0592" /><stop
|
||||
id="stop4514"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="0.5718" /><stop
|
||||
id="stop4516"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="1" /></radialGradient><ellipse
|
||||
id="ellipse4518"
|
||||
ry="174.502"
|
||||
rx="169.118"
|
||||
cy="999.08002"
|
||||
cx="97.473"
|
||||
style="fill:url(#SVGID_16_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
r="103.0393"
|
||||
cy="925.29883"
|
||||
cx="-1942.6294"
|
||||
id="SVGID_17_"><stop
|
||||
id="stop4521"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="3.896629e-004" /><stop
|
||||
id="stop4523"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.3"
|
||||
offset="0.5616" /><stop
|
||||
id="stop4525"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4527"
|
||||
d="m -10.47,779.844 c 136.465,0 247.092,114.148 247.092,254.955 0,140.813 -110.626,254.963 -247.092,254.963 -136.465,0 -247.091,-114.149 -247.091,-254.963 0,-140.808 110.626,-254.955 247.091,-254.955 z"
|
||||
style="fill:url(#SVGID_17_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(3.1212,0,0,-3.2305,5610.6348,3728.9705)"
|
||||
r="103.0373"
|
||||
cy="884.44141"
|
||||
cx="-1721.7773"
|
||||
id="SVGID_18_"><stop
|
||||
id="stop4530"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="3.896629e-004" /><stop
|
||||
id="stop4532"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.1"
|
||||
offset="0.5468" /><stop
|
||||
id="stop4534"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="0.67" /></radialGradient><path
|
||||
id="path4536"
|
||||
d="m 236.623,538.923 c 177.613,0 321.599,149.024 321.599,332.857 0,183.842 -143.986,332.865 -321.599,332.865 -177.615,0 -321.601,-149.023 -321.601,-332.865 0,-183.832 143.986,-332.857 321.601,-332.857 z"
|
||||
style="fill:url(#SVGID_18_)"
|
||||
inkscape:connector-curvature="0" /><circle
|
||||
id="circle4538"
|
||||
r="13.109"
|
||||
cy="708.70398"
|
||||
cx="1800.964"
|
||||
enable-background="new "
|
||||
style="opacity:0.3;fill:#ffffff" /><linearGradient
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
y2="1133.6904"
|
||||
x2="-1505.2378"
|
||||
y1="1133.6904"
|
||||
x1="-1617.2939"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="SVGID_19_"><stop
|
||||
id="stop4541"
|
||||
style="stop-color:#99CCCC;stop-opacity:0"
|
||||
offset="0.5468" /><stop
|
||||
id="stop4543"
|
||||
style="stop-color:#C8E1CA;stop-opacity:0.8"
|
||||
offset="0.7931" /><stop
|
||||
id="stop4545"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></linearGradient><ellipse
|
||||
id="ellipse4547"
|
||||
ry="138.636"
|
||||
rx="134.355"
|
||||
cy="519.15802"
|
||||
cx="904.03998"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_19_)" /></g><g
|
||||
id="logoGroup_1_"
|
||||
style="opacity:0.8"><g
|
||||
enable-background="new "
|
||||
id="logo_1_"><path
|
||||
id="path4551"
|
||||
d="m 1243.667,361.05 c -4.203,0.056 0.798,2.162 6.293,3.012 1.52,-1.188 2.889,-2.382 4.112,-3.549 -3.412,0.834 -6.892,0.857 -10.405,0.537"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4553"
|
||||
d="m 1266.243,355.423 c 2.51,-3.467 4.335,-7.244 4.982,-11.156 -0.565,2.784 -2.075,5.188 -3.505,7.739 -7.863,4.956 -0.745,-2.938 0,-5.943 -8.45,10.646 -1.165,6.382 -1.473,9.36"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4555"
|
||||
d="m 1274.583,333.729 c 0.511,-7.572 -1.486,-5.172 -2.161,-2.291 0.783,0.416 1.404,5.345 2.161,2.291"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4557"
|
||||
d="m 1227.711,230.187 c 2.249,0.405 4.854,0.711 4.479,1.253 2.464,-0.55 3.021,-1.037 -4.479,-1.253"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4559"
|
||||
d="m 1232.188,231.432 -1.575,0.332 1.477,-0.139 0.098,-0.193"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4561"
|
||||
d="m 1302.213,336.606 c 0.251,6.8 -1.992,10.104 -4.016,15.951 l -3.636,1.813 c -2.978,5.778 0.298,3.671 -1.842,8.265 -4.646,4.13 -14.095,12.925 -17.107,13.729 -2.211,-0.049 1.49,-2.609 1.98,-3.608 -6.223,4.271 -4.994,6.409 -14.506,9.009 l -0.28,-0.624 c -23.454,11.038 -56.027,-10.83 -55.605,-40.667 -0.247,1.895 -0.711,1.424 -1.229,2.186 -1.213,-15.348 7.098,-30.759 21.088,-37.067 13.689,-6.772 29.743,-4.005 39.541,5.151 -5.385,-7.054 -16.104,-14.532 -28.808,-13.843 -12.447,0.204 -24.092,8.117 -27.981,16.7 -6.377,4.017 -7.119,15.473 -9.896,17.573 -3.737,27.478 7.03,39.343 25.258,53.308 2.861,1.939 0.807,2.229 1.188,3.702 -6.055,-2.827 -11.594,-7.112 -16.152,-12.349 2.419,3.53 5.028,6.97 8.404,9.68 -5.714,-1.931 -13.343,-13.832 -15.563,-14.317 9.844,17.62 39.914,30.898 55.682,24.306 -7.296,0.273 -16.556,0.152 -24.743,-2.879 -3.448,-1.773 -8.12,-5.433 -7.29,-6.115 21.505,8.026 43.706,6.076 62.307,-8.836 4.734,-3.686 9.906,-9.953 11.398,-10.04 -2.254,3.388 0.386,1.629 -1.347,4.611 4.709,-7.601 -2.051,-3.097 4.87,-13.125 l 2.563,3.515 c -0.956,-6.317 7.844,-13.979 6.942,-23.959 2.021,-3.054 2.247,3.287 0.109,10.302 2.973,-7.791 0.791,-9.039 1.547,-15.474 0.815,2.163 1.908,4.463 2.461,6.737 -1.931,-7.527 1.984,-12.669 2.952,-17.048 -0.96,-0.422 -2.984,3.326 -3.453,-5.56 0.072,-3.866 1.077,-2.027 1.466,-2.979 -0.752,-0.437 -2.738,-3.4 -3.949,-9.077 0.872,-1.332 2.346,3.459 3.531,3.653 -0.76,-4.51 -2.084,-7.955 -2.146,-11.42 -3.486,-7.292 -1.236,0.975 -4.06,-3.128 -3.718,-11.587 3.075,-2.688 3.545,-7.951 5.623,8.155 8.826,20.791 10.302,26.025 -1.128,-6.38 -2.938,-12.563 -5.161,-18.548 1.712,0.726 -2.766,-13.128 2.221,-3.954 -5.317,-19.554 -22.746,-37.825 -38.776,-46.394 1.954,1.792 4.438,4.045 3.551,4.401 -7.979,-4.739 -6.58,-5.116 -7.721,-7.124 -6.493,-2.641 -6.926,0.218 -11.214,0.012 -12.247,-6.5 -14.606,-5.809 -25.877,-9.88 l 0.506,2.407 c -8.104,-2.709 -9.448,1.01 -18.222,0.007 -0.521,-0.42 2.819,-1.51 5.567,-1.909 -7.841,1.038 -7.472,-1.548 -15.146,0.289 1.886,-1.326 3.891,-2.212 5.908,-3.335 -6.391,0.391 -15.271,3.72 -12.533,0.682 -10.435,4.661 -28.961,11.194 -39.358,20.942 l -0.326,-2.185 c -4.761,5.723 -20.772,17.078 -22.051,24.497 l -1.271,0.289 c -2.478,4.2 -4.086,8.957 -6.049,13.271 -3.246,5.529 -4.756,2.13 -4.293,2.995 -6.377,12.931 -9.549,23.788 -12.285,32.708 1.952,2.906 0.045,17.542 0.788,29.25 -3.202,57.837 40.588,114.001 88.457,126.958 7.013,2.521 17.448,2.423 26.318,2.673 -10.468,-2.991 -11.821,-1.586 -22.021,-5.148 -7.355,-3.464 -8.971,-7.413 -14.182,-11.942 l 2.06,3.642 c -10.216,-3.619 -5.937,-4.477 -14.26,-7.11 l 2.209,-2.873 c -3.313,-0.249 -8.777,-5.577 -10.269,-8.539 l -3.63,0.146 c -4.349,-5.366 -6.676,-9.241 -6.498,-12.246 l -1.176,2.09 c -1.328,-2.272 -16.018,-20.15 -8.396,-15.989 -1.416,-1.293 -3.304,-2.104 -5.338,-5.818 l 1.548,-1.765 c -3.661,-4.716 -6.756,-10.778 -6.516,-12.792 1.957,2.642 3.313,3.137 4.658,3.59 -9.261,-22.986 -9.784,-1.262 -16.8,-23.393 l 1.489,-0.119 c -1.139,-1.726 -1.833,-3.573 -2.746,-5.402 l 0.648,-6.434 c -6.665,-7.699 -1.859,-32.783 -0.898,-46.535 0.666,-5.594 5.565,-11.549 9.293,-20.887 l -2.273,-0.392 c 4.348,-7.563 24.782,-30.404 34.257,-29.233 4.587,-5.759 -0.915,-0.021 -1.813,-1.467 10.081,-10.426 13.244,-7.363 20.044,-9.248 7.331,-4.344 -6.29,1.704 -2.816,-1.649 12.676,-3.239 8.983,-7.359 25.519,-9.003 1.743,0.988 -4.043,1.529 -5.494,2.813 10.558,-5.168 33.418,-3.985 48.271,2.868 17.228,8.06 36.578,31.86 37.346,54.245 l 0.869,0.23 c -0.432,8.9 1.369,19.196 -1.764,28.652 l 2.121,-4.494"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4563"
|
||||
d="m 1197.748,366.819 -0.592,2.95 c 2.761,3.756 4.96,7.833 8.489,10.753 -2.541,-4.945 -4.425,-6.997 -7.897,-13.703"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4565"
|
||||
d="m 1204.283,366.565 c -1.468,-1.614 -2.331,-3.565 -3.307,-5.504 0.932,3.411 2.834,6.34 4.599,9.327 l -1.292,-3.823"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4567"
|
||||
d="m 1319.947,341.426 -0.607,1.553 c -1.129,8.048 -3.589,16.013 -7.336,23.396 4.142,-7.793 6.809,-16.313 7.943,-24.949"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4569"
|
||||
d="m 1228.548,228.167 c 2.842,-1.036 6.989,-0.57 10.014,-1.258 -3.939,0.336 -7.854,0.532 -11.719,1.021 l 1.705,0.237"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4571"
|
||||
d="m 1128.68,281.271 c 0.657,6.064 -4.561,8.419 1.151,4.416 3.07,-6.907 -1.19,-1.907 -1.151,-4.416"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4573"
|
||||
d="m 1121.957,309.351 c 1.315,-4.043 1.562,-6.473 2.063,-8.813 -3.645,4.655 -1.682,5.645 -2.063,8.813"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></g></g></g><rect
|
||||
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect4910"
|
||||
width="1280.0063"
|
||||
height="720.0036"
|
||||
x="0"
|
||||
y="-0.0036010742" /></svg>
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,546 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="root"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1920px"
|
||||
height="1080px"
|
||||
viewBox="0 0 1920 1080"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="1920x1080.svg"
|
||||
inkscape:export-filename=""
|
||||
inkscape:export-xdpi="120"
|
||||
inkscape:export-ydpi="120"><metadata
|
||||
id="metadata4579"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4577" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1043"
|
||||
id="namedview4575"
|
||||
showgrid="false"
|
||||
borderlayer="true"
|
||||
inkscape:zoom="0.70710678"
|
||||
inkscape:cx="952.13575"
|
||||
inkscape:cy="475.10185"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="root" /><g
|
||||
display="none"
|
||||
id="g4465"
|
||||
opacity="0.5"><rect
|
||||
x="1020.368"
|
||||
y="292.374"
|
||||
display="inline"
|
||||
width="227.175"
|
||||
height="82.924"
|
||||
id="rect4467"
|
||||
fill="none" /><text
|
||||
transform="matrix(1 0 0 1 1020.3711 356.9102)"
|
||||
display="inline"
|
||||
font-size="86.6248"
|
||||
id="text4469"
|
||||
font-family="'Poppl-Laudatio-Condensed'"
|
||||
fill="#FFFFFF">debian</text>
|
||||
<rect
|
||||
x="1020.368"
|
||||
y="376.036"
|
||||
display="inline"
|
||||
width="134.293"
|
||||
height="36.896"
|
||||
id="rect4471"
|
||||
fill="none" /><text
|
||||
transform="matrix(1 0 0 1 1020.3711 397.5488)"
|
||||
display="inline"
|
||||
font-size="28.8749"
|
||||
id="text4473"
|
||||
font-family="'Poppl-Laudatio-Condensed'"
|
||||
fill="#FFFFFF">GNU/Linux</text>
|
||||
</g><linearGradient
|
||||
id="SVGID_12_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="209.1289"
|
||||
y1="1119.168"
|
||||
x2="1577.8721"
|
||||
y2="1119.168"
|
||||
gradientTransform="matrix(0.9907,-0.4864,0.4732,0.9638,-451.6389,-64.9346)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4478" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4480" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4482" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4484" /></linearGradient><g
|
||||
id="g4799"
|
||||
transform="translate(-1,0)"><g
|
||||
id="Layer_1"><g
|
||||
id="background_1_"><linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
y2="1001.3118"
|
||||
x2="-1297.709"
|
||||
y1="2199.0771"
|
||||
x1="-1297.7085"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="SVGID_1_"><stop
|
||||
id="stop4372"
|
||||
style="stop-color:#133356"
|
||||
offset="0" /><stop
|
||||
id="stop4374"
|
||||
style="stop-color:#7C9999"
|
||||
offset="0.5025" /><stop
|
||||
id="stop4376"
|
||||
style="stop-color:#333333"
|
||||
offset="1" /></linearGradient><rect
|
||||
id="rect4378"
|
||||
height="1200.004"
|
||||
width="1921.5"
|
||||
y="-50.563999"
|
||||
x="0.041000001"
|
||||
style="fill:url(#SVGID_1_)" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.9956,0,0,-1.1148,2256.8586,2168.624)"
|
||||
r="942.22388"
|
||||
cy="1478.5107"
|
||||
cx="-1392.7373"
|
||||
id="SVGID_2_"><stop
|
||||
id="stop4382"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
offset="0" /><stop
|
||||
id="stop4384"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
offset="0.1429" /><stop
|
||||
id="stop4386"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="0.3797" /><stop
|
||||
id="stop4388"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
offset="0.4877" /></radialGradient><rect
|
||||
id="rect4390"
|
||||
height="1204.069"
|
||||
width="1923"
|
||||
y="-49.444"
|
||||
x="-1.459"
|
||||
style="fill:url(#SVGID_2_)" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="279.2085"
|
||||
cy="1608.8936"
|
||||
cx="-766.47272"
|
||||
id="SVGID_3_"><stop
|
||||
id="stop4394"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4396"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4398"
|
||||
r="279.20901"
|
||||
cy="542.505"
|
||||
cx="1492.027"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_3_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="221.0005"
|
||||
cy="1704.9805"
|
||||
cx="-921.53522"
|
||||
id="SVGID_4_"><stop
|
||||
id="stop4401"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4403"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4405"
|
||||
r="221.00101"
|
||||
cy="446.418"
|
||||
cx="1336.965"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_4_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="293.0015"
|
||||
cy="1742.9814"
|
||||
cx="-1875.459"
|
||||
id="SVGID_5_"><stop
|
||||
id="stop4408"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4410"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4412"
|
||||
r="293.00201"
|
||||
cy="408.41699"
|
||||
cx="383.04099"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_5_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="293.0015"
|
||||
cy="1553.9365"
|
||||
cx="-1687.459"
|
||||
id="SVGID_6_"><stop
|
||||
id="stop4415"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4417"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4419"
|
||||
r="293.00201"
|
||||
cy="597.46198"
|
||||
cx="571.04102"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_6_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1461.1025"
|
||||
cx="-1591.124"
|
||||
id="SVGID_7_"><stop
|
||||
id="stop4422"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4424"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4426"
|
||||
r="374.832"
|
||||
cy="690.29602"
|
||||
cx="667.37598"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_7_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1538.8691"
|
||||
cx="-979.62891"
|
||||
id="SVGID_8_"><stop
|
||||
id="stop4429"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4431"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4433"
|
||||
r="374.832"
|
||||
cy="612.52899"
|
||||
cx="1278.871"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_8_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1688.8691"
|
||||
cx="-1626.2715"
|
||||
id="SVGID_9_"><stop
|
||||
id="stop4436"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4438"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4440"
|
||||
r="374.832"
|
||||
cy="462.53"
|
||||
cx="632.229"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_9_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1670.8691"
|
||||
cx="-691.9707"
|
||||
id="SVGID_10_"><stop
|
||||
id="stop4443"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4445"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4447"
|
||||
r="374.832"
|
||||
cy="480.52899"
|
||||
cx="1566.5291"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_10_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1406.8701"
|
||||
cx="-801.80078"
|
||||
id="SVGID_11_"><stop
|
||||
id="stop4450"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4452"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4454"
|
||||
r="374.832"
|
||||
cy="744.52802"
|
||||
cx="1456.699"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_11_)" /></g><g
|
||||
id="rounds"><path
|
||||
id="path4457"
|
||||
d="M 908.021,607.948"
|
||||
stroke-miterlimit="10"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:10" /><circle
|
||||
id="circle4459"
|
||||
r="13.107"
|
||||
cy="470.659"
|
||||
cx="1835.511"
|
||||
enable-background="new "
|
||||
style="opacity:0.5;fill:#ffffff" /><circle
|
||||
id="circle4461"
|
||||
r="13.109"
|
||||
cy="708.70398"
|
||||
cx="1800.964"
|
||||
enable-background="new "
|
||||
style="opacity:0.3;fill:#ffffff" /><circle
|
||||
id="circle4463"
|
||||
r="13.108"
|
||||
cy="238.75301"
|
||||
cx="1737.661"
|
||||
enable-background="new "
|
||||
style="opacity:0.9;fill:#ffffff" /></g><circle
|
||||
id="circle4475"
|
||||
r="13.109"
|
||||
cy="914.34302"
|
||||
cx="1673.134"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:#ffffff" /><path
|
||||
id="path4486"
|
||||
d="m 1710.603,387.703 c 0,0 32.104,156.54 -101.521,293.831 C 1367.813,952.113 1069.44,788.138 841.212,590.664 821.039,573.209 770.322,528.997 679.299,441.245 559.079,325.339 489.304,357.179 350.712,460.231 141.408,628.275 98.272,501.581 94.546,489.679 l -3.627,24.725 c 3.723,11.901 46.864,138.599 256.167,-29.448 130.374,-102.068 217.179,-104.568 311.048,-17.616 93.873,86.957 98.371,89.729 185.754,169.392 299.791,273.316 518.084,333.447 771.016,110.89 133.62,-137.296 95.699,-359.919 95.699,-359.919"
|
||||
style="fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="octopus_3_"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4647,0.5424,-0.5668,1.7245,6457.6665,2430.6887)"
|
||||
r="805.54938"
|
||||
cy="-34.646"
|
||||
cx="-3606.8699"
|
||||
id="SVGID_13_"><stop
|
||||
id="stop4490"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4492"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4494"
|
||||
d="m 1581.42,198.014 c 0,0 64.824,223.599 -38.288,397.275 -174.309,293.575 -401.128,266.827 -711.52,50.015 C 284.668,263.241 134.033,547.453 127.574,582.287 l -1.853,-2.068 c 6.461,-34.84 144.659,-384.596 691.612,-2.531 310.38,216.817 537.198,243.565 711.507,-50.013 103.118,-173.68 52.58,-329.661 52.58,-329.661"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_13_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4173,0.672,-0.6766,1.6781,6475.1831,2452.2529)"
|
||||
r="692.15527"
|
||||
cy="395.64499"
|
||||
cx="-3658.4658"
|
||||
id="SVGID_14_"><stop
|
||||
id="stop4497"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4499"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4501"
|
||||
d="m 1601.01,281.413 c 0,0 49.496,229.743 -64.317,394.713 C 1344.289,954.993 1121.013,908.271 827.429,663.761 310.079,232.901 109.551,546.26 100.833,580.598 l 1.451,0.781 c 1.821,-64.225 198.103,-417.482 715.449,13.379 293.588,244.509 516.854,291.222 709.261,12.363 113.819,-164.974 74.016,-325.708 74.016,-325.708"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_14_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4792,0.4962,-0.5276,1.7383,6453.3857,2423.6484)"
|
||||
r="259.32779"
|
||||
cy="-96.178703"
|
||||
cx="-3648.606"
|
||||
id="SVGID_15_"><stop
|
||||
id="stop4504"
|
||||
style="stop-color:#065E7F"
|
||||
offset="0" /><stop
|
||||
id="stop4506"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4508"
|
||||
d="m 1553.541,133.244 c 0,0 70.093,221.152 -29.146,397.626 -167.743,298.326 -395.49,278.588 -711.32,71.755 -13.854,-9.076 -619.949,-531.397 -721.01,92.941 l 12.64,-136.228 c 5.663,-34.963 135.946,-388.227 692.495,-23.75 315.831,206.837 543.58,226.565 711.327,-71.75 99.229,-176.484 45.014,-330.594 45.014,-330.594"
|
||||
enable-background="new "
|
||||
style="opacity:0.5;fill:url(#SVGID_15_)"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="bubble"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
r="70.523697"
|
||||
cy="939.73541"
|
||||
cx="-1897.6162"
|
||||
id="SVGID_16_"><stop
|
||||
id="stop4512"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
offset="0.0592" /><stop
|
||||
id="stop4514"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="0.5718" /><stop
|
||||
id="stop4516"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="1" /></radialGradient><ellipse
|
||||
id="ellipse4518"
|
||||
ry="174.502"
|
||||
rx="169.118"
|
||||
cy="999.08002"
|
||||
cx="97.473"
|
||||
style="fill:url(#SVGID_16_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
r="103.0393"
|
||||
cy="925.29883"
|
||||
cx="-1942.6294"
|
||||
id="SVGID_17_"><stop
|
||||
id="stop4521"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="3.896629e-004" /><stop
|
||||
id="stop4523"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.3"
|
||||
offset="0.5616" /><stop
|
||||
id="stop4525"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4527"
|
||||
d="m -10.47,779.844 c 136.465,0 247.092,114.148 247.092,254.955 0,140.813 -110.626,254.963 -247.092,254.963 -136.465,0 -247.091,-114.149 -247.091,-254.963 0,-140.808 110.626,-254.955 247.091,-254.955 z"
|
||||
style="fill:url(#SVGID_17_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(3.1212,0,0,-3.2305,5610.6348,3728.9705)"
|
||||
r="103.0373"
|
||||
cy="884.44141"
|
||||
cx="-1721.7773"
|
||||
id="SVGID_18_"><stop
|
||||
id="stop4530"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="3.896629e-004" /><stop
|
||||
id="stop4532"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.1"
|
||||
offset="0.5468" /><stop
|
||||
id="stop4534"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="0.67" /></radialGradient><path
|
||||
id="path4536"
|
||||
d="m 236.623,538.923 c 177.613,0 321.599,149.024 321.599,332.857 0,183.842 -143.986,332.865 -321.599,332.865 -177.615,0 -321.601,-149.023 -321.601,-332.865 0,-183.832 143.986,-332.857 321.601,-332.857 z"
|
||||
style="fill:url(#SVGID_18_)"
|
||||
inkscape:connector-curvature="0" /><circle
|
||||
id="circle4538"
|
||||
r="13.109"
|
||||
cy="708.70398"
|
||||
cx="1800.964"
|
||||
enable-background="new "
|
||||
style="opacity:0.3;fill:#ffffff" /><linearGradient
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
y2="1133.6904"
|
||||
x2="-1505.2378"
|
||||
y1="1133.6904"
|
||||
x1="-1617.2939"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="SVGID_19_"><stop
|
||||
id="stop4541"
|
||||
style="stop-color:#99CCCC;stop-opacity:0"
|
||||
offset="0.5468" /><stop
|
||||
id="stop4543"
|
||||
style="stop-color:#C8E1CA;stop-opacity:0.8"
|
||||
offset="0.7931" /><stop
|
||||
id="stop4545"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></linearGradient><ellipse
|
||||
id="ellipse4547"
|
||||
ry="138.636"
|
||||
rx="134.355"
|
||||
cy="519.15802"
|
||||
cx="904.03998"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_19_)" /></g><g
|
||||
id="logoGroup_1_"
|
||||
style="opacity:0.8"><g
|
||||
enable-background="new "
|
||||
id="logo_1_"><path
|
||||
id="path4551"
|
||||
d="m 1243.667,361.05 c -4.203,0.056 0.798,2.162 6.293,3.012 1.52,-1.188 2.889,-2.382 4.112,-3.549 -3.412,0.834 -6.892,0.857 -10.405,0.537"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4553"
|
||||
d="m 1266.243,355.423 c 2.51,-3.467 4.335,-7.244 4.982,-11.156 -0.565,2.784 -2.075,5.188 -3.505,7.739 -7.863,4.956 -0.745,-2.938 -0,-5.943 -8.45,10.646 -1.165,6.382 -1.473,9.36"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4555"
|
||||
d="m 1274.583,333.729 c 0.511,-7.572 -1.486,-5.172 -2.161,-2.291 0.783,0.416 1.404,5.345 2.161,2.291"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4557"
|
||||
d="m 1227.711,230.187 c 2.249,0.405 4.854,0.711 4.479,1.253 2.464,-0.55 3.021,-1.037 -4.479,-1.253"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4559"
|
||||
d="m 1232.188,231.432 -1.575,0.332 1.477,-0.139 0.098,-0.193"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4561"
|
||||
d="m 1302.213,336.606 c 0.251,6.8 -1.992,10.104 -4.016,15.951 l -3.636,1.813 c -2.978,5.778 0.298,3.671 -1.842,8.265 -4.646,4.13 -14.095,12.925 -17.107,13.729 -2.211,-0.049 1.49,-2.609 1.98,-3.608 -6.223,4.271 -4.994,6.409 -14.506,9.009 l -0.28,-0.624 c -23.454,11.038 -56.027,-10.83 -55.605,-40.667 -0.247,1.895 -0.711,1.424 -1.229,2.186 -1.213,-15.348 7.098,-30.759 21.088,-37.067 13.689,-6.772 29.743,-4.005 39.541,5.151 -5.385,-7.054 -16.104,-14.532 -28.808,-13.843 -12.447,0.204 -24.092,8.117 -27.981,16.7 -6.377,4.017 -7.119,15.473 -9.896,17.573 -3.737,27.478 7.03,39.343 25.258,53.308 2.861,1.939 0.807,2.229 1.188,3.702 -6.055,-2.827 -11.594,-7.112 -16.152,-12.349 2.419,3.53 5.028,6.97 8.404,9.68 -5.714,-1.931 -13.343,-13.832 -15.563,-14.317 9.844,17.62 39.914,30.898 55.682,24.306 -7.296,0.273 -16.556,0.152 -24.743,-2.879 -3.448,-1.773 -8.12,-5.433 -7.29,-6.115 21.505,8.026 43.706,6.076 62.307,-8.836 4.734,-3.686 9.906,-9.953 11.398,-10.04 -2.254,3.388 0.386,1.629 -1.347,4.611 4.709,-7.601 -2.051,-3.097 4.87,-13.125 l 2.563,3.515 c -0.956,-6.317 7.844,-13.979 6.942,-23.959 2.021,-3.054 2.247,3.287 0.109,10.302 2.973,-7.791 0.791,-9.039 1.547,-15.474 0.815,2.163 1.908,4.463 2.461,6.737 -1.931,-7.527 1.984,-12.669 2.952,-17.048 -0.96,-0.422 -2.984,3.326 -3.453,-5.56 0.072,-3.866 1.077,-2.027 1.466,-2.979 -0.752,-0.437 -2.738,-3.4 -3.949,-9.077 0.872,-1.332 2.346,3.459 3.531,3.653 -0.76,-4.51 -2.084,-7.955 -2.146,-11.42 -3.486,-7.292 -1.236,0.975 -4.06,-3.128 -3.718,-11.587 3.075,-2.688 3.545,-7.951 5.623,8.155 8.826,20.791 10.302,26.025 -1.128,-6.38 -2.938,-12.563 -5.161,-18.548 1.712,0.726 -2.766,-13.128 2.221,-3.954 -5.317,-19.554 -22.746,-37.825 -38.776,-46.394 1.954,1.792 4.438,4.045 3.551,4.401 -7.979,-4.739 -6.58,-5.116 -7.721,-7.124 -6.493,-2.641 -6.926,0.218 -11.214,0.012 -12.247,-6.5 -14.606,-5.809 -25.877,-9.88 l 0.506,2.407 c -8.104,-2.709 -9.448,1.01 -18.222,0.007 -0.521,-0.42 2.819,-1.51 5.567,-1.909 -7.841,1.038 -7.472,-1.548 -15.146,0.289 1.886,-1.326 3.891,-2.212 5.908,-3.335 -6.391,0.391 -15.271,3.72 -12.533,0.682 -10.435,4.661 -28.961,11.194 -39.358,20.942 l -0.326,-2.185 c -4.761,5.723 -20.772,17.078 -22.051,24.497 l -1.271,0.289 c -2.478,4.2 -4.086,8.957 -6.049,13.271 -3.246,5.529 -4.756,2.13 -4.293,2.995 -6.377,12.931 -9.549,23.788 -12.285,32.708 1.952,2.906 0.045,17.542 0.788,29.25 -3.202,57.837 40.588,114.001 88.457,126.958 7.013,2.521 17.448,2.423 26.318,2.673 -10.468,-2.991 -11.821,-1.586 -22.021,-5.148 -7.355,-3.464 -8.971,-7.413 -14.182,-11.942 l 2.06,3.642 c -10.216,-3.619 -5.937,-4.477 -14.26,-7.11 l 2.209,-2.873 c -3.313,-0.249 -8.777,-5.577 -10.269,-8.539 l -3.63,0.146 c -4.349,-5.366 -6.676,-9.241 -6.498,-12.246 l -1.176,2.09 c -1.328,-2.272 -16.018,-20.15 -8.396,-15.989 -1.416,-1.293 -3.304,-2.104 -5.338,-5.818 l 1.548,-1.765 c -3.661,-4.716 -6.756,-10.778 -6.516,-12.792 1.957,2.642 3.313,3.137 4.658,3.59 -9.261,-22.986 -9.784,-1.262 -16.8,-23.393 l 1.489,-0.119 c -1.139,-1.726 -1.833,-3.573 -2.746,-5.402 l 0.648,-6.434 c -6.665,-7.699 -1.859,-32.783 -0.898,-46.535 0.666,-5.594 5.565,-11.549 9.293,-20.887 l -2.273,-0.392 c 4.348,-7.563 24.782,-30.404 34.257,-29.233 4.587,-5.759 -0.915,-0.021 -1.813,-1.467 10.081,-10.426 13.244,-7.363 20.044,-9.248 7.331,-4.344 -6.29,1.704 -2.816,-1.649 12.676,-3.239 8.983,-7.359 25.519,-9.003 1.743,0.988 -4.043,1.529 -5.494,2.813 10.558,-5.168 33.418,-3.985 48.271,2.868 17.228,8.06 36.578,31.86 37.346,54.245 l 0.869,0.23 c -0.432,8.9 1.369,19.196 -1.764,28.652 l 2.121,-4.494"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4563"
|
||||
d="m 1197.748,366.819 -0.592,2.95 c 2.761,3.756 4.96,7.833 8.489,10.753 -2.541,-4.945 -4.425,-6.997 -7.897,-13.703"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4565"
|
||||
d="m 1204.283,366.565 c -1.468,-1.614 -2.331,-3.565 -3.307,-5.504 0.932,3.411 2.834,6.34 4.599,9.327 l -1.292,-3.823"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4567"
|
||||
d="m 1319.947,341.426 -0.607,1.553 c -1.129,8.048 -3.589,16.013 -7.336,23.396 4.142,-7.793 6.809,-16.313 7.943,-24.949"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4569"
|
||||
d="m 1228.548,228.167 c 2.842,-1.036 6.989,-0.57 10.014,-1.258 -3.939,0.336 -7.854,0.532 -11.719,1.021 l 1.705,0.237"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4571"
|
||||
d="m 1128.68,281.271 c 0.657,6.064 -4.561,8.419 1.151,4.416 3.07,-6.907 -1.19,-1.907 -1.151,-4.416"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4573"
|
||||
d="m 1121.957,309.351 c 1.315,-4.043 1.562,-6.473 2.063,-8.813 -3.645,4.655 -1.682,5.645 -2.063,8.813"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></g></g></g><rect
|
||||
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect4910"
|
||||
width="1920"
|
||||
height="1080"
|
||||
x="0"
|
||||
y="0" /></svg>
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,549 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="root"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="2560"
|
||||
height="1440"
|
||||
viewBox="0 0 2560 1440"
|
||||
enable-background="new 0 0 1920 1080"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="2560x1440.svg"
|
||||
inkscape:export-filename=""
|
||||
inkscape:export-xdpi="120"
|
||||
inkscape:export-ydpi="120"><metadata
|
||||
id="metadata4579"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4577" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview4575"
|
||||
showgrid="false"
|
||||
borderlayer="true"
|
||||
inkscape:zoom="0.70710678"
|
||||
inkscape:cx="1433.1586"
|
||||
inkscape:cy="792.0976"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="root"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><g
|
||||
display="none"
|
||||
id="g4465"
|
||||
style="display:none;opacity:0.5"
|
||||
transform="translate(280.29721,206.53447)"><rect
|
||||
x="1020.368"
|
||||
y="292.37399"
|
||||
display="inline"
|
||||
width="227.175"
|
||||
height="82.924004"
|
||||
id="rect4467"
|
||||
style="display:inline;fill:none" /><text
|
||||
transform="translate(1020.3711,356.9102)"
|
||||
display="inline"
|
||||
font-size="86.6248"
|
||||
id="text4469"
|
||||
style="font-size:86.62480164px;font-family:Poppl-Laudatio-Condensed;display:inline;fill:#ffffff">debian</text>
|
||||
<rect
|
||||
x="1020.368"
|
||||
y="376.03601"
|
||||
display="inline"
|
||||
width="134.293"
|
||||
height="36.896"
|
||||
id="rect4471"
|
||||
style="display:inline;fill:none" /><text
|
||||
transform="translate(1020.3711,397.5488)"
|
||||
display="inline"
|
||||
font-size="28.8749"
|
||||
id="text4473"
|
||||
style="font-size:28.87490082px;font-family:Poppl-Laudatio-Condensed;display:inline;fill:#ffffff">GNU/Linux</text>
|
||||
</g><linearGradient
|
||||
id="SVGID_12_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="209.12891"
|
||||
y1="1119.168"
|
||||
x2="1577.8721"
|
||||
y2="1119.168"
|
||||
gradientTransform="matrix(0.9907,-0.4864,0.4732,0.9638,-451.6389,-64.9346)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#ABCCB3;stop-opacity:0.7"
|
||||
id="stop4478" /><stop
|
||||
offset="0.33"
|
||||
style="stop-color:#B4CFB5;stop-opacity:0.05"
|
||||
id="stop4480" /><stop
|
||||
offset="0.803"
|
||||
style="stop-color:#C1D4B7;stop-opacity:0.5"
|
||||
id="stop4482" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
id="stop4484" /></linearGradient><g
|
||||
id="g4799"
|
||||
transform="matrix(1.33333,0,0,1.33333,-1.3333293,0.0035396)"><g
|
||||
id="Layer_1"><g
|
||||
id="background_1_"><linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
y2="1001.3118"
|
||||
x2="-1297.709"
|
||||
y1="2199.0771"
|
||||
x1="-1297.7085"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="SVGID_1_"><stop
|
||||
id="stop4372"
|
||||
style="stop-color:#133356"
|
||||
offset="0" /><stop
|
||||
id="stop4374"
|
||||
style="stop-color:#7C9999"
|
||||
offset="0.5025" /><stop
|
||||
id="stop4376"
|
||||
style="stop-color:#333333"
|
||||
offset="1" /></linearGradient><rect
|
||||
id="rect4378"
|
||||
height="1200.004"
|
||||
width="1921.5"
|
||||
y="-50.563999"
|
||||
x="0.041000001"
|
||||
style="fill:url(#SVGID_1_)" /></g><g
|
||||
id="Layer_4"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.9956,0,0,-1.1148,2256.8586,2168.624)"
|
||||
r="942.22388"
|
||||
cy="1478.5107"
|
||||
cx="-1392.7373"
|
||||
id="SVGID_2_"><stop
|
||||
id="stop4382"
|
||||
style="stop-color:#E4C8A5;stop-opacity:0.5"
|
||||
offset="0" /><stop
|
||||
id="stop4384"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
offset="0.1429" /><stop
|
||||
id="stop4386"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="0.3797" /><stop
|
||||
id="stop4388"
|
||||
style="stop-color:#366C6C;stop-opacity:0.2857"
|
||||
offset="0.4877" /></radialGradient><rect
|
||||
id="rect4390"
|
||||
height="1204.069"
|
||||
width="1923"
|
||||
y="-49.444"
|
||||
x="-1.459"
|
||||
style="fill:url(#SVGID_2_)" /></g></g><g
|
||||
id="glows"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="279.2085"
|
||||
cy="1608.8936"
|
||||
cx="-766.47272"
|
||||
id="SVGID_3_"><stop
|
||||
id="stop4394"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4396"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4398"
|
||||
r="279.20901"
|
||||
cy="542.505"
|
||||
cx="1492.027"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_3_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="221.0005"
|
||||
cy="1704.9805"
|
||||
cx="-921.53522"
|
||||
id="SVGID_4_"><stop
|
||||
id="stop4401"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4403"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4405"
|
||||
r="221.00101"
|
||||
cy="446.418"
|
||||
cx="1336.965"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_4_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="293.0015"
|
||||
cy="1742.9814"
|
||||
cx="-1875.459"
|
||||
id="SVGID_5_"><stop
|
||||
id="stop4408"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4410"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4412"
|
||||
r="293.00201"
|
||||
cy="408.41699"
|
||||
cx="383.04099"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_5_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="293.0015"
|
||||
cy="1553.9365"
|
||||
cx="-1687.459"
|
||||
id="SVGID_6_"><stop
|
||||
id="stop4415"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4417"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4419"
|
||||
r="293.00201"
|
||||
cy="597.46198"
|
||||
cx="571.04102"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_6_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1461.1025"
|
||||
cx="-1591.124"
|
||||
id="SVGID_7_"><stop
|
||||
id="stop4422"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4424"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4426"
|
||||
r="374.832"
|
||||
cy="690.29602"
|
||||
cx="667.37598"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_7_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1538.8691"
|
||||
cx="-979.62891"
|
||||
id="SVGID_8_"><stop
|
||||
id="stop4429"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4431"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4433"
|
||||
r="374.832"
|
||||
cy="612.52899"
|
||||
cx="1278.871"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_8_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1688.8691"
|
||||
cx="-1626.2715"
|
||||
id="SVGID_9_"><stop
|
||||
id="stop4436"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4438"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4440"
|
||||
r="374.832"
|
||||
cy="462.53"
|
||||
cx="632.229"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_9_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1670.8691"
|
||||
cx="-691.9707"
|
||||
id="SVGID_10_"><stop
|
||||
id="stop4443"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4445"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4447"
|
||||
r="374.832"
|
||||
cy="480.52899"
|
||||
cx="1566.5291"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_10_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,2258.5,2151.3984)"
|
||||
r="374.83151"
|
||||
cy="1406.8701"
|
||||
cx="-801.80078"
|
||||
id="SVGID_11_"><stop
|
||||
id="stop4450"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4452"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><circle
|
||||
id="circle4454"
|
||||
r="374.832"
|
||||
cy="744.52802"
|
||||
cx="1456.699"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_11_)" /></g><g
|
||||
id="rounds"><path
|
||||
id="path4457"
|
||||
d="M 908.021,607.948"
|
||||
stroke-miterlimit="10"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:10" /><circle
|
||||
id="circle4459"
|
||||
r="13.107"
|
||||
cy="470.659"
|
||||
cx="1835.511"
|
||||
enable-background="new "
|
||||
style="opacity:0.5;fill:#ffffff" /><circle
|
||||
id="circle4461"
|
||||
r="13.109"
|
||||
cy="708.70398"
|
||||
cx="1800.964"
|
||||
enable-background="new "
|
||||
style="opacity:0.3;fill:#ffffff" /><circle
|
||||
id="circle4463"
|
||||
r="13.108"
|
||||
cy="238.75301"
|
||||
cx="1737.661"
|
||||
enable-background="new "
|
||||
style="opacity:0.9;fill:#ffffff" /></g><circle
|
||||
id="circle4475"
|
||||
r="13.109"
|
||||
cy="914.34302"
|
||||
cx="1673.134"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:#ffffff" /><path
|
||||
id="path4486"
|
||||
d="m 1710.603,387.703 c 0,0 32.104,156.54 -101.521,293.831 C 1367.813,952.113 1069.44,788.138 841.212,590.664 821.039,573.209 770.322,528.997 679.299,441.245 559.079,325.339 489.304,357.179 350.712,460.231 141.408,628.275 98.272,501.581 94.546,489.679 l -3.627,24.725 c 3.723,11.901 46.864,138.599 256.167,-29.448 130.374,-102.068 217.179,-104.568 311.048,-17.616 93.873,86.957 98.371,89.729 185.754,169.392 299.791,273.316 518.084,333.447 771.016,110.89 133.62,-137.296 95.699,-359.919 95.699,-359.919"
|
||||
style="fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="octopus_3_"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4647,0.5424,-0.5668,1.7245,6457.6665,2430.6887)"
|
||||
r="805.54938"
|
||||
cy="-34.646"
|
||||
cx="-3606.8699"
|
||||
id="SVGID_13_"><stop
|
||||
id="stop4490"
|
||||
style="stop-color:#99CCCC"
|
||||
offset="0" /><stop
|
||||
id="stop4492"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4494"
|
||||
d="m 1581.42,198.014 c 0,0 64.824,223.599 -38.288,397.275 -174.309,293.575 -401.128,266.827 -711.52,50.015 C 284.668,263.241 134.033,547.453 127.574,582.287 l -1.853,-2.068 c 6.461,-34.84 144.659,-384.596 691.612,-2.531 310.38,216.817 537.198,243.565 711.507,-50.013 103.118,-173.68 52.58,-329.661 52.58,-329.661"
|
||||
enable-background="new "
|
||||
style="opacity:0.2;fill:url(#SVGID_13_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4173,0.672,-0.6766,1.6781,6475.1831,2452.2529)"
|
||||
r="692.15527"
|
||||
cy="395.64499"
|
||||
cx="-3658.4658"
|
||||
id="SVGID_14_"><stop
|
||||
id="stop4497"
|
||||
style="stop-color:#FFFCDD"
|
||||
offset="0" /><stop
|
||||
id="stop4499"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4501"
|
||||
d="m 1601.01,281.413 c 0,0 49.496,229.743 -64.317,394.713 C 1344.289,954.993 1121.013,908.271 827.429,663.761 310.079,232.901 109.551,546.26 100.833,580.598 l 1.451,0.781 c 1.821,-64.225 198.103,-417.482 715.449,13.379 293.588,244.509 516.854,291.222 709.261,12.363 113.819,-164.974 74.016,-325.708 74.016,-325.708"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_14_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.4792,0.4962,-0.5276,1.7383,6453.3857,2423.6484)"
|
||||
r="259.32779"
|
||||
cy="-96.178703"
|
||||
cx="-3648.606"
|
||||
id="SVGID_15_"><stop
|
||||
id="stop4504"
|
||||
style="stop-color:#065E7F"
|
||||
offset="0" /><stop
|
||||
id="stop4506"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4508"
|
||||
d="m 1553.541,133.244 c 0,0 70.093,221.152 -29.146,397.626 -167.743,298.326 -395.49,278.588 -711.32,71.755 -13.854,-9.076 -619.949,-531.397 -721.01,92.941 l 12.64,-136.228 c 5.663,-34.963 135.946,-388.227 692.495,-23.75 315.831,206.837 543.58,226.565 711.327,-71.75 99.229,-176.484 45.014,-330.594 45.014,-330.594"
|
||||
enable-background="new "
|
||||
style="opacity:0.5;fill:url(#SVGID_15_)"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="bubble"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
r="70.523697"
|
||||
cy="939.73541"
|
||||
cx="-1897.6162"
|
||||
id="SVGID_16_"><stop
|
||||
id="stop4512"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.4372"
|
||||
offset="0.0592" /><stop
|
||||
id="stop4514"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="0.5718" /><stop
|
||||
id="stop4516"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="1" /></radialGradient><ellipse
|
||||
id="ellipse4518"
|
||||
ry="174.502"
|
||||
rx="169.118"
|
||||
cy="999.08002"
|
||||
cx="97.473"
|
||||
style="fill:url(#SVGID_16_)" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
r="103.0393"
|
||||
cy="925.29883"
|
||||
cx="-1942.6294"
|
||||
id="SVGID_17_"><stop
|
||||
id="stop4521"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="3.896629e-004" /><stop
|
||||
id="stop4523"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.3"
|
||||
offset="0.5616" /><stop
|
||||
id="stop4525"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="1" /></radialGradient><path
|
||||
id="path4527"
|
||||
d="m -10.47,779.844 c 136.465,0 247.092,114.148 247.092,254.955 0,140.813 -110.626,254.963 -247.092,254.963 -136.465,0 -247.091,-114.149 -247.091,-254.963 0,-140.808 110.626,-254.955 247.091,-254.955 z"
|
||||
style="fill:url(#SVGID_17_)"
|
||||
inkscape:connector-curvature="0" /><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(3.1212,0,0,-3.2305,5610.6348,3728.9705)"
|
||||
r="103.0373"
|
||||
cy="884.44141"
|
||||
cx="-1721.7773"
|
||||
id="SVGID_18_"><stop
|
||||
id="stop4530"
|
||||
style="stop-color:#587E77;stop-opacity:0.3331"
|
||||
offset="3.896629e-004" /><stop
|
||||
id="stop4532"
|
||||
style="stop-color:#AEAB93;stop-opacity:0.1"
|
||||
offset="0.5468" /><stop
|
||||
id="stop4534"
|
||||
style="stop-color:#366C6C;stop-opacity:0"
|
||||
offset="0.67" /></radialGradient><path
|
||||
id="path4536"
|
||||
d="m 236.623,538.923 c 177.613,0 321.599,149.024 321.599,332.857 0,183.842 -143.986,332.865 -321.599,332.865 -177.615,0 -321.601,-149.023 -321.601,-332.865 0,-183.832 143.986,-332.857 321.601,-332.857 z"
|
||||
style="fill:url(#SVGID_18_)"
|
||||
inkscape:connector-curvature="0" /><circle
|
||||
id="circle4538"
|
||||
r="13.109"
|
||||
cy="708.70398"
|
||||
cx="1800.964"
|
||||
enable-background="new "
|
||||
style="opacity:0.3;fill:#ffffff" /><linearGradient
|
||||
gradientTransform="matrix(2.398,0,0,-2.4744,4647.9561,3324.3628)"
|
||||
y2="1133.6904"
|
||||
x2="-1505.2378"
|
||||
y1="1133.6904"
|
||||
x1="-1617.2939"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="SVGID_19_"><stop
|
||||
id="stop4541"
|
||||
style="stop-color:#99CCCC;stop-opacity:0"
|
||||
offset="0.5468" /><stop
|
||||
id="stop4543"
|
||||
style="stop-color:#C8E1CA;stop-opacity:0.8"
|
||||
offset="0.7931" /><stop
|
||||
id="stop4545"
|
||||
style="stop-color:#FEF9C8;stop-opacity:0"
|
||||
offset="1" /></linearGradient><ellipse
|
||||
id="ellipse4547"
|
||||
ry="138.636"
|
||||
rx="134.355"
|
||||
cy="519.15802"
|
||||
cx="904.03998"
|
||||
enable-background="new "
|
||||
style="opacity:0.1;fill:url(#SVGID_19_)" /></g><g
|
||||
id="logoGroup_1_"
|
||||
style="opacity:0.8"><g
|
||||
enable-background="new "
|
||||
id="logo_1_"><path
|
||||
id="path4551"
|
||||
d="m 1243.667,361.05 c -4.203,0.056 0.798,2.162 6.293,3.012 1.52,-1.188 2.889,-2.382 4.112,-3.549 -3.412,0.834 -6.892,0.857 -10.405,0.537"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4553"
|
||||
d="m 1266.243,355.423 c 2.51,-3.467 4.335,-7.244 4.982,-11.156 -0.565,2.784 -2.075,5.188 -3.505,7.739 -7.863,4.956 -0.745,-2.938 0,-5.943 -8.45,10.646 -1.165,6.382 -1.473,9.36"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4555"
|
||||
d="m 1274.583,333.729 c 0.511,-7.572 -1.486,-5.172 -2.161,-2.291 0.783,0.416 1.404,5.345 2.161,2.291"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4557"
|
||||
d="m 1227.711,230.187 c 2.249,0.405 4.854,0.711 4.479,1.253 2.464,-0.55 3.021,-1.037 -4.479,-1.253"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4559"
|
||||
d="m 1232.188,231.432 -1.575,0.332 1.477,-0.139 0.098,-0.193"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4561"
|
||||
d="m 1302.213,336.606 c 0.251,6.8 -1.992,10.104 -4.016,15.951 l -3.636,1.813 c -2.978,5.778 0.298,3.671 -1.842,8.265 -4.646,4.13 -14.095,12.925 -17.107,13.729 -2.211,-0.049 1.49,-2.609 1.98,-3.608 -6.223,4.271 -4.994,6.409 -14.506,9.009 l -0.28,-0.624 c -23.454,11.038 -56.027,-10.83 -55.605,-40.667 -0.247,1.895 -0.711,1.424 -1.229,2.186 -1.213,-15.348 7.098,-30.759 21.088,-37.067 13.689,-6.772 29.743,-4.005 39.541,5.151 -5.385,-7.054 -16.104,-14.532 -28.808,-13.843 -12.447,0.204 -24.092,8.117 -27.981,16.7 -6.377,4.017 -7.119,15.473 -9.896,17.573 -3.737,27.478 7.03,39.343 25.258,53.308 2.861,1.939 0.807,2.229 1.188,3.702 -6.055,-2.827 -11.594,-7.112 -16.152,-12.349 2.419,3.53 5.028,6.97 8.404,9.68 -5.714,-1.931 -13.343,-13.832 -15.563,-14.317 9.844,17.62 39.914,30.898 55.682,24.306 -7.296,0.273 -16.556,0.152 -24.743,-2.879 -3.448,-1.773 -8.12,-5.433 -7.29,-6.115 21.505,8.026 43.706,6.076 62.307,-8.836 4.734,-3.686 9.906,-9.953 11.398,-10.04 -2.254,3.388 0.386,1.629 -1.347,4.611 4.709,-7.601 -2.051,-3.097 4.87,-13.125 l 2.563,3.515 c -0.956,-6.317 7.844,-13.979 6.942,-23.959 2.021,-3.054 2.247,3.287 0.109,10.302 2.973,-7.791 0.791,-9.039 1.547,-15.474 0.815,2.163 1.908,4.463 2.461,6.737 -1.931,-7.527 1.984,-12.669 2.952,-17.048 -0.96,-0.422 -2.984,3.326 -3.453,-5.56 0.072,-3.866 1.077,-2.027 1.466,-2.979 -0.752,-0.437 -2.738,-3.4 -3.949,-9.077 0.872,-1.332 2.346,3.459 3.531,3.653 -0.76,-4.51 -2.084,-7.955 -2.146,-11.42 -3.486,-7.292 -1.236,0.975 -4.06,-3.128 -3.718,-11.587 3.075,-2.688 3.545,-7.951 5.623,8.155 8.826,20.791 10.302,26.025 -1.128,-6.38 -2.938,-12.563 -5.161,-18.548 1.712,0.726 -2.766,-13.128 2.221,-3.954 -5.317,-19.554 -22.746,-37.825 -38.776,-46.394 1.954,1.792 4.438,4.045 3.551,4.401 -7.979,-4.739 -6.58,-5.116 -7.721,-7.124 -6.493,-2.641 -6.926,0.218 -11.214,0.012 -12.247,-6.5 -14.606,-5.809 -25.877,-9.88 l 0.506,2.407 c -8.104,-2.709 -9.448,1.01 -18.222,0.007 -0.521,-0.42 2.819,-1.51 5.567,-1.909 -7.841,1.038 -7.472,-1.548 -15.146,0.289 1.886,-1.326 3.891,-2.212 5.908,-3.335 -6.391,0.391 -15.271,3.72 -12.533,0.682 -10.435,4.661 -28.961,11.194 -39.358,20.942 l -0.326,-2.185 c -4.761,5.723 -20.772,17.078 -22.051,24.497 l -1.271,0.289 c -2.478,4.2 -4.086,8.957 -6.049,13.271 -3.246,5.529 -4.756,2.13 -4.293,2.995 -6.377,12.931 -9.549,23.788 -12.285,32.708 1.952,2.906 0.045,17.542 0.788,29.25 -3.202,57.837 40.588,114.001 88.457,126.958 7.013,2.521 17.448,2.423 26.318,2.673 -10.468,-2.991 -11.821,-1.586 -22.021,-5.148 -7.355,-3.464 -8.971,-7.413 -14.182,-11.942 l 2.06,3.642 c -10.216,-3.619 -5.937,-4.477 -14.26,-7.11 l 2.209,-2.873 c -3.313,-0.249 -8.777,-5.577 -10.269,-8.539 l -3.63,0.146 c -4.349,-5.366 -6.676,-9.241 -6.498,-12.246 l -1.176,2.09 c -1.328,-2.272 -16.018,-20.15 -8.396,-15.989 -1.416,-1.293 -3.304,-2.104 -5.338,-5.818 l 1.548,-1.765 c -3.661,-4.716 -6.756,-10.778 -6.516,-12.792 1.957,2.642 3.313,3.137 4.658,3.59 -9.261,-22.986 -9.784,-1.262 -16.8,-23.393 l 1.489,-0.119 c -1.139,-1.726 -1.833,-3.573 -2.746,-5.402 l 0.648,-6.434 c -6.665,-7.699 -1.859,-32.783 -0.898,-46.535 0.666,-5.594 5.565,-11.549 9.293,-20.887 l -2.273,-0.392 c 4.348,-7.563 24.782,-30.404 34.257,-29.233 4.587,-5.759 -0.915,-0.021 -1.813,-1.467 10.081,-10.426 13.244,-7.363 20.044,-9.248 7.331,-4.344 -6.29,1.704 -2.816,-1.649 12.676,-3.239 8.983,-7.359 25.519,-9.003 1.743,0.988 -4.043,1.529 -5.494,2.813 10.558,-5.168 33.418,-3.985 48.271,2.868 17.228,8.06 36.578,31.86 37.346,54.245 l 0.869,0.23 c -0.432,8.9 1.369,19.196 -1.764,28.652 l 2.121,-4.494"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4563"
|
||||
d="m 1197.748,366.819 -0.592,2.95 c 2.761,3.756 4.96,7.833 8.489,10.753 -2.541,-4.945 -4.425,-6.997 -7.897,-13.703"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4565"
|
||||
d="m 1204.283,366.565 c -1.468,-1.614 -2.331,-3.565 -3.307,-5.504 0.932,3.411 2.834,6.34 4.599,9.327 l -1.292,-3.823"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4567"
|
||||
d="m 1319.947,341.426 -0.607,1.553 c -1.129,8.048 -3.589,16.013 -7.336,23.396 4.142,-7.793 6.809,-16.313 7.943,-24.949"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4569"
|
||||
d="m 1228.548,228.167 c 2.842,-1.036 6.989,-0.57 10.014,-1.258 -3.939,0.336 -7.854,0.532 -11.719,1.021 l 1.705,0.237"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4571"
|
||||
d="m 1128.68,281.271 c 0.657,6.064 -4.561,8.419 1.151,4.416 3.07,-6.907 -1.19,-1.907 -1.151,-4.416"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="path4573"
|
||||
d="m 1121.957,309.351 c 1.315,-4.043 1.562,-6.473 2.063,-8.813 -3.645,4.655 -1.682,5.645 -2.063,8.813"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></g></g></g><rect
|
||||
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect4910"
|
||||
width="2559.9937"
|
||||
height="1439.9965"
|
||||
x="0"
|
||||
y="0.0035400391" /></svg>
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,11 @@
|
||||
<background>
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1280" height="720">/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1280x720.svg</size>
|
||||
<size width="1920" height="1080">/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1920x1080.svg</size>
|
||||
<size width="2560" height="1440">/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/2560x1440.svg</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Soft Waves
|
||||
Name[fr]=Vagues Douces
|
||||
X-KDE-PluginInfo-Name=SoftWaves
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||