Add QML Lines theme for KSplash
@@ -61,7 +61,8 @@ install:
|
||||
mkdir -p $(DESTDIR)/usr/share/kde4/apps/kdm/themes/lines
|
||||
$(INSTALL) $(wildcard kdm-theme/lines/*) $(DESTDIR)/usr/share/kde4/apps/kdm/themes/lines
|
||||
|
||||
# KSPLASH theme
|
||||
# KSPLASH themes
|
||||
## Joy
|
||||
install -d $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/joy
|
||||
$(INSTALL) ksplash-theme/joy/Preview.png $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/joy
|
||||
$(INSTALL) ksplash-theme/joy/Theme.rc $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/joy
|
||||
@@ -79,6 +80,12 @@ install:
|
||||
$(INSTALL) $(wildcard ksplash-theme/joy/1920x1080/*) $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/joy/1920x1080
|
||||
install -d $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/joy/1920x1200
|
||||
$(INSTALL) $(wildcard ksplash-theme/joy/1920x1200/*) $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/joy/1920x1200
|
||||
## Lines
|
||||
install -d $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/lines/images
|
||||
$(INSTALL) $(wildcard ksplash-theme/lines/*.qml) $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/lines
|
||||
$(INSTALL) $(wildcard ksplash-theme/lines/*.png) $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/lines
|
||||
$(INSTALL) $(wildcard ksplash-theme/lines/*.rc) $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/lines
|
||||
$(INSTALL) $(wildcard ksplash-theme/lines/images/*) $(DESTDIR)/usr/share/kde4/apps/ksplash/Themes/lines/images
|
||||
|
||||
|
||||
# Xfce 4.6
|
||||
|
||||
@@ -3,6 +3,7 @@ desktop-base (8.0.0~exp2) UNRELEASED; urgency=medium
|
||||
[ Aurélien COUDERC ]
|
||||
* Add plymouth Lines theme.
|
||||
* Add KDM Lines theme and make it default.
|
||||
* Add QML Lines theme for ksplash and make it default for new users.
|
||||
|
||||
-- Aurélien COUDERC <zecoucou@free.fr> Wed, 03 Dec 2014 10:37:16 +0100
|
||||
|
||||
|
||||
@@ -43,8 +43,7 @@ licensed under the GPL.
|
||||
- PNG splash, splash/gnome-splash-curves.png.
|
||||
They are both based on the Debian “Open Use” (without “Debian” word) logo.
|
||||
|
||||
The Lines theme is © 2014 Juliette Taka Belin and released under the Creative
|
||||
Commons Attribution 3.0 license.
|
||||
The Lines theme is © 2014 Juliette Taka Belin and released under the GPLv2.
|
||||
|
||||
The Lines theme is based on the Debian “Open Use” (without “Debian” word)
|
||||
logo.
|
||||
@@ -54,11 +53,14 @@ Copyright © 2010-2014 Aurélien Couderc, Copyright © 2012 Jonathan Carter,
|
||||
Copyright © 2014 Juliette Taka Belin under the GPLv2+.
|
||||
|
||||
The images used with the Lines plymouth theme are Copyright © 2014 Juliette
|
||||
Taka Belin under the Creative Commons Attribution 3.0 license.
|
||||
Taka Belin under the GPLv2.
|
||||
|
||||
The Lines KDM theme is © 2014 Aurélien Couderc GPLv3 with artwork from
|
||||
Juliette Taka Belin under the Creative Commons Attribution 3.0 license and
|
||||
Adrien Aubourg under the GPLv2 license.
|
||||
Juliette Taka Belin and Adrien Aubourg under the GPLv2 license.
|
||||
|
||||
The Lines KSplash theme is © 2013 Martin Klapetek, © 2014 Aurélien Couderc
|
||||
under the GPLv2 with artwork from Juliette Taka Belin, Nuno Pinheiro under the
|
||||
GPLv2 license.
|
||||
|
||||
The Joy theme is © 2012 Adrien Aubourg and released under the GPLv2
|
||||
license.
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Copyright (C) 2013 Martin Klapetek <mklapetek(at)kde.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2,
|
||||
* or (at your option) any later version, as published by the Free
|
||||
* Software Foundation
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details
|
||||
*
|
||||
* You should have received a copy of the GNU General Public
|
||||
* License along with this program; if not, write to the
|
||||
* Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
import QtQuick 1.1
|
||||
|
||||
NumberAnimation {
|
||||
id: fadeIn
|
||||
duration: 1000
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
|
After Width: | Height: | Size: 43 KiB |
@@ -0,0 +1,7 @@
|
||||
[KSplash Theme: Lines]
|
||||
Name = Lines Splash Screen
|
||||
Description = Default splash screen for Debian 8.0 Jessie
|
||||
Version = 1.0
|
||||
Author = Juliette Taka BELIN <juliette.belin@free.fr>, Aurélien COUDERC <zecoucou@free.fr>, Martin Klapetek <mklapetek(at)kde.org>
|
||||
Homepage = http://www.kde.org
|
||||
Engine = KSplashQML
|
||||
@@ -0,0 +1,755 @@
|
||||
<?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="svg2"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="login.svg"><metadata
|
||||
id="metadata604"><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="defs602" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1024"
|
||||
inkscape:window-height="721"
|
||||
id="namedview600"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.21851852"
|
||||
inkscape:cx="960"
|
||||
inkscape:cy="540"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" /><g
|
||||
id="Layer_2"><radialGradient
|
||||
id="SVGID_1_"
|
||||
cx="1976.3936"
|
||||
cy="29.752"
|
||||
r="2270.2002"
|
||||
fx="1739.7078"
|
||||
fy="42.5522"
|
||||
gradientTransform="matrix(0.878 0 0 0.9529 -3.5151 39.8245)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#073246"
|
||||
id="stop6" /><stop
|
||||
offset="0.1012"
|
||||
style="stop-color:#144352"
|
||||
id="stop8" /><stop
|
||||
offset="0.3207"
|
||||
style="stop-color:#357177"
|
||||
id="stop10" /><stop
|
||||
offset="0.4409"
|
||||
style="stop-color:#489291"
|
||||
id="stop12" /><stop
|
||||
offset="0.5707"
|
||||
style="stop-color:#37757B"
|
||||
id="stop14" /><stop
|
||||
offset="0.8567"
|
||||
style="stop-color:#164353"
|
||||
id="stop16" /><stop
|
||||
offset="0.9891"
|
||||
style="stop-color:#063246"
|
||||
id="stop18" /></radialGradient><rect
|
||||
x="-3"
|
||||
y="-65.5"
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
fill="url(#SVGID_1_)"
|
||||
width="1928"
|
||||
height="1211"
|
||||
id="rect20" /></g><g
|
||||
id="logo_x5F_1200"
|
||||
display="none"><g
|
||||
id="g23"><g
|
||||
display="inline"
|
||||
id="g25"><radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="1703.2539"
|
||||
cy="896.2471"
|
||||
r="7.7312"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop28" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop30" /></radialGradient><path
|
||||
fill="url(#SVGID_2_)"
|
||||
d="M1695.565,893.921c-7.318,0.112,1.383,4.063,10.934,5.653c2.645-2.225,5.037-4.47,7.17-6.654 C1707.718,894.487,1701.665,894.522,1695.565,893.921"
|
||||
id="path32" /><radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="1736.8809"
|
||||
cy="872.9082"
|
||||
r="8.7517"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop35" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop37" /></radialGradient><path
|
||||
fill="url(#SVGID_3_)"
|
||||
d="M1734.843,883.368c4.357-6.482,7.539-13.581,8.654-20.921c-0.979,5.229-3.611,9.748-6.092,14.514 c-13.678,9.285-1.289-5.509-0.01-11.14C1722.69,885.783,1735.372,877.794,1734.843,883.368"
|
||||
id="path39" /><radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="1747.5313"
|
||||
cy="838.875"
|
||||
r="4.2483"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop42" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop44" /></radialGradient><path
|
||||
fill="url(#SVGID_4_)"
|
||||
d="M1749.343,842.702c0.883-14.208-2.596-9.717-3.766-4.294 C1746.94,839.168,1748.024,848.418,1749.343,842.702"
|
||||
id="path46" /><radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="1673.1416"
|
||||
cy="649.7051"
|
||||
r="3.8591"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop49" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop51" /></radialGradient><path
|
||||
fill="url(#SVGID_5_)"
|
||||
d="M1667.812,648.533c3.91,0.756,8.441,1.337,7.805,2.345 C1679.888,649.865,1680.854,648.938,1667.812,648.533"
|
||||
id="path53" /><radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="1674.2363"
|
||||
cy="651.1836"
|
||||
r="0.9995"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop56" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop58" /></radialGradient><path
|
||||
fill="url(#SVGID_6_)"
|
||||
d="M1675.616,650.878l-2.76,0.612l2.572-0.245L1675.616,650.878"
|
||||
id="path60" /><radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="1662.1826"
|
||||
cy="882.1289"
|
||||
r="208.4298"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop63" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop65" /></radialGradient><path
|
||||
fill="url(#SVGID_7_)"
|
||||
d="M1797.399,848.087c0.434,12.757-3.461,18.949-6.975,29.905l-6.328,3.403 c-5.176,10.837,0.498,6.878-3.203,15.49c-8.08,7.752-24.521,24.24-29.783,25.739c-3.838-0.085,2.602-4.885,3.445-6.764 c-10.814,8.009-8.674,12.021-25.219,16.889l-0.486-1.159c-40.797,20.689-97.465-20.314-96.721-76.262 c-0.438,3.558-1.24,2.668-2.145,4.106c-2.104-28.786,12.334-57.697,36.678-69.503c23.818-12.712,51.74-7.493,68.801,9.646 c-9.373-13.234-28.021-27.256-50.131-25.946c-21.65,0.372-41.906,15.201-48.666,31.302 c-11.098,7.534-12.385,29.025-17.217,32.956c-6.504,51.528,12.23,73.786,43.928,99.969c4.984,3.629,1.406,4.174,2.084,6.935 c-10.533-5.313-20.172-13.34-28.102-23.16c4.205,6.635,8.744,13.089,14.615,18.162c-9.932-3.624-23.195-25.942-27.068-26.849 c17.115,33.04,69.439,57.939,96.84,45.579c-12.674,0.513-28.785,0.285-43.027-5.387c-5.984-3.32-14.121-10.197-12.666-11.483 c37.395,15.059,76.023,11.403,108.377-16.551c8.232-6.912,17.225-18.666,19.82-18.828c-3.914,6.336,0.668,3.042-2.338,8.649 c8.207-14.256-3.564-5.803,8.477-24.621l4.453,6.599c-1.658-11.828,13.633-26.208,12.084-44.925 c3.502-5.726,3.912,6.157,0.188,19.327c5.162-14.606,1.361-16.953,2.688-29.006c1.434,4.044,3.314,8.354,4.279,12.625 c-3.363-14.111,3.451-23.772,5.141-31.976c-1.658-0.792-5.193,6.238-5.998-10.438c0.119-7.24,1.869-3.794,2.545-5.579 c-1.316-0.817-4.779-6.365-6.889-17.017c1.529-2.501,4.076,6.483,6.162,6.856c-1.336-8.469-3.639-14.924-3.73-21.419 c-6.068-13.679-2.148,1.814-7.076-5.874c-6.453-21.719,5.365-5.043,6.16-14.908c9.793,15.294,15.373,38.989,17.934,48.801 c-1.955-11.965-5.113-23.556-8.969-34.777c2.973,1.351-4.791-24.617,3.863-7.421c-9.246-36.665-39.563-70.921-67.459-86.993 c3.416,3.359,7.725,16.372,6.18,17.032c-13.877-8.902-11.436-18.377-13.42-22.136c-11.305-4.952-12.045,0.396-19.525,0.012 c-21.303-12.181-25.404-10.886-45.01-18.517l0.895,4.491c-14.115-5.067-16.439,1.922-31.691,0.018 c-0.932-0.781,4.887-2.825,9.672-3.578c-13.639,1.943-13.006-2.897-26.352,0.533c3.289-2.491,6.766-4.135,10.279-6.252 c-11.127,0.729-26.561,6.983-21.795,1.3c-18.148,8.725-50.375,20.979-68.465,39.26l-0.57-4.097 c-8.285,10.723-36.135,32.026-38.355,45.917l-2.215,0.554c-4.313,7.872-7.105,16.799-10.523,24.891 c-5.641,10.361-8.27,3.989-7.465,5.612c-11.092,24.246-16.604,44.619-21.367,61.323c3.395,5.469,0.084,32.908,1.365,54.865 c-5.572,108.447,70.611,213.739,153.881,238.057c12.199,4.707,30.352,4.527,45.789,5.006 c-18.213-5.616-20.568-2.976-38.313-9.647c-12.801-6.487-15.604-13.909-24.67-22.39l3.59,6.831 c-17.783-6.783-10.342-8.395-24.809-13.331l3.83-5.396c-5.76-0.471-15.26-10.469-17.861-16.004l-6.297,0.272 c-7.582-10.084-11.615-17.338-11.322-22.96l-2.031,3.906c-2.309-4.271-27.875-37.79-14.613-29.983 c-2.461-2.431-5.736-3.952-9.289-10.912l2.699-3.323c-6.377-8.851-11.742-20.192-11.334-23.972c3.4,4.954,5.764,5.878,8.102,6.73 c-16.113-43.104-17.016-2.374-29.227-43.876l2.588-0.22c-1.986-3.212-3.184-6.699-4.775-10.13l1.119-12.076 c-11.598-14.452-3.242-61.485-1.568-87.27c1.16-10.487,9.684-21.649,16.168-39.161l-3.947-0.729 c7.549-14.195,43.107-57.012,59.578-54.807c7.979-10.806-1.584-0.047-3.143-2.762c17.521-19.55,23.031-13.818,34.857-17.332 c12.752-8.162-10.947,3.185-4.895-3.111c22.045-6.073,15.625-13.805,44.385-16.884c3.033,1.861-7.039,2.872-9.57,5.289 c18.371-9.686,58.131-7.48,83.961,5.377c29.971,15.101,63.641,59.729,64.971,101.715l1.512,0.438 c-0.768,16.69,2.367,35.992-3.061,53.725L1797.399,848.087"
|
||||
id="path67" /><radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="1622.0439"
|
||||
cy="917.6025"
|
||||
r="10.4796"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop70" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop72" /></radialGradient><path
|
||||
fill="url(#SVGID_8_)"
|
||||
d="M1615.69,904.752l-1.029,5.528c4.809,7.039,8.627,14.67,14.766,20.173 C1625.009,921.163,1621.729,917.319,1615.69,904.752"
|
||||
id="path74" /><radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="1625.3145"
|
||||
cy="902.6816"
|
||||
r="6.7953"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop77" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop79" /></radialGradient><path
|
||||
fill="url(#SVGID_9_)"
|
||||
d="M1627.058,904.271c-2.543-3.036-4.049-6.69-5.738-10.331c1.611,6.394,4.912,11.89,7.99,17.481 L1627.058,904.271"
|
||||
id="path81" /><radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="1821.3379"
|
||||
cy="880.5195"
|
||||
r="17.2469"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop84" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop86" /></radialGradient><path
|
||||
fill="url(#SVGID_10_)"
|
||||
d="M1828.251,857.129l-1.074,2.908c-1.969,15.092-6.225,30.026-12.752,43.873 C1821.634,889.299,1826.298,873.315,1828.251,857.129"
|
||||
id="path88" /><radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="1676.4834"
|
||||
cy="643.5742"
|
||||
r="7.2516"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop91" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop93" /></radialGradient><path
|
||||
fill="url(#SVGID_11_)"
|
||||
d="M1669.261,644.752c4.947-1.952,12.162-1.071,17.41-2.355c-6.84,0.616-13.646,0.986-20.375,1.921 L1669.261,644.752"
|
||||
id="path95" /><radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1496.1699"
|
||||
cy="750.3262"
|
||||
r="4.8505"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop98" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop100" /></radialGradient><path
|
||||
fill="url(#SVGID_12_)"
|
||||
d="M1495.55,744.325c1.141,11.376-7.941,15.792,2.014,8.287 C1502.894,739.656,1495.476,749.038,1495.55,744.325"
|
||||
id="path102" /><radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1485.4766"
|
||||
cy="788.7178"
|
||||
r="6.0071"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#E5C17D"
|
||||
id="stop105" /><stop
|
||||
offset="0.9889"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop107" /></radialGradient><path
|
||||
fill="url(#SVGID_13_)"
|
||||
d="M1483.854,796.984c2.291-7.589,2.709-12.143,3.58-16.533 C1481.103,789.186,1484.521,791.045,1483.854,796.984"
|
||||
id="path109" /></g><linearGradient
|
||||
id="SVGID_14_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1482.6309"
|
||||
y1="873.9063"
|
||||
x2="2527.1475"
|
||||
y2="873.9063"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop112" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop114" /></linearGradient><path
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_14_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M2526.147,873.906 c0,203.962-233.377,369.311-521.26,369.311c-287.885,0-521.257-165.349-521.257-369.311c0-13.785,1.065-27.392,3.144-40.785 c28.648-184.771,249.684-328.525,518.113-328.525C2292.771,504.596,2526.147,669.94,2526.147,873.906z"
|
||||
id="path116" /><linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1579.8018"
|
||||
y1="729.6836"
|
||||
x2="1847.54"
|
||||
y2="729.6836"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop119" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop121" /></linearGradient><ellipse
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_15_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
cx="1713.671"
|
||||
cy="729.685"
|
||||
rx="132.869"
|
||||
ry="226.742"
|
||||
id="ellipse123" /><linearGradient
|
||||
id="SVGID_16_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1031.6143"
|
||||
y1="797.7295"
|
||||
x2="1829.251"
|
||||
y2="797.7295"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop126" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop128" /></linearGradient><ellipse
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_16_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
cx="1430.433"
|
||||
cy="797.729"
|
||||
rx="397.818"
|
||||
ry="259.354"
|
||||
id="ellipse130" /><linearGradient
|
||||
id="SVGID_17_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1768.292"
|
||||
y1="938.6641"
|
||||
x2="1775.1689"
|
||||
y2="938.6641"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop133" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop135" /></linearGradient><path
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_17_)"
|
||||
stroke-miterlimit="10"
|
||||
d="M1774.669,938.663 c0-1.145-1.313-2.073-2.941-2.073c-1.623,0-2.936,0.929-2.936,2.073c0,1.146,1.313,2.075,2.936,2.075 C1773.356,940.738,1774.669,939.81,1774.669,938.663z"
|
||||
id="path137" /><linearGradient
|
||||
id="SVGID_18_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="972.0244"
|
||||
y1="1124.0332"
|
||||
x2="2018.1455"
|
||||
y2="1124.0332"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop140" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop142" /></linearGradient><ellipse
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_18_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
cx="1495.085"
|
||||
cy="1124.032"
|
||||
rx="522.061"
|
||||
ry="515.035"
|
||||
id="ellipse144" /><radialGradient
|
||||
id="SVGID_19_"
|
||||
cx="1477.251"
|
||||
cy="938.6631"
|
||||
r="557.3483"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop147" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop149" /></radialGradient><line
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_19_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
x1="1477.251"
|
||||
y1="150.454"
|
||||
x2="1477.251"
|
||||
y2="1726.872"
|
||||
id="line151" /><radialGradient
|
||||
id="SVGID_20_"
|
||||
cx="1513.1182"
|
||||
cy="861.6514"
|
||||
r="534.1672"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop154" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop156" /></radialGradient><line
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_20_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
x1="757.692"
|
||||
y1="861.651"
|
||||
x2="2268.544"
|
||||
y2="861.651"
|
||||
id="line158" /><linearGradient
|
||||
id="SVGID_21_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2096.8564"
|
||||
y1="1526.0049"
|
||||
x2="2637.7529"
|
||||
y2="1526.0049"
|
||||
gradientTransform="matrix(0.5366 0 0 0.4054 417.7776 324.0329)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop161" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop163" /></linearGradient><path
|
||||
display="inline"
|
||||
fill="none"
|
||||
stroke="url(#SVGID_21_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M1832.659,942.675 c0,94.576-64.729,171.25-144.588,171.25c-79.852,0-144.584-76.674-144.584-171.25c0-94.578,64.732-171.249,144.584-171.249 C1767.931,771.426,1832.659,848.097,1832.659,942.675z"
|
||||
id="path165" /></g><g
|
||||
display="inline"
|
||||
id="g167"><g
|
||||
id="g169"><radialGradient
|
||||
id="SVGID_22_"
|
||||
cx="1643.2734"
|
||||
cy="893.8086"
|
||||
r="7.1479"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop172" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop174" /></radialGradient><path
|
||||
fill="url(#SVGID_22_)"
|
||||
d="M1685.456,887.405c-7.258,0.102,1.372,3.731,10.844,5.189c2.617-2.041,4.997-4.102,7.105-6.112 C1697.508,887.921,1691.507,887.957,1685.456,887.405"
|
||||
id="path176" /><radialGradient
|
||||
id="SVGID_23_"
|
||||
cx="1674.3701"
|
||||
cy="872.2266"
|
||||
r="8.0918"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop179" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop181" /></radialGradient><path
|
||||
fill="url(#SVGID_23_)"
|
||||
d="M1724.409,877.711c4.32-5.953,7.471-12.472,8.58-19.211c-0.968,4.801-3.58,8.953-6.035,13.328 c-13.567,8.527-1.283-5.058-0.01-10.229C1712.358,879.929,1724.935,872.593,1724.409,877.711"
|
||||
id="path183" /><radialGradient
|
||||
id="SVGID_24_"
|
||||
cx="1684.2178"
|
||||
cy="840.7559"
|
||||
r="3.929"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop186" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop188" /></radialGradient><path
|
||||
fill="url(#SVGID_24_)"
|
||||
d="M1738.79,840.365c0.874-13.049-2.575-8.921-3.738-3.94 C1736.407,837.122,1737.483,845.617,1738.79,840.365"
|
||||
id="path190" /><radialGradient
|
||||
id="SVGID_25_"
|
||||
cx="1615.4297"
|
||||
cy="665.8262"
|
||||
r="3.5691"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop193" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop195" /></radialGradient><path
|
||||
fill="url(#SVGID_25_)"
|
||||
d="M1657.931,662.052c3.875,0.694,8.374,1.23,7.736,2.153 C1669.911,663.272,1670.868,662.426,1657.931,662.052"
|
||||
id="path197" /><radialGradient
|
||||
id="SVGID_26_"
|
||||
cx="1616.4414"
|
||||
cy="667.1934"
|
||||
r="0.9219"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop200" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop202" /></radialGradient><path
|
||||
fill="url(#SVGID_26_)"
|
||||
d="M1665.667,664.205l-2.729,0.563l2.542-0.223L1665.667,664.205"
|
||||
id="path204" /><radialGradient
|
||||
id="SVGID_27_"
|
||||
cx="1605.2969"
|
||||
cy="880.7568"
|
||||
r="192.7395"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop207" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop209" /></radialGradient><path
|
||||
fill="url(#SVGID_27_)"
|
||||
d="M1786.448,845.312c0.432,11.714-3.432,17.402-6.915,27.463l-6.279,3.127 c-5.13,9.949,0.499,6.314-3.174,14.227c-8.013,7.119-24.319,22.26-29.538,23.638c-3.808-0.077,2.584-4.487,3.414-6.215 c-10.722,7.357-8.6,11.046-25.008,15.514l-0.48-1.066c-40.464,18.999-96.664-18.655-95.928-70.032 c-0.436,3.263-1.224,2.451-2.125,3.764c-2.088-26.434,12.234-52.981,36.376-63.82c23.623-11.676,51.312-6.885,68.232,8.853 c-9.294-12.146-27.788-25.024-49.718-23.824c-21.474,0.344-41.557,13.959-48.263,28.748 c-11.008,6.916-12.28,26.653-17.075,30.266c-6.453,47.317,12.131,67.758,43.561,91.808c4.949,3.329,1.404,3.829,2.071,6.366 c-10.447-4.88-20.006-12.251-27.868-21.267c4.171,6.086,8.672,12.014,14.493,16.678c-9.852-3.329-23.007-23.826-26.847-24.658 c16.975,30.341,68.868,53.206,96.041,41.859c-12.566,0.469-28.545,0.259-42.674-4.951c-5.929-3.047-14-9.358-12.553-10.543 c37.08,13.83,75.391,10.473,107.48-15.2c8.16-6.35,17.078-17.141,19.654-17.289c-3.879,5.818,0.667,2.794-2.318,7.942 c8.137-13.095-3.536-5.331,8.402-22.615l4.416,6.062c-1.641-10.863,13.524-24.07,11.988-41.259 c3.474-5.256,3.875,5.659,0.185,17.752c5.122-13.412,1.352-15.57,2.662-26.633c1.427,3.71,3.291,7.667,4.248,11.588 c-3.337-12.958,3.426-21.83,5.097-29.363c-1.643-0.728-5.147,5.729-5.949-9.583c0.121-6.653,1.855-3.486,2.526-5.122 c-1.308-0.757-4.739-5.85-6.83-15.632c1.515-2.292,4.042,5.954,6.11,6.294c-1.326-7.771-3.61-13.698-3.701-19.664 c-6.019-12.561-2.125,1.664-7.018-5.396c-6.4-19.948,5.322-4.629,6.111-13.69c9.712,14.045,15.246,35.805,17.785,44.816 c-1.94-10.987-5.071-21.637-8.901-31.942c2.953,1.241-4.744-22.604,3.836-6.813c-9.167-33.673-39.23-65.132-66.901-79.889 c3.389,3.086,7.658,15.034,6.127,15.642c-13.76-8.174-11.34-16.875-13.305-20.33c-11.216-4.544-11.944,0.364-19.367,0.015 c-21.124-11.188-25.199-9.997-44.637-17.009l0.888,4.126c-14.001-4.652-16.307,1.767-31.433,0.016 c-0.924-0.719,4.846-2.592,9.595-3.287c-13.526,1.785-12.898-2.659-26.137,0.488c3.264-2.288,6.71-3.794,10.194-5.735 c-11.036,0.666-26.342,6.409-21.614,1.191c-18.002,8.012-49.966,19.269-67.901,36.052l-0.561-3.76 c-8.221,9.846-35.841,29.41-38.041,42.167l-2.201,0.512c-4.274,7.229-7.045,15.423-10.436,22.852 c-5.592,9.52-8.201,3.669-7.404,5.154c-10.995,22.27-16.464,40.982-21.186,56.317c3.363,5.028,0.081,30.223,1.348,50.391 c-5.522,99.593,70.029,196.286,152.617,218.614c12.101,4.324,30.102,4.161,45.41,4.602c-18.063-5.157-20.404-2.73-38-8.863 c-12.689-5.955-15.474-12.771-24.465-20.561l3.563,6.277c-17.639-6.234-10.258-7.711-24.606-12.245l3.801-4.955 c-5.715-0.432-15.139-9.616-17.71-14.696l-6.251,0.249c-7.522-9.26-11.518-15.925-11.228-21.086l-2.019,3.587 c-2.288-3.923-27.645-34.702-14.49-27.534c-2.438-2.232-5.693-3.629-9.211-10.019l2.677-3.054 c-6.327-8.126-11.647-18.546-11.243-22.012c3.373,4.544,5.718,5.395,8.038,6.179c-15.984-39.587-16.876-2.183-28.985-40.297 l2.564-0.201c-1.967-2.945-3.16-6.15-4.73-9.303l1.105-11.087c-11.503-13.272-3.216-56.467-1.555-80.145 c1.146-9.634,9.602-19.882,16.033-35.962l-3.919-0.675c7.492-13.034,42.757-52.354,59.091-50.332 c7.911-9.92-1.569-0.043-3.117-2.536c17.38-17.952,22.845-12.689,34.57-15.912c12.647-7.497-10.856,2.921-4.853-2.861 c21.862-5.578,15.494-12.677,44.013-15.503c3.012,1.708-6.977,2.634-9.486,4.854c18.217-8.893,57.646-6.87,83.266,4.94 c29.726,13.87,63.117,54.854,64.438,93.406l1.5,0.403c-0.764,15.331,2.342,33.054-3.036,49.341L1786.448,845.312"
|
||||
id="path211" /><radialGradient
|
||||
id="SVGID_28_"
|
||||
cx="1568.1777"
|
||||
cy="913.5596"
|
||||
r="9.6902"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop214" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop216" /></radialGradient><path
|
||||
fill="url(#SVGID_28_)"
|
||||
d="M1606.237,897.354l-1.02,5.075c4.77,6.462,8.556,13.476,14.646,18.525 C1615.481,912.421,1612.229,908.891,1606.237,897.354"
|
||||
id="path218" /><radialGradient
|
||||
id="SVGID_29_"
|
||||
cx="1571.2031"
|
||||
cy="899.7598"
|
||||
r="6.2842"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop221" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop223" /></radialGradient><path
|
||||
fill="url(#SVGID_29_)"
|
||||
d="M1617.512,896.908c-2.52-2.785-4.019-6.145-5.688-9.487c1.598,5.874,4.875,10.924,7.924,16.056 L1617.512,896.908"
|
||||
id="path225" /><radialGradient
|
||||
id="SVGID_30_"
|
||||
cx="1752.4688"
|
||||
cy="879.2676"
|
||||
r="15.9486"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop228" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop230" /></radialGradient><path
|
||||
fill="url(#SVGID_30_)"
|
||||
d="M1817.045,853.618l-1.068,2.668c-1.948,13.86-6.172,27.574-12.643,40.293 C1810.481,883.158,1815.108,868.482,1817.045,853.618"
|
||||
id="path232" /><radialGradient
|
||||
id="SVGID_31_"
|
||||
cx="1618.5195"
|
||||
cy="660.1572"
|
||||
r="6.7052"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop235" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop237" /></radialGradient><path
|
||||
fill="url(#SVGID_31_)"
|
||||
d="M1659.371,658.579c4.901-1.794,12.058-0.985,17.263-2.161 c-6.787,0.564-13.532,0.904-20.204,1.767L1659.371,658.579"
|
||||
id="path239" /><radialGradient
|
||||
id="SVGID_32_"
|
||||
cx="1451.7783"
|
||||
cy="758.8721"
|
||||
r="4.4861"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop242" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop244" /></radialGradient><path
|
||||
fill="url(#SVGID_32_)"
|
||||
d="M1487.091,750.021c1.131,10.451-7.879,14.503,1.996,7.615 C1494.373,745.735,1487.018,754.35,1487.091,750.021"
|
||||
id="path246" /><radialGradient
|
||||
id="SVGID_33_"
|
||||
cx="1441.8906"
|
||||
cy="794.375"
|
||||
r="5.554"
|
||||
gradientTransform="matrix(1.0725 0 0 0.9931 -69.2993 1.893)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop249" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop251" /></radialGradient><path
|
||||
fill="url(#SVGID_33_)"
|
||||
d="M1475.495,798.382c2.271-6.967,2.682-11.15,3.545-15.183 C1472.765,791.221,1476.15,792.929,1475.495,798.382"
|
||||
id="path253" /></g><linearGradient
|
||||
id="SVGID_34_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1476.4014"
|
||||
y1="868.5693"
|
||||
x2="2442.4404"
|
||||
y2="868.5693"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop256" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop258" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_34_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M2441.44,868.566 c0,188.61-215.807,341.514-482.018,341.514c-266.215,0-482.021-152.903-482.021-341.514c0-12.745,0.987-25.327,2.907-37.71 c26.492-170.865,230.89-303.798,479.114-303.798C2225.634,527.058,2441.44,679.956,2441.44,868.566z"
|
||||
id="path260" /><linearGradient
|
||||
id="SVGID_35_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1565.3447"
|
||||
y1="734.3281"
|
||||
x2="1838.3818"
|
||||
y2="734.3281"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop263" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop265" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_35_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M1837.382,734.328 c0,114.461-60.68,207.248-135.523,207.248c-74.845,0-135.514-92.787-135.514-207.248c0-114.459,60.669-207.247,135.514-207.247 C1776.702,527.081,1837.382,619.869,1837.382,734.328z"
|
||||
id="path267" /><linearGradient
|
||||
id="SVGID_36_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1058.3389"
|
||||
y1="802.1279"
|
||||
x2="1796.0801"
|
||||
y2="802.1279"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop270" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop272" /></linearGradient><ellipse
|
||||
fill="none"
|
||||
stroke="url(#SVGID_36_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
cx="1427.209"
|
||||
cy="802.126"
|
||||
rx="367.871"
|
||||
ry="239.831"
|
||||
id="ellipse274" /><linearGradient
|
||||
id="SVGID_37_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1744.5977"
|
||||
y1="932.4551"
|
||||
x2="1751.0313"
|
||||
y2="932.4551"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop277" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop279" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_37_)"
|
||||
stroke-miterlimit="10"
|
||||
d="M1750.531,932.453c0-1.063-1.212-1.915-2.72-1.915 c-1.498,0-2.714,0.853-2.714,1.915c0,1.06,1.216,1.918,2.714,1.918C1749.319,934.371,1750.531,933.513,1750.531,932.453z"
|
||||
id="path281" /><linearGradient
|
||||
id="SVGID_38_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1018.8174"
|
||||
y1="1093.6211"
|
||||
x2="1986.3408"
|
||||
y2="1093.6211"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop284" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop286" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_38_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M1985.341,1093.619 c0,265.912-216.137,481.473-482.76,481.473c-266.625,0-482.764-215.561-482.764-481.473c0-265.91,216.139-481.47,482.764-481.47 C1769.204,612.149,1985.341,827.709,1985.341,1093.619z"
|
||||
id="path288" /><radialGradient
|
||||
id="SVGID_39_"
|
||||
cx="1475.5049"
|
||||
cy="932.4531"
|
||||
r="515.3936"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop291" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop293" /></radialGradient><line
|
||||
fill="none"
|
||||
stroke="url(#SVGID_39_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
x1="1475.505"
|
||||
y1="203.576"
|
||||
x2="1475.505"
|
||||
y2="1661.329"
|
||||
id="line295" /><radialGradient
|
||||
id="SVGID_40_"
|
||||
cx="1508.6699"
|
||||
cy="861.2354"
|
||||
r="493.9567"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop298" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop300" /></radialGradient><line
|
||||
fill="none"
|
||||
stroke="url(#SVGID_40_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
x1="810.11"
|
||||
y1="861.235"
|
||||
x2="2207.229"
|
||||
y2="861.235"
|
||||
id="line302" /><linearGradient
|
||||
id="SVGID_41_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2104.6543"
|
||||
y1="1503.9414"
|
||||
x2="2581.9688"
|
||||
y2="1503.9414"
|
||||
gradientTransform="matrix(0.5366 0 0 0.4054 417.7778 324.0329)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop305" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop307" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_41_)"
|
||||
stroke-width="2"
|
||||
stroke-miterlimit="10"
|
||||
d="M1802.726,933.734 c0,87.249-57.094,157.977-127.529,157.977c-70.428,0-127.524-70.728-127.524-157.977c0-87.255,57.097-157.983,127.524-157.983 C1745.632,775.751,1802.726,846.479,1802.726,933.734z"
|
||||
id="path309" /></g></g></svg>
|
||||
|
After Width: | Height: | Size: 35 KiB |
@@ -0,0 +1,913 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<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"
|
||||
width="1020.0048"
|
||||
height="874.29529"
|
||||
id="svg6370"
|
||||
version="1.1"
|
||||
inkscape:version="0.91pre2 r13516"
|
||||
viewBox="0 0 1020.0047 874.29529"
|
||||
sodipodi:docname="login_logo_cropped.svg">
|
||||
<defs
|
||||
id="defs6372">
|
||||
<radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="2146.8174"
|
||||
cy="478.19849"
|
||||
r="6.7435002"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3002" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3004" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="2176.1582"
|
||||
cy="498.5618"
|
||||
r="7.6339998"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3009" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3011" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="2185.4512"
|
||||
cy="528.25659"
|
||||
r="3.7077"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3016" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3018" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="2120.5449"
|
||||
cy="693.31232"
|
||||
r="3.3676"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3023" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3025" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="2121.502"
|
||||
cy="692.0271"
|
||||
r="0.86989999"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3030" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3032" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="2110.9863"
|
||||
cy="490.52371"
|
||||
r="181.8613"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3037" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3039" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="2075.959"
|
||||
cy="459.5647"
|
||||
r="9.1426001"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3044" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3046" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="2078.8184"
|
||||
cy="472.58179"
|
||||
r="5.9285998"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3051" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3053" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="2249.8457"
|
||||
cy="491.91821"
|
||||
r="15.0487"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3058" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3060" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="2123.4619"
|
||||
cy="698.66382"
|
||||
r="6.3271999"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3065" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3067" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1966.1328"
|
||||
cy="605.51727"
|
||||
r="4.2332001"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3072" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3074" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1956.8027"
|
||||
cy="572.02118"
|
||||
r="5.2405"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop3079" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop3081" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
id="SVGID_14_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1884.0078"
|
||||
y1="492.96851"
|
||||
x2="2795.1436"
|
||||
y2="492.96851"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3087" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3089" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1968.874"
|
||||
y1="623.40698"
|
||||
x2="2226.1133"
|
||||
y2="623.40698"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3094" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3096" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="SVGID_16_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1490.4814"
|
||||
y1="559.43768"
|
||||
x2="2186.2031"
|
||||
y2="559.43768"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3101" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3103" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="SVGID_17_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2133.0742"
|
||||
y1="436.4631"
|
||||
x2="2139.2012"
|
||||
y2="436.4631"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3108" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3110" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="SVGID_18_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1448.4756"
|
||||
y1="284.39331"
|
||||
x2="2361.0127"
|
||||
y2="284.39331"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3115" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3117" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="SVGID_19_"
|
||||
cx="1879.1934"
|
||||
cy="436.46701"
|
||||
r="486.3092"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3122" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3124" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="SVGID_20_"
|
||||
cx="1910.4883"
|
||||
cy="503.66379"
|
||||
r="466.0838"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3129" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3131" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
id="SVGID_21_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1142.0469"
|
||||
y1="1043.9666"
|
||||
x2="1592.0254"
|
||||
y2="1043.9666"
|
||||
gradientTransform="matrix(0.5366,0,0,-0.4054,968.6461,1402.0491)">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop3136" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop3138" />
|
||||
</linearGradient>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4302">
|
||||
<rect
|
||||
style="fill:#0000ff;fill-opacity:0.15837103;fill-rule:evenodd;stroke:#000000;stroke-width:0.9903481px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="rect4304"
|
||||
width="1020.0096"
|
||||
height="874.29529"
|
||||
x="-696.75702"
|
||||
y="-557.0932" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.35"
|
||||
inkscape:cx="423.18073"
|
||||
inkscape:cy="263.8394"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1026"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata6375">
|
||||
<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>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(696.75218,557.0932)">
|
||||
<g
|
||||
id="g4492"
|
||||
clip-path="url(#clipPath4302)">
|
||||
<g
|
||||
transform="translate(-1577.9602,-848.63864)"
|
||||
id="g2996">
|
||||
<g
|
||||
id="logo">
|
||||
<g
|
||||
id="g2999">
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="6.7435002"
|
||||
cy="478.19849"
|
||||
cx="2146.8174"
|
||||
id="radialGradient6219">
|
||||
<stop
|
||||
id="stop6221"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6223"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_2_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3006"
|
||||
d="m 1711.877,935.587 c -6.849,0.098 1.299,3.521 10.231,4.898 2.472,-1.928 4.718,-3.872 6.704,-5.768 -5.564,1.365 -11.228,1.391 -16.935,0.87" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="7.6339998"
|
||||
cy="498.5618"
|
||||
cx="2176.1582"
|
||||
id="radialGradient6226">
|
||||
<stop
|
||||
id="stop6228"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6230"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_3_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3013"
|
||||
d="m 1748.632,926.44 c 4.076,-5.614 7.051,-11.765 8.095,-18.123 -0.911,4.528 -3.379,8.446 -5.694,12.573 -12.801,8.043 -1.21,-4.774 -0.01,-9.653 -13.763,17.296 -1.897,10.373 -2.391,15.203" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="3.7077"
|
||||
cy="528.25659"
|
||||
cx="2185.4512"
|
||||
id="radialGradient6233">
|
||||
<stop
|
||||
id="stop6235"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6237"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_4_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3020"
|
||||
d="m 1762.202,891.202 c 0.818,-12.307 -2.432,-8.422 -3.527,-3.713 1.274,0.659 2.294,8.671 3.527,3.713" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="3.3676"
|
||||
cy="693.31232"
|
||||
cx="2120.5449"
|
||||
id="radialGradient6240">
|
||||
<stop
|
||||
id="stop6242"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6244"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_5_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3027"
|
||||
d="m 1685.904,722.952 c 3.657,0.658 7.899,1.158 7.299,2.032 4.004,-0.878 4.909,-1.68 -7.299,-2.032" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="0.86989999"
|
||||
cy="692.0271"
|
||||
cx="2121.502"
|
||||
id="radialGradient6247">
|
||||
<stop
|
||||
id="stop6249"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6251"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_6_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3034"
|
||||
d="m 1693.205,724.984 -2.571,0.527 2.395,-0.211 0.176,-0.316" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="181.8613"
|
||||
cy="490.52371"
|
||||
cx="2110.9863"
|
||||
id="radialGradient6254">
|
||||
<stop
|
||||
id="stop6256"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6258"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_7_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3041"
|
||||
d="m 1807.17,895.869 c 0.408,11.057 -3.237,16.422 -6.524,25.916 l -5.923,2.949 c -4.846,9.387 0.468,5.961 -2.997,13.422 -7.562,6.719 -22.948,21.008 -27.873,22.308 -3.595,-0.075 2.438,-4.233 3.225,-5.863 -10.118,6.942 -8.117,10.421 -23.598,14.636 l -0.451,-1.008 c -38.182,17.931 -91.217,-17.598 -90.514,-66.08 -0.417,3.08 -1.154,2.311 -2.006,3.556 -1.975,-24.942 11.543,-49.993 34.321,-60.223 22.294,-11.021 48.416,-6.497 64.385,8.355 -8.771,-11.469 -26.222,-23.616 -46.911,-22.482 -20.27,0.319 -39.218,13.171 -45.542,27.125 -10.386,6.524 -11.591,25.147 -16.116,28.555 -6.087,44.648 11.445,63.937 41.104,86.627 4.67,3.143 1.322,3.607 1.953,6.008 -9.857,-4.604 -18.875,-11.562 -26.295,-20.069 3.936,5.745 8.184,11.342 13.674,15.737 -9.29,-3.139 -21.705,-22.48 -25.331,-23.263 16.02,28.623 64.979,50.206 90.625,39.495 -11.863,0.443 -26.936,0.241 -40.271,-4.673 -5.595,-2.878 -13.211,-8.829 -11.842,-9.948 34.993,13.045 71.134,9.88 101.412,-14.342 7.7,-5.991 16.121,-16.176 18.545,-16.315 -3.657,5.491 0.627,2.638 -2.183,7.494 7.677,-12.354 -3.334,-5.026 7.931,-21.333 l 4.167,5.72 c -1.55,-10.251 12.76,-22.712 11.312,-38.932 3.282,-4.963 3.66,5.339 0.177,16.748 4.835,-12.658 1.279,-14.688 2.514,-25.131 1.347,3.5 3.107,7.232 4.005,10.934 -3.147,-12.227 3.232,-20.596 4.811,-27.704 -1.551,-0.688 -4.86,5.406 -5.616,-9.042 0.115,-6.277 1.752,-3.288 2.382,-4.836 -1.23,-0.713 -4.472,-5.519 -6.441,-14.746 1.427,-2.166 3.811,5.619 5.763,5.938 -1.249,-7.337 -3.407,-12.93 -3.493,-18.557 -5.679,-11.851 -2.005,1.575 -6.619,-5.089 -6.037,-18.825 5.021,-4.373 5.766,-12.921 9.164,13.252 14.39,33.782 16.782,42.284 -1.829,-10.366 -4.782,-20.409 -8.4,-30.137 2.786,1.171 -4.478,-21.33 3.618,-6.429 -8.648,-31.771 -37.018,-61.455 -63.123,-75.383 3.198,2.91 7.226,14.187 5.779,14.76 -12.981,-7.713 -10.702,-15.924 -12.555,-19.183 -10.583,-4.288 -11.271,0.345 -18.273,0.013 -19.935,-10.555 -23.775,-9.436 -42.117,-16.046 l 0.838,3.896 c -13.213,-4.394 -15.388,1.664 -29.659,0.013 -0.871,-0.679 4.573,-2.445 9.05,-3.104 -12.761,1.688 -12.174,-2.509 -24.659,0.465 3.079,-2.161 6.327,-3.585 9.618,-5.417 -10.414,0.626 -24.857,6.05 -20.395,1.126 -16.987,7.558 -47.145,18.179 -64.071,34.019 l -0.529,-3.548 c -7.757,9.293 -33.821,27.753 -35.893,39.788 l -2.075,0.479 c -4.033,6.822 -6.649,14.555 -9.848,21.565 -5.277,8.98 -7.737,3.459 -6.984,4.861 -10.373,21.012 -15.539,38.664 -19.989,53.136 3.175,4.742 0.077,28.517 1.272,47.546 -5.213,93.973 66.078,185.211 144.006,206.279 11.411,4.081 28.4,3.925 42.847,4.339 -17.045,-4.86 -19.255,-2.577 -35.855,-8.36 -11.979,-5.621 -14.603,-12.056 -23.084,-19.4 l 3.358,5.922 c -16.642,-5.882 -9.679,-7.271 -23.217,-11.552 l 3.588,-4.676 c -5.391,-0.407 -14.288,-9.07 -16.712,-13.866 l -5.896,0.234 c -7.101,-8.73 -10.869,-15.021 -10.598,-19.892 l -1.9,3.387 c -2.16,-3.704 -26.088,-32.747 -13.676,-25.983 -2.302,-2.107 -5.372,-3.422 -8.689,-9.454 l 2.527,-2.878 c -5.972,-7.67 -10.992,-17.5 -10.612,-20.772 3.185,4.29 5.396,5.094 7.585,5.834 -15.078,-37.354 -15.928,-2.06 -27.354,-38.021 l 2.424,-0.192 c -1.858,-2.782 -2.98,-5.806 -4.47,-8.776 l 1.048,-10.466 c -10.854,-12.521 -3.035,-53.277 -1.471,-75.622 1.081,-9.089 9.061,-18.757 15.129,-33.938 l -3.696,-0.627 c 7.067,-12.302 40.341,-49.404 55.753,-47.492 7.465,-9.366 -1.484,-0.046 -2.938,-2.394 16.397,-16.94 21.553,-11.976 32.619,-15.019 11.935,-7.074 -10.248,2.756 -4.58,-2.695 20.634,-5.267 14.618,-11.961 41.532,-14.632 2.838,1.614 -6.585,2.49 -8.951,4.579 17.188,-8.391 54.396,-6.481 78.566,4.666 28.048,13.082 59.554,51.753 60.802,88.134 l 1.416,0.384 c -0.725,14.46 2.212,31.187 -2.864,46.556 l 3.45,-7.277" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="9.1426001"
|
||||
cy="459.5647"
|
||||
cx="2075.959"
|
||||
id="radialGradient6261">
|
||||
<stop
|
||||
id="stop6263"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6265"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_8_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3048"
|
||||
d="m 1637.128,944.972 -0.961,4.79 c 4.498,6.101 8.071,12.713 13.814,17.479 -4.133,-8.044 -7.2,-11.381 -12.853,-22.269" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="5.9285998"
|
||||
cy="472.58179"
|
||||
cx="2078.8184"
|
||||
id="radialGradient6268">
|
||||
<stop
|
||||
id="stop6270"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6272"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_9_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3055"
|
||||
d="m 1647.767,944.559 c -2.374,-2.635 -3.792,-5.799 -5.362,-8.954 1.501,5.537 4.595,10.305 7.472,15.148 l -2.11,-6.194" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="15.0487"
|
||||
cy="491.91821"
|
||||
cx="2249.8457"
|
||||
id="radialGradient6275">
|
||||
<stop
|
||||
id="stop6277"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6279"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_10_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3062"
|
||||
d="m 1836.039,903.709 -1.011,2.521 c -1.84,13.075 -5.823,26.02 -11.932,38.014 6.749,-12.66 11.115,-26.513 12.943,-40.535" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="6.3271999"
|
||||
cy="698.66382"
|
||||
cx="2123.4619"
|
||||
id="radialGradient6282">
|
||||
<stop
|
||||
id="stop6284"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6286"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_11_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3069"
|
||||
d="m 1687.264,719.677 c 4.624,-1.689 11.38,-0.931 16.29,-2.041 -6.405,0.526 -12.771,0.854 -19.065,1.664 l 2.775,0.377" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="4.2332001"
|
||||
cy="605.51727"
|
||||
cx="1966.1328"
|
||||
id="radialGradient6289">
|
||||
<stop
|
||||
id="stop6291"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6293"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3076"
|
||||
d="m 1524.704,805.959 c 1.068,9.861 -7.434,13.687 1.886,7.184 4.987,-11.229 -1.954,-3.098 -1.886,-7.184" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0725,0,0,-0.9931,-583.3926,1412.5)"
|
||||
r="5.2405"
|
||||
cy="572.02118"
|
||||
cx="1956.8027"
|
||||
id="radialGradient6296">
|
||||
<stop
|
||||
id="stop6298"
|
||||
style="stop-color:#FFF1E9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6300"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<path
|
||||
style="fill:url(#SVGID_13_)"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3083"
|
||||
d="m 1513.761,851.589 c 2.146,-6.574 2.532,-10.521 3.349,-14.325 -5.922,7.568 -2.726,9.179 -3.349,14.325" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="ray">
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
y2="492.96851"
|
||||
x2="2795.1436"
|
||||
y1="492.96851"
|
||||
x1="1884.0078"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient6304">
|
||||
<stop
|
||||
id="stop6306"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6308"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<path
|
||||
style="fill:none;stroke:url(#SVGID_14_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3091"
|
||||
d="m 2424.254,921.587 c 0,177.966 -203.626,322.239 -454.818,322.239 -251.192,0 -454.817,-144.276 -454.817,-322.24 0,-12.026 0.926,-23.896 2.742,-35.582 24.998,-161.223 217.86,-286.654 452.075,-286.65 251.192,-0.001 454.818,144.269 454.818,322.233 z"
|
||||
stroke-miterlimit="10" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
y2="623.40698"
|
||||
x2="2226.1133"
|
||||
y1="623.40698"
|
||||
x1="1968.874"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient6311">
|
||||
<stop
|
||||
id="stop6313"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6315"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<ellipse
|
||||
style="fill:none;stroke:url(#SVGID_15_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
id="ellipse3098"
|
||||
ry="195.552"
|
||||
rx="127.869"
|
||||
cy="791.151"
|
||||
cx="1727.354"
|
||||
stroke-miterlimit="10"
|
||||
d="M 1855.223,791.151 A 127.869,195.552 0 0 1 1727.354,986.703 127.869,195.552 0 0 1 1599.485,791.151 127.869,195.552 0 0 1 1727.354,595.599 127.869,195.552 0 0 1 1855.223,791.151 Z" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
y2="559.43768"
|
||||
x2="2186.2031"
|
||||
y1="559.43768"
|
||||
x1="1490.4814"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient6318">
|
||||
<stop
|
||||
id="stop6320"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6322"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<path
|
||||
style="fill:none;stroke:url(#SVGID_16_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3105"
|
||||
d="m 1468.203,628.825 c 191.701,0 347.11,101.313 347.11,226.298 0,124.979 -155.409,226.293 -347.11,226.293 -191.707,0 -347.111,-101.314 -347.111,-226.293 0,-124.985 155.404,-226.298 347.111,-226.298 z"
|
||||
stroke-miterlimit="10" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
y2="436.4631"
|
||||
x2="2139.2012"
|
||||
y1="436.4631"
|
||||
x1="2133.0742"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient6325">
|
||||
<stop
|
||||
id="stop6327"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6329"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<path
|
||||
style="fill:none;stroke:url(#SVGID_17_);stroke-miterlimit:10"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3112"
|
||||
d="m 1765.998,976.282 c 1.418,0 2.563,0.813 2.563,1.812 0,1.003 -1.146,1.814 -2.563,1.814 -1.414,0 -2.563,-0.813 -2.563,-1.814 0,-1 1.149,-1.812 2.563,-1.812 z"
|
||||
stroke-miterlimit="10" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
y2="284.39331"
|
||||
x2="2361.0127"
|
||||
y1="284.39331"
|
||||
x1="1448.4756"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient6332">
|
||||
<stop
|
||||
id="stop6334"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6336"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<path
|
||||
style="fill:none;stroke:url(#SVGID_18_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3119"
|
||||
d="m 1534.603,675.863 c 251.576,0 455.521,203.397 455.521,454.303 0,250.902 -203.943,454.301 -455.521,454.301 -251.572,0 -455.517,-203.397 -455.517,-454.301 0,-250.906 203.943,-454.303 455.517,-454.303 z"
|
||||
stroke-miterlimit="10" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
r="486.3092"
|
||||
cy="436.46701"
|
||||
cx="1879.1934"
|
||||
id="radialGradient6339">
|
||||
<stop
|
||||
id="stop6341"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6343"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<line
|
||||
style="fill:none;stroke:url(#SVGID_19_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
id="line3126"
|
||||
y2="1665.8361"
|
||||
x2="1509.054"
|
||||
y1="290.34601"
|
||||
x1="1509.054"
|
||||
stroke-miterlimit="10" />
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,-1,-370.1396,1414.5581)"
|
||||
r="466.0838"
|
||||
cy="503.66379"
|
||||
cx="1910.4883"
|
||||
id="radialGradient6346">
|
||||
<stop
|
||||
id="stop6348"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6350"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<line
|
||||
style="fill:none;stroke:url(#SVGID_20_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
id="line3133"
|
||||
y2="910.89398"
|
||||
x2="2199.49"
|
||||
y1="910.89398"
|
||||
x1="881.20801"
|
||||
stroke-miterlimit="10" />
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0.5366,0,0,-0.4054,968.6461,1402.0491)"
|
||||
y2="1043.9666"
|
||||
x2="1592.0254"
|
||||
y1="1043.9666"
|
||||
x1="1142.0469"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient6353">
|
||||
<stop
|
||||
id="stop6355"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop6357"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<path
|
||||
style="fill:none;stroke:url(#SVGID_21_);stroke-width:1.5;stroke-miterlimit:10"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3140"
|
||||
d="m 1702.2,829.289 c 66.455,0 120.324,66.954 120.324,149.539 0,82.581 -53.869,149.533 -120.324,149.533 -66.454,0 -120.329,-66.952 -120.329,-149.533 0,-82.585 53.875,-149.539 120.329,-149.539 z"
|
||||
stroke-miterlimit="10" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-1577.9602,-848.63864)"
|
||||
id="g3142">
|
||||
<g
|
||||
style="opacity:0.8"
|
||||
id="g3144">
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3146"
|
||||
d="m 1236.647,854.2 c -0.102,0.104 -0.102,16.823 -0.313,21.19 -0.205,3.529 -0.52,11.117 -7.998,11.117 -7.688,0 -9.556,-8.834 -10.179,-12.679 -0.724,-4.253 -0.724,-7.792 -0.724,-9.344 0,-4.991 0.313,-18.911 12.047,-18.911 3.53,0 5.507,1.042 7.063,1.869 l 0.104,6.758 z m -30.12,12.259 c 0,29.298 15.581,29.298 17.868,29.298 6.438,0 10.595,-3.539 12.355,-9.66 l 0.207,9.244 c 1.977,-0.115 3.949,-0.315 7.168,-0.315 1.142,0 2.075,0 2.91,0.103 0.831,0 1.657,0.101 2.596,0.216 -1.66,-3.322 -2.906,-10.807 -2.906,-27.019 0,-15.788 0,-42.479 1.347,-50.581 -3.734,1.77 -6.96,2.91 -14.021,3.531 2.799,3.013 2.799,4.571 2.799,18.276 -1.969,-0.619 -4.461,-1.35 -8.717,-1.35 -18.594,0.002 -21.606,16.206 -21.606,28.257"
|
||||
enable-background="new " />
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3148"
|
||||
d="m 1262.854,861.156 c 0.104,-8.621 1.873,-16.307 9.244,-16.307 8.103,0 8.722,8.932 8.515,16.307 l -17.759,0 z m 28.045,1.046 c 0,-12.158 -2.389,-24.104 -17.764,-24.104 -21.183,0 -21.183,23.479 -21.183,28.461 0,21.082 9.447,29.396 25.337,29.396 7.063,0 10.492,-1.039 12.361,-1.553 -0.103,-3.746 0.415,-6.131 1.042,-9.352 -2.186,1.354 -4.987,3.121 -11.223,3.121 -16.202,0 -16.41,-14.764 -16.41,-19.851 l 27.632,0 0.208,-6.118"
|
||||
enable-background="new " />
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3150"
|
||||
d="m 1324.688,866.662 c 0,9.659 -1.767,22.657 -13.813,22.657 -1.666,0 -3.738,-0.324 -5.088,-0.632 -0.212,-3.745 -0.212,-10.182 -0.212,-17.664 0,-8.93 0.935,-13.598 1.665,-15.889 2.182,-7.375 7.063,-7.478 7.994,-7.478 7.897,0.003 9.454,10.908 9.454,19.006 z m -29.805,11.325 c 0,7.688 0,12.056 -1.246,15.368 4.252,1.669 9.553,2.601 15.894,2.601 4.045,0 15.784,0 22.117,-12.98 3.015,-6.029 4.053,-14.131 4.053,-20.26 0,-3.742 -0.415,-11.943 -3.431,-17.14 -2.905,-4.876 -7.579,-7.371 -12.563,-7.371 -9.976,0 -12.878,8.312 -14.437,12.566 0,-5.295 0.101,-23.783 0.932,-33.234 -6.748,3.116 -10.909,3.631 -15.368,4.052 4.049,1.656 4.049,8.518 4.049,30.85 l 0,25.548"
|
||||
enable-background="new " />
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3152"
|
||||
d="m 1355.668,895.341 c -2.08,-0.315 -3.537,-0.522 -6.553,-0.522 -3.318,0 -5.605,0.207 -7.994,0.522 1.039,-1.984 1.454,-2.922 1.766,-9.668 0.416,-9.242 0.522,-33.968 -0.203,-39.162 -0.521,-3.949 -1.457,-4.568 -2.911,-5.606 8.52,-0.832 10.905,-1.453 14.854,-3.322 -0.832,4.563 -0.938,6.856 -0.938,13.813 -0.207,35.839 -0.312,39.684 1.979,43.945"
|
||||
enable-background="new " />
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3154"
|
||||
d="m 1388.924,865.931 c -0.207,6.545 -0.313,11.121 -2.08,14.75 -2.18,4.676 -5.813,6.029 -8.518,6.029 -6.236,0 -7.582,-5.191 -7.582,-10.281 0,-9.766 8.729,-10.5 12.67,-10.5 l 5.51,0 0,0.002 0,0 z m -28.565,12.783 c 0,6.545 1.977,13.09 7.793,15.896 2.598,1.146 5.19,1.146 6.024,1.146 9.558,0 12.773,-7.068 14.75,-11.436 -0.106,4.571 0,7.379 0.313,11.02 1.869,-0.115 3.737,-0.316 6.854,-0.316 1.767,0 3.426,0.201 5.188,0.316 -1.144,-1.771 -1.763,-2.814 -2.076,-6.859 -0.207,-3.945 -0.207,-7.898 -0.207,-13.404 l 0.106,-21.188 c 0,-7.898 -2.079,-15.688 -17.661,-15.688 -10.281,0 -16.304,3.116 -19.316,4.677 1.248,2.283 2.287,4.252 3.221,8.727 4.056,-3.532 9.353,-5.405 14.748,-5.405 8.627,0 8.627,5.718 8.627,13.813 -1.975,-0.101 -3.641,-0.305 -6.446,-0.305 -13.193,0.004 -21.918,5.088 -21.918,19.006"
|
||||
enable-background="new " />
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3156"
|
||||
d="m 1448.75,885.052 c 0.104,3.537 0.104,7.272 1.562,10.289 -2.291,-0.207 -3.642,-0.522 -7.892,-0.522 -2.5,0 -3.85,0.207 -5.826,0.522 0.416,-1.354 0.627,-1.869 0.836,-3.64 0.312,-2.383 0.519,-10.389 0.519,-13.194 l 0,-11.222 c 0,-4.879 0,-11.946 -0.313,-14.436 -0.209,-1.764 -0.725,-6.541 -6.752,-6.541 -5.918,0 -7.893,4.355 -8.621,7.892 -0.827,3.635 -0.827,7.583 -0.827,22.957 0.1,13.302 0.1,14.545 1.139,18.186 -1.766,-0.216 -3.945,-0.425 -7.057,-0.425 -2.498,0 -4.16,0.106 -6.232,0.425 0.729,-1.662 1.146,-2.5 1.35,-8.314 0.213,-5.713 0.627,-33.764 -0.313,-40.409 -0.521,-4.054 -1.558,-4.984 -2.699,-6.023 8.414,-0.416 11.113,-1.769 13.713,-3.113 l 0,11.008 c 1.244,-3.227 3.842,-10.391 14.23,-10.391 12.979,0 13.084,9.451 13.188,15.682 l 0,31.271"
|
||||
enable-background="new " />
|
||||
<path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3158"
|
||||
d="m 1356.541,822.884 -8.603,8.598 -8.6,-8.598 8.6,-8.601 8.603,8.601"
|
||||
enable-background="new " />
|
||||
</g>
|
||||
<text
|
||||
style="font-size:58.46279907px;font-family:Poppl-Laudatio-Condensed;opacity:0.8;fill:#ffffff"
|
||||
id="text3160"
|
||||
font-size="58.4628"
|
||||
enable-background="new "
|
||||
transform="translate(1459.0781,876.906)">8</text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1,138 @@
|
||||
/*
|
||||
* Copyright (C) 2013 Martin Klapetek <mklapetek(at)kde.org>
|
||||
* Copyright (C) 2014 Aurélien COUDERC <zecoucou(at)free.fr>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2,
|
||||
* or (at your option) any later version, as published by the Free
|
||||
* Software Foundation
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details
|
||||
*
|
||||
* You should have received a copy of the GNU General Public
|
||||
* License along with this program; if not, write to the
|
||||
* Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02100-1301, USA.
|
||||
*/
|
||||
|
||||
import QtQuick 1.1
|
||||
|
||||
Item {
|
||||
id: main
|
||||
|
||||
width: screenSize.width
|
||||
height: screenSize.height
|
||||
|
||||
property int stage
|
||||
property int iconSize: 78
|
||||
|
||||
onStageChanged: {
|
||||
if (stage == 1) {
|
||||
iconsBackgroundRect.opacity = 1
|
||||
}
|
||||
if (stage == 2) {
|
||||
icon1.opacity = 1
|
||||
}
|
||||
if (stage == 3) {
|
||||
icon2.opacity = 1
|
||||
}
|
||||
if (stage == 4) {
|
||||
icon3.opacity = 1
|
||||
}
|
||||
if (stage == 5) {
|
||||
icon4.opacity = 1
|
||||
}
|
||||
if (stage == 6) {
|
||||
icon5.opacity = 1
|
||||
}
|
||||
}
|
||||
|
||||
Image {
|
||||
id: background
|
||||
anchors.fill: parent
|
||||
source: "images/background.svg"
|
||||
}
|
||||
|
||||
Image {
|
||||
id: background_logo_cropped
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
height: screenSize.height*0.5
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "images/background_logo_cropped.svg"
|
||||
}
|
||||
|
||||
Image {
|
||||
id: iconsBackgroundRect
|
||||
anchors.centerIn: main
|
||||
source: "images/rectangle.png"
|
||||
|
||||
opacity: 0
|
||||
Behavior on opacity { FadeIn {} }
|
||||
|
||||
Row {
|
||||
id: row
|
||||
anchors.centerIn: parent
|
||||
height: parent.height
|
||||
width: icon1.width + icon2.width + icon3.width + icon4.width + icon5.width
|
||||
|
||||
Image {
|
||||
id: icon1
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 95
|
||||
source: "images/icon1.png"
|
||||
|
||||
opacity: 0
|
||||
Behavior on opacity { FadeIn {} }
|
||||
}
|
||||
|
||||
Image {
|
||||
id: icon2
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 95
|
||||
source: "images/icon2.png"
|
||||
|
||||
opacity: 0
|
||||
Behavior on opacity { FadeIn {} }
|
||||
}
|
||||
|
||||
|
||||
Image {
|
||||
id: icon3
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 95
|
||||
source: "images/icon3.png"
|
||||
|
||||
opacity: 0
|
||||
Behavior on opacity { FadeIn {} }
|
||||
}
|
||||
|
||||
|
||||
Image {
|
||||
id: icon4
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 95
|
||||
source: "images/icon4.png"
|
||||
|
||||
opacity: 0
|
||||
Behavior on opacity { FadeIn {} }
|
||||
}
|
||||
|
||||
|
||||
Image {
|
||||
id: icon5
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 53
|
||||
source: "images/icon5.png"
|
||||
|
||||
opacity: 0
|
||||
Behavior on opacity { FadeIn {} }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
[KSplash]
|
||||
Theme=joy
|
||||
Theme=lines
|
||||
Engine=KSplashQML
|
||||
|
||||