summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
authorlains <lains@caramail.com>2019-09-18 14:31:33 +0200
committerGitHub <noreply@github.com>2019-09-18 14:31:33 +0200
commit343e2907867403b2aef7c2dc487596e9a975f2f7 (patch)
treeb05455feb2fa71d1f030e57f3a6e2dd51de30a11 /navit
parent1d364ed6f8c0de8816b54dda23ab7653bb2790fc (diff)
downloadnavit-343e2907867403b2aef7c2dc487596e9a975f2f7.tar.gz
Merging PR #724: Updating Navit logo according to proposal in issue #436
* Updating navit logo for QT * Adding navit icon to GTK GUI's windows, using the black and white version of the icon in GTK GUI for better readability * Fixing memory leak in GTK geticon() * Adding source svg for all variations of the logo (integrating to the repo, the svg logo catalog that was last posted in #436 (https://github.com/navit-gps/navit/issues/436#issuecomment-450587935) Credits for logo design: redmusic27 and zintor
Diffstat (limited to 'navit')
-rw-r--r--navit/gui/gtk/gui_gtk_poi.c9
-rw-r--r--navit/gui/gtk/gui_gtk_window.c3
-rw-r--r--navit/gui/qt5_qml/skins/modern/navit.svg394
-rw-r--r--navit/gui/qt5_qml/skins/navit.svg394
-rw-r--r--navit/icons/navit.svg394
-rwxr-xr-xnavit/icons/navit_plain_bk.svg102
6 files changed, 289 insertions, 1007 deletions
diff --git a/navit/gui/gtk/gui_gtk_poi.c b/navit/gui/gtk/gui_gtk_poi.c
index 265f1f28e..77502f03f 100644
--- a/navit/gui/gtk/gui_gtk_poi.c
+++ b/navit/gui/gtk/gui_gtk_poi.c
@@ -37,6 +37,8 @@
#include "navigation.h" /* for FEET_PER_METER and other conversion factors. */
+GdkPixbuf *geticon(const char *name);
+
/**
* @brief Context passed around POI search function
*/
@@ -60,13 +62,16 @@ static struct gtk_poi_search {
* @param name The name of the icon to use (eg: "pharmacy.png"
* @return A pixbuf containing this icon of NULL if the icon could not be loaded
*/
-static GdkPixbuf *geticon(const char *name) {
+GdkPixbuf *geticon(const char *name) {
GdkPixbuf *icon=NULL;
GError *error=NULL;
- icon=gdk_pixbuf_new_from_file(graphics_icon_path(name),&error);
+ char *filename = graphics_icon_path(name);
+ icon=gdk_pixbuf_new_from_file(filename,&error);
if (error) {
dbg(lvl_error, "failed to load icon '%s': %s", name, error->message);
+ icon=NULL;
}
+ g_free(filename);
return icon;
}
diff --git a/navit/gui/gtk/gui_gtk_window.c b/navit/gui/gtk/gui_gtk_window.c
index 1e57004d0..858904ddb 100644
--- a/navit/gui/gtk/gui_gtk_window.c
+++ b/navit/gui/gtk/gui_gtk_window.c
@@ -73,6 +73,8 @@
#define KEY_RIGHT GDK_Right
#endif
+GdkPixbuf *geticon(const char *name);
+
static gboolean keypress(GtkWidget *widget, GdkEventKey *event, struct gui_priv *this) {
int w,h;
struct transformation *t;
@@ -717,6 +719,7 @@ static struct gui_priv *gui_gtk_new(struct navit *nav, struct gui_methods *meth,
this->vbox = gtk_vbox_new(FALSE, 0);
gtk_window_set_default_size(GTK_WINDOW(this->win), w, h);
gtk_window_set_title(GTK_WINDOW(this->win), "Navit");
+ gtk_window_set_default_icon(geticon("navit_plain_bk.png"));
gtk_window_set_wmclass (GTK_WINDOW (this->win), "navit", "Navit");
gtk_widget_realize(this->win);
gui_gtk_ui_init(this);
diff --git a/navit/gui/qt5_qml/skins/modern/navit.svg b/navit/gui/qt5_qml/skins/modern/navit.svg
index 591d9ee57..ff806f7e3 100644
--- a/navit/gui/qt5_qml/skins/modern/navit.svg
+++ b/navit/gui/qt5_qml/skins/modern/navit.svg
@@ -12,185 +12,44 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="22"
height="22"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.4 r9939"
- version="1.0"
- sodipodi:docname="navit.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/home/jeff/projets/navit/navit.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
+ viewBox="0 0 22.000001 22"
+ id="svg4900"
+ version="1.1"
+ inkscape:version="0.92.1 r15371"
+ sodipodi:docname="navit.svg">
<defs
- id="defs4">
+ id="defs4902">
<linearGradient
inkscape:collect="always"
- id="linearGradient3376">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3378" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3380" />
- </linearGradient>
- <linearGradient
- id="linearGradient3365">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.61904764;"
- offset="0"
- id="stop3367" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3369" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3328">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3330" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3332" />
- </linearGradient>
- <linearGradient
- id="linearGradient3320">
- <stop
- style="stop-color:#116cbf;stop-opacity:1;"
- offset="0"
- id="stop3322" />
- <stop
- id="stop3354"
- offset="0.08"
- style="stop-color:#116cbf;stop-opacity:1;" />
- <stop
- id="stop3352"
- offset="0.4893617"
- style="stop-color:#1a6cb6;stop-opacity:1;" />
- <stop
- style="stop-color:#329eff;stop-opacity:1;"
- offset="1"
- id="stop3324" />
- </linearGradient>
- <linearGradient
- id="linearGradient3308">
- <stop
- style="stop-color:#062643;stop-opacity:1;"
- offset="0"
- id="stop3310" />
- <stop
- style="stop-color:#0d5799;stop-opacity:1;"
- offset="1"
- id="stop3312" />
- </linearGradient>
- <linearGradient
- id="linearGradient3235">
- <stop
- style="stop-color:#c17d11;stop-opacity:1;"
- offset="0"
- id="stop3237" />
- <stop
- style="stop-color:#e9cb14;stop-opacity:1;"
- offset="1"
- id="stop3239" />
- </linearGradient>
+ xlink:href="#linearGradient3728"
+ id="linearGradient1325"
+ x1="0.18388532"
+ y1="294.09717"
+ x2="5.6532726"
+ y2="294.09717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7795279,0,0,3.7795279,-0.58442088,-69.63366)" />
<linearGradient
- id="linearGradient3227">
+ id="linearGradient3728">
<stop
- style="stop-color:#76650c;stop-opacity:1;"
offset="0"
- id="stop3229" />
+ stop-color="#ffda00"
+ id="stop3730" />
<stop
- style="stop-color:#76650c;stop-opacity:0;"
offset="1"
- id="stop3231" />
+ stop-color="#f57f0c"
+ id="stop3732" />
</linearGradient>
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="15.556349 : 133.02972 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective10" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient3235"
- id="linearGradient3241"
- x1="64"
- y1="115.11359"
- x2="64"
- y2="17.40102"
+ xlink:href="#linearGradient3728"
+ id="linearGradient1341"
+ x1="1.5875"
+ y1="294.08957"
+ x2="4.2333331"
+ y2="294.08957"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15819674,0,0,0.15819674,1.9928719,0.69315656)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3308"
- id="linearGradient3314"
- x1="-7.7781754"
- y1="4.2563133"
- x2="43.133514"
- y2="4.2563133"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3320"
- id="linearGradient3326"
- x1="7.6363606"
- y1="87.731171"
- x2="58.391151"
- y2="38.450466"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15669503,0.02174581,-0.02174581,0.15669503,4.357122,0.76802046)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3227"
- id="linearGradient3340"
- gradientUnits="userSpaceOnUse"
- x1="63"
- y1="106.75"
- x2="92"
- y2="29.25" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3328"
- id="linearGradient3342"
- gradientUnits="userSpaceOnUse"
- x1="71"
- y1="69.5"
- x2="87.25"
- y2="33.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3365"
- id="linearGradient3371"
- x1="-1.5"
- y1="86.5"
- x2="73.5"
- y2="40"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15819674,0,0,0.15819674,1.9928719,0.69315656)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3376"
- id="linearGradient3382"
- x1="62.147858"
- y1="67.453751"
- x2="11.016594"
- y2="24.242672"
- gradientUnits="userSpaceOnUse" />
- <filter
- inkscape:collect="always"
- id="filter3424">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="0.90523025"
- id="feGaussianBlur3426" />
- </filter>
+ gradientTransform="matrix(3.7795281,0,0,3.7795281,-0.58442178,-69.63366)" />
</defs>
<sodipodi:namedview
id="base"
@@ -199,26 +58,27 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="11.313708"
- inkscape:cx="16.894586"
- inkscape:cy="27.303943"
+ inkscape:zoom="22.4"
+ inkscape:cx="8.0714281"
+ inkscape:cy="8.9698474"
inkscape:document-units="px"
- inkscape:current-layer="layer2"
+ inkscape:current-layer="layer1"
showgrid="false"
- inkscape:window-width="1280"
- inkscape:window-height="948"
+ units="px"
+ inkscape:window-width="1920"
+ inkscape:window-height="926"
inkscape:window-x="0"
- inkscape:window-y="24"
- showborder="true"
+ inkscape:window-y="31"
inkscape:window-maximized="1" />
<metadata
- id="metadata7">
+ id="metadata4905">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@@ -226,168 +86,32 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
- style="display:inline">
- <rect
- style="fill:url(#linearGradient3241);fill-opacity:1;stroke:#43350f;stroke-width:0.79098374;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="rect2403"
- width="18.792814"
- height="15.381022"
- x="2.7210562"
- y="3.1272359"
- rx="1.5819675"
- ry="1.5819675" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="lignes"
- style="display:inline">
+ transform="translate(0,-1030.3623)">
<g
- id="g3336"
- transform="matrix(0.15819674,0,0,0.15819674,5.1568068,0.69315656)">
+ id="g5494"
+ transform="translate(0.55342518,-0.5529)">
<path
- sodipodi:nodetypes="cczzczc"
- id="path3223"
- d="m 92,27 8,-4 c 0,0 -32.803776,29.787015 -21.5,41.25 11.303776,11.462985 5.61873,46.35859 -6,46.25 L 19,110 C 39.916667,101.41667 73.874441,83.136394 61,66.25 48.125559,49.363606 92,27 92,27 z"
- style="fill:url(#linearGradient3340);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ id="circle1307"
+ d="m 10.415579,1036.886 a 5.0000004,5.0000004 0 0 0 -1.4902344,0.2324 l 2.4765624,4.7168 0.9375,2.1113 h 0.05859 c -0.04889,-0.5084 -0.107337,-1.0754 -0.175781,-1.7012 -0.05867,-0.6257 -0.08789,-1.2219 -0.08789,-1.789 v -3.2598 a 5.0000004,5.0000004 0 0 0 -1.718747,-0.3105 z m -3.7226561,1.6699 a 5.0000004,5.0000004 0 0 0 -1.277344,3.3301 5.0000004,5.0000004 0 0 0 1.277344,3.3261 z m 7.4941411,0.057 v 6.5508 a 5.0000004,5.0000004 0 0 0 1.228516,-3.2773 5.0000004,5.0000004 0 0 0 -1.228516,-3.2735 z m -5.7050784,1.1836 c 0.04889,0.528 0.103443,1.095 0.162109,1.7012 0.06844,0.6062 0.101563,1.1926 0.101563,1.7598 v 3.3339 a 5.0000004,5.0000004 0 0 0 1.6699214,0.295 5.0000004,5.0000004 0 0 0 1.550781,-0.252 l -2.4863274,-4.7539 -0.939453,-2.084 z"
+ style="display:inline;fill:url(#linearGradient1341);fill-opacity:1;stroke:none;stroke-width:1.88976383;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <ellipse
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ ry="5.9375"
+ rx="7.5000005"
+ cy="1038.8679"
+ cx="10.308436"
+ id="ellipse1313"
+ style="display:inline;fill:#000000;fill-opacity:0;stroke-width:0.26458332" />
<path
- sodipodi:nodetypes="czc"
- id="path3244"
- d="M 49.5,110 C 60.666667,104.16667 83.256846,86.358298 72,70.5 60.743153,54.641702 77.5,38.5 92.5,29"
- style="fill:none;stroke:url(#linearGradient3342);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:9, 9;stroke-dashoffset:0"
- inkscape:connector-curvature="0" />
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ sodipodi:nodetypes="cccccccscccccscccccccccccsccccccccccccccsccccccccccccscccccccccccccccccsccccccccscccccccccsccccccccccczccscccz"
+ inkscape:connector-curvature="0"
+ id="path1315"
+ d="m 10.593714,1049.8749 -9.1e-4,-2.3589 0.266653,-0.019 c 1.330607,-0.098 2.575221,-0.668 3.523588,-1.6136 0.923018,-0.9203 1.48054,-2.0846 1.617879,-3.3788 0.01308,-0.1232 0.02385,-0.2694 0.02392,-0.3254 l 1.81e-4,-0.1016 h 2.328482 c 1.280664,0 2.325431,0 2.321705,0.01 -0.0037,0 -0.687432,0.3008 -1.519342,0.6605 -0.83191,0.3594 -1.518827,0.6597 -1.526483,0.6668 -0.0077,0.01 -0.04908,0.1508 -0.09205,0.3194 -0.132715,0.5206 -0.29037,0.9508 -0.517639,1.4127 -0.167958,0.3413 -0.275467,0.5269 -0.499195,0.8617 -1.000766,1.4979 -2.485149,2.5475 -4.266583,3.0169 l -0.07101,0.019 -0.794147,1.5968 -0.794145,1.5968 -9.1e-4,-2.3589 z m -0.8872994,0.9173 c -0.322031,-0.7436 -0.588278,-1.3594 -0.591664,-1.3683 -0.0039,-0.011 0.01606,-0.011 0.05389,0 0.171281,0.03 0.556063,0.075 0.826463,0.093 l 0.3049514,0.019 v 1.3064 c 0,0.7185 -0.0018,1.3063 -0.0041,1.3062 -0.0022,0 -0.267545,-0.6085 -0.5895754,-1.352 z m 0.3984724,-1.5541 c -0.4129714,-0.015 -0.9841194,-0.1 -1.4231124,-0.2079 -1.1829774,-0.2918 -2.2498931,-0.8648 -3.1847034,-1.7108 -0.6211646,-0.5621 -1.2019874,-1.3307 -1.5867228,-2.0995 -0.4741759,-0.9476 -0.7080315,-1.8427 -0.7754332,-2.9681 l -0.010469,-0.175 h 0.869187 0.8691863 l 0.010318,0.2037 c 0.012284,0.2423 0.061463,0.5948 0.1190551,0.8536 0.4574593,2.0554 2.0220538,3.673 4.067024,4.2048 0.328796,0.085 0.901832,0.1704 1.1509234,0.1704 h 0.08991 v 0.8702 0.87 h -0.03659 c -0.02014,0 -0.09149,0 -0.158574,-0.01 z m -8.5472195,-6.4443 -1.43082728,-0.7144 H 1.4864869 2.8461342 l 0.011112,0.2237 c 0.017688,0.3561 0.1027616,1.0252 0.1499604,1.1792 0.0048,0.015 0.00255,0.03 -0.00499,0.03 -0.00752,0 -0.6575826,-0.3212 -1.4445378,-0.7143 z m 0.1659969,-1.8139 1.6130877,-0.8022 0.018331,-0.071 c 0.4155662,-1.6096 1.3767781,-3.0429 2.7081715,-4.0382 0.5508458,-0.4118 1.194233,-0.7624 1.8459792,-1.0062 0.1497071,-0.056 0.5689748,-0.1874 0.7133978,-0.2237 l 0.07096,-0.019 0.802579,-1.6131 0.8025784,-1.6131 6.51e-4,2.3761 6.51e-4,2.3761 -0.215501,0.011 c -0.9806364,0.048 -2.0201623,0.4154 -2.8581804,1.0096 -0.3839399,0.2721 -0.850989,0.7104 -1.1284755,1.0585 -0.5214527,0.6544 -0.8786801,1.3761 -1.0748315,2.1716 -0.085493,0.3466 -0.155229,0.8333 -0.155229,1.083 v 0.1039 H 2.4892044 0.11057482 Z m 14.3013666,0.7062 c 0,-0.054 -0.01126,-0.2056 -0.02506,-0.3368 -0.167061,-1.5908 -1.005735,-3.0256 -2.319287,-3.9677 -0.567371,-0.407 -1.216407,-0.7054 -1.903171,-0.8749 -0.366618,-0.091 -0.811717,-0.155 -1.072569,-0.155 h -0.112135 v -0.8719 -0.8719 l 0.199234,0.011 c 0.958324,0.054 1.802105,0.254 2.641376,0.6272 1.079455,0.4801 2.048175,1.2373 2.782665,2.1749 0.171677,0.2192 0.473811,0.6716 0.605547,0.9067 0.467664,0.8347 0.773114,1.7663 0.885259,2.6999 0.01939,0.1613 0.05791,0.6526 0.05834,0.744 0,0.01 -0.391502,0.011 -0.870074,0.011 h -0.870129 z m 2.00405,-0.2083 c -0.02098,-0.3284 -0.06477,-0.688 -0.11706,-0.9613 -0.01784,-0.093 -0.03073,-0.1708 -0.02861,-0.1723 0.0021,0 0.655233,0.3212 1.451362,0.7175 l 1.447508,0.7201 h -1.366826 -1.366826 l -0.01954,-0.3061 z m -6.213518,-7.0211 c -0.297191,-0.06 -0.853606,-0.1213 -1.104838,-0.1217 l -0.117914,-10e-5 v -1.3689 c 0,-0.7529 0.0026,-1.3658 0.0058,-1.3621 0.0316,0.038 1.434361,2.8932 1.42013,2.8918 -0.01051,0 -0.101949,-0.019 -0.203203,-0.039 z"
+ style="display:inline;fill:url(#linearGradient1325);fill-opacity:1;stroke:none;stroke-width:0.00430322;stroke-opacity:1" />
</g>
</g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="bulle"
- style="display:none">
- <path
- sodipodi:type="arc"
- style="fill:url(#linearGradient3314);fill-opacity:1;stroke:#1f3157;stroke-width:5.30526352;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path3305"
- sodipodi:cx="17.67767"
- sodipodi:cy="4.2563133"
- sodipodi:rx="25.455845"
- sodipodi:ry="25.455845"
- d="m 43.133514,4.2563133 a 25.455845,25.455845 0 1 1 -50.9116894,0 25.455845,25.455845 0 1 1 50.9116894,0 z"
- transform="matrix(1.3194444,0,0,1.3194444,18.394598,29.399489)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="rose des vents"
- style="display:none">
- <g
- id="g3256"
- transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,36.903806,-19.093669)"
- style="opacity:0.5">
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 -5.673657,-27.511429 -27.511429,-5.673655 27.511429,-5.673657 5.673655,-27.5114293 5.673657,27.5114293 27.5114293,5.673655 -27.5114293,5.673657 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="2.3561945"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="8.0237608"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3258"
- style="fill:#167bd9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 6.826343,-33.011429 -40.011429,-0.173655 33.011429,6.826343 0.173655,-40.0114293 -6.826343,33.0114293 40.0114293,0.173655 -33.0114293,-6.826343 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="0.025433549"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="6.8285527"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3260"
- style="fill:#c3dff9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- </g>
- <g
- id="g3252">
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 -5.673657,-27.511429 -27.511429,-5.673655 27.511429,-5.673657 5.673655,-27.5114293 5.673657,27.5114293 27.5114293,5.673655 -27.5114293,5.673657 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="2.3561945"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="8.0237608"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3248"
- style="fill:#167bd9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 6.826343,-33.011429 -40.011429,-0.173655 33.011429,6.826343 0.173655,-40.0114293 -6.826343,33.0114293 40.0114293,0.173655 -33.0114293,-6.826343 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="0.025433549"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="6.8285527"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3250"
- style="fill:#c3dff9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- </g>
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="ondes"
- style="display:inline">
- <path
- sodipodi:type="spiral"
- style="fill:none;stroke:url(#linearGradient3382);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3424)"
- id="path3374"
- sodipodi:cx="14.142136"
- sodipodi:cy="19.812662"
- sodipodi:expansion="1"
- sodipodi:revolution="7"
- sodipodi:radius="54.341515"
- sodipodi:argument="-17.841497"
- sodipodi:t0="0"
- d="m 14.142136,19.812662 c 0.622964,0.987625 -1.02395,1.327003 -1.641498,1.035408 -1.673515,-0.790205 -1.44576,-3.111369 -0.429317,-4.318403 1.818177,-2.1591 5.16668,-1.702115 6.995307,0.176773 2.683583,2.757343 1.972982,7.252372 -0.782863,9.672211 C 14.610657,29.603916 8.9345884,28.6291 5.934649,24.989699 2.1595315,20.409885 3.4032379,13.538342 7.9296913,9.9636782 13.411833,5.6342815 21.486273,7.1492634 25.632617,12.56481 30.51894,18.946845 28.731319,28.228517 22.425395,32.944641 15.144955,38.389593 4.6532955,36.328487 -0.63134024,29.131329 -6.6360792,20.95346 -4.300928,9.2499464 3.7880618,3.3976889 12.862686,-3.1676594 25.779376,-0.55807441 32.198606,8.4231809 39.325168,18.394077 36.440869,32.524914 26.567024,39.51063 15.700216,47.198863 0.35449515,44.039641 -7.1973295,33.272958 -15.447588,21.510513 -12.013284,4.9493376 -0.35356778,-3.1683003 12.304301,-11.980865 30.081381,-8.2713528 38.764595,4.2815513 48.13969,17.834674 44.154872,36.828022 30.708654,46.076619 16.260416,56.014427 -3.9494981,51.754222 -13.763319,37.414588 -24.263992,22.071347 -19.728335,0.64462208 -4.4951973,-9.7342896 11.742953,-20.797954 34.386694,-15.98679 45.330585,0.1399218 56.957348,17.272902 51.870631,41.133834 34.850283,52.642608 16.822539,64.832562 -8.2557318,59.470254 -20.329308,41.556217 -33.082529,22.633765 -27.444596,-3.6619713 -8.6368269,-16.300279 11.180283,-29.616836 38.693597,-23.70325 51.896574,-4.0017077 65.776525,16.710018 59.587261,45.441005 38.991913,59.208598 17.385609,73.651995 -12.563136,67.187032 -26.895297,45.697847 -41.902187,23.196997 -35.161504,-7.9695799 -12.778456,-22.866268 10.616911,-38.436689 43.001386,-31.420272 58.462563,-8.1433373 74.596552,16.146521 67.304385,49.748954 43.133542,65.774587"
- transform="matrix(-0.15819674,0,0,0.15819674,22.262049,1.7055356)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="flèche"
- style="display:inline">
- <path
- style="fill:url(#linearGradient3326);fill-opacity:1;stroke:#1f3157;stroke-width:0.47459021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="M 5.6166617,6.6702162 C 8.5498903,6.3591404 11.366732,6.8627725 14.089084,8.0278339 L 12.323485,12.25995 11.465549,10.2747 C 9.1936105,11.38659 7.6712925,13.621104 6.8096897,16.845097 L 0.57820215,12.334567 C 2.318135,10.026025 5.9650066,8.1110997 8.889601,7.8565979 L 5.6166617,6.6702162 z"
- id="rect3317"
- sodipodi:nodetypes="cccccccc"
- inkscape:connector-curvature="0" />
- <path
- style="fill:url(#linearGradient3371);fill-opacity:1;stroke:none"
- d="M 8.2416433,7.021026 C 9.8257327,6.8500961 11.315051,7.2477939 12.75025,7.9702064 8.920071,9.4835882 6.1923078,11.598289 4.6822166,14.377175 L 1.7555768,12.162421 C 3.6037773,9.8056523 6.570797,8.7541746 9.6654142,7.8515586 L 8.2416433,7.021026 z"
- id="rect3362"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- </g>
</svg>
diff --git a/navit/gui/qt5_qml/skins/navit.svg b/navit/gui/qt5_qml/skins/navit.svg
index 591d9ee57..ff806f7e3 100644
--- a/navit/gui/qt5_qml/skins/navit.svg
+++ b/navit/gui/qt5_qml/skins/navit.svg
@@ -12,185 +12,44 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="22"
height="22"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.4 r9939"
- version="1.0"
- sodipodi:docname="navit.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/home/jeff/projets/navit/navit.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
+ viewBox="0 0 22.000001 22"
+ id="svg4900"
+ version="1.1"
+ inkscape:version="0.92.1 r15371"
+ sodipodi:docname="navit.svg">
<defs
- id="defs4">
+ id="defs4902">
<linearGradient
inkscape:collect="always"
- id="linearGradient3376">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3378" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3380" />
- </linearGradient>
- <linearGradient
- id="linearGradient3365">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.61904764;"
- offset="0"
- id="stop3367" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3369" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3328">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3330" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3332" />
- </linearGradient>
- <linearGradient
- id="linearGradient3320">
- <stop
- style="stop-color:#116cbf;stop-opacity:1;"
- offset="0"
- id="stop3322" />
- <stop
- id="stop3354"
- offset="0.08"
- style="stop-color:#116cbf;stop-opacity:1;" />
- <stop
- id="stop3352"
- offset="0.4893617"
- style="stop-color:#1a6cb6;stop-opacity:1;" />
- <stop
- style="stop-color:#329eff;stop-opacity:1;"
- offset="1"
- id="stop3324" />
- </linearGradient>
- <linearGradient
- id="linearGradient3308">
- <stop
- style="stop-color:#062643;stop-opacity:1;"
- offset="0"
- id="stop3310" />
- <stop
- style="stop-color:#0d5799;stop-opacity:1;"
- offset="1"
- id="stop3312" />
- </linearGradient>
- <linearGradient
- id="linearGradient3235">
- <stop
- style="stop-color:#c17d11;stop-opacity:1;"
- offset="0"
- id="stop3237" />
- <stop
- style="stop-color:#e9cb14;stop-opacity:1;"
- offset="1"
- id="stop3239" />
- </linearGradient>
+ xlink:href="#linearGradient3728"
+ id="linearGradient1325"
+ x1="0.18388532"
+ y1="294.09717"
+ x2="5.6532726"
+ y2="294.09717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7795279,0,0,3.7795279,-0.58442088,-69.63366)" />
<linearGradient
- id="linearGradient3227">
+ id="linearGradient3728">
<stop
- style="stop-color:#76650c;stop-opacity:1;"
offset="0"
- id="stop3229" />
+ stop-color="#ffda00"
+ id="stop3730" />
<stop
- style="stop-color:#76650c;stop-opacity:0;"
offset="1"
- id="stop3231" />
+ stop-color="#f57f0c"
+ id="stop3732" />
</linearGradient>
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="15.556349 : 133.02972 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective10" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient3235"
- id="linearGradient3241"
- x1="64"
- y1="115.11359"
- x2="64"
- y2="17.40102"
+ xlink:href="#linearGradient3728"
+ id="linearGradient1341"
+ x1="1.5875"
+ y1="294.08957"
+ x2="4.2333331"
+ y2="294.08957"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15819674,0,0,0.15819674,1.9928719,0.69315656)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3308"
- id="linearGradient3314"
- x1="-7.7781754"
- y1="4.2563133"
- x2="43.133514"
- y2="4.2563133"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3320"
- id="linearGradient3326"
- x1="7.6363606"
- y1="87.731171"
- x2="58.391151"
- y2="38.450466"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15669503,0.02174581,-0.02174581,0.15669503,4.357122,0.76802046)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3227"
- id="linearGradient3340"
- gradientUnits="userSpaceOnUse"
- x1="63"
- y1="106.75"
- x2="92"
- y2="29.25" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3328"
- id="linearGradient3342"
- gradientUnits="userSpaceOnUse"
- x1="71"
- y1="69.5"
- x2="87.25"
- y2="33.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3365"
- id="linearGradient3371"
- x1="-1.5"
- y1="86.5"
- x2="73.5"
- y2="40"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15819674,0,0,0.15819674,1.9928719,0.69315656)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3376"
- id="linearGradient3382"
- x1="62.147858"
- y1="67.453751"
- x2="11.016594"
- y2="24.242672"
- gradientUnits="userSpaceOnUse" />
- <filter
- inkscape:collect="always"
- id="filter3424">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="0.90523025"
- id="feGaussianBlur3426" />
- </filter>
+ gradientTransform="matrix(3.7795281,0,0,3.7795281,-0.58442178,-69.63366)" />
</defs>
<sodipodi:namedview
id="base"
@@ -199,26 +58,27 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="11.313708"
- inkscape:cx="16.894586"
- inkscape:cy="27.303943"
+ inkscape:zoom="22.4"
+ inkscape:cx="8.0714281"
+ inkscape:cy="8.9698474"
inkscape:document-units="px"
- inkscape:current-layer="layer2"
+ inkscape:current-layer="layer1"
showgrid="false"
- inkscape:window-width="1280"
- inkscape:window-height="948"
+ units="px"
+ inkscape:window-width="1920"
+ inkscape:window-height="926"
inkscape:window-x="0"
- inkscape:window-y="24"
- showborder="true"
+ inkscape:window-y="31"
inkscape:window-maximized="1" />
<metadata
- id="metadata7">
+ id="metadata4905">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@@ -226,168 +86,32 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
- style="display:inline">
- <rect
- style="fill:url(#linearGradient3241);fill-opacity:1;stroke:#43350f;stroke-width:0.79098374;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="rect2403"
- width="18.792814"
- height="15.381022"
- x="2.7210562"
- y="3.1272359"
- rx="1.5819675"
- ry="1.5819675" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="lignes"
- style="display:inline">
+ transform="translate(0,-1030.3623)">
<g
- id="g3336"
- transform="matrix(0.15819674,0,0,0.15819674,5.1568068,0.69315656)">
+ id="g5494"
+ transform="translate(0.55342518,-0.5529)">
<path
- sodipodi:nodetypes="cczzczc"
- id="path3223"
- d="m 92,27 8,-4 c 0,0 -32.803776,29.787015 -21.5,41.25 11.303776,11.462985 5.61873,46.35859 -6,46.25 L 19,110 C 39.916667,101.41667 73.874441,83.136394 61,66.25 48.125559,49.363606 92,27 92,27 z"
- style="fill:url(#linearGradient3340);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ id="circle1307"
+ d="m 10.415579,1036.886 a 5.0000004,5.0000004 0 0 0 -1.4902344,0.2324 l 2.4765624,4.7168 0.9375,2.1113 h 0.05859 c -0.04889,-0.5084 -0.107337,-1.0754 -0.175781,-1.7012 -0.05867,-0.6257 -0.08789,-1.2219 -0.08789,-1.789 v -3.2598 a 5.0000004,5.0000004 0 0 0 -1.718747,-0.3105 z m -3.7226561,1.6699 a 5.0000004,5.0000004 0 0 0 -1.277344,3.3301 5.0000004,5.0000004 0 0 0 1.277344,3.3261 z m 7.4941411,0.057 v 6.5508 a 5.0000004,5.0000004 0 0 0 1.228516,-3.2773 5.0000004,5.0000004 0 0 0 -1.228516,-3.2735 z m -5.7050784,1.1836 c 0.04889,0.528 0.103443,1.095 0.162109,1.7012 0.06844,0.6062 0.101563,1.1926 0.101563,1.7598 v 3.3339 a 5.0000004,5.0000004 0 0 0 1.6699214,0.295 5.0000004,5.0000004 0 0 0 1.550781,-0.252 l -2.4863274,-4.7539 -0.939453,-2.084 z"
+ style="display:inline;fill:url(#linearGradient1341);fill-opacity:1;stroke:none;stroke-width:1.88976383;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <ellipse
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ ry="5.9375"
+ rx="7.5000005"
+ cy="1038.8679"
+ cx="10.308436"
+ id="ellipse1313"
+ style="display:inline;fill:#000000;fill-opacity:0;stroke-width:0.26458332" />
<path
- sodipodi:nodetypes="czc"
- id="path3244"
- d="M 49.5,110 C 60.666667,104.16667 83.256846,86.358298 72,70.5 60.743153,54.641702 77.5,38.5 92.5,29"
- style="fill:none;stroke:url(#linearGradient3342);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:9, 9;stroke-dashoffset:0"
- inkscape:connector-curvature="0" />
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ sodipodi:nodetypes="cccccccscccccscccccccccccsccccccccccccccsccccccccccccscccccccccccccccccsccccccccscccccccccsccccccccccczccscccz"
+ inkscape:connector-curvature="0"
+ id="path1315"
+ d="m 10.593714,1049.8749 -9.1e-4,-2.3589 0.266653,-0.019 c 1.330607,-0.098 2.575221,-0.668 3.523588,-1.6136 0.923018,-0.9203 1.48054,-2.0846 1.617879,-3.3788 0.01308,-0.1232 0.02385,-0.2694 0.02392,-0.3254 l 1.81e-4,-0.1016 h 2.328482 c 1.280664,0 2.325431,0 2.321705,0.01 -0.0037,0 -0.687432,0.3008 -1.519342,0.6605 -0.83191,0.3594 -1.518827,0.6597 -1.526483,0.6668 -0.0077,0.01 -0.04908,0.1508 -0.09205,0.3194 -0.132715,0.5206 -0.29037,0.9508 -0.517639,1.4127 -0.167958,0.3413 -0.275467,0.5269 -0.499195,0.8617 -1.000766,1.4979 -2.485149,2.5475 -4.266583,3.0169 l -0.07101,0.019 -0.794147,1.5968 -0.794145,1.5968 -9.1e-4,-2.3589 z m -0.8872994,0.9173 c -0.322031,-0.7436 -0.588278,-1.3594 -0.591664,-1.3683 -0.0039,-0.011 0.01606,-0.011 0.05389,0 0.171281,0.03 0.556063,0.075 0.826463,0.093 l 0.3049514,0.019 v 1.3064 c 0,0.7185 -0.0018,1.3063 -0.0041,1.3062 -0.0022,0 -0.267545,-0.6085 -0.5895754,-1.352 z m 0.3984724,-1.5541 c -0.4129714,-0.015 -0.9841194,-0.1 -1.4231124,-0.2079 -1.1829774,-0.2918 -2.2498931,-0.8648 -3.1847034,-1.7108 -0.6211646,-0.5621 -1.2019874,-1.3307 -1.5867228,-2.0995 -0.4741759,-0.9476 -0.7080315,-1.8427 -0.7754332,-2.9681 l -0.010469,-0.175 h 0.869187 0.8691863 l 0.010318,0.2037 c 0.012284,0.2423 0.061463,0.5948 0.1190551,0.8536 0.4574593,2.0554 2.0220538,3.673 4.067024,4.2048 0.328796,0.085 0.901832,0.1704 1.1509234,0.1704 h 0.08991 v 0.8702 0.87 h -0.03659 c -0.02014,0 -0.09149,0 -0.158574,-0.01 z m -8.5472195,-6.4443 -1.43082728,-0.7144 H 1.4864869 2.8461342 l 0.011112,0.2237 c 0.017688,0.3561 0.1027616,1.0252 0.1499604,1.1792 0.0048,0.015 0.00255,0.03 -0.00499,0.03 -0.00752,0 -0.6575826,-0.3212 -1.4445378,-0.7143 z m 0.1659969,-1.8139 1.6130877,-0.8022 0.018331,-0.071 c 0.4155662,-1.6096 1.3767781,-3.0429 2.7081715,-4.0382 0.5508458,-0.4118 1.194233,-0.7624 1.8459792,-1.0062 0.1497071,-0.056 0.5689748,-0.1874 0.7133978,-0.2237 l 0.07096,-0.019 0.802579,-1.6131 0.8025784,-1.6131 6.51e-4,2.3761 6.51e-4,2.3761 -0.215501,0.011 c -0.9806364,0.048 -2.0201623,0.4154 -2.8581804,1.0096 -0.3839399,0.2721 -0.850989,0.7104 -1.1284755,1.0585 -0.5214527,0.6544 -0.8786801,1.3761 -1.0748315,2.1716 -0.085493,0.3466 -0.155229,0.8333 -0.155229,1.083 v 0.1039 H 2.4892044 0.11057482 Z m 14.3013666,0.7062 c 0,-0.054 -0.01126,-0.2056 -0.02506,-0.3368 -0.167061,-1.5908 -1.005735,-3.0256 -2.319287,-3.9677 -0.567371,-0.407 -1.216407,-0.7054 -1.903171,-0.8749 -0.366618,-0.091 -0.811717,-0.155 -1.072569,-0.155 h -0.112135 v -0.8719 -0.8719 l 0.199234,0.011 c 0.958324,0.054 1.802105,0.254 2.641376,0.6272 1.079455,0.4801 2.048175,1.2373 2.782665,2.1749 0.171677,0.2192 0.473811,0.6716 0.605547,0.9067 0.467664,0.8347 0.773114,1.7663 0.885259,2.6999 0.01939,0.1613 0.05791,0.6526 0.05834,0.744 0,0.01 -0.391502,0.011 -0.870074,0.011 h -0.870129 z m 2.00405,-0.2083 c -0.02098,-0.3284 -0.06477,-0.688 -0.11706,-0.9613 -0.01784,-0.093 -0.03073,-0.1708 -0.02861,-0.1723 0.0021,0 0.655233,0.3212 1.451362,0.7175 l 1.447508,0.7201 h -1.366826 -1.366826 l -0.01954,-0.3061 z m -6.213518,-7.0211 c -0.297191,-0.06 -0.853606,-0.1213 -1.104838,-0.1217 l -0.117914,-10e-5 v -1.3689 c 0,-0.7529 0.0026,-1.3658 0.0058,-1.3621 0.0316,0.038 1.434361,2.8932 1.42013,2.8918 -0.01051,0 -0.101949,-0.019 -0.203203,-0.039 z"
+ style="display:inline;fill:url(#linearGradient1325);fill-opacity:1;stroke:none;stroke-width:0.00430322;stroke-opacity:1" />
</g>
</g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="bulle"
- style="display:none">
- <path
- sodipodi:type="arc"
- style="fill:url(#linearGradient3314);fill-opacity:1;stroke:#1f3157;stroke-width:5.30526352;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path3305"
- sodipodi:cx="17.67767"
- sodipodi:cy="4.2563133"
- sodipodi:rx="25.455845"
- sodipodi:ry="25.455845"
- d="m 43.133514,4.2563133 a 25.455845,25.455845 0 1 1 -50.9116894,0 25.455845,25.455845 0 1 1 50.9116894,0 z"
- transform="matrix(1.3194444,0,0,1.3194444,18.394598,29.399489)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="rose des vents"
- style="display:none">
- <g
- id="g3256"
- transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,36.903806,-19.093669)"
- style="opacity:0.5">
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 -5.673657,-27.511429 -27.511429,-5.673655 27.511429,-5.673657 5.673655,-27.5114293 5.673657,27.5114293 27.5114293,5.673655 -27.5114293,5.673657 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="2.3561945"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="8.0237608"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3258"
- style="fill:#167bd9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 6.826343,-33.011429 -40.011429,-0.173655 33.011429,6.826343 0.173655,-40.0114293 -6.826343,33.0114293 40.0114293,0.173655 -33.0114293,-6.826343 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="0.025433549"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="6.8285527"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3260"
- style="fill:#c3dff9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- </g>
- <g
- id="g3252">
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 -5.673657,-27.511429 -27.511429,-5.673655 27.511429,-5.673657 5.673655,-27.5114293 5.673657,27.5114293 27.5114293,5.673655 -27.5114293,5.673657 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="2.3561945"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="8.0237608"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3248"
- style="fill:#167bd9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 6.826343,-33.011429 -40.011429,-0.173655 33.011429,6.826343 0.173655,-40.0114293 -6.826343,33.0114293 40.0114293,0.173655 -33.0114293,-6.826343 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="0.025433549"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="6.8285527"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3250"
- style="fill:#c3dff9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- </g>
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="ondes"
- style="display:inline">
- <path
- sodipodi:type="spiral"
- style="fill:none;stroke:url(#linearGradient3382);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3424)"
- id="path3374"
- sodipodi:cx="14.142136"
- sodipodi:cy="19.812662"
- sodipodi:expansion="1"
- sodipodi:revolution="7"
- sodipodi:radius="54.341515"
- sodipodi:argument="-17.841497"
- sodipodi:t0="0"
- d="m 14.142136,19.812662 c 0.622964,0.987625 -1.02395,1.327003 -1.641498,1.035408 -1.673515,-0.790205 -1.44576,-3.111369 -0.429317,-4.318403 1.818177,-2.1591 5.16668,-1.702115 6.995307,0.176773 2.683583,2.757343 1.972982,7.252372 -0.782863,9.672211 C 14.610657,29.603916 8.9345884,28.6291 5.934649,24.989699 2.1595315,20.409885 3.4032379,13.538342 7.9296913,9.9636782 13.411833,5.6342815 21.486273,7.1492634 25.632617,12.56481 30.51894,18.946845 28.731319,28.228517 22.425395,32.944641 15.144955,38.389593 4.6532955,36.328487 -0.63134024,29.131329 -6.6360792,20.95346 -4.300928,9.2499464 3.7880618,3.3976889 12.862686,-3.1676594 25.779376,-0.55807441 32.198606,8.4231809 39.325168,18.394077 36.440869,32.524914 26.567024,39.51063 15.700216,47.198863 0.35449515,44.039641 -7.1973295,33.272958 -15.447588,21.510513 -12.013284,4.9493376 -0.35356778,-3.1683003 12.304301,-11.980865 30.081381,-8.2713528 38.764595,4.2815513 48.13969,17.834674 44.154872,36.828022 30.708654,46.076619 16.260416,56.014427 -3.9494981,51.754222 -13.763319,37.414588 -24.263992,22.071347 -19.728335,0.64462208 -4.4951973,-9.7342896 11.742953,-20.797954 34.386694,-15.98679 45.330585,0.1399218 56.957348,17.272902 51.870631,41.133834 34.850283,52.642608 16.822539,64.832562 -8.2557318,59.470254 -20.329308,41.556217 -33.082529,22.633765 -27.444596,-3.6619713 -8.6368269,-16.300279 11.180283,-29.616836 38.693597,-23.70325 51.896574,-4.0017077 65.776525,16.710018 59.587261,45.441005 38.991913,59.208598 17.385609,73.651995 -12.563136,67.187032 -26.895297,45.697847 -41.902187,23.196997 -35.161504,-7.9695799 -12.778456,-22.866268 10.616911,-38.436689 43.001386,-31.420272 58.462563,-8.1433373 74.596552,16.146521 67.304385,49.748954 43.133542,65.774587"
- transform="matrix(-0.15819674,0,0,0.15819674,22.262049,1.7055356)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="flèche"
- style="display:inline">
- <path
- style="fill:url(#linearGradient3326);fill-opacity:1;stroke:#1f3157;stroke-width:0.47459021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="M 5.6166617,6.6702162 C 8.5498903,6.3591404 11.366732,6.8627725 14.089084,8.0278339 L 12.323485,12.25995 11.465549,10.2747 C 9.1936105,11.38659 7.6712925,13.621104 6.8096897,16.845097 L 0.57820215,12.334567 C 2.318135,10.026025 5.9650066,8.1110997 8.889601,7.8565979 L 5.6166617,6.6702162 z"
- id="rect3317"
- sodipodi:nodetypes="cccccccc"
- inkscape:connector-curvature="0" />
- <path
- style="fill:url(#linearGradient3371);fill-opacity:1;stroke:none"
- d="M 8.2416433,7.021026 C 9.8257327,6.8500961 11.315051,7.2477939 12.75025,7.9702064 8.920071,9.4835882 6.1923078,11.598289 4.6822166,14.377175 L 1.7555768,12.162421 C 3.6037773,9.8056523 6.570797,8.7541746 9.6654142,7.8515586 L 8.2416433,7.021026 z"
- id="rect3362"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- </g>
</svg>
diff --git a/navit/icons/navit.svg b/navit/icons/navit.svg
index 591d9ee57..ff806f7e3 100644
--- a/navit/icons/navit.svg
+++ b/navit/icons/navit.svg
@@ -12,185 +12,44 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="22"
height="22"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.4 r9939"
- version="1.0"
- sodipodi:docname="navit.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/home/jeff/projets/navit/navit.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
+ viewBox="0 0 22.000001 22"
+ id="svg4900"
+ version="1.1"
+ inkscape:version="0.92.1 r15371"
+ sodipodi:docname="navit.svg">
<defs
- id="defs4">
+ id="defs4902">
<linearGradient
inkscape:collect="always"
- id="linearGradient3376">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop3378" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop3380" />
- </linearGradient>
- <linearGradient
- id="linearGradient3365">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.61904764;"
- offset="0"
- id="stop3367" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3369" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3328">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3330" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3332" />
- </linearGradient>
- <linearGradient
- id="linearGradient3320">
- <stop
- style="stop-color:#116cbf;stop-opacity:1;"
- offset="0"
- id="stop3322" />
- <stop
- id="stop3354"
- offset="0.08"
- style="stop-color:#116cbf;stop-opacity:1;" />
- <stop
- id="stop3352"
- offset="0.4893617"
- style="stop-color:#1a6cb6;stop-opacity:1;" />
- <stop
- style="stop-color:#329eff;stop-opacity:1;"
- offset="1"
- id="stop3324" />
- </linearGradient>
- <linearGradient
- id="linearGradient3308">
- <stop
- style="stop-color:#062643;stop-opacity:1;"
- offset="0"
- id="stop3310" />
- <stop
- style="stop-color:#0d5799;stop-opacity:1;"
- offset="1"
- id="stop3312" />
- </linearGradient>
- <linearGradient
- id="linearGradient3235">
- <stop
- style="stop-color:#c17d11;stop-opacity:1;"
- offset="0"
- id="stop3237" />
- <stop
- style="stop-color:#e9cb14;stop-opacity:1;"
- offset="1"
- id="stop3239" />
- </linearGradient>
+ xlink:href="#linearGradient3728"
+ id="linearGradient1325"
+ x1="0.18388532"
+ y1="294.09717"
+ x2="5.6532726"
+ y2="294.09717"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7795279,0,0,3.7795279,-0.58442088,-69.63366)" />
<linearGradient
- id="linearGradient3227">
+ id="linearGradient3728">
<stop
- style="stop-color:#76650c;stop-opacity:1;"
offset="0"
- id="stop3229" />
+ stop-color="#ffda00"
+ id="stop3730" />
<stop
- style="stop-color:#76650c;stop-opacity:0;"
offset="1"
- id="stop3231" />
+ stop-color="#f57f0c"
+ id="stop3732" />
</linearGradient>
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="15.556349 : 133.02972 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective10" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient3235"
- id="linearGradient3241"
- x1="64"
- y1="115.11359"
- x2="64"
- y2="17.40102"
+ xlink:href="#linearGradient3728"
+ id="linearGradient1341"
+ x1="1.5875"
+ y1="294.08957"
+ x2="4.2333331"
+ y2="294.08957"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15819674,0,0,0.15819674,1.9928719,0.69315656)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3308"
- id="linearGradient3314"
- x1="-7.7781754"
- y1="4.2563133"
- x2="43.133514"
- y2="4.2563133"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3320"
- id="linearGradient3326"
- x1="7.6363606"
- y1="87.731171"
- x2="58.391151"
- y2="38.450466"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15669503,0.02174581,-0.02174581,0.15669503,4.357122,0.76802046)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3227"
- id="linearGradient3340"
- gradientUnits="userSpaceOnUse"
- x1="63"
- y1="106.75"
- x2="92"
- y2="29.25" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3328"
- id="linearGradient3342"
- gradientUnits="userSpaceOnUse"
- x1="71"
- y1="69.5"
- x2="87.25"
- y2="33.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3365"
- id="linearGradient3371"
- x1="-1.5"
- y1="86.5"
- x2="73.5"
- y2="40"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.15819674,0,0,0.15819674,1.9928719,0.69315656)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3376"
- id="linearGradient3382"
- x1="62.147858"
- y1="67.453751"
- x2="11.016594"
- y2="24.242672"
- gradientUnits="userSpaceOnUse" />
- <filter
- inkscape:collect="always"
- id="filter3424">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="0.90523025"
- id="feGaussianBlur3426" />
- </filter>
+ gradientTransform="matrix(3.7795281,0,0,3.7795281,-0.58442178,-69.63366)" />
</defs>
<sodipodi:namedview
id="base"
@@ -199,26 +58,27 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="11.313708"
- inkscape:cx="16.894586"
- inkscape:cy="27.303943"
+ inkscape:zoom="22.4"
+ inkscape:cx="8.0714281"
+ inkscape:cy="8.9698474"
inkscape:document-units="px"
- inkscape:current-layer="layer2"
+ inkscape:current-layer="layer1"
showgrid="false"
- inkscape:window-width="1280"
- inkscape:window-height="948"
+ units="px"
+ inkscape:window-width="1920"
+ inkscape:window-height="926"
inkscape:window-x="0"
- inkscape:window-y="24"
- showborder="true"
+ inkscape:window-y="31"
inkscape:window-maximized="1" />
<metadata
- id="metadata7">
+ id="metadata4905">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@@ -226,168 +86,32 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
- style="display:inline">
- <rect
- style="fill:url(#linearGradient3241);fill-opacity:1;stroke:#43350f;stroke-width:0.79098374;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="rect2403"
- width="18.792814"
- height="15.381022"
- x="2.7210562"
- y="3.1272359"
- rx="1.5819675"
- ry="1.5819675" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer2"
- inkscape:label="lignes"
- style="display:inline">
+ transform="translate(0,-1030.3623)">
<g
- id="g3336"
- transform="matrix(0.15819674,0,0,0.15819674,5.1568068,0.69315656)">
+ id="g5494"
+ transform="translate(0.55342518,-0.5529)">
<path
- sodipodi:nodetypes="cczzczc"
- id="path3223"
- d="m 92,27 8,-4 c 0,0 -32.803776,29.787015 -21.5,41.25 11.303776,11.462985 5.61873,46.35859 -6,46.25 L 19,110 C 39.916667,101.41667 73.874441,83.136394 61,66.25 48.125559,49.363606 92,27 92,27 z"
- style="fill:url(#linearGradient3340);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ id="circle1307"
+ d="m 10.415579,1036.886 a 5.0000004,5.0000004 0 0 0 -1.4902344,0.2324 l 2.4765624,4.7168 0.9375,2.1113 h 0.05859 c -0.04889,-0.5084 -0.107337,-1.0754 -0.175781,-1.7012 -0.05867,-0.6257 -0.08789,-1.2219 -0.08789,-1.789 v -3.2598 a 5.0000004,5.0000004 0 0 0 -1.718747,-0.3105 z m -3.7226561,1.6699 a 5.0000004,5.0000004 0 0 0 -1.277344,3.3301 5.0000004,5.0000004 0 0 0 1.277344,3.3261 z m 7.4941411,0.057 v 6.5508 a 5.0000004,5.0000004 0 0 0 1.228516,-3.2773 5.0000004,5.0000004 0 0 0 -1.228516,-3.2735 z m -5.7050784,1.1836 c 0.04889,0.528 0.103443,1.095 0.162109,1.7012 0.06844,0.6062 0.101563,1.1926 0.101563,1.7598 v 3.3339 a 5.0000004,5.0000004 0 0 0 1.6699214,0.295 5.0000004,5.0000004 0 0 0 1.550781,-0.252 l -2.4863274,-4.7539 -0.939453,-2.084 z"
+ style="display:inline;fill:url(#linearGradient1341);fill-opacity:1;stroke:none;stroke-width:1.88976383;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <ellipse
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ ry="5.9375"
+ rx="7.5000005"
+ cy="1038.8679"
+ cx="10.308436"
+ id="ellipse1313"
+ style="display:inline;fill:#000000;fill-opacity:0;stroke-width:0.26458332" />
<path
- sodipodi:nodetypes="czc"
- id="path3244"
- d="M 49.5,110 C 60.666667,104.16667 83.256846,86.358298 72,70.5 60.743153,54.641702 77.5,38.5 92.5,29"
- style="fill:none;stroke:url(#linearGradient3342);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:9, 9;stroke-dashoffset:0"
- inkscape:connector-curvature="0" />
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ sodipodi:nodetypes="cccccccscccccscccccccccccsccccccccccccccsccccccccccccscccccccccccccccccsccccccccscccccccccsccccccccccczccscccz"
+ inkscape:connector-curvature="0"
+ id="path1315"
+ d="m 10.593714,1049.8749 -9.1e-4,-2.3589 0.266653,-0.019 c 1.330607,-0.098 2.575221,-0.668 3.523588,-1.6136 0.923018,-0.9203 1.48054,-2.0846 1.617879,-3.3788 0.01308,-0.1232 0.02385,-0.2694 0.02392,-0.3254 l 1.81e-4,-0.1016 h 2.328482 c 1.280664,0 2.325431,0 2.321705,0.01 -0.0037,0 -0.687432,0.3008 -1.519342,0.6605 -0.83191,0.3594 -1.518827,0.6597 -1.526483,0.6668 -0.0077,0.01 -0.04908,0.1508 -0.09205,0.3194 -0.132715,0.5206 -0.29037,0.9508 -0.517639,1.4127 -0.167958,0.3413 -0.275467,0.5269 -0.499195,0.8617 -1.000766,1.4979 -2.485149,2.5475 -4.266583,3.0169 l -0.07101,0.019 -0.794147,1.5968 -0.794145,1.5968 -9.1e-4,-2.3589 z m -0.8872994,0.9173 c -0.322031,-0.7436 -0.588278,-1.3594 -0.591664,-1.3683 -0.0039,-0.011 0.01606,-0.011 0.05389,0 0.171281,0.03 0.556063,0.075 0.826463,0.093 l 0.3049514,0.019 v 1.3064 c 0,0.7185 -0.0018,1.3063 -0.0041,1.3062 -0.0022,0 -0.267545,-0.6085 -0.5895754,-1.352 z m 0.3984724,-1.5541 c -0.4129714,-0.015 -0.9841194,-0.1 -1.4231124,-0.2079 -1.1829774,-0.2918 -2.2498931,-0.8648 -3.1847034,-1.7108 -0.6211646,-0.5621 -1.2019874,-1.3307 -1.5867228,-2.0995 -0.4741759,-0.9476 -0.7080315,-1.8427 -0.7754332,-2.9681 l -0.010469,-0.175 h 0.869187 0.8691863 l 0.010318,0.2037 c 0.012284,0.2423 0.061463,0.5948 0.1190551,0.8536 0.4574593,2.0554 2.0220538,3.673 4.067024,4.2048 0.328796,0.085 0.901832,0.1704 1.1509234,0.1704 h 0.08991 v 0.8702 0.87 h -0.03659 c -0.02014,0 -0.09149,0 -0.158574,-0.01 z m -8.5472195,-6.4443 -1.43082728,-0.7144 H 1.4864869 2.8461342 l 0.011112,0.2237 c 0.017688,0.3561 0.1027616,1.0252 0.1499604,1.1792 0.0048,0.015 0.00255,0.03 -0.00499,0.03 -0.00752,0 -0.6575826,-0.3212 -1.4445378,-0.7143 z m 0.1659969,-1.8139 1.6130877,-0.8022 0.018331,-0.071 c 0.4155662,-1.6096 1.3767781,-3.0429 2.7081715,-4.0382 0.5508458,-0.4118 1.194233,-0.7624 1.8459792,-1.0062 0.1497071,-0.056 0.5689748,-0.1874 0.7133978,-0.2237 l 0.07096,-0.019 0.802579,-1.6131 0.8025784,-1.6131 6.51e-4,2.3761 6.51e-4,2.3761 -0.215501,0.011 c -0.9806364,0.048 -2.0201623,0.4154 -2.8581804,1.0096 -0.3839399,0.2721 -0.850989,0.7104 -1.1284755,1.0585 -0.5214527,0.6544 -0.8786801,1.3761 -1.0748315,2.1716 -0.085493,0.3466 -0.155229,0.8333 -0.155229,1.083 v 0.1039 H 2.4892044 0.11057482 Z m 14.3013666,0.7062 c 0,-0.054 -0.01126,-0.2056 -0.02506,-0.3368 -0.167061,-1.5908 -1.005735,-3.0256 -2.319287,-3.9677 -0.567371,-0.407 -1.216407,-0.7054 -1.903171,-0.8749 -0.366618,-0.091 -0.811717,-0.155 -1.072569,-0.155 h -0.112135 v -0.8719 -0.8719 l 0.199234,0.011 c 0.958324,0.054 1.802105,0.254 2.641376,0.6272 1.079455,0.4801 2.048175,1.2373 2.782665,2.1749 0.171677,0.2192 0.473811,0.6716 0.605547,0.9067 0.467664,0.8347 0.773114,1.7663 0.885259,2.6999 0.01939,0.1613 0.05791,0.6526 0.05834,0.744 0,0.01 -0.391502,0.011 -0.870074,0.011 h -0.870129 z m 2.00405,-0.2083 c -0.02098,-0.3284 -0.06477,-0.688 -0.11706,-0.9613 -0.01784,-0.093 -0.03073,-0.1708 -0.02861,-0.1723 0.0021,0 0.655233,0.3212 1.451362,0.7175 l 1.447508,0.7201 h -1.366826 -1.366826 l -0.01954,-0.3061 z m -6.213518,-7.0211 c -0.297191,-0.06 -0.853606,-0.1213 -1.104838,-0.1217 l -0.117914,-10e-5 v -1.3689 c 0,-0.7529 0.0026,-1.3658 0.0058,-1.3621 0.0316,0.038 1.434361,2.8932 1.42013,2.8918 -0.01051,0 -0.101949,-0.019 -0.203203,-0.039 z"
+ style="display:inline;fill:url(#linearGradient1325);fill-opacity:1;stroke:none;stroke-width:0.00430322;stroke-opacity:1" />
</g>
</g>
- <g
- inkscape:groupmode="layer"
- id="layer4"
- inkscape:label="bulle"
- style="display:none">
- <path
- sodipodi:type="arc"
- style="fill:url(#linearGradient3314);fill-opacity:1;stroke:#1f3157;stroke-width:5.30526352;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path3305"
- sodipodi:cx="17.67767"
- sodipodi:cy="4.2563133"
- sodipodi:rx="25.455845"
- sodipodi:ry="25.455845"
- d="m 43.133514,4.2563133 a 25.455845,25.455845 0 1 1 -50.9116894,0 25.455845,25.455845 0 1 1 50.9116894,0 z"
- transform="matrix(1.3194444,0,0,1.3194444,18.394598,29.399489)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer3"
- inkscape:label="rose des vents"
- style="display:none">
- <g
- id="g3256"
- transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,36.903806,-19.093669)"
- style="opacity:0.5">
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 -5.673657,-27.511429 -27.511429,-5.673655 27.511429,-5.673657 5.673655,-27.5114293 5.673657,27.5114293 27.5114293,5.673655 -27.5114293,5.673657 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="2.3561945"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="8.0237608"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3258"
- style="fill:#167bd9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 6.826343,-33.011429 -40.011429,-0.173655 33.011429,6.826343 0.173655,-40.0114293 -6.826343,33.0114293 40.0114293,0.173655 -33.0114293,-6.826343 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="0.025433549"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="6.8285527"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3260"
- style="fill:#c3dff9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- </g>
- <g
- id="g3252">
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 -5.673657,-27.511429 -27.511429,-5.673655 27.511429,-5.673657 5.673655,-27.5114293 5.673657,27.5114293 27.5114293,5.673655 -27.5114293,5.673657 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="2.3561945"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="8.0237608"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3248"
- style="fill:#167bd9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- <path
- transform="translate(67.5,7)"
- d="m -25.999999,61.185085 6.826343,-33.011429 -40.011429,-0.173655 33.011429,6.826343 0.173655,-40.0114293 -6.826343,33.0114293 40.0114293,0.173655 -33.0114293,-6.826343 z"
- inkscape:randomized="0"
- inkscape:rounded="0"
- inkscape:flatsided="false"
- sodipodi:arg2="0.025433549"
- sodipodi:arg1="1.5707963"
- sodipodi:r2="6.8285527"
- sodipodi:r1="33.185085"
- sodipodi:cy="28"
- sodipodi:cx="-26"
- sodipodi:sides="4"
- id="path3250"
- style="fill:#c3dff9;fill-opacity:1;stroke:none"
- sodipodi:type="star" />
- </g>
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="ondes"
- style="display:inline">
- <path
- sodipodi:type="spiral"
- style="fill:none;stroke:url(#linearGradient3382);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3424)"
- id="path3374"
- sodipodi:cx="14.142136"
- sodipodi:cy="19.812662"
- sodipodi:expansion="1"
- sodipodi:revolution="7"
- sodipodi:radius="54.341515"
- sodipodi:argument="-17.841497"
- sodipodi:t0="0"
- d="m 14.142136,19.812662 c 0.622964,0.987625 -1.02395,1.327003 -1.641498,1.035408 -1.673515,-0.790205 -1.44576,-3.111369 -0.429317,-4.318403 1.818177,-2.1591 5.16668,-1.702115 6.995307,0.176773 2.683583,2.757343 1.972982,7.252372 -0.782863,9.672211 C 14.610657,29.603916 8.9345884,28.6291 5.934649,24.989699 2.1595315,20.409885 3.4032379,13.538342 7.9296913,9.9636782 13.411833,5.6342815 21.486273,7.1492634 25.632617,12.56481 30.51894,18.946845 28.731319,28.228517 22.425395,32.944641 15.144955,38.389593 4.6532955,36.328487 -0.63134024,29.131329 -6.6360792,20.95346 -4.300928,9.2499464 3.7880618,3.3976889 12.862686,-3.1676594 25.779376,-0.55807441 32.198606,8.4231809 39.325168,18.394077 36.440869,32.524914 26.567024,39.51063 15.700216,47.198863 0.35449515,44.039641 -7.1973295,33.272958 -15.447588,21.510513 -12.013284,4.9493376 -0.35356778,-3.1683003 12.304301,-11.980865 30.081381,-8.2713528 38.764595,4.2815513 48.13969,17.834674 44.154872,36.828022 30.708654,46.076619 16.260416,56.014427 -3.9494981,51.754222 -13.763319,37.414588 -24.263992,22.071347 -19.728335,0.64462208 -4.4951973,-9.7342896 11.742953,-20.797954 34.386694,-15.98679 45.330585,0.1399218 56.957348,17.272902 51.870631,41.133834 34.850283,52.642608 16.822539,64.832562 -8.2557318,59.470254 -20.329308,41.556217 -33.082529,22.633765 -27.444596,-3.6619713 -8.6368269,-16.300279 11.180283,-29.616836 38.693597,-23.70325 51.896574,-4.0017077 65.776525,16.710018 59.587261,45.441005 38.991913,59.208598 17.385609,73.651995 -12.563136,67.187032 -26.895297,45.697847 -41.902187,23.196997 -35.161504,-7.9695799 -12.778456,-22.866268 10.616911,-38.436689 43.001386,-31.420272 58.462563,-8.1433373 74.596552,16.146521 67.304385,49.748954 43.133542,65.774587"
- transform="matrix(-0.15819674,0,0,0.15819674,22.262049,1.7055356)" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="flèche"
- style="display:inline">
- <path
- style="fill:url(#linearGradient3326);fill-opacity:1;stroke:#1f3157;stroke-width:0.47459021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="M 5.6166617,6.6702162 C 8.5498903,6.3591404 11.366732,6.8627725 14.089084,8.0278339 L 12.323485,12.25995 11.465549,10.2747 C 9.1936105,11.38659 7.6712925,13.621104 6.8096897,16.845097 L 0.57820215,12.334567 C 2.318135,10.026025 5.9650066,8.1110997 8.889601,7.8565979 L 5.6166617,6.6702162 z"
- id="rect3317"
- sodipodi:nodetypes="cccccccc"
- inkscape:connector-curvature="0" />
- <path
- style="fill:url(#linearGradient3371);fill-opacity:1;stroke:none"
- d="M 8.2416433,7.021026 C 9.8257327,6.8500961 11.315051,7.2477939 12.75025,7.9702064 8.920071,9.4835882 6.1923078,11.598289 4.6822166,14.377175 L 1.7555768,12.162421 C 3.6037773,9.8056523 6.570797,8.7541746 9.6654142,7.8515586 L 8.2416433,7.021026 z"
- id="rect3362"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- </g>
</svg>
diff --git a/navit/icons/navit_plain_bk.svg b/navit/icons/navit_plain_bk.svg
new file mode 100755
index 000000000..3458e7286
--- /dev/null
+++ b/navit/icons/navit_plain_bk.svg
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="22"
+ height="22"
+ viewBox="0 0 22 22"
+ id="svg4305"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="navit_plain_background_black.svg">
+ <defs
+ id="defs4307" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.4"
+ inkscape:cx="7.9398986"
+ inkscape:cy="11.526786"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:window-width="1920"
+ inkscape:window-height="1028"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata4310">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Calque 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1030.3622)">
+ <g
+ id="g4867"
+ transform="translate(0.01785654,0.07143042)">
+ <rect
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ ry="3.9341094"
+ y="1030.2908"
+ x="-0.017856542"
+ height="21.999998"
+ width="21.999998"
+ id="rect886"
+ style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.53104264;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <circle
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ r="4.9999995"
+ cy="1041.2909"
+ cx="10.982141"
+ id="circle870"
+ style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <ellipse
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ ry="5.9374995"
+ rx="7.4999995"
+ cy="1038.2731"
+ cx="10.875"
+ id="ellipse876"
+ style="display:inline;fill:#000000;fill-opacity:0;stroke-width:0.26458332" />
+ <path
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ sodipodi:nodetypes="cccccccscccccscccccccccccsccccccccccccccsccccccccccccscccccccccccccccccsccccccccscccccccccsccccccccccczccscccz"
+ inkscape:connector-curvature="0"
+ id="path878"
+ d="m 11.16028,1049.28 -9.11e-4,-2.3589 0.266653,-0.019 c 1.330608,-0.098 2.575221,-0.668 3.523588,-1.6137 0.923021,-0.9203 1.480539,-2.0846 1.617879,-3.3787 0.01323,-0.1232 0.02381,-0.2695 0.02381,-0.3254 l 1.82e-4,-0.1017 2.328483,0 c 1.280663,0 2.32543,0 2.321704,0.01 -0.0037,0 -0.687428,0.3009 -1.51934,0.6606 -0.831912,0.3594 -1.51883,0.6597 -1.526483,0.6668 -0.0076,0.01 -0.04906,0.1508 -0.09203,0.3193 -0.132699,0.5206 -0.290381,0.9509 -0.51764,1.4127 -0.167962,0.3413 -0.275452,0.5269 -0.499196,0.8618 -1.000766,1.4979 -2.485149,2.5475 -4.266583,3.0168 l -0.07101,0.019 -0.794147,1.5968 -0.794145,1.5969 -9.1e-4,-2.3589 z m -0.8873,0.9172 c -0.3220306,-0.7436 -0.5882783,-1.3593 -0.5916636,-1.3683 -0.00389,-0.011 0.016063,-0.011 0.053889,0 0.1712806,0.03 0.5560626,0.075 0.8264616,0.093 l 0.304952,0.019 0,1.3064 c 0,0.7185 -0.0018,1.3064 -0.0041,1.3063 -0.0022,0 -0.267546,-0.6085 -0.589575,-1.3521 z m 0.398472,-1.5541 c -0.412971,-0.015 -0.9841186,-0.1 -1.4231118,-0.2078 -1.1829774,-0.2918 -2.2498931,-0.8648 -3.1847031,-1.7108 -0.621165,-0.5622 -1.201987,-1.3307 -1.586723,-2.0996 -0.474176,-0.9476 -0.708031,-1.8427 -0.775433,-2.968 l -0.01047,-0.175 0.869187,0 0.869186,0 0.01032,0.2037 c 0.01228,0.2423 0.06146,0.5948 0.119055,0.8535 0.45746,2.0555 2.022054,3.6731 4.0670236,4.2048 0.3287962,0.085 0.9018323,0.1705 1.1509243,0.1705 l 0.08991,0 0,0.8701 0,0.8701 -0.03659,0 c -0.02015,0 -0.09149,0 -0.158574,-0.01 z m -8.5472179,-6.4443 -1.43082704,-0.7144 1.35964604,0 1.359647,0 0.01111,0.2238 c 0.01769,0.356 0.102762,1.0251 0.149961,1.1791 0.0048,0.015 0.0026,0.03 -0.005,0.03 -0.0075,0 -0.657583,-0.3213 -1.444538,-0.7144 z m 0.165996,-1.8139 1.613088,-0.8022 0.01833,-0.071 c 0.415566,-1.6096 1.376778,-3.043 2.708171,-4.0382 0.550846,-0.4119 1.1942329,-0.7625 1.8459792,-1.0062 0.1497071,-0.056 0.5689742,-0.1875 0.7133975,-0.2238 l 0.070964,-0.019 0.8025792,-1.6132 0.802579,-1.6131 6.5e-4,2.3762 6.51e-4,2.376 -0.215501,0.011 c -0.9806353,0.048 -2.0201614,0.4153 -2.8581794,1.0096 -0.3839395,0.2721 -0.8509885,0.7103 -1.1284755,1.0585 -0.521453,0.6543 -0.87868,1.376 -1.074831,2.1716 -0.08549,0.3465 -0.155229,0.8332 -0.155229,1.0829 l 0,0.104 -2.378629,0 -2.37863004,0 z m 14.3013649,0.7062 c 0,-0.054 -0.01134,-0.2056 -0.02494,-0.3367 -0.16706,-1.5909 -1.005741,-3.0256 -2.319293,-3.9678 -0.567371,-0.4069 -1.216406,-0.7053 -1.90317,-0.8749 -0.366618,-0.091 -0.811717,-0.1549 -1.072569,-0.1549 l -0.112135,0 0,-0.8719 0,-0.872 0.199234,0.011 c 0.958324,0.054 1.802105,0.2539 2.641376,0.6272 1.079455,0.4801 2.048175,1.2372 2.782665,2.1749 0.171667,0.2192 0.47381,0.6715 0.605549,0.9066 0.467663,0.8347 0.773113,1.7663 0.885256,2.6999 0.01928,0.1614 0.0579,0.6527 0.05836,0.7441 0,0.01 -0.391499,0.011 -0.870074,0.011 l -0.870142,0 z m 2.004053,-0.2082 c -0.02079,-0.3284 -0.06478,-0.688 -0.117052,-0.9613 -0.01776,-0.093 -0.03061,-0.1709 -0.02873,-0.1724 0.0021,0 0.655234,0.3213 1.451362,0.7175 l 1.44751,0.7201 -1.366829,0 -1.366824,0 -0.01965,-0.3061 z m -6.213519,-7.0211 c -0.297192,-0.06 -0.853607,-0.1213 -1.104839,-0.1217 l -0.117913,-2e-4 0,-1.3688 c 0,-0.753 0.0026,-1.3659 0.0058,-1.3622 0.0316,0.038 1.434361,2.8932 1.42013,2.8918 -0.01051,-10e-4 -0.101949,-0.019 -0.203202,-0.039 z"
+ style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.00430322" />
+ <path
+ inkscape:connector-curvature="0"
+ id="circle1355-6-5-2-1"
+ d="m 10.982164,1036.2918 a 4.9999995,4.9999993 0 0 1 0.349606,0.019 4.9999995,4.9999993 0 0 0 -0.349606,-0.019 z m 0,0 a 4.9999995,4.9999993 0 0 0 -0.439453,0.023 4.9999995,4.9999993 0 0 1 0.439453,-0.023 z m -0.439453,0.023 a 4.9999995,4.9999993 0 0 0 -0.181644,0.023 4.9999995,4.9999993 0 0 1 0.181644,-0.023 z m -0.181644,0.023 a 4.9999995,4.9999993 0 0 0 -0.332032,0.051 4.9999995,4.9999993 0 0 1 0.332032,-0.051 z m -0.332032,0.051 a 4.9999995,4.9999993 0 0 0 -0.1230612,0.026 4.9999995,4.9999993 0 0 1 0.1230612,-0.026 z m -0.1230612,0.026 a 4.9999995,4.9999993 0 0 0 -0.3808589,0.098 4.9999995,4.9999993 0 0 1 0.3808589,-0.098 z m -0.3808589,0.098 a 4.9999995,4.9999993 0 0 0 -0.03326,0.011 l 0,0 a 4.9999995,4.9999993 0 0 1 0.03326,-0.011 z m -0.03326,0.011 a 4.9999995,4.9999993 0 0 0 -2.2324188,1.4355 l 0,6.6562 a 4.9999995,4.9999993 0 0 1 -0.876957,-1.3788 4.9999995,4.9999993 0 0 0 3.3750012,2.8945 4.9999995,4.9999993 0 0 1 -0.4453115,-0.1369 l 0,-3.3339 c 0,-0.5672 -0.03326,-1.1536 -0.1015559,-1.7598 -0.058658,-0.6062 -0.1132346,-1.1732 -0.1621039,-1.7012 l 0.058583,0 0.93945,2.084 2.486329,4.7539 a 4.9999995,4.9999993 0 0 0 2.220702,-1.4707 l 0,-6.5508 a 4.9999995,4.9999993 0 0 0 -2.052733,-1.414 l 0,3.2578 c 0,0.5671 0.0291,1.1633 0.08787,1.789 0.06845,0.6258 0.126879,1.1928 0.175786,1.7012 l -0.05858,0 -0.9375,-2.1113 -2.4765615,-4.7149 z m 5.2617181,8.0429 a 4.9999995,4.9999993 0 0 0 0.308598,-0.3925 4.9999995,4.9999993 0 0 1 -0.308598,0.3925 z m 0.308598,-0.3925 a 4.9999995,4.9999993 0 0 0 0.253909,-0.3985 4.9999995,4.9999993 0 0 1 -0.253909,0.3985 z m -5.3046871,1.957 a 4.9999995,4.9999993 0 0 0 0.062513,0.015 4.9999995,4.9999993 0 0 1 -0.062513,-0.015 z m 0.062513,0.015 a 4.9999995,4.9999993 0 0 0 0.4121081,0.08 4.9999995,4.9999993 0 0 1 -0.4121081,-0.08 z m 0.4121081,0.08 a 4.9999995,4.9999993 0 0 0 0.08398,0.015 4.9999995,4.9999993 0 0 1 -0.08398,-0.015 z m 0.08398,0.015 a 4.9999995,4.9999993 0 0 0 0.351572,0.034 4.9999995,4.9999993 0 0 1 -0.351572,-0.034 z m 0.351572,0.034 a 4.9999995,4.9999993 0 0 0 0.314456,0.015 4.9999995,4.9999993 0 0 1 -0.314456,-0.015 z m 0.314456,0.015 a 4.9999995,4.9999993 0 0 0 0.441408,-0.023 4.9999995,4.9999993 0 0 1 -0.441407,0.023 z m 0.441408,-0.023 a 4.9999995,4.9999993 0 0 0 0.189468,-0.023 4.9999995,4.9999993 0 0 1 -0.189468,0.023 z m 0.189468,-0.023 a 4.9999995,4.9999993 0 0 0 0.318349,-0.051 4.9999995,4.9999993 0 0 1 -0.318349,0.051 z m 0.318349,-0.051 a 4.9999995,4.9999993 0 0 0 0.123062,-0.026 4.9999995,4.9999993 0 0 1 -0.123062,0.026 z m 0.123062,-0.026 a 4.9999995,4.9999993 0 0 0 0.404296,-0.1054 4.9999995,4.9999993 0 0 1 -0.404296,0.1054 z m -5.6718749,-2.9297 a 4.9999995,4.9999993 0 0 1 -0.144529,-0.3887 4.9999995,4.9999993 0 0 0 0.144529,0.3887 z m -0.144529,-0.3887 a 4.9999995,4.9999993 0 0 1 -0.04101,-0.1251 4.9999995,4.9999993 0 0 0 0.04101,0.1251 z m -0.04101,-0.1251 a 4.9999995,4.9999993 0 0 1 -0.08595,-0.3379 4.9999995,4.9999993 0 0 0 0.08595,0.3379 z m -0.08595,-0.3379 a 4.9999995,4.9999993 0 0 1 -0.03137,-0.1466 4.9999995,4.9999993 0 0 0 0.03137,0.1466 z m -0.03137,-0.1466 a 4.9999995,4.9999993 0 0 1 -0.0508,-0.3183 4.9999995,4.9999993 0 0 0 0.0508,0.3183 z m -0.0508,-0.3183 a 4.9999995,4.9999993 0 0 1 -0.02343,-0.1935 4.9999995,4.9999993 0 0 0 0.02343,0.1935 z m -0.02343,-0.1935 a 4.9999995,4.9999993 0 0 1 -0.02343,-0.4375 4.9999995,4.9999993 0 0 0 0.02343,0.4375 z m -0.02343,-0.4375 a 4.9999995,4.9999993 0 0 1 0.01361,-0.2755 4.9999995,4.9999993 0 0 0 -0.01361,0.2755 z m 0.01361,-0.2755 a 4.9999995,4.9999993 0 0 1 0.02532,-0.3065 4.9999995,4.9999993 0 0 0 -0.02532,0.3065 z m 0.02532,-0.3065 a 4.9999995,4.9999993 0 0 1 0.02948,-0.1992 4.9999995,4.9999993 0 0 0 -0.02948,0.1992 z m 0.02948,-0.1992 a 4.9999995,4.9999993 0 0 1 0.05469,-0.3009 4.9999995,4.9999993 0 0 0 -0.05469,0.3009 z m 0.05469,-0.3009 a 4.9999995,4.9999993 0 0 1 0.04687,-0.1836 4.9999995,4.9999993 0 0 0 -0.04687,0.1836 z m 0.04687,-0.1836 a 4.9999995,4.9999993 0 0 1 0.08787,-0.3047 4.9999995,4.9999993 0 0 0 -0.08787,0.3047 z m 0.08787,-0.3047 a 4.9999995,4.9999993 0 0 1 0.04687,-0.1289 4.9999995,4.9999993 0 0 0 -0.04687,0.1289 z m 0.04687,-0.1289 a 4.9999995,4.9999993 0 0 1 0.142564,-0.3552 4.9999995,4.9999993 0 0 0 -0.142564,0.3552 z m 0.142564,-0.3552 a 4.9999995,4.9999993 0 0 1 0.04101,-0.084 4.9999995,4.9999993 0 0 0 -0.04101,0.084 z m 0.04101,-0.084 a 4.9999995,4.9999993 0 0 1 0.19336,-0.3693 4.9999995,4.9999993 0 0 0 -0.19336,0.3693 z m 4.8613259,-2.8438 a 4.9999995,4.9999993 0 0 1 0.33789,0.034 4.9999995,4.9999993 0 0 0 -0.33789,-0.034 z m 0.33789,0.034 a 4.9999995,4.9999993 0 0 1 0.117203,0.019 4.9999995,4.9999993 0 0 0 -0.117203,-0.019 z m 0.117203,0.019 a 4.9999995,4.9999993 0 0 1 0.408204,0.086 4.9999995,4.9999993 0 0 0 -0.408204,-0.086 z m 0.408204,0.086 a 4.9999995,4.9999993 0 0 1 0.05666,0.015 4.9999995,4.9999993 0 0 0 -0.05666,-0.015 z m 0.05666,0.015 a 4.9999995,4.9999993 0 0 1 0.425778,0.1308 4.9999995,4.9999993 0 0 0 -0.425783,-0.1308 z m -4.9980519,1.5039 a 4.9999995,4.9999993 0 0 0 -0.296881,0.3693 4.9999995,4.9999993 0 0 1 0.296881,-0.3693 z m 7.5468809,0.1055 a 4.9999995,4.9999993 0 0 1 0.292951,0.3828 4.9999995,4.9999993 0 0 0 -0.292951,-0.3828 z m -7.8593789,0.2831 a 4.9999995,4.9999993 0 0 0 -0.250016,0.3828 4.9999995,4.9999993 0 0 1 0.250016,-0.3828 z m 8.1699229,0.1232 a 4.9999995,4.9999993 0 0 1 0.240227,0.3926 4.9999995,4.9999993 0 0 0 -0.240227,-0.3926 z m 0.259767,0.4278 a 4.9999995,4.9999993 0 0 1 0.197254,0.4062 4.9999995,4.9999993 0 0 0 -0.197254,-0.4062 z m 0.218759,0.457 a 4.9999995,4.9999993 0 0 1 0.12892,0.3477 4.9999995,4.9999993 0 0 0 -0.12892,-0.3477 z m 0.12892,0.3477 a 4.9999995,4.9999993 0 0 1 0.0508,0.1523 4.9999995,4.9999993 0 0 0 -0.0508,-0.1523 z m 0.0508,0.1523 a 4.9999995,4.9999993 0 0 1 0.08787,0.3398 4.9999995,4.9999993 0 0 0 -0.08787,-0.3398 z m 0.08787,0.3398 a 4.9999995,4.9999993 0 0 1 0.02948,0.1345 4.9999995,4.9999993 0 0 0 -0.02948,-0.1345 z m 0.02948,0.1345 a 4.9999995,4.9999993 0 0 1 0.05076,0.3323 4.9999995,4.9999993 0 0 0 -0.05076,-0.3323 z m 0.05076,0.3323 a 4.9999995,4.9999993 0 0 1 0.02154,0.1799 4.9999995,4.9999993 0 0 0 -0.02154,-0.1799 z m 0.02154,0.1799 a 4.9999995,4.9999993 0 0 1 0.02343,0.4413 4.9999995,4.9999993 0 0 0 -0.02343,-0.4413 z m 0.02343,0.4413 a 4.9999995,4.9999993 0 0 1 -0.01172,0.2597 4.9999995,4.9999993 0 0 0 0.01172,-0.2597 z m -0.01172,0.2597 a 4.9999995,4.9999993 0 0 1 -0.01965,0.2929 4.9999995,4.9999993 0 0 0 0.01965,-0.2929 z m -0.01965,0.2929 a 4.9999995,4.9999993 0 0 1 -0.02721,0.1818 4.9999995,4.9999993 0 0 0 0.02721,-0.1818 z m -0.02721,0.1818 a 4.9999995,4.9999993 0 0 1 -0.0508,0.2971 4.9999995,4.9999993 0 0 0 0.0508,-0.2971 z m -0.0508,0.2971 a 4.9999995,4.9999993 0 0 1 -0.04687,0.1893 4.9999995,4.9999993 0 0 0 0.04687,-0.1893 z m -0.04687,0.1893 a 4.9999995,4.9999993 0 0 1 -0.08787,0.3183 4.9999995,4.9999993 0 0 0 0.08787,-0.3183 z m -0.121096,0.4083 a 4.9999995,4.9999993 0 0 1 -0.138671,0.3632 4.9999995,4.9999993 0 0 0 0.138671,-0.3632 z m -0.138671,0.3632 a 4.9999995,4.9999993 0 0 1 -0.06251,0.1307 4.9999995,4.9999993 0 0 0 0.06251,-0.1307 z m -0.06251,0.1307 a 4.9999995,4.9999993 0 0 1 -0.169928,0.3341 4.9999995,4.9999993 0 0 0 0.169928,-0.3341 z"
+ style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>