YaST Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
December 2007
- 21 participants
- 683 discussions
[yast-commit] r42649 - in /branches/tmp/coolo/qt4-port/src: QY2Styler.cc QY2Styler.h
by coolo@svn.opensuse.org 04 Dec '07
by coolo@svn.opensuse.org 04 Dec '07
04 Dec '07
Author: coolo
Date: Tue Dec 4 12:21:28 2007
New Revision: 42649
URL: http://svn.opensuse.org/viewcvs/yast?rev=42649&view=rev
Log:
oh, compile
Modified:
branches/tmp/coolo/qt4-port/src/QY2Styler.cc
branches/tmp/coolo/qt4-port/src/QY2Styler.h
Modified: branches/tmp/coolo/qt4-port/src/QY2Styler.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/QY2Sty…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/QY2Styler.cc (original)
+++ branches/tmp/coolo/qt4-port/src/QY2Styler.cc Tue Dec 4 12:21:28 2007
@@ -20,7 +20,7 @@
}
}
-void QY2Styler::processUrls(QString &text) const
+void QY2Styler::processUrls(QString &text)
{
QString result;
QStringList lines = text.split( '\n' );
Modified: branches/tmp/coolo/qt4-port/src/QY2Styler.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/QY2Sty…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/QY2Styler.h (original)
+++ branches/tmp/coolo/qt4-port/src/QY2Styler.h Tue Dec 4 12:21:28 2007
@@ -16,7 +16,7 @@
QString themeDir() const;
protected:
- void processUrls(QString &text) const;
+ void processUrls(QString &text);
private:
QHash<QString,QString> _backgrounds;
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
[yast-commit] r42648 - in /branches/tmp/coolo/qt4-port: src/CMakeLists.txt src/QY2Styler.cc src/QY2Styler.h src/YQUI.h src/YQUI_core.cc theme/style.qss
by coolo@svn.opensuse.org 04 Dec '07
by coolo@svn.opensuse.org 04 Dec '07
04 Dec '07
Author: coolo
Date: Tue Dec 4 12:20:33 2007
New Revision: 42648
URL: http://svn.opensuse.org/viewcvs/yast?rev=42648&view=rev
Log:
parse the stylesheet in an extra class
Added:
branches/tmp/coolo/qt4-port/src/QY2Styler.cc
branches/tmp/coolo/qt4-port/src/QY2Styler.h
Modified:
branches/tmp/coolo/qt4-port/src/CMakeLists.txt
branches/tmp/coolo/qt4-port/src/YQUI.h
branches/tmp/coolo/qt4-port/src/YQUI_core.cc
branches/tmp/coolo/qt4-port/theme/style.qss
Modified: branches/tmp/coolo/qt4-port/src/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/CMakeL…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/CMakeLists.txt (original)
+++ branches/tmp/coolo/qt4-port/src/CMakeLists.txt Tue Dec 4 12:20:33 2007
@@ -26,7 +26,8 @@
YQRichText.cc YQSelectionBox.cc YQSignalBlocker.cc YQSlider.cc
YQSpacing.cc YQSquash.cc YQTable.cc YQTimeField.cc YQTree.cc
YQUI_builtins.cc YQUI_core.cc YQUI_widgets.cc YQUI_x11.cc
- YQWidgetCaption.cc YQWidgetFactory.cc YQWizardButton.cc YQWizard.cc
+ YQWidgetCaption.cc YQWidgetFactory.cc YQWizardButton.cc
+ YQWizard.cc QY2Styler.cc
)
QT4_AUTOMOC(${qt4_yast_plugin_SRCS})
Added: branches/tmp/coolo/qt4-port/src/QY2Styler.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/QY2Sty…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/QY2Styler.cc (added)
+++ branches/tmp/coolo/qt4-port/src/QY2Styler.cc Tue Dec 4 12:20:33 2007
@@ -0,0 +1,48 @@
+#include "QY2Styler.h"
+#include <QFile>
+#include <QString>
+#include <QStringList>
+#include <QApplication>
+
+QY2Styler::QY2Styler( QObject *parent )
+ : QObject( parent )
+{
+}
+
+void QY2Styler::setStyleSheet( const QString &filename )
+{
+ QFile file( themeDir() + filename );
+ if ( file.open( QIODevice::ReadOnly ) )
+ {
+ QString content = file.readAll();
+ processUrls( content );
+ qApp->setStyleSheet( content );
+ }
+}
+
+void QY2Styler::processUrls(QString &text) const
+{
+ QString result;
+ QStringList lines = text.split( '\n' );
+ QRegExp urlx( ": *url\\((.*)\\)" );
+ QRegExp backgroundx( "^ */\\* *Background: *([^ ]*) *([^ ]*) *\\*/$" );
+ for ( QStringList::const_iterator it = lines.begin(); it != lines.end(); ++it )
+ {
+ QString line = *it;
+ if ( urlx.indexIn( line ) >= 0 )
+ line.replace( urlx, ": url(" + themeDir() + urlx.cap( 1 ) + ")");
+
+ if ( backgroundx.exactMatch( line ) )
+ _backgrounds[backgroundx.cap( 1 )] = backgroundx.cap( 2 );
+
+ result += line;
+ }
+ text = result;
+}
+
+QString QY2Styler::themeDir() const
+{
+ return THEMEDIR "/openSUSE/wizard/";
+}
+
+#include "QY2Styler.moc"
Added: branches/tmp/coolo/qt4-port/src/QY2Styler.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/QY2Sty…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/QY2Styler.h (added)
+++ branches/tmp/coolo/qt4-port/src/QY2Styler.h Tue Dec 4 12:20:33 2007
@@ -0,0 +1,25 @@
+#ifndef QY2STYLER_H
+#define QY2STYLER_H
+
+#include <QObject>
+#include <QHash>
+#include <QString>
+
+class QY2Styler : public QObject
+{
+ Q_OBJECT
+
+public:
+ QY2Styler( QObject *parent );
+
+ void setStyleSheet( const QString &file );
+ QString themeDir() const;
+
+protected:
+ void processUrls(QString &text) const;
+
+private:
+ QHash<QString,QString> _backgrounds;
+};
+
+#endif
Modified: branches/tmp/coolo/qt4-port/src/YQUI.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQUI.h…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQUI.h (original)
+++ branches/tmp/coolo/qt4-port/src/YQUI.h Tue Dec 4 12:20:33 2007
@@ -32,6 +32,7 @@
#define YQWidgetSpacing 4
#define YQButtonBorder 3
+class QY2Styler;
class QCursor;
class QFrame;
class QStackedWidget;
@@ -654,6 +655,11 @@
bool _ui_inited;
int _ui_argc;
char **_ui_argv;
+
+ /*
+ * Reads the style sheet, parses some comments and passes it to qapp
+ */
+ QY2Styler *_styler;
};
#endif // YQUI_h
Modified: branches/tmp/coolo/qt4-port/src/YQUI_core.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQUI_c…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQUI_core.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQUI_core.cc Tue Dec 4 12:20:33 2007
@@ -35,6 +35,7 @@
#include <ycp/y2log.h>
#include "YQUI.h"
+#include "QY2Styler.h"
#include "YQApplication.h"
#include "YQWidgetFactory.h"
#include "YQOptionalWidgetFactory.h"
@@ -46,7 +47,6 @@
#include "YQDialog.h"
#include "QY2Settings.h"
-#define PIXMAP_DIR THEMEDIR "/openSUSE/wizard/"
#define BUSY_CURSOR_TIMEOUT 200 // milliseconds
YQUI * YQUI::_ui = 0;
@@ -119,7 +119,8 @@
processCommandLineArgs( _ui_argc, _ui_argv );
calcDefaultSize();
- qApp->setStyleSheet( "file:///" PIXMAP_DIR "/style.qss" );
+ _styler = new QY2Styler( this );
+ _styler->setStyleSheet( "style.qss" );
// Event loop object. Required since a YaST2 UI needs to react to commands
// from the YCP command stream as well as to X11 / Qt events.
Modified: branches/tmp/coolo/qt4-port/theme/style.qss
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/theme/styl…
==============================================================================
--- branches/tmp/coolo/qt4-port/theme/style.qss (original)
+++ branches/tmp/coolo/qt4-port/theme/style.qss Tue Dec 4 12:20:33 2007
@@ -1,3 +1,6 @@
+/* Background: main_window background.svg */
+/* Background: work_area g22503.png */
+/* Background: steps rect2174.png */
#main_window {
background-image: url(background-1024x768.png);
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
[yast-commit] r42647 - in /trunk/autoinstallation/src: include/conftree.ycp modules/AutoinstConfig.ycp modules/Profile.ycp
by ug@svn.opensuse.org 04 Dec '07
by ug@svn.opensuse.org 04 Dec '07
04 Dec '07
Author: ug
Date: Tue Dec 4 11:42:12 2007
New Revision: 42647
URL: http://svn.opensuse.org/viewcvs/yast?rev=42647&view=rev
Log:
remember password for encrypted profile
Modified:
trunk/autoinstallation/src/include/conftree.ycp
trunk/autoinstallation/src/modules/AutoinstConfig.ycp
trunk/autoinstallation/src/modules/Profile.ycp
Modified: trunk/autoinstallation/src/include/conftree.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/con…
==============================================================================
--- trunk/autoinstallation/src/include/conftree.ycp (original)
+++ trunk/autoinstallation/src/include/conftree.ycp Tue Dec 4 11:42:12 2007
@@ -566,6 +566,7 @@
}
else if (ret == "change_encryption" ) {
AutoinstConfig::ProfileEncrypted = !AutoinstConfig::ProfileEncrypted;
+ AutoinstConfig::ProfilePassword = "";
Wizard::DeleteMenus(); // FIXME: sucks sucks sucks sucks sucks
menus();
}
Modified: trunk/autoinstallation/src/modules/AutoinstConfig.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/modules/Aut…
==============================================================================
--- trunk/autoinstallation/src/modules/AutoinstConfig.ycp (original)
+++ trunk/autoinstallation/src/modules/AutoinstConfig.ycp Tue Dec 4 11:42:12 2007
@@ -25,6 +25,7 @@
global string Repository = "";
global boolean ProfileEncrypted = false;
+ global string ProfilePassword = "";
// Package Repository
global string PackageRepository = "";
Modified: trunk/autoinstallation/src/modules/Profile.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/modules/Pro…
==============================================================================
--- trunk/autoinstallation/src/modules/Profile.ycp (original)
+++ trunk/autoinstallation/src/modules/Profile.ycp Tue Dec 4 11:42:12 2007
@@ -323,27 +323,31 @@
if( AutoinstConfig::ProfileEncrypted ) {
string xml = XML::YCPToXMLString(`profile, current);
if( size(xml) > 0 ) {
- string p = "";
- string q = "";
- do {
- UI::OpenDialog(
- `VBox(
- `Label("Encrypted AutoYaST profile. Please enter the password twice"),
- `Password(`id(`password), ""),
- `Password(`id(`password2), ""),
- `PushButton(`id(`ok), "&OK")
- )
- );
- any button = nil;
- repeat {
- button = UI::UserInput();
- p = (string) UI::QueryWidget(`id(`password), `Value);
- q = (string) UI::QueryWidget(`id(`password2), `Value);
- } until ( button == `ok );
- UI::CloseDialog();
- } while( p != q );
+ if( AutoinstConfig::ProfilePassword == "" ) {
+ string p = "";
+ string q = "";
+ do {
+ UI::OpenDialog(
+ `VBox(
+ `Label("Encrypted AutoYaST profile. Please enter the password twice"),
+ `Password(`id(`password), ""),
+ `Password(`id(`password2), ""),
+ `PushButton(`id(`ok), "&OK")
+ )
+ );
+ any button = nil;
+ repeat {
+ button = UI::UserInput();
+ p = (string) UI::QueryWidget(`id(`password), `Value);
+ q = (string) UI::QueryWidget(`id(`password2), `Value);
+ } until ( button == `ok );
+ UI::CloseDialog();
+ } while( p != q );
+ AutoinstConfig::ProfilePassword = p;
+ }
string dir = (string)SCR::Read(.target.tmpdir);
- string command = sformat("gpg2 -c --armor --batch --passphrase \"%1\" --output %2/encrypted_autoyast.xml",p,dir);
+ string command = sformat("gpg2 -c --armor --batch --passphrase \"%1\" --output %2/encrypted_autoyast.xml",
+ AutoinstConfig::ProfilePassword,dir);
SCR::Execute(.target.bash_input, command, xml);
if( SCR::Read(.target.size, dir+"/encrypted_autoyast.xml") > 0 ) {
command = sformat( "mv %1/encrypted_autoyast.xml %2", dir, file );
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
[yast-commit] r42646 - in /branches/tmp/coolo/qt4-port: CMakeLists.txt src/CMakeLists.txt src/YQUI_core.cc src/YQWizard.cc theme/CMakeLists.txt theme/background.svg theme/bottom-gradient.png theme/style.qss
by coolo@svn.opensuse.org 04 Dec '07
by coolo@svn.opensuse.org 04 Dec '07
04 Dec '07
Author: coolo
Date: Tue Dec 4 11:02:48 2007
New Revision: 42646
URL: http://svn.opensuse.org/viewcvs/yast?rev=42646&view=rev
Log:
get rid of the last pngs to load
Added:
branches/tmp/coolo/qt4-port/theme/CMakeLists.txt
branches/tmp/coolo/qt4-port/theme/background.svg
Removed:
branches/tmp/coolo/qt4-port/theme/bottom-gradient.png
Modified:
branches/tmp/coolo/qt4-port/CMakeLists.txt
branches/tmp/coolo/qt4-port/src/CMakeLists.txt
branches/tmp/coolo/qt4-port/src/YQUI_core.cc
branches/tmp/coolo/qt4-port/src/YQWizard.cc
branches/tmp/coolo/qt4-port/theme/style.qss
Modified: branches/tmp/coolo/qt4-port/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/CMakeLists…
==============================================================================
--- branches/tmp/coolo/qt4-port/CMakeLists.txt (original)
+++ branches/tmp/coolo/qt4-port/CMakeLists.txt Tue Dec 4 11:02:48 2007
@@ -15,4 +15,5 @@
SET(Y2QT_THEMEDIR ${CMAKE_INSTALL_PREFIX}/share/YaST2/theme)
ADD_SUBDIRECTORY(src)
+ADD_SUBDIRECTORY(theme)
Modified: branches/tmp/coolo/qt4-port/src/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/CMakeL…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/CMakeLists.txt (original)
+++ branches/tmp/coolo/qt4-port/src/CMakeLists.txt Tue Dec 4 11:02:48 2007
@@ -49,7 +49,7 @@
INSTALL(TARGETS py2qt4 LIBRARY DESTINATION ${YAST_PLUGIN_DIR} )
-ADD_SUBDIRECTORY(pkg)
+#ADD_SUBDIRECTORY(pkg)
#SET_TARGET_PROPERTIES( y2lang_qt4 PROPERTIES PREFIX "" )
Modified: branches/tmp/coolo/qt4-port/src/YQUI_core.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQUI_c…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQUI_core.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQUI_core.cc Tue Dec 4 11:02:48 2007
@@ -46,7 +46,7 @@
#include "YQDialog.h"
#include "QY2Settings.h"
-
+#define PIXMAP_DIR THEMEDIR "/openSUSE/wizard/"
#define BUSY_CURSOR_TIMEOUT 200 // milliseconds
YQUI * YQUI::_ui = 0;
@@ -119,6 +119,8 @@
processCommandLineArgs( _ui_argc, _ui_argv );
calcDefaultSize();
+ qApp->setStyleSheet( "file:///" PIXMAP_DIR "/style.qss" );
+
// Event loop object. Required since a YaST2 UI needs to react to commands
// from the YCP command stream as well as to X11 / Qt events.
_eventLoop = new QEventLoop( qApp );
Modified: branches/tmp/coolo/qt4-port/src/YQWizard.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQWiza…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQWizard.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQWizard.cc Tue Dec 4 11:02:48 2007
@@ -65,9 +65,6 @@
using std::string;
-
-#define PIXMAP_DIR THEMEDIR "/wizard/"
-
#ifdef TEXTDOMAIN
# undef TEXTDOMAIN
#endif
@@ -158,15 +155,7 @@
QLabel * left = new QLabel( titleBar );
layout->addWidget( left );
left->setSizePolicy( QSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed ) ); // hor/vert
-
- QPixmap leftLogo( PIXMAP_DIR "title-bar-left.png" );
-
- if ( ! leftLogo.isNull() )
- {
- left->setPixmap( leftLogo );
- left->setFixedSize( leftLogo.size() );
- }
-
+ left->setObjectName( "titleBar-left" );
//
// Center stretch space
@@ -183,14 +172,7 @@
YUI_CHECK_NEW( right );
layout->addWidget( right );
-
- QPixmap rightLogo( PIXMAP_DIR "title-bar-right.png" );
-
- if ( ! rightLogo.isNull() )
- {
- right->setPixmap( rightLogo );
- right->setFixedSize( rightLogo.size() );
- }
+ right->setObjectName( "titleBar-right" );
}
@@ -446,7 +428,6 @@
YUI_CHECK_NEW( buttonBox );
QPushButton * button;
- QPixmap pixmap;
if ( _treeEnabled )
{
@@ -454,8 +435,7 @@
button = new QPushButton( _( "Tree" ), buttonBox );
YUI_CHECK_NEW( button );
_treeButton = button;
-
- pixmap = QPixmap( PIXMAP_DIR "tree-button.png" );
+ button->setObjectName( "treeButton" );
}
else
if ( _stepsEnabled )
@@ -465,8 +445,7 @@
YUI_CHECK_NEW( button );
_stepsButton = button;
_stepsButton->hide();
-
- pixmap = QPixmap( PIXMAP_DIR "steps-button.png" );
+ _stepsButton->setObjectName( "stepsButton" );
}
else
{
@@ -475,12 +454,6 @@
YUI_CHECK_NEW( button );
}
-
-#if USE_ICON_ON_HELP_BUTTON
- if ( ! pixmap.isNull() )
- button->setPixmap( pixmap );
-#endif
-
layoutSideBarButtonBox( buttonBox, button );
if ( _treeEnabled )
@@ -759,12 +732,6 @@
connect( _helpButton, SIGNAL( clicked() ),
this, SLOT ( showHelp() ) );
-#if USE_ICON_ON_HELP_BUTTON
- QPixmap pixmap = QPixmap( PIXMAP_DIR "help-button.png" );
-
- if ( ! pixmap.isNull() )
- _helpButton->setPixmap( pixmap );
-#endif
hbox->addWidget( _helpButton );
hbox->addStretch( 10 );
Added: branches/tmp/coolo/qt4-port/theme/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/theme/CMak…
==============================================================================
--- branches/tmp/coolo/qt4-port/theme/CMakeLists.txt (added)
+++ branches/tmp/coolo/qt4-port/theme/CMakeLists.txt Tue Dec 4 11:02:48 2007
@@ -0,0 +1,5 @@
+SET(_files background.svg g22503.png rect2174.png step-current.png step-done.png steps-button.png step-todo.png style.qss background-1024x768.png)
+
+install( FILES ${_files} DESTINATION ${Y2QT_THEMEDIR}/openSUSE/wizard/ )
+
+
Added: branches/tmp/coolo/qt4-port/theme/background.svg
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/theme/back…
==============================================================================
--- branches/tmp/coolo/qt4-port/theme/background.svg (added)
+++ branches/tmp/coolo/qt4-port/theme/background.svg Tue Dec 4 11:02:48 2007
@@ -0,0 +1,854 @@
+<?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://web.resource.org/cc/"
+ 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:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="1024"
+ height="768"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ version="1.0"
+ sodipodi:docbase="/home/coolo/prod/opensuse-artwork/installer/assets"
+ sodipodi:docname="background.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/jimmac/gfx/novell/pdes/branches/experiments/suse-1/installer4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="503.74422"
+ inkscape:cy="360.9641"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer4"
+ width="1024px"
+ height="768px"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ showgrid="false"
+ inkscape:window-width="1392"
+ inkscape:window-height="981"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <sodipodi:guide
+ orientation="horizontal"
+ position="282"
+ id="guide2552" />
+ </sodipodi:namedview>
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient5576">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5578" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.14285715;"
+ offset="1"
+ id="stop5580" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8263">
+ <stop
+ offset="0"
+ style="stop-color:#4e9a06;stop-opacity:1;"
+ id="stop8267" />
+ <stop
+ offset="1"
+ style="stop-color:#234502;stop-opacity:1;"
+ id="stop8265" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7902">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop7904" />
+ <stop
+ offset="1"
+ style="stop-color:#d1d1d1;stop-opacity:1;"
+ id="stop7906" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7204"
+ inkscape:collect="always">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop7206" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop7208" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7195">
+ <stop
+ offset="0"
+ style="stop-color:#5794ee;stop-opacity:1;"
+ id="stop7197" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop7199" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7068">
+ <stop
+ offset="0"
+ style="stop-color:#0e3e86;stop-opacity:1;"
+ id="stop7072" />
+ <stop
+ offset="1"
+ style="stop-color:#05152d;stop-opacity:1;"
+ id="stop7070" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6115"
+ inkscape:collect="always">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop6117" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop6119" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5420">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop5422" />
+ <stop
+ offset="1"
+ style="stop-color:#b5b5b5;stop-opacity:1;"
+ id="stop5424" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5159">
+ <stop
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;"
+ id="stop5161" />
+ <stop
+ offset="1"
+ style="stop-color:#363636;stop-opacity:1;"
+ id="stop5163" />
+ </linearGradient>
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5426"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5428"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5430"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5432"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5434"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5436"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5438"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5440"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5442"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5444"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5446"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5448"
+ x2="103.00055" />
+ <linearGradient
+ x1="103.00055"
+ gradientTransform="matrix(3.0665482,0,0,3.0665482,-381.09035,-82.970675)"
+ y1="121.53786"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="53.214752"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5452"
+ x2="103.00055" />
+ <linearGradient
+ x1="407"
+ y1="502"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="478.02036"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5530"
+ x2="407" />
+ <linearGradient
+ x1="407"
+ y1="502"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="478.02036"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5554"
+ x2="407" />
+ <linearGradient
+ x1="407"
+ y1="502"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="478.02036"
+ xlink:href="#linearGradient5420"
+ id="linearGradient5769"
+ x2="407" />
+ <linearGradient
+ x1="-45.708332"
+ y1="330.125"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="330.125"
+ xlink:href="#linearGradient6115"
+ id="linearGradient6121"
+ x2="601.16669" />
+ <linearGradient
+ x1="407"
+ y1="502"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="478.02036"
+ xlink:href="#linearGradient5420"
+ id="linearGradient6127"
+ x2="407" />
+ <linearGradient
+ x1="407"
+ y1="502"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="478.02036"
+ xlink:href="#linearGradient5420"
+ id="linearGradient6398"
+ x2="407" />
+ <radialGradient
+ gradientTransform="matrix(3.2745927,0,0,2.4559446,-1315.5287,-729.91615)"
+ inkscape:collect="always"
+ r="400"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient8263"
+ cy="591.0036"
+ id="radialGradient8269"
+ fx="695.70441"
+ cx="695.70441"
+ fy="591.0036" />
+ <clipPath
+ id="clipPath8280"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ style="color:#000000;fill:#e9fed4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path8282"
+ d="M 642.5,418.25 L 644.5,426 L 575.5,497 L 569.25,486.5 L 642.5,418.25 z M 657.5,407.75 L 660.25,412 L 674.25,398.25 L 671.75,390.25 L 657.5,407.75 z" />
+ </clipPath>
+ <filter
+ id="filter8318"
+ inkscape:collect="always">
+ <feGaussianBlur
+ stdDeviation="0.45588235"
+ id="feGaussianBlur8320"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9608"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9610"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9612"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9614"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9616"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9618"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9620"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9622"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9624"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9626"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9628"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9630"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9632"
+ x2="639.22455" />
+ <linearGradient
+ x1="616.59711"
+ y1="342.61313"
+ inkscape:collect="always"
+ gradientUnits="userSpaceOnUse"
+ y2="-248.52814"
+ xlink:href="#linearGradient8263"
+ id="linearGradient9647"
+ x2="639.22455" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5576"
+ id="linearGradient5582"
+ x1="112.66382"
+ y1="335.8548"
+ x2="1114.3008"
+ y2="623.05164"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x2="678.90735"
+ id="linearGradient2476"
+ xlink:href="#linearGradient7204"
+ y2="391.6098"
+ gradientUnits="userSpaceOnUse"
+ inkscape:collect="always"
+ y1="399"
+ gradientTransform="translate(20,0)"
+ x1="680.88751" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7204"
+ id="linearGradient2540"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1779.529,-1558.9371)"
+ x1="680.88751"
+ y1="399"
+ x2="678.90735"
+ y2="391.6098" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7204"
+ id="linearGradient2650"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2579.9884,-1911.3578)"
+ x1="680.88751"
+ y1="399"
+ x2="678.90735"
+ y2="391.6098" />
+ </defs>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="bcg"
+ sodipodi:insensitive="true"
+ id="layer1"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <rect
+ style="opacity:1;color:#000000;fill:url(#radialGradient8269);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ y="2.2745223e-13"
+ x="0"
+ height="768.11462"
+ width="1024.1528"
+ id="rect4580" />
+ </g>
+ <g
+ inkscape:label="bcg-texture"
+ id="layer4"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <g
+ style="opacity:0.2356322;fill:url(#linearGradient5582);fill-opacity:1;display:inline"
+ id="g4730"
+ transform="matrix(1.1134961,-0.3594036,0.3217983,1.2436192,-287.26834,91.003022)">
+ <path
+ id="path4732"
+ d="M -12.21494,-34.956482 C -4.3781888,90.703264 3.1949917,216.37876 10.759052,342.05554 C 10.828178,343.20409 10.897304,344.35263 10.96643,345.50117 C 20.85664,503.18081 25.51682,661.0972 30.72205,818.97791 C 30.797957,821.159 30.873864,823.34009 30.949771,825.52118 C 31.344234,836.85559 31.738697,848.19 32.13316,859.52441 C 32.13316,859.52441 26.964004,862.16137 22.032103,864.67731 C 17.533068,866.97242 13.23147,869.16681 13.23147,869.16681 C 13.244397,868.63393 13.257325,868.10105 13.270252,867.56817 C 13.595125,854.17652 13.920007,840.78488 14.24488,827.39323 C 14.273337,825.26601 14.300899,823.13877 14.327557,821.01152 C 16.295249,663.99341 13.336994,506.90803 1.8017901,350.249 C 1.3945447,344.8281 0.98956466,339.40609 0.58566605,333.98318 C -8.2721216,215.05497 -16.609776,95.695488 -36.914245,-21.904761 C -36.914245,-21.904761 -32.194555,-24.398762 -26.881447,-27.206339 C -20.040134,-30.821457 -12.21494,-34.956482 -12.21494,-34.956482 C -12.21494,-34.956482 -12.21494,-34.956482 -12.21494,-34.956482"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4734"
+ d="M 14.806183,-35.791577 C 22.498672,90.142773 29.761958,216.08715 37.031445,342.02781 C 37.097817,343.17879 37.164185,344.32978 37.23055,345.48077 C 46.731882,503.49846 51.074877,661.73767 56.020153,819.95365 C 56.092373,822.13934 56.164605,824.32503 56.236852,826.51072 C 56.614128,837.86901 56.991405,849.22729 57.368682,860.58558 C 57.36616,860.68567 52.320559,863.35841 47.506428,865.91307 C 43.117125,868.1522 38.795673,870.42022 38.737125,870.47989 C 38.73179,869.9783 38.732678,869.47036 38.74529,868.95048 C 39.079585,855.53104 39.41389,842.1116 39.748184,828.69215 C 39.778702,826.56052 39.808347,824.42888 39.837109,822.29723 C 41.958936,664.95623 39.307539,507.55465 28.183975,350.55109 C 27.791165,345.11846 27.40044,339.68473 27.01064,334.25011 C 18.448188,215.07051 10.423843,95.43811 -9.5729861,-22.438146 C -9.5789543,-22.538183 -4.980648,-25.07135 0.19629109,-27.910404 C 6.8707428,-31.437348 14.806183,-35.791577 14.806183,-35.791577 C 14.806183,-35.791577 14.806183,-35.791577 14.806183,-35.791577"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4736"
+ d="M 41.827306,-36.626672 C 49.375533,89.582282 56.328924,215.79554 63.303839,342.00007 C 63.367456,343.1535 63.431066,344.30694 63.49467,345.46037 C 72.607124,503.8161 76.632933,662.37815 81.318257,820.9294 C 81.386788,823.11968 81.455347,825.30997 81.523933,827.50026 C 81.884022,838.88242 82.244113,850.26458 82.604203,861.64674 C 82.59916,861.84692 77.677115,864.55544 72.980752,867.14883 C 68.701182,869.33198 64.359875,871.67364 64.24278,871.79297 C 64.219183,871.32266 64.208031,870.83967 64.220327,870.33279 C 64.564044,856.88555 64.907772,843.43832 65.251489,829.99108 C 65.284067,827.85504 65.315794,825.71899 65.346661,823.58293 C 67.622623,665.91905 65.278084,508.20127 54.56616,350.85317 C 54.187785,345.40882 53.811316,339.96337 53.435614,334.51703 C 45.168497,215.08604 37.457461,95.180732 17.768273,-22.971531 C 17.756336,-23.171604 22.233259,-25.743939 27.274029,-28.614469 C 33.781619,-32.05324 41.827306,-36.626672 41.827306,-36.626672 C 41.827306,-36.626672 41.827306,-36.626672 41.827306,-36.626672"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4738"
+ d="M 68.848429,-37.461767 C 76.252393,89.021791 82.89589,215.50393 89.576233,341.97233 C 89.637095,343.12821 89.697947,344.28409 89.75879,345.43997 C 98.482367,504.13375 102.19099,663.01862 106.61636,821.90514 C 106.6812,824.10002 106.74609,826.29491 106.81101,828.4898 C 107.15392,839.89584 107.49682,851.30187 107.83972,862.70791 C 107.83216,863.00818 103.03367,865.75247 98.455076,868.38459 C 94.285239,870.51176 89.924078,872.92705 89.748435,873.10605 C 89.706575,872.66703 89.683384,872.20899 89.695365,871.7151 C 90.048503,858.24006 90.401654,844.76503 90.754793,831.29 C 90.789432,829.14956 90.823242,827.0091 90.856214,824.86864 C 93.286311,666.88186 91.248629,508.8479 80.948345,351.15526 C 80.584405,345.69918 80.222191,340.24202 79.860588,334.78396 C 71.888807,215.10158 64.491079,94.923355 45.109532,-23.504916 C 45.091627,-23.805026 49.447166,-26.416528 54.351767,-29.318534 C 60.692496,-32.669131 68.848429,-37.461767 68.848429,-37.461767 C 68.848429,-37.461767 68.848429,-37.461767 68.848429,-37.461767"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4740"
+ d="M 95.869552,-38.296862 C 103.12925,88.461301 109.46286,215.21233 115.84863,341.94459 C 115.90673,343.10292 115.96483,344.26124 116.02291,345.41957 C 124.35761,504.45139 127.74905,663.65909 131.91446,822.88088 C 131.97562,825.08036 132.03683,827.27985 132.0981,829.47934 C 132.42381,840.90925 132.74953,852.33916 133.07525,863.76907 C 133.06516,864.16944 128.39023,866.94951 123.9294,869.62035 C 119.8693,871.69155 115.48828,874.18047 115.25409,874.41913 C 115.19397,874.01139 115.15874,873.5783 115.1704,873.09741 C 115.53296,859.59458 115.89554,846.09175 116.2581,832.58892 C 116.2948,830.44407 116.33069,828.29921 116.36577,826.15434 C 118.95,667.84468 117.21917,509.49452 107.33053,351.45734 C 106.98103,345.98954 106.63307,340.52066 106.28556,335.05088 C 98.609117,215.11712 91.524698,94.665977 72.450791,-24.038301 C 72.426918,-24.438448 76.661073,-27.089117 81.429504,-30.022599 C 87.603372,-33.285023 95.869552,-38.296862 95.869552,-38.296862 C 95.869552,-38.296862 95.869552,-38.296862 95.869552,-38.296862"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4742"
+ d="M 122.89067,-39.131956 C 130.00611,87.90081 136.02982,214.92072 142.12102,341.91685 C 142.17637,343.07762 142.23171,344.2384 142.28703,345.39917 C 150.23285,504.76904 153.3071,664.29957 157.21257,823.85663 C 157.27004,826.0607 157.32757,828.26479 157.38518,830.46888 C 157.6937,841.92267 158.00224,853.37645 158.31077,864.83024 C 158.29816,865.3307 153.74678,868.14654 149.40372,870.85611 C 145.45335,872.87133 141.05248,875.43388 140.75975,875.7322 C 140.68136,875.35576 140.63409,874.94761 140.64544,874.47971 C 141.01742,860.94909 141.38942,847.41847 141.7614,833.88784 C 141.80016,831.73859 141.83814,829.58932 141.87532,827.44005 C 144.61369,668.80749 143.18972,510.14114 133.71272,351.75943 C 133.37765,346.27991 133.04394,340.7993 132.71054,335.3178 C 125.32943,215.13265 118.55832,94.408599 99.792049,-24.571686 C 99.762208,-25.071869 103.87498,-27.761705 108.50724,-30.726664 C 114.51425,-33.900914 122.89067,-39.131956 122.89067,-39.131956 C 122.89067,-39.131956 122.89067,-39.131956 122.89067,-39.131956"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4744"
+ d="M 149.9118,-39.967051 C 156.88298,87.340319 162.59679,214.62911 168.39341,341.88911 C 168.44601,343.05233 168.49859,344.21555 168.55115,345.37877 C 176.10809,505.08668 178.86516,664.94004 182.51067,824.83237 C 182.56445,827.04104 182.61831,829.24972 182.67226,831.45842 C 182.9636,842.93608 183.25495,854.41374 183.54629,865.8914 C 183.53116,866.49195 179.10334,869.34357 174.87805,872.09187 C 171.03741,874.05111 166.61669,876.68729 166.2654,877.04528 C 166.16875,876.70013 166.10944,876.31692 166.12048,875.86202 C 166.50188,862.3036 166.8833,848.74519 167.26471,835.18677 C 167.30553,833.03311 167.34559,830.87943 167.38487,828.72575 C 170.27737,669.77031 169.16027,510.78777 160.0949,352.06152 C 159.77427,346.57027 159.45482,341.07795 159.13551,335.58473 C 152.04974,215.14819 145.59193,94.151221 127.13331,-25.105071 C 127.0975,-25.705291 131.08889,-28.434294 135.58498,-31.430729 C 141.42512,-34.516806 149.9118,-39.967051 149.9118,-39.967051 C 149.9118,-39.967051 149.9118,-39.967051 149.9118,-39.967051"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4746"
+ d="M 176.93292,-40.802146 C 183.75984,86.779828 189.16375,214.3375 194.66581,341.86137 C 194.71565,343.02704 194.76547,344.1927 194.81527,345.35836 C 201.98334,505.40433 204.42322,665.58051 207.80877,825.80811 C 207.85887,828.02138 207.90905,830.23466 207.95934,832.44796 C 208.23349,843.9495 208.50765,855.45103 208.78181,866.95257 C 208.76416,867.65321 204.45989,870.5406 200.35237,873.32763 C 196.62147,875.23089 192.18089,877.94071 191.77106,878.35836 C 191.65615,878.04449 191.5848,877.68623 191.59552,877.24433 C 191.98634,863.65811 192.37718,850.07191 192.76801,836.48569 C 192.81089,834.32762 192.85303,832.16954 192.89442,830.01146 C 195.94106,670.73313 195.13081,511.43439 186.47709,352.3636 C 186.17089,346.86063 185.86569,341.35659 185.56048,335.85165 C 178.77005,215.16373 172.62555,93.893844 154.47457,-25.638456 C 154.43279,-26.338712 158.30279,-29.106883 162.66272,-32.134794 C 168.336,-35.132697 176.93292,-40.802146 176.93292,-40.802146 C 176.93292,-40.802146 176.93292,-40.802146 176.93292,-40.802146"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4748"
+ d="M 203.95404,-41.637241 C 210.6367,86.219337 215.73072,214.04589 220.9382,341.83363 C 220.98529,343.00175 221.03235,344.16986 221.07939,345.33796 C 227.85858,505.72197 229.98127,666.22099 233.10688,826.78385 C 233.15328,829.00172 233.1998,831.2196 233.24642,833.4375 C 233.50339,844.96291 233.76036,856.48832 234.01733,868.01373 C 233.99716,868.81447 229.81645,871.73764 225.8267,874.56339 C 222.20552,876.41068 217.74509,879.19412 217.27671,879.67144 C 217.14354,879.38886 217.06015,879.05554 217.07055,878.62664 C 217.4708,865.01263 217.87107,851.39862 218.27131,837.78461 C 218.31626,835.62214 218.36048,833.45966 218.40398,831.29716 C 221.60475,671.69594 221.10136,512.08101 212.85927,352.66569 C 212.56751,347.15099 212.27657,341.63523 211.98546,336.11858 C 205.49035,215.17926 199.65917,93.636466 181.81583,-26.17184 C 181.76808,-26.972134 185.5167,-29.779472 189.74046,-32.838859 C 195.24688,-35.748589 203.95404,-41.637241 203.95404,-41.637241 C 203.95404,-41.637241 203.95404,-41.637241 203.95404,-41.637241"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4750"
+ d="M 230.97517,-42.472336 C 237.51356,85.658847 242.29769,213.75429 247.2106,341.80589 C 247.25493,342.97646 247.29923,344.14701 247.34351,345.31756 C 253.73382,506.03962 255.53933,666.86146 258.40498,827.7596 C 258.4477,829.98206 258.49054,832.20454 258.5335,834.42704 C 258.77328,845.97633 259.01307,857.52561 259.25285,869.0749 C 259.23016,869.97573 255.173,872.93467 251.30102,875.79915 C 247.78958,877.59046 243.30929,880.44753 242.78237,880.98452 C 242.63093,880.73322 242.5355,880.42485 242.54559,880.00895 C 242.95526,866.36714 243.36495,852.72534 243.77462,839.08353 C 243.82162,836.91665 243.86793,834.74977 243.91353,832.58287 C 247.26843,672.65876 247.0719,512.72764 239.24146,352.96778 C 238.96413,347.44135 238.68744,341.91388 238.41043,336.3855 C 232.21066,215.1948 226.69279,93.379088 209.15709,-26.705225 C 209.10337,-27.605556 212.73061,-30.45206 216.81819,-33.542924 C 222.15775,-36.36448 230.97517,-42.472336 230.97517,-42.472336 C 230.97517,-42.472336 230.97517,-42.472336 230.97517,-42.472336"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4752"
+ d="M 257.99629,-43.307431 C 264.39042,85.098356 268.86465,213.46268 273.48299,341.77816 C 273.52457,342.95116 273.56611,344.12417 273.60763,345.29716 C 279.60906,506.35727 281.09739,667.50193 283.70308,828.73534 C 283.74211,830.9624 283.78128,833.18948 283.82058,835.41659 C 284.04317,846.98974 284.26578,858.5629 284.48838,870.13607 C 284.46316,871.13698 280.52956,874.1317 276.77535,877.03491 C 273.37364,878.77024 268.8735,881.70095 268.28802,882.2976 C 268.11832,882.07759 268.01086,881.79416 268.02063,881.39125 C 268.43972,867.72165 268.85883,854.05206 269.27792,840.38246 C 269.32699,838.21117 269.37538,836.03988 269.42308,833.86857 C 272.93212,673.62158 273.04245,513.37426 265.62364,353.26986 C 265.36075,347.73172 265.09832,342.19252 264.83541,336.65242 C 258.93097,215.21034 253.72641,93.12171 236.49834,-27.23861 C 236.43866,-28.238977 239.94451,-31.124649 243.89593,-34.246989 C 249.06863,-36.980371 257.99629,-43.307431 257.99629,-43.307431 C 257.99629,-43.307431 257.99629,-43.307431 257.99629,-43.307431"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4754"
+ d="M 285.01741,-44.142526 C 291.26728,84.537865 295.43162,213.17107 299.75538,341.75042 C 299.79421,342.92587 299.83299,344.10132 299.87175,345.27676 C 305.4843,506.67491 306.65544,668.14241 309.00119,829.71108 C 309.03653,831.94274 309.07202,834.17442 309.10766,836.40613 C 309.31307,848.00316 309.51849,859.60019 309.7239,871.19723 C 309.69616,872.29824 305.88612,875.32874 302.24967,878.27067 C 298.95769,879.95002 294.4377,882.95436 293.79368,883.61068 C 293.60572,883.42195 293.48621,883.16347 293.49567,882.77356 C 293.92418,869.07617 294.35271,855.37878 294.78123,841.68138 C 294.83235,839.50569 294.88282,837.32999 294.93263,835.15428 C 298.59581,674.58439 299.01299,514.02088 292.00583,353.57195 C 291.75737,348.02208 291.50919,342.47116 291.26038,336.91935 C 285.65128,215.22587 280.76003,92.864333 263.8396,-27.771995 C 263.77395,-28.872399 267.15842,-31.797238 270.97367,-34.951054 C 275.97951,-37.596263 285.01741,-44.142526 285.01741,-44.142526 C 285.01741,-44.142526 285.01741,-44.142526 285.01741,-44.142526"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4756"
+ d="M 312.03854,-44.977621 C 318.14414,83.977374 321.99858,212.87946 326.02778,341.72268 C 326.06385,342.90058 326.09988,344.07847 326.13587,345.25636 C 331.35955,506.99256 332.2135,668.78288 334.29929,830.68683 C 334.33095,832.92308 334.36276,835.15936 334.39475,837.39567 C 334.58296,849.01657 334.77119,860.63749 334.95942,872.2584 C 334.92916,873.4595 331.24267,876.52577 327.724,879.50643 C 324.54175,881.1298 320.0019,884.20778 319.29933,884.92376 C 319.09311,884.76632 318.96156,884.53278 318.9707,884.15587 C 319.40864,870.43068 319.84659,856.70549 320.28453,842.9803 C 320.33772,840.8002 320.39027,838.6201 320.44218,836.43998 C 324.2595,675.54721 324.98354,514.66751 318.38801,353.87403 C 318.15399,348.31244 317.92007,342.74981 317.68535,337.18627 C 312.37159,215.24141 307.79365,92.606955 291.18086,-28.30538 C 291.10924,-29.505821 294.37233,-32.469827 298.05141,-35.655119 C 302.89038,-38.212154 312.03854,-44.977621 312.03854,-44.977621 C 312.03854,-44.977621 312.03854,-44.977621 312.03854,-44.977621"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4758"
+ d="M 339.05966,-45.812715 C 345.021,83.416883 348.56555,212.58785 352.30017,341.69494 C 352.33348,342.87529 352.36676,344.05563 352.39999,345.23596 C 357.23479,507.3102 357.77156,669.42335 359.59739,831.66257 C 359.62536,833.90342 359.6535,836.1443 359.68183,838.38521 C 359.85286,850.02999 360.0239,861.67478 360.19494,873.31956 C 360.16216,874.62076 356.59923,877.7228 353.19832,880.74219 C 350.12581,882.30959 345.5661,885.46119 344.80499,886.23684 C 344.5805,886.11069 344.43691,885.90209 344.44574,885.53818 C 344.8931,871.78519 345.34048,858.03221 345.78784,844.27922 C 345.84308,842.09472 345.89772,839.91021 345.95174,837.72569 C 349.92318,676.51003 350.95408,515.31413 344.7702,354.17612 C 344.55061,348.6028 344.33095,343.02845 344.11033,337.4532 C 339.0919,215.25694 334.82726,92.349577 318.52212,-28.838765 C 318.44453,-30.139242 321.58623,-33.142415 325.12914,-36.359184 C 329.80126,-38.828046 339.05966,-45.812715 339.05966,-45.812715 C 339.05966,-45.812715 339.05966,-45.812715 339.05966,-45.812715"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4760"
+ d="M 366.08078,-46.64781 C 371.89786,82.856392 375.13252,212.29625 378.57257,341.6672 C 378.60312,342.84999 378.63364,344.03278 378.66411,345.21556 C 383.11003,507.62785 383.32961,670.06383 384.8955,832.63831 C 384.91978,834.88376 384.94425,837.12924 384.96891,839.37475 C 385.12275,851.04341 385.27661,862.71207 385.43046,874.38073 C 385.39516,875.78201 381.95578,878.91984 378.67264,881.97795 C 375.70986,883.48937 371.13031,886.7146 370.31064,887.54992 C 370.06789,887.45505 369.91227,887.27141 369.92078,886.92049 C 370.37755,873.13971 370.83436,859.35893 371.29114,845.57815 C 371.34845,843.38924 371.40517,841.20032 371.46129,839.01139 C 375.58687,677.47284 376.92463,515.96075 371.15238,354.47821 C 370.94723,348.89316 370.74182,343.30709 370.5353,337.72012 C 365.81221,215.27248 361.86088,92.0922 345.86338,-29.37215 C 345.77982,-30.772664 348.80014,-33.815004 352.20688,-37.06325 C 356.71214,-39.443937 366.08078,-46.64781 366.08078,-46.64781 C 366.08078,-46.64781 366.08078,-46.64781 366.08078,-46.64781"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4762"
+ d="M 393.1019,-47.482905 C 398.77472,82.295902 401.69948,212.00464 404.84496,341.63946 C 404.87276,342.8247 404.90052,344.00993 404.92823,345.19516 C 408.98527,507.94549 408.88767,670.7043 410.1936,833.61406 C 410.21419,835.8641 410.23499,838.11418 410.25599,840.36429 C 410.39264,852.05682 410.52932,863.74936 410.66598,875.44189 C 410.62816,876.94327 407.31234,880.11687 404.14697,883.21371 C 401.29392,884.66915 396.69451,887.96802 395.8163,888.86299 C 395.55529,888.79942 395.38762,888.64072 395.39582,888.30279 C 395.86201,874.49422 396.32824,860.68565 396.79444,846.87707 C 396.85381,844.68375 396.91261,842.49043 396.97084,840.2971 C 401.25056,678.43566 402.89517,516.60737 397.53457,354.78029 C 397.34385,349.18353 397.1527,343.58574 396.96028,337.98704 C 392.53252,215.28802 388.8945,91.834822 373.20464,-29.905535 C 373.11512,-31.406086 376.01405,-34.487593 379.28462,-37.767315 C 383.62301,-40.059829 393.1019,-47.482905 393.1019,-47.482905 C 393.1019,-47.482905 393.1019,-47.482905 393.1019,-47.482905"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4764"
+ d="M 420.12303,-48.318 C 425.65158,81.735411 428.26645,211.71303 431.11735,341.61172 C 431.1424,342.79941 431.1674,343.98709 431.19235,345.17476 C 434.86051,508.26314 434.44573,671.34477 435.4917,834.5898 C 435.50861,836.84444 435.52573,839.09912 435.54307,841.35383 C 435.66254,853.07024 435.78203,864.78665 435.90151,876.50306 C 435.86116,878.10453 432.66889,881.3139 429.62129,884.44947 C 426.87798,885.84893 422.25871,889.22143 421.32195,890.17607 C 421.04268,890.14378 420.86297,890.01003 420.87086,889.6851 C 421.34647,875.84873 421.82212,862.01236 422.29775,848.17599 C 422.35918,845.97827 422.42006,843.78054 422.48039,841.5828 C 426.91425,679.39847 428.86572,517.254 423.91675,355.08238 C 423.74047,349.47389 423.56357,343.86438 423.38525,338.25397 C 419.25283,215.30355 415.92812,91.577444 400.5459,-30.43892 C 400.45041,-32.039507 403.22796,-35.160182 406.36236,-38.47138 C 410.53389,-40.67572 420.12303,-48.318 420.12303,-48.318 C 420.12303,-48.318 420.12303,-48.318 420.12303,-48.318"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4766"
+ d="M 447.14415,-49.153095 C 452.52844,81.17492 454.83341,211.42142 457.38975,341.58398 C 457.41204,342.77412 457.43428,343.96424 457.45647,345.15436 C 460.73576,508.58078 460.00378,671.98525 460.78981,835.56554 C 460.80302,837.82478 460.81647,840.08405 460.83015,842.34337 C 460.93243,854.08365 461.03474,865.82394 461.13703,877.56423 C 461.09416,879.26579 458.02545,882.51093 455.09562,885.68524 C 452.46204,887.02872 447.82291,890.47484 446.82761,891.48915 C 446.53007,891.48815 446.33833,891.37934 446.34589,891.06741 C 446.83093,877.20324 447.31601,863.33908 447.80105,849.47491 C 447.86454,847.27278 447.92751,845.07065 447.98995,842.86851 C 452.57793,680.36129 454.83626,517.90062 450.29894,355.38447 C 450.13709,349.76425 449.97445,344.14302 449.81022,338.52089 C 445.97314,215.31909 442.96174,91.320066 427.88716,-30.972305 C 427.7857,-32.672929 430.44186,-35.83277 433.44009,-39.175445 C 437.44477,-41.291611 447.14415,-49.153095 447.14415,-49.153095 C 447.14415,-49.153095 447.14415,-49.153095 447.14415,-49.153095"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4768"
+ d="M 474.16527,-49.98819 C 479.4053,80.614429 481.40038,211.12981 483.66214,341.55624 C 483.68168,342.74882 483.70116,343.9414 483.72059,345.13396 C 486.611,508.89843 485.56184,672.62572 486.08791,836.54129 C 486.09744,838.80512 486.10721,841.06899 486.11723,843.33291 C 486.20233,855.09707 486.28744,866.86123 486.37255,878.62539 C 486.32716,880.42704 483.38201,883.70797 480.56994,886.921 C 478.04609,888.2085 473.38712,891.72826 472.33326,892.80223 C 472.01746,892.83252 471.81368,892.74865 471.82093,892.44972 C 472.31539,878.55776 472.80989,864.6658 473.30436,850.77384 C 473.36991,848.5673 473.43496,846.36076 473.4995,844.15421 C 478.24162,681.32411 480.80681,518.54724 476.68112,355.68655 C 476.53371,350.05461 476.38532,344.42167 476.2352,338.78782 C 472.69345,215.33463 469.99536,91.062689 455.22842,-31.50569 C 455.12099,-33.30635 457.65577,-36.505359 460.51783,-39.87951 C 464.35564,-41.907503 474.16527,-49.98819 474.16527,-49.98819 C 474.16527,-49.98819 474.16527,-49.98819 474.16527,-49.98819"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4770"
+ d="M 501.1864,-50.823285 C 506.28216,80.053938 507.96735,210.83821 509.93453,341.52851 C 509.95132,342.72353 509.96804,343.91855 509.98471,345.11356 C 512.48624,509.21608 511.1199,673.26619 511.38601,837.51703 C 511.39186,839.78546 511.39795,842.05393 511.40431,844.32245 C 511.47222,856.11048 511.54015,867.89852 511.60807,879.68656 C 511.56016,881.5883 508.73856,884.905 506.04427,888.15676 C 503.63015,889.38828 498.95132,892.98167 497.83892,894.11531 C 497.50486,894.17688 497.28903,894.11796 497.29597,893.83203 C 497.79985,879.91227 498.30377,865.99252 498.80766,852.07276 C 498.87527,849.86182 498.9424,847.65087 499.00905,845.43991 C 503.90531,682.28692 506.77735,519.19387 503.06331,355.98864 C 502.93033,350.34497 502.7962,344.70031 502.66017,339.05474 C 499.41376,215.35016 497.02897,90.805311 482.56967,-32.039075 C 482.45628,-33.939772 484.86968,-37.177948 487.59557,-40.583575 C 491.26652,-42.523394 501.1864,-50.823285 501.1864,-50.823285 C 501.1864,-50.823285 501.1864,-50.823285 501.1864,-50.823285"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4772"
+ d="M 528.20752,-51.65838 C 533.15903,79.493447 534.53431,210.5466 536.20693,341.50077 C 536.22096,342.69824 536.23492,343.8957 536.24883,345.09316 C 538.36148,509.53372 536.67795,673.90667 536.68412,838.49277 C 536.68627,840.7658 536.6887,843.03887 536.69139,845.31199 C 536.74211,857.1239 536.79286,868.93581 536.84359,880.74772 C 536.79316,882.74956 534.09512,886.10203 531.51859,889.39252 C 529.21421,890.56806 524.51552,894.23509 523.34457,895.42839 C 522.99225,895.52125 522.76439,895.48727 522.77101,895.21433 C 523.28431,881.26678 523.79765,867.31923 524.31097,853.37168 C 524.38064,851.15633 524.44985,848.94098 524.5186,846.72562 C 529.569,683.24974 532.7479,519.84049 529.44549,356.29072 C 529.32695,350.63534 529.20707,344.97895 529.08515,339.32166 C 526.13407,215.3657 524.06259,90.547933 509.91093,-32.57246 C 509.79157,-34.573194 512.08358,-37.850537 514.67331,-41.28764 C 518.17739,-43.139286 528.20752,-51.65838 528.20752,-51.65838 C 528.20752,-51.65838 528.20752,-51.65838 528.20752,-51.65838"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4774"
+ d="M 555.22864,-52.493474 C 560.03589,78.932957 561.10128,210.25499 562.47932,341.47303 C 562.4906,342.67295 562.5018,343.87286 562.51295,345.07275 C 564.23673,509.85137 562.23601,674.54714 561.98222,839.46851 C 561.98069,841.74614 561.97944,844.02381 561.97848,846.30153 C 562.01201,858.13731 562.04557,869.9731 562.07911,881.80889 C 562.02616,883.91082 559.45167,887.29907 556.99291,890.62828 C 554.79826,891.74784 550.07972,895.4885 548.85023,896.74147 C 548.47964,896.86561 548.23974,896.85658 548.24604,896.59664 C 548.76877,882.6213 549.29154,868.64595 549.81427,854.6706 C 549.886,852.45085 549.9573,850.23109 550.02815,848.01132 C 555.23268,684.21256 558.71845,520.48711 555.82768,356.59281 C 555.72357,350.9257 555.61795,345.2576 555.51012,339.58859 C 552.85438,215.38123 551.09621,90.290555 537.25219,-33.105845 C 537.12686,-35.206615 539.29749,-38.523125 541.75105,-41.991705 C 545.08827,-43.755177 555.22864,-52.493474 555.22864,-52.493474 C 555.22864,-52.493474 555.22864,-52.493474 555.22864,-52.493474"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4776"
+ d="M 582.24976,-53.328569 C 586.91275,78.372466 587.66824,209.96338 588.75172,341.44529 C 588.76023,342.64765 588.76869,343.85001 588.77707,345.05235 C 590.11197,510.16901 587.79407,675.18761 587.28032,840.44426 C 587.2751,842.72648 587.27018,845.00875 587.26556,847.29107 C 587.2819,859.15073 587.29828,871.01039 587.31464,882.87005 C 587.25916,885.07207 584.80823,888.4961 582.46724,891.86404 C 580.38232,892.92763 575.64393,896.74191 574.35588,898.05455 C 573.96704,898.20998 573.71509,898.22589 573.72108,897.97895 C 574.25323,883.97581 574.78542,869.97267 575.31757,855.96953 C 575.39137,853.74537 575.46475,851.5212 575.53771,849.29703 C 580.89637,685.17537 584.68899,521.13374 582.20986,356.8949 C 582.12019,351.21606 582.02882,345.53624 581.93509,339.85551 C 579.57469,215.39677 578.12983,90.033178 564.59345,-33.63923 C 564.46215,-35.840037 566.5114,-39.195714 568.82878,-42.69577 C 571.99915,-44.371069 582.24976,-53.328569 582.24976,-53.328569 C 582.24976,-53.328569 582.24976,-53.328569 582.24976,-53.328569"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4778"
+ d="M 609.27089,-54.163664 C 613.78961,77.811975 614.23521,209.67177 615.02411,341.41755 C 615.02987,342.62236 615.03557,343.82716 615.04119,345.03195 C 615.98721,510.48666 613.35212,675.82809 612.57843,841.42 C 612.56952,843.70682 612.56092,845.99369 612.55264,848.28061 C 612.5518,860.16414 612.55098,872.04768 612.55016,883.93122 C 612.49216,886.23333 610.16478,889.69313 607.94156,893.0998 C 605.96638,894.10741 601.20813,897.99533 599.86154,899.36763 C 599.45443,899.55434 599.19044,899.5952 599.19612,899.36126 C 599.73769,885.33032 600.2793,871.29939 600.82088,857.26845 C 600.89673,855.03988 600.9722,852.81131 601.04726,850.58273 C 606.56006,686.13819 610.65954,521.78036 608.59205,357.19698 C 608.51681,351.50642 608.4397,345.81488 608.36007,340.12244 C 606.295,215.41231 605.16345,89.7758 591.93471,-34.172614 C 591.79744,-36.473459 593.7253,-39.868303 595.90652,-43.399835 C 598.91002,-44.98696 609.27089,-54.163664 609.27089,-54.163664 C 609.27089,-54.163664 609.27089,-54.163664 609.27089,-54.163664"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4780"
+ d="M 636.29201,-54.998759 C 640.66647,77.251484 640.80218,209.38017 641.2965,341.38981 C 641.29951,342.59707 641.30245,343.80432 641.30531,345.01155 C 641.86245,510.8043 638.91018,676.46856 637.87653,842.39574 C 637.86393,844.68716 637.85166,846.97863 637.83972,849.27015 C 637.82169,861.17756 637.80369,873.08497 637.78568,884.99238 C 637.72516,887.39459 635.52134,890.89017 633.41589,894.33556 C 631.55043,895.28719 626.77233,899.24874 625.36719,900.68071 C 624.94182,900.89871 624.6658,900.96451 624.67116,900.74357 C 625.22215,886.68484 625.77318,872.62611 626.32418,858.56737 C 626.4021,856.3344 626.47964,854.10142 626.55681,851.86844 C 632.22374,687.10101 636.63008,522.42698 634.97423,357.49907 C 634.91343,351.79678 634.85058,346.09353 634.78504,340.38936 C 633.01531,215.42784 632.19707,89.518422 619.27597,-34.705999 C 619.13273,-37.10688 620.93921,-40.540892 622.98426,-44.1039 C 625.8209,-45.602852 636.29201,-54.998759 636.29201,-54.998759 C 636.29201,-54.998759 636.29201,-54.998759 636.29201,-54.998759"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4782"
+ d="M 663.31313,-55.833854 C 667.54333,76.690993 667.36914,209.08856 667.5689,341.36207 C 667.56915,342.57178 667.56933,343.78147 667.56943,344.99115 C 667.73769,511.12195 664.46824,677.10903 663.17463,843.37149 C 663.15835,845.6675 663.1424,847.96357 663.1268,850.25969 C 663.09158,862.19097 663.0564,874.12226 663.0212,886.05355 C 662.95817,888.55584 660.8779,892.0872 658.89021,895.57132 C 657.13449,896.46697 652.33653,900.50215 650.87285,901.99378 C 650.42921,902.24308 650.14115,902.33383 650.1462,902.12587 C 650.70661,888.03935 651.26706,873.95282 651.82749,859.86629 C 651.90746,857.62891 651.98709,855.39153 652.06636,853.15414 C 657.88743,688.06382 662.60063,523.07361 661.35642,357.80116 C 661.31005,352.08715 661.26145,346.37217 661.21002,340.65628 C 659.73562,215.44338 659.23069,89.261045 646.61723,-35.239384 C 646.46802,-37.740302 648.15312,-41.213481 650.062,-44.807965 C 652.73178,-46.218743 663.31313,-55.833854 663.31313,-55.833854 C 663.31313,-55.833854 663.31313,-55.833854 663.31313,-55.833854"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4784"
+ d="M 690.33426,-56.668949 C 694.42019,76.130502 693.93611,208.79695 693.84129,341.33433 C 693.83879,342.54649 693.83621,343.75862 693.83355,344.97075 C 693.61294,511.43959 690.02629,677.74951 688.47274,844.34723 C 688.45277,846.64784 688.43314,848.94851 688.41388,851.24923 C 688.36148,863.20439 688.30911,875.15955 688.25672,887.11472 C 688.19117,889.7171 686.23445,893.28423 684.36454,896.80708 C 682.71855,897.64676 677.90074,901.75557 676.3785,903.30686 C 675.91661,903.58744 675.6165,903.70314 675.62123,903.50818 C 676.19107,889.39386 676.76095,875.27954 677.33079,861.16522 C 677.41283,858.92343 677.49454,856.68164 677.57592,854.43985 C 683.55112,689.02664 688.57117,523.72023 687.7386,358.10324 C 687.70667,352.37751 687.67233,346.65081 687.63499,340.92321 C 686.45593,215.45892 686.2643,89.003667 673.95849,-35.772769 C 673.80331,-38.373724 675.36702,-41.886069 677.13973,-45.51203 C 679.64265,-46.834634 690.33426,-56.668949 690.33426,-56.668949 C 690.33426,-56.668949 690.33426,-56.668949 690.33426,-56.668949"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4786"
+ d="M 717.35538,-57.504044 C 721.29705,75.570012 720.50308,208.50534 720.11369,341.30659 C 720.10843,342.52119 720.10309,343.73578 720.09767,344.95035 C 719.48818,511.75724 715.58435,678.38998 713.77084,845.32297 C 713.74718,847.62818 713.72389,849.93345 713.70096,852.23877 C 713.63137,864.21781 713.56182,876.19684 713.49224,888.17588 C 713.42417,890.87836 711.59101,894.48126 709.83886,898.04284 C 708.3026,898.82654 703.46494,903.00898 701.88416,904.61994 C 701.404,904.93181 701.09186,905.07245 701.09627,904.89049 C 701.67552,890.74837 702.25483,876.60626 702.8341,862.46414 C 702.91819,860.21795 703.00199,857.97175 703.08547,855.72555 C 709.21481,689.98945 714.54172,524.36685 714.12079,358.40533 C 714.10329,352.66787 714.0832,346.92946 714.05996,341.19013 C 713.17624,215.47445 713.29792,88.746289 701.29975,-36.306154 C 701.1386,-39.007145 702.58093,-42.558658 704.21747,-46.216095 C 706.55353,-47.450526 717.35538,-57.504044 717.35538,-57.504044 C 717.35538,-57.504044 717.35538,-57.504044 717.35538,-57.504044"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4788"
+ d="M 744.3765,-58.339139 C 748.17391,75.009521 747.07004,208.21373 746.38608,341.27886 C 746.37807,342.4959 746.36997,343.71293 746.36179,344.92995 C 745.36342,512.07489 741.14241,679.03045 739.06894,846.29872 C 739.0416,848.60852 739.01463,850.91838 738.98804,853.22831 C 738.90127,865.23122 738.81453,877.23413 738.72777,889.23705 C 738.65717,892.03962 736.94756,895.6783 735.31318,899.2786 C 733.88666,900.00632 729.02914,904.2624 727.38981,905.93302 C 726.89139,906.27617 726.56721,906.44176 726.57131,906.2728 C 727.15998,892.10289 727.74871,877.93298 728.3374,863.76306 C 728.42356,861.51246 728.50943,859.26186 728.59502,857.01126 C 734.87849,690.95227 740.51226,525.01348 740.50297,358.70741 C 740.49991,352.95823 740.49408,347.2081 740.48494,341.45706 C 739.89655,215.48999 740.33154,88.488911 728.641,-36.839539 C 728.47389,-39.640567 729.79484,-43.231247 731.29521,-46.92016 C 733.46441,-48.066417 744.3765,-58.339139 744.3765,-58.339139 C 744.3765,-58.339139 744.3765,-58.339139 744.3765,-58.339139"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4790"
+ d="M 771.39762,-59.174233 C 775.05077,74.44903 773.63701,207.92213 772.65847,341.25112 C 772.64771,342.47061 772.63685,343.69009 772.62591,344.90955 C 771.23866,512.39253 766.70046,679.67093 764.36705,847.27446 C 764.33601,849.58886 764.30537,851.90332 764.27513,854.21785 C 764.17116,866.24464 764.06723,878.27142 763.96329,890.29821 C 763.89017,893.20087 762.30412,896.87533 760.78751,900.51436 C 759.47072,901.1861 754.59334,905.51581 752.89547,907.2461 C 752.37878,907.62054 752.04256,907.81107 752.04635,907.6551 C 752.64444,893.4574 753.24259,879.25969 753.8407,865.06198 C 753.92892,862.80698 754.01688,860.55197 754.10457,858.29696 C 760.54218,691.91509 766.48281,525.6601 766.88516,359.0095 C 766.89653,353.24859 766.90495,347.48674 766.90991,341.72398 C 766.61686,215.50552 767.36516,88.231534 755.98226,-37.372924 C 755.80918,-40.273989 757.00874,-43.903836 758.37295,-47.624225 C 760.37528,-48.682309 771.39762,-59.174233 771.39762,-59.174233 C 771.39762,-59.174233 771.39762,-59.174233 771.39762,-59.174233"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4792"
+ d="M 798.41875,-60.009328 C 801.92763,73.888539 800.20397,207.63052 798.93087,341.22338 C 798.91735,342.44532 798.90373,343.66724 798.89003,344.88915 C 797.11391,512.71018 792.25852,680.3114 789.66515,848.2502 C 789.63043,850.5692 789.59611,852.88826 789.56221,855.20739 C 789.44105,867.25805 789.31994,879.30871 789.19881,891.35938 C 789.12317,894.36213 787.66067,898.07236 786.26183,901.75012 C 785.05477,902.36589 780.15755,906.76922 778.40112,908.55918 C 777.86618,908.9649 777.51792,909.18038 777.52138,909.03741 C 778.1289,894.81191 778.73648,880.58641 779.34401,866.36091 C 779.43429,864.1015 779.52433,861.84208 779.61413,859.58267 C 786.20587,692.8779 792.45335,526.30672 793.26734,359.31159 C 793.29315,353.53896 793.31583,347.76539 793.33489,341.99091 C 793.33716,215.52106 794.39878,87.974156 783.32352,-37.906309 C 783.14448,-40.90741 784.22265,-44.576424 785.45069,-48.32829 C 787.28616,-49.2982 798.41875,-60.009328 798.41875,-60.009328 C 798.41875,-60.009328 798.41875,-60.009328 798.41875,-60.009328"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4794"
+ d="M 825.43987,-60.844423 C 828.80449,73.328048 826.77094,207.33891 825.20326,341.19564 C 825.18698,342.42002 825.17061,343.64439 825.15415,344.86875 C 822.98915,513.02782 817.81658,680.95187 814.96325,849.22594 C 814.92484,851.54954 814.88685,853.8732 814.84929,856.19694 C 814.71095,868.27147 814.57265,880.346 814.43433,892.42054 C 814.35617,895.52339 813.01723,899.2694 811.73616,902.98588 C 810.63883,903.54567 805.72175,908.02264 803.90678,909.87226 C 803.35357,910.30927 802.99327,910.54969 802.99642,910.41972 C 803.61336,896.16643 804.23036,881.91313 804.84731,867.65983 C 804.93965,865.39601 805.03178,863.13219 805.12368,860.86837 C 811.86956,693.84072 818.4239,526.95335 819.64953,359.61367 C 819.68977,353.82932 819.7267,348.04403 819.75986,342.25783 C 820.05747,215.5366 821.4324,87.716778 810.66478,-38.439694 C 810.47977,-41.540832 811.43656,-45.249013 812.52842,-49.032355 C 814.19704,-49.914092 825.43987,-60.844423 825.43987,-60.844423 C 825.43987,-60.844423 825.43987,-60.844423 825.43987,-60.844423"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4796"
+ d="M 852.46099,-61.679518 C 855.68135,72.767557 853.33791,207.0473 851.47566,341.1679 C 851.45662,342.39473 851.43749,343.62155 851.41827,344.84835 C 848.86439,513.34547 843.37463,681.59235 840.26136,850.20169 C 840.21926,852.52988 840.17759,854.85814 840.13637,857.18648 C 839.98084,869.28488 839.82536,881.38329 839.66985,893.48171 C 839.58917,896.68465 838.37379,900.46643 837.21048,904.22164 C 836.22289,904.72545 831.28595,909.27605 829.41243,911.18534 C 828.84096,911.65364 828.46862,911.919 828.47146,911.80203 C 829.09782,897.52094 829.72424,883.23985 830.35062,868.95875 C 830.44502,866.69053 830.53922,864.4223 830.63323,862.15408 C 837.53324,694.80354 844.39444,527.59997 846.03171,359.91576 C 846.08639,354.11968 846.13758,348.32267 846.18483,342.52475 C 846.77778,215.55213 848.46601,87.4594 838.00604,-38.973079 C 837.81506,-42.174253 838.65047,-45.921602 839.60616,-49.736421 C 841.10791,-50.529983 852.46099,-61.679518 852.46099,-61.679518 C 852.46099,-61.679518 852.46099,-61.679518 852.46099,-61.679518"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4798"
+ d="M 879.48212,-62.514613 C 882.55821,72.207067 879.90487,206.75569 877.74805,341.14016 C 877.72626,342.36944 877.70438,343.5987 877.68239,344.82795 C 874.73963,513.66311 868.93269,682.23282 865.55946,851.17743 C 865.51368,853.51022 865.46834,855.84308 865.42345,858.17602 C 865.25074,870.2983 865.07807,882.42058 864.90537,894.54288 C 864.82217,897.8459 863.73034,901.66346 862.68481,905.45741 C 861.80695,905.90523 856.85015,910.52947 854.91809,912.49842 C 854.32835,912.998 853.94398,913.28831 853.9465,913.18434 C 854.58228,898.87545 855.21812,884.56656 855.85392,870.25767 C 855.95038,867.98504 856.04667,865.71241 856.14278,863.43978 C 863.19693,695.76635 870.36499,528.24659 872.4139,360.21785 C 872.48301,354.41004 872.54845,348.60132 872.60981,342.79168 C 873.49809,215.56767 875.49963,87.202023 865.3473,-39.506464 C 865.15035,-42.807675 865.86437,-46.594191 866.6839,-50.440486 C 868.01879,-51.145874 879.48212,-62.514613 879.48212,-62.514613 C 879.48212,-62.514613 879.48212,-62.514613 879.48212,-62.514613"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4800"
+ d="M 906.50324,-63.349708 C 909.43508,71.646576 906.47184,206.46409 904.02044,341.11242 C 903.9959,342.34415 903.97126,343.57585 903.94651,344.80755 C 900.61487,513.98076 894.49075,682.87329 890.85756,852.15317 C 890.80809,854.49056 890.75908,856.82802 890.71053,859.16556 C 890.52063,871.31171 890.33077,883.45787 890.1409,895.60404 C 890.05517,899.00716 889.0869,902.8605 888.15913,906.69317 C 887.391,907.08501 882.41436,911.78288 880.42374,913.8115 C 879.81575,914.34237 879.41933,914.65762 879.42154,914.56664 C 880.06674,900.22997 880.71201,885.89328 881.35723,871.5566 C 881.45575,869.27956 881.55412,867.00252 881.65233,864.72549 C 888.86062,696.72917 896.33553,528.89322 898.79608,360.51993 C 898.87963,354.7004 898.95933,348.87996 899.03478,343.0586 C 900.2184,215.58321 902.53325,86.944645 892.68856,-40.039849 C 892.48564,-43.441097 893.07828,-47.266779 893.76164,-51.144551 C 894.92966,-51.761766 906.50324,-63.349708 906.50324,-63.349708 C 906.50324,-63.349708 906.50324,-63.349708 906.50324,-63.349708"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4802"
+ d="M 933.52436,-64.184803 C 936.31194,71.086085 933.0388,206.17248 930.29284,341.08468 C 930.26554,342.31885 930.23814,343.55301 930.21063,344.78714 C 926.49012,514.2984 920.0488,683.51377 916.15567,853.12892 C 916.10251,855.4709 916.04982,857.81296 915.99761,860.1551 C 915.79052,872.32513 915.58348,884.49517 915.37642,896.66521 C 915.28817,900.16842 914.44345,904.05753 913.63345,907.92893 C 912.97506,908.2648 907.97856,913.03629 905.9294,915.12457 C 905.30314,915.68673 904.89468,916.02693 904.89657,915.94895 C 905.5512,901.58448 906.20589,887.22 906.86053,872.85552 C 906.96111,870.57408 907.06157,868.29264 907.16189,866.01119 C 914.52431,697.69199 922.30608,529.53984 925.17827,360.82202 C 925.27625,354.99077 925.37021,349.1586 925.45976,343.32553 C 926.93871,215.59874 929.56687,86.687267 920.02982,-40.573234 C 919.82093,-44.074518 920.29219,-47.939368 920.83937,-51.848616 C 921.84054,-52.377657 933.52436,-64.184803 933.52436,-64.184803 C 933.52436,-64.184803 933.52436,-64.184803 933.52436,-64.184803"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4804"
+ d="M 960.54549,-65.019898 C 963.1888,70.525594 959.60577,205.88087 956.56523,341.05694 C 956.53518,342.29356 956.50502,343.53016 956.47475,344.76674 C 952.36536,514.61605 945.60686,684.15424 941.45377,854.10466 C 941.39692,856.45124 941.34056,858.7979 941.28469,861.14464 C 941.06042,873.33854 940.83619,885.53246 940.61194,897.72637 C 940.52117,901.32968 939.80001,905.25456 939.10778,909.16469 C 938.55912,909.44458 933.54276,914.28971 931.43505,916.43765 C 930.79053,917.0311 930.37003,917.39625 930.37161,917.33126 C 931.03566,902.93899 931.69977,888.54672 932.36383,874.15444 C 932.46648,871.86859 932.56902,869.58275 932.67144,867.2969 C 940.18799,698.6548 948.27662,530.18646 951.56045,361.1241 C 951.67287,355.28113 951.78108,349.43725 951.88473,343.59245 C 953.65902,215.61428 956.60049,86.429889 947.37108,-41.106619 C 947.15622,-44.70794 947.50609,-48.611957 947.91711,-52.552681 C 948.75142,-52.993549 960.54549,-65.019898 960.54549,-65.019898 C 960.54549,-65.019898 960.54549,-65.019898 960.54549,-65.019898"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4806"
+ d="M 987.56661,-65.854992 C 990.06566,69.965103 986.17274,205.58926 982.83762,341.02921 C 982.80482,342.26827 982.7719,343.50732 982.73887,344.74634 C 978.2406,514.9337 971.16492,684.79471 966.75187,855.0804 C 966.69134,857.43158 966.6313,859.78284 966.57178,862.13418 C 966.33031,874.35196 966.0889,886.56975 965.84746,898.78754 C 965.75417,902.49093 965.15656,906.45159 964.5821,910.40045 C 964.14317,910.62436 959.10696,915.54312 956.94071,917.75073 C 956.27793,918.37546 955.84539,918.76556 955.84665,918.71357 C 956.52012,904.2935 957.19365,889.87343 957.86714,875.45336 C 957.97184,873.16311 958.07646,870.87286 958.18099,868.5826 C 965.85168,699.61762 974.24717,530.83309 977.94264,361.42619 C 978.06949,355.57149 978.19196,349.71589 978.3097,343.85937 C 980.37933,215.62981 983.63411,86.172512 974.71233,-41.640004 C 974.49151,-45.341362 974.72,-49.284546 974.99485,-53.256746 C 975.66229,-53.60944 987.56661,-65.854992 987.56661,-65.854992 C 987.56661,-65.854992 987.56661,-65.854992 987.56661,-65.854992"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4808"
+ d="M 1014.5877,-66.690087 C 1016.9425,69.404612 1012.7397,205.29765 1009.11,341.00147 C 1009.0745,342.24298 1009.0388,343.48447 1009.003,344.72594 C 1004.1158,515.25134 996.72297,685.43519 992.04998,856.05615 C 991.98576,858.41192 991.92204,860.76778 991.85886,863.12372 C 991.60021,875.36537 991.34161,887.60704 991.08298,899.8487 C 990.98717,903.65219 990.51312,907.64863 990.05643,911.63621 C 989.72723,911.80414 984.67117,916.79653 982.44636,919.06381 C 981.76532,919.71983 981.32074,920.13487 981.32169,920.09588 C 982.00458,905.64802 982.68753,891.20015 983.37044,876.75229 C 983.47721,874.45763 983.58391,872.16297 983.69054,869.86831 C 991.51537,700.58043 1000.2177,531.47971 1004.3248,361.72828 C 1004.4661,355.86185 1004.6028,349.99453 1004.7347,344.1263 C 1007.0996,215.64535 1010.6677,85.915134 1002.0536,-42.173389 C 1001.8268,-45.974783 1001.9339,-49.957134 1002.0726,-53.960811 C 1002.5732,-54.225332 1014.5877,-66.690087 1014.5877,-66.690087 C 1014.5877,-66.690087 1014.5877,-66.690087 1014.5877,-66.690087"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4810"
+ d="M 1041.6089,-67.525182 C 1043.8194,68.844122 1039.3067,205.00605 1035.3824,340.97373 C 1035.3441,342.21769 1035.3057,343.46162 1035.2671,344.70554 C 1029.9911,515.56899 1022.281,686.07566 1017.3481,857.03189 C 1017.2802,859.39226 1017.2128,861.75271 1017.1459,864.11326 C 1016.8701,876.37879 1016.5943,888.64433 1016.3185,900.90987 C 1016.2202,904.81345 1015.8697,908.84566 1015.5308,912.87197 C 1015.3113,912.98393 1010.2354,918.04995 1007.952,920.37689 C 1007.2527,921.0642 1006.7961,921.50418 1006.7967,921.47818 C 1007.489,907.00253 1008.1814,892.52687 1008.8737,878.05121 C 1008.9826,875.75214 1009.0914,873.45308 1009.2001,871.15401 C 1017.1791,701.54325 1026.1883,532.12633 1030.707,362.03036 C 1030.8627,356.15221 1031.0137,350.27318 1031.1597,344.39322 C 1033.82,215.66089 1037.7013,85.657756 1029.3949,-42.706773 C 1029.1621,-46.608205 1029.1478,-50.629723 1029.1503,-54.664876 C 1029.484,-54.841223 1041.6089,-67.525182 1041.6089,-67.525182 C 1041.6089,-67.525182 1041.6089,-67.525182 1041.6089,-67.525182"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4812"
+ d="M 1068.63,-68.360277 C 1070.6962,68.283631 1065.8736,204.71444 1061.6548,340.94599 C 1061.6137,342.19239 1061.5725,343.43878 1061.5312,344.68514 C 1055.8663,515.88663 1047.8391,686.71613 1042.6462,858.00763 C 1042.5746,860.3726 1042.5035,862.73765 1042.433,865.1028 C 1042.14,877.39221 1041.847,889.68162 1041.554,901.97103 C 1041.4532,905.97471 1041.2262,910.04269 1041.0051,914.10773 C 1040.8953,914.16371 1035.7996,919.30336 1033.4577,921.68997 C 1032.7401,922.40856 1032.2714,922.87349 1032.2718,922.86049 C 1032.9735,908.35704 1033.6753,893.85359 1034.3771,879.35013 C 1034.4879,877.04666 1034.5988,874.74319 1034.7096,872.43972 C 1042.8427,702.50607 1052.1588,532.77296 1057.0892,362.33245 C 1057.2594,356.44258 1057.4246,350.55182 1057.5846,344.66015 C 1060.5403,215.67642 1064.735,85.400379 1056.7361,-43.240158 C 1056.4974,-47.241627 1056.3617,-51.302312 1056.2281,-55.368941 C 1056.3949,-55.457115 1068.63,-68.360277 1068.63,-68.360277 C 1068.63,-68.360277 1068.63,-68.360277 1068.63,-68.360277"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path4814"
+ d="M 1095.6511,-69.195372 C 1097.5731,67.72314 1092.4406,204.42283 1087.9272,340.91825 C 1087.8834,342.1671 1087.8394,343.41593 1087.7954,344.66474 C 1081.7416,516.20428 1073.3971,687.35661 1067.9443,858.98338 C 1067.869,861.35294 1067.7943,863.72259 1067.7201,866.09234 C 1067.4099,878.40562 1067.0997,890.71891 1066.7895,903.0322 C 1066.6862,907.13596 1066.5828,911.23973 1066.4794,915.34349 C 1066.4794,915.34349 1061.3638,920.55678 1058.9633,923.00305 C 1058.2275,923.75293 1057.7468,924.2428 1057.7468,924.2428 C 1058.458,909.71156 1059.1692,895.1803 1059.8804,880.64905 C 1059.9933,878.34118 1060.1063,876.0333 1060.2192,873.72542 C 1068.5064,703.46888 1078.1294,533.41958 1083.4714,362.63454 C 1083.656,356.73294 1083.8355,350.83046 1084.0096,344.92707 C 1087.2606,215.69196 1091.7686,85.143001 1084.0774,-43.773543 C 1083.8327,-47.875048 1083.5756,-51.974901 1083.3058,-56.073006 C 1083.3058,-56.073006 1095.6511,-69.195372 1095.6511,-69.195372 C 1095.6511,-69.195372 1095.6511,-69.195372 1095.6511,-69.195372"
+ style="opacity:0.28735633;color:#000000;fill:url(#linearGradient5582);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <text
+ xml:space="preserve"
+ id="text6731"
+ sodipodi:linespacing="125%"
+ x="921.0614"
+ y="750.84302"
+ style="font-size:55.08820724px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.48823529;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Candara"><tspan
+ id="tspan6733"
+ x="921.0614"
+ y="750.84302"
+ style="letter-spacing:-7.77834702;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ dy="0 0 0 3.6603985"
+ sodipodi:role="line">10.3</tspan></text>
+ <g
+ transform="matrix(0.3660398,0,0,0.3660398,738.83729,563.59383)"
+ id="g6735"
+ style="opacity:0.48823529;fill:#000000;fill-opacity:1">
+ <path
+ d="M 720.125,461.125 C 727.1269,459.34864 734.1912,458.07145 740.875,453.75 L 738.875,452 C 733.1264,456.84695 726.0467,458.69875 719,460.625 L 720.125,461.125 z "
+ sodipodi:nodetypes="ccccc"
+ id="path6737"
+ style="opacity:0.13529412;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter8318);enable-background:accumulate" />
+ <path
+ d="M 688.5866,398.64183 C 687.5275,390.2718 694.9784,387.00775 703.4283,384.34313 L 703.8808,385.8816 C 703.8808,385.8816 711.8467,378.99608 722.3424,381.44719 C 763.3603,391.02626 762.0709,455.10547 716.9125,461.33101 C 703.0683,463.2343 695.6412,454.19531 696.7919,450.53175 C 698.9786,443.57018 705.9537,452.58323 700.5787,452.33323 C 703.7332,451.36428 698.7354,447.03909 698.3604,451.40223 C 698.082,454.64099 703.0017,460.39152 715.5075,459.54706 C 743.4994,457.6569 754.106,428.16843 739.3391,406.06378 L 736.758,404.72577 L 737.9401,408.56263 L 736.2899,410.85607 L 732.1377,408.77278 L 733.525,407.15419 L 731.8962,402.66563 L 732.6703,406.77995 L 729.8042,410.10493 L 728.2562,408.04973 L 722.9683,408.23605 L 726.9764,406.61629 L 728.6897,405.15119 L 727.2338,401.61129 L 719.132,400.63279 L 710.9396,407.87264 L 708.7762,412.28952 L 708.1472,408.92808 L 704.8593,406.28555 L 706.3287,406.60114 L 708.7722,406.05815 L 713.6546,400.72329 L 712.6591,400.2708 L 708.5867,400.36129 L 707.4102,405.33869 L 697.5244,407.46655 L 698.9079,411.53444 L 695.4905,410.00501 C 695.4905,410.00501 695.0945,415.21488 695.0945,415.21488 C 695.0945,415.21488 691.461,408.73352 691.461,408.73352 L 702.8853,403.61922 L 703.2473,400.2708 L 689.5821,400.45179 L 689.4916,399.27532 L 688.5866,398.64183 z "
+ sodipodi:nodetypes="cccssscssccccccccccccccccccccccccccccscccccc"
+ id="path6739"
+ style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 704.35,389.125 C 704.35,389.125 703.625,398.25 701.75,399.25 L 690.5125,400.125 L 700.2,396.4625 L 699.1375,398.775 C 700.425,397.1656 701.7125,396.77848 703,393.825 C 699.5101,396.16459 693.95,397.95 693.95,397.95 C 691.7123,398.72668 690.9889,395.6194 691.275,393.975 L 693.95,396.225 L 698.25,392.725 L 704.35,389.125 z "
+ sodipodi:nodetypes="ccccccccccc"
+ id="path6741"
+ style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:ry="4"
+ id="path6743"
+ sodipodi:rx="4"
+ d="M 682.5 391 A 4 4 0 1 1 674.5,391 A 4 4 0 1 1 682.5 391 z"
+ transform="matrix(0.8125,0,0,0.8125,143.21875,75.8125)"
+ sodipodi:type="arc"
+ sodipodi:cy="391"
+ sodipodi:cx="678.5"
+ style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:ry="0.65625"
+ id="path6745"
+ sodipodi:rx="1.75"
+ d="M 676 394.15625 A 1.75 0.65625 0 1 1 672.5,394.15625 A 1.75 0.65625 0 1 1 676 394.15625 z"
+ transform="matrix(0.8392857,0,0,1.2857143,128.20536,-112.55357)"
+ sodipodi:type="arc"
+ sodipodi:cy="394.15625"
+ sodipodi:cx="674.25"
+ style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 712,393.25 L 721,397.25 L 719.5,400.25 L 722.5,397 L 712,393.25 z "
+ id="path6747"
+ style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 726.75,399.75 L 724,392.25 L 739,399 L 725,393.5 L 726.75,399.75 z "
+ sodipodi:nodetypes="ccccc"
+ id="path6749"
+ style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ id="g2638"
+ transform="translate(293,129)">
+ <text
+ style="font-size:55.08820724px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Candara"
+ y="619.45044"
+ x="626.49591"
+ sodipodi:linespacing="125%"
+ id="text6123"
+ xml:space="preserve"><tspan
+ sodipodi:role="line"
+ dy="0 0 0 3.6603985"
+ style="letter-spacing:-7.77834702;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ y="619.45044"
+ x="626.49591"
+ id="tspan6125">10.3</tspan></text>
+ <g
+ transform="matrix(0.3660398,0,0,0.3660398,446.27178,433.20121)"
+ id="g5735">
+ <path
+ style="opacity:0.13529412;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter8318);enable-background:accumulate"
+ id="path8284"
+ sodipodi:nodetypes="ccccc"
+ d="M 720.125,461.125 C 727.1269,459.34864 734.1912,458.07145 740.875,453.75 L 738.875,452 C 733.1264,456.84695 726.0467,458.69875 719,460.625 L 720.125,461.125 z " />
+ <path
+ style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path7186"
+ sodipodi:nodetypes="cccssscssccccccccccccccccccccccccccccscccccc"
+ d="M 688.5866,398.64183 C 687.5275,390.2718 694.9784,387.00775 703.4283,384.34313 L 703.8808,385.8816 C 703.8808,385.8816 711.8467,378.99608 722.3424,381.44719 C 763.3603,391.02626 762.0709,455.10547 716.9125,461.33101 C 703.0683,463.2343 695.6412,454.19531 696.7919,450.53175 C 698.9786,443.57018 705.9537,452.58323 700.5787,452.33323 C 703.7332,451.36428 698.7354,447.03909 698.3604,451.40223 C 698.082,454.64099 703.0017,460.39152 715.5075,459.54706 C 743.4994,457.6569 754.106,428.16843 739.3391,406.06378 L 736.758,404.72577 L 737.9401,408.56263 L 736.2899,410.85607 L 732.1377,408.77278 L 733.525,407.15419 L 731.8962,402.66563 L 732.6703,406.77995 L 729.8042,410.10493 L 728.2562,408.04973 L 722.9683,408.23605 L 726.9764,406.61629 L 728.6897,405.15119 L 727.2338,401.61129 L 719.132,400.63279 L 710.9396,407.87264 L 708.7762,412.28952 L 708.1472,408.92808 L 704.8593,406.28555 L 706.3287,406.60114 L 708.7722,406.05815 L 713.6546,400.72329 L 712.6591,400.2708 L 708.5867,400.36129 L 707.4102,405.33869 L 697.5244,407.46655 L 698.9079,411.53444 L 695.4905,410.00501 C 695.4905,410.00501 695.0945,415.21488 695.0945,415.21488 C 695.0945,415.21488 691.461,408.73352 691.461,408.73352 L 702.8853,403.61922 L 703.2473,400.2708 L 689.5821,400.45179 L 689.4916,399.27532 L 688.5866,398.64183 z " />
+ <path
+ style="opacity:1;color:#000000;fill:url(#linearGradient2650);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path7193"
+ sodipodi:nodetypes="ccccccccccc"
+ d="M 704.35,389.125 C 704.35,389.125 703.625,398.25 701.75,399.25 L 690.5125,400.125 L 700.2,396.4625 L 699.1375,398.775 C 700.425,397.1656 701.7125,396.77848 703,393.825 C 699.5101,396.16459 693.95,397.95 693.95,397.95 C 691.7123,398.72668 690.9889,395.6194 691.275,393.975 L 693.95,396.225 L 698.25,392.725 L 704.35,389.125 z " />
+ <path
+ style="opacity:1;color:#000000;fill:#478c05;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:cx="678.5"
+ sodipodi:cy="391"
+ sodipodi:type="arc"
+ transform="matrix(0.8125,0,0,0.8125,143.21875,75.8125)"
+ d="M 682.5 391 A 4 4 0 1 1 674.5,391 A 4 4 0 1 1 682.5 391 z"
+ sodipodi:rx="4"
+ id="path7189"
+ sodipodi:ry="4" />
+ <path
+ style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:cx="674.25"
+ sodipodi:cy="394.15625"
+ sodipodi:type="arc"
+ transform="matrix(0.8392857,0,0,1.2857143,128.20536,-112.55357)"
+ d="M 676 394.15625 A 1.75 0.65625 0 1 1 672.5,394.15625 A 1.75 0.65625 0 1 1 676 394.15625 z"
+ sodipodi:rx="1.75"
+ id="path7191"
+ sodipodi:ry="0.65625" />
+ <path
+ style="opacity:1;color:#000000;fill:#468b05;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 712,393.25 L 721,397.25 L 719.5,400.25 L 722.5,397 L 712,393.25 z "
+ id="path7212" />
+ <path
+ style="opacity:1;color:#000000;fill:#458905;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.61499679;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path7214"
+ sodipodi:nodetypes="ccccc"
+ d="M 726.75,399.75 L 724,392.25 L 739,399 L 725,393.5 L 726.75,399.75 z " />
+ </g>
+ </g>
+ </g>
+</svg>
Modified: branches/tmp/coolo/qt4-port/theme/style.qss
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/theme/styl…
==============================================================================
--- branches/tmp/coolo/qt4-port/theme/style.qss (original)
+++ branches/tmp/coolo/qt4-port/theme/style.qss Tue Dec 4 11:02:48 2007
@@ -2,7 +2,11 @@
#main_window {
background-image: url(background-1024x768.png);
background-position: bottom;
- background-repeat: repeat-x;
+ background-repeat: none;
+ background-position: top left;
+ min-width: 1024px;
+ max-width: 1024px;
+ min-height: 768px;
}
#work_area {
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
[yast-commit] r42645 - in /branches/tmp/coolo/qt4-port/src: ./ pkg/
by coolo@svn.opensuse.org 04 Dec '07
by coolo@svn.opensuse.org 04 Dec '07
04 Dec '07
Author: coolo
Date: Tue Dec 4 10:02:22 2007
New Revision: 42645
URL: http://svn.opensuse.org/viewcvs/yast?rev=42645&view=rev
Log:
moving classes where they are used
Added:
branches/tmp/coolo/qt4-port/src/pkg/QY2LayoutUtils.cc
- copied unchanged from r42641, branches/tmp/coolo/qt4-port/src/QY2LayoutUtils.cc
branches/tmp/coolo/qt4-port/src/pkg/QY2LayoutUtils.h
- copied unchanged from r42641, branches/tmp/coolo/qt4-port/src/QY2LayoutUtils.h
Removed:
branches/tmp/coolo/qt4-port/src/QY2LayoutUtils.cc
branches/tmp/coolo/qt4-port/src/QY2LayoutUtils.h
Modified:
branches/tmp/coolo/qt4-port/src/CMakeLists.txt
branches/tmp/coolo/qt4-port/src/YQDumbTab.cc
branches/tmp/coolo/qt4-port/src/YQOptionalWidgetFactory.h
branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.cc
branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.h
branches/tmp/coolo/qt4-port/src/YQUI_core.cc
branches/tmp/coolo/qt4-port/src/YQWidgetFactory.h
branches/tmp/coolo/qt4-port/src/YQWizard.cc
branches/tmp/coolo/qt4-port/src/pkg/CMakeLists.txt
Modified: branches/tmp/coolo/qt4-port/src/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/CMakeL…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/CMakeLists.txt (original)
+++ branches/tmp/coolo/qt4-port/src/CMakeLists.txt Tue Dec 4 10:02:22 2007
@@ -1,4 +1,4 @@
-INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} "${CMAKE_SOURCE_DIR}/src/pkg" )
+INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
ADD_DEFINITIONS(
-DY2LOG=\\\"QT4\\\" ${QT_DEFINITIONS}
@@ -12,7 +12,7 @@
SET(qt4_yast_plugin_SRCS
QY2CharValidator.cc QY2ComboTabWidget.cc QY2DiskUsageList.cc
- QY2LayoutUtils.cc QY2ListView.cc QY2Settings.cc Y2CCQt.cc
+ QY2ListView.cc QY2Settings.cc Y2CCQt.cc
YFrameBuffer.cc YQAlignment.cc YQApplication.cc YQBarGraph.cc
YQCheckBox.cc YQCheckBoxFrame.cc YQComboBox.cc YQDateField.cc
YQDialog.cc YQDownloadProgress.cc YQDumbTab.cc YQEBunny.cc
Modified: branches/tmp/coolo/qt4-port/src/YQDumbTab.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQDumb…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQDumbTab.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQDumbTab.cc Tue Dec 4 10:02:22 2007
@@ -26,7 +26,6 @@
#include <algorithm>
#include "YQSignalBlocker.h"
-#include "QY2LayoutUtils.h"
#include "utf8.h"
#include "YQUI.h"
#include "YQDumbTab.h"
@@ -42,7 +41,6 @@
, YDumbTab( parent )
{
setWidgetRep( this );
- addVSpacing( this, YQDumbTabSpacing );
//
// Tab bar
Modified: branches/tmp/coolo/qt4-port/src/YQOptionalWidgetFactory.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQOpti…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQOptionalWidgetFactory.h (original)
+++ branches/tmp/coolo/qt4-port/src/YQOptionalWidgetFactory.h Tue Dec 4 10:02:22 2007
@@ -28,8 +28,8 @@
#include "YQDumbTab.h"
#include "YQMultiProgressMeter.h"
#include "YQPartitionSplitter.h"
-#include "YQPatternSelector.h"
-#include "YQSimplePatchSelector.h"
+#include "pkg/YQPatternSelector.h"
+#include "pkg/YQSimplePatchSelector.h"
#include "YQSlider.h"
#include "YQTimeField.h"
Modified: branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQPack…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.cc Tue Dec 4 10:02:22 2007
@@ -21,9 +21,9 @@
#include "YQPackageSelectorPlugin.h"
#define y2log_component "qt-ui"
#include <ycp/y2log.h>
-#include "YQPackageSelector.h"
-#include "YQPatternSelector.h"
-#include "YQSimplePatchSelector.h"
+#include "pkg/YQPackageSelector.h"
+#include "pkg/YQPatternSelector.h"
+#include "pkg/YQSimplePatchSelector.h"
#include "YUIException.h"
#define PLUGIN_BASE_NAME "qt4_pkg"
Modified: branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQPack…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.h (original)
+++ branches/tmp/coolo/qt4-port/src/YQPackageSelectorPlugin.h Tue Dec 4 10:02:22 2007
@@ -21,9 +21,9 @@
#define YQPackageSelectorPlugin_h
#include <YPackageSelectorPlugin.h>
-#include "YQPackageSelector.h"
-#include "YQPatternSelector.h"
-#include "YQSimplePatchSelector.h"
+#include "pkg/YQPackageSelector.h"
+#include "pkg/YQPatternSelector.h"
+#include "pkg/YQSimplePatchSelector.h"
/**
Modified: branches/tmp/coolo/qt4-port/src/YQUI_core.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQUI_c…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQUI_core.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQUI_core.cc Tue Dec 4 10:02:22 2007
@@ -153,8 +153,7 @@
_main_win->installEventFilter( this );
#endif
- //_main_win->resize( _default_size );
- _main_win->setFixedSize( 1024, 768 );
+ _main_win->resize( _default_size );
if ( _fullscreen || ! _have_wm )
_main_win->move( 0, 0 );
Modified: branches/tmp/coolo/qt4-port/src/YQWidgetFactory.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQWidg…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQWidgetFactory.h (original)
+++ branches/tmp/coolo/qt4-port/src/YQWidgetFactory.h Tue Dec 4 10:02:22 2007
@@ -38,7 +38,7 @@
#include "YQMenuButton.h"
#include "YQMultiLineEdit.h"
#include "YQMultiSelectionBox.h"
-#include "YQPackageSelector.h"
+#include "pkg/YQPackageSelector.h"
#include "YQProgressBar.h"
#include "YQPushButton.h"
#include "YQRadioButton.h"
Modified: branches/tmp/coolo/qt4-port/src/YQWizard.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQWiza…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQWizard.cc (original)
+++ branches/tmp/coolo/qt4-port/src/YQWizard.cc Tue Dec 4 10:02:22 2007
@@ -61,7 +61,6 @@
#include "YQIconPool.h"
#include "YQWidgetFactory.h"
#include "YQSignalBlocker.h"
-#include "QY2LayoutUtils.h"
#include "YEvent.h"
using std::string;
Modified: branches/tmp/coolo/qt4-port/src/pkg/CMakeLists.txt
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/pkg/CM…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/pkg/CMakeLists.txt (original)
+++ branches/tmp/coolo/qt4-port/src/pkg/CMakeLists.txt Tue Dec 4 10:02:22 2007
@@ -17,7 +17,7 @@
)
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-nonliteral -fmessage-length=0" )
-SET(qt4_yast_pkg_plugin_SRCS YQPackageSelectorBase.cc YQPackageSelector.cc YQPackageSelectorHelp.cc YQPatternSelector.cc YQPkgChangeLogView.cc YQPkgChangesDialog.cc YQPkgConflictDialog.cc YQPkgConflictList.cc YQPkgDependenciesView.cc YQPkgDescriptionDialog.cc YQPkgDescriptionView.cc YQPkgDiskUsageList.cc YQPkgDiskUsageWarningDialog.cc YQPkgFileListView.cc YQPkgGenericDetailsView.cc YQPkgLangList.cc YQPkgList.cc YQPkgObjList.cc YQPkgPatchFilterView.cc YQPkgPatchList.cc YQPkgPatternList.cc YQPkgProductDialog.cc YQPkgProductList.cc YQPkgRepoFilterView.cc YQPkgRepoList.cc YQPkgRpmGroupTagsFilterView.cc YQPkgSearchFilterView.cc YQPkgSelDescriptionView.cc YQPkgSelList.cc YQPkgSelMapper.cc YQPkgStatusFilterView.cc YQPkgTechnicalDetailsView.cc YQPkgTextDialog.cc YQPkgUpdateProblemFilterView.cc YQPkgVersionsView.cc YQSimplePatchSelector.cc )
+SET(qt4_yast_pkg_plugin_SRCS YQPackageSelectorBase.cc YQPackageSelector.cc YQPackageSelectorHelp.cc YQPatternSelector.cc YQPkgChangeLogView.cc YQPkgChangesDialog.cc YQPkgConflictDialog.cc YQPkgConflictList.cc YQPkgDependenciesView.cc YQPkgDescriptionDialog.cc YQPkgDescriptionView.cc YQPkgDiskUsageList.cc YQPkgDiskUsageWarningDialog.cc YQPkgFileListView.cc YQPkgGenericDetailsView.cc YQPkgLangList.cc YQPkgList.cc YQPkgObjList.cc YQPkgPatchFilterView.cc YQPkgPatchList.cc YQPkgPatternList.cc YQPkgProductDialog.cc YQPkgProductList.cc YQPkgRepoFilterView.cc YQPkgRepoList.cc YQPkgRpmGroupTagsFilterView.cc YQPkgSearchFilterView.cc YQPkgSelDescriptionView.cc YQPkgSelList.cc YQPkgSelMapper.cc YQPkgStatusFilterView.cc YQPkgTechnicalDetailsView.cc YQPkgTextDialog.cc YQPkgUpdateProblemFilterView.cc YQPkgVersionsView.cc YQSimplePatchSelector.cc QY2LayoutUtils.cc )
QT4_AUTOMOC(${qt4_yast_pkg_plugin_SRCS})
@@ -36,4 +36,4 @@
TARGET_LINK_LIBRARIES( py2qt4_pkg ${ZYPP_LIBRARY} )
SET_TARGET_PROPERTIES( py2qt4_pkg PROPERTIES SOVERSION 2 )
-INSTALL(TARGETS py2qt4_pkg LIBRARY DESTINATION ${YAST_PLUGIN_DIR} )
\ No newline at end of file
+INSTALL(TARGETS py2qt4_pkg LIBRARY DESTINATION ${YAST_PLUGIN_DIR} )
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
[yast-commit] r42644 - /branches/tmp/coolo/qt4-port/src/YQSlider.h
by coolo@svn.opensuse.org 04 Dec '07
by coolo@svn.opensuse.org 04 Dec '07
04 Dec '07
Author: coolo
Date: Tue Dec 4 10:01:59 2007
New Revision: 42644
URL: http://svn.opensuse.org/viewcvs/yast?rev=42644&view=rev
Log:
this is not implemented
Modified:
branches/tmp/coolo/qt4-port/src/YQSlider.h
Modified: branches/tmp/coolo/qt4-port/src/YQSlider.h
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/src/YQSlid…
==============================================================================
--- branches/tmp/coolo/qt4-port/src/YQSlider.h (original)
+++ branches/tmp/coolo/qt4-port/src/YQSlider.h Tue Dec 4 10:01:59 2007
@@ -120,14 +120,6 @@
**/
void valueChangedSlot( int newValue );
- /**
- * Slot for setting the value.
- * This is needed separately from setValue() to avoid infinite loops via
- * ChangeWidget().
- **/
- void setValueSlot( int newValue );
-
-
signals:
/**
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
04 Dec '07
Author: locilka
Date: Tue Dec 4 09:48:54 2007
New Revision: 42643
URL: http://svn.opensuse.org/viewcvs/yast?rev=42643&view=rev
Log:
Added Icon::Warning(), Icon::Error(), Icon::Info()
Modified:
trunk/yast2/library/modules/Icon.ycp
Modified: trunk/yast2/library/modules/Icon.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/modules/Icon.ycp?r…
==============================================================================
--- trunk/yast2/library/modules/Icon.ycp (original)
+++ trunk/yast2/library/modules/Icon.ycp Tue Dec 4 09:48:54 2007
@@ -125,5 +125,32 @@
return Image (icon_type, $[]);
}
+ /**
+ * Returns UI term `Image() widget with a warning-icon.
+ *
+ * @return term warning icon
+ */
+ global term Warning () {
+ return Image ("warning", $[]);
+ }
+
+ /**
+ * Returns UI term `Image() widget with an error-icon.
+ *
+ * @return term error-icon
+ */
+ global term Error () {
+ return Image ("error", $[]);
+ }
+
+ /**
+ * Returns UI term `Image() widget with an info-icon.
+ *
+ * @return term info icon
+ */
+ global term Info () {
+ return Image ("info", $[]);
+ }
+
/* EOF */
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
04 Dec '07
Author: coolo
Date: Tue Dec 4 09:38:19 2007
New Revision: 42642
URL: http://svn.opensuse.org/viewcvs/yast?rev=42642&view=rev
Log:
I guess this is part of automake support
Removed:
branches/tmp/coolo/qt4-port/SUBDIRS
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
04 Dec '07
Author: coolo
Date: Tue Dec 4 09:33:21 2007
New Revision: 42641
URL: http://svn.opensuse.org/viewcvs/yast?rev=42641&view=rev
Log:
Huha's changes are in
Modified:
branches/tmp/coolo/qt4-port/ (props changed)
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0
[yast-commit] r42640 - /branches/tmp/coolo/qt4-port/package/yast2-qt4.changes
by coolo@svn.opensuse.org 03 Dec '07
by coolo@svn.opensuse.org 03 Dec '07
03 Dec '07
Author: coolo
Date: Mon Dec 3 22:02:09 2007
New Revision: 42640
URL: http://svn.opensuse.org/viewcvs/yast?rev=42640&view=rev
Log:
copy
Modified:
branches/tmp/coolo/qt4-port/package/yast2-qt4.changes
Modified: branches/tmp/coolo/qt4-port/package/yast2-qt4.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/coolo/qt4-port/package/ya…
==============================================================================
--- branches/tmp/coolo/qt4-port/package/yast2-qt4.changes (original)
+++ branches/tmp/coolo/qt4-port/package/yast2-qt4.changes Mon Dec 3 22:02:09 2007
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Dec 3 22:01:29 CET 2007 - coolo(a)suse.de
+
+- make it build again
+
+-------------------------------------------------------------------
Fri Nov 30 17:20:49 CET 2007 - sh(a)suse.de
- Migrated YQDialog to mod-ui
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
1
0