[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: gnu-guix-1.2.0-released: Update.
From: |
Ludovic Courtčs |
Subject: |
branch master updated: website: gnu-guix-1.2.0-released: Update. |
Date: |
Mon, 23 Nov 2020 04:18:53 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 401a21b website: gnu-guix-1.2.0-released: Update.
401a21b is described below
commit 401a21b4e5539699b9499ed3f274b57ce8a2dc49
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 23 10:17:31 2020 +0100
website: gnu-guix-1.2.0-released: Update.
* website/drafts/gnu-guix-1.2.0-released.md: Update.
* website/static/blog/img/flight-of-the-guix.jpg,
website/static/blog/img/flight-of-the-guix.svg: New files.
---
website/drafts/gnu-guix-1.2.0-released.md | 76 ++--
website/static/blog/img/flight-of-the-guix.jpg | Bin 0 -> 467229 bytes
website/static/blog/img/flight-of-the-guix.svg | 550 +++++++++++++++++++++++++
3 files changed, 601 insertions(+), 25 deletions(-)
diff --git a/website/drafts/gnu-guix-1.2.0-released.md
b/website/drafts/gnu-guix-1.2.0-released.md
index edf4e0c..6fb48d8 100644
--- a/website/drafts/gnu-guix-1.2.0-released.md
+++ b/website/drafts/gnu-guix-1.2.0-released.md
@@ -1,10 +1,14 @@
title: DRAFT GNU Guix 1.2.0 released
-date: 2020-11-11 15:00:00
+date: 2020-11-23 14:00:00
author: Ludovic Courtès
slug: gnu-guix-1.2.0-released
tags: Releases, Security
---
-We are pleased to announce the release of GNUÂ Guix version 1.2.0!
+![Image of a flight of the
Guix.](https://guix.gnu.org/static/blog/img/flight-of-the-guix.jpg)
+
+We are pleased to announce the release of GNUÂ Guix version 1.2.0, right
+in time to celebrate [the eight anniversary of
+Guix](https://lists.gnu.org/archive/html/gnu-system-discuss/2012-11/msg00000.html)!
The release comes with [ISO-9660 installation
images](https://guix.gnu.org/manual/en/html_node/System-Installation.html),
@@ -17,17 +21,17 @@
source](https://guix.gnu.org/manual/en/html_node/Requirements.html) or
binaries](https://guix.gnu.org/manual/en/html_node/Binary-Installation.html).
Guix users can update by running `guix pull`.
-Itâs been 6 months since the last release, during which 200 people
-contributed code and packages, and a number of people obviously
-contributed to other important tasksâcode review, system administration,
-translations, web site updates, Outreachy mentoring, you name it!
+Itâs been almost 7 months since the last release, during which 200
+people contributed code and packages, and a number of people contributed
+to other important tasksâcode review, system administration,
+translation, web site updates, Outreachy mentoring, you name it!
-Thereâs been more than 10,000 commits in that time frame and it is the
+Thereâs been more than 10,200 commits in that time frame and it is the
challenge of these release notes to summarize all that activity.
### Security
-A significant highlight in this release is the ability to *authenticate
+A major highlight in this release is the ability to *authenticate
channels*, which probably makes Guix one of the safest ways to deliver
complete operating systems today. This was the missing link in our
âsoftware supply chainâ and weâre glad itâs now fixed. The end result
@@ -64,7 +68,7 @@ on x86_64 and i686, thanks to tireless work on
[GNUÂ Mes](https://www.gnu.org/software/mes),
[Gash](https://savannah.nongnu.org/projects/gash), and related software.
-On the same security theme, our build daemon and the [`origin`
+On the same security theme, the build daemon and [`origin`
programming
interface](https://guix.gnu.org/manual/devel/en/html_node/origin-Reference.html)
now accept *new cryptographic hash functions* (in particular SHA-3 and
@@ -103,9 +107,17 @@
options*](https://guix.gnu.org/manual/en/html_node/Package-Transformation-Option
`--with-debug-info` ([always debug in good
conditions](https://guix.gnu.org/manual/devel/en/html_node/Rebuilding-Debug-Info.html)!),
`--with-c-toolchain`, and `--without-tests`. Transformations are now
-recorded in the profile and replayed upon `guix upgrade`. The new
-`(guix transformations)` module additionally provides a [simple
-interface to the transformation options available at the command
+recorded in the profile and replayed upon `guix upgrade`. Furthermore,
+those options now operate on the whole dependency graph, including
+âimplicitâ inputs, allowing for transformations not possible before,
+such as:
+
+```
+guix install --with-input=python=python2 python-itsdangerous
+```
+
+Last, the new `(guix transformations)` module provides [an interface
+to the transformation options available at the command
line](https://guix.gnu.org/manual/devel/en/html_node/Defining-Package-Variants.html),
which is useful if you want to use such transformations in a manifest.
@@ -119,16 +131,18 @@ places; in the on-line copy of the manual, identifiers in
those code
snippets are clickable, linking to the right place in the Guix or Guile
manuals.
-Last but not least, *the manual is fully translated* to
+Last but not least, *the manual is fully translated* into
[French](https://guix.gnu.org/manual/fr/html_node/),
[German](https://guix.gnu.org/manual/de/html_node/), and
[Spanish](https://guix.gnu.org/manual/es/html_node/), with partial
translations in [Russian](https://guix.gnu.org/manual/ru/html_node/) and
-[Chinese](https://guix.gnu.org/manual/zh-cn/html_node/).
+[Chinese](https://guix.gnu.org/manual/zh-cn/html_node/). Guix itself is
+fully translated in those three languages and partially translated in
+eleven other languages.
-### GNU/Hurd, disk images, services, packages, âŚ
+### Packs, GNU/Hurd, disk images, services, âŚ
-But thereâs more! If youâre interesting in bringing applications from
+But thereâs more! If youâre interested in bringing applications from
Guix to Guix-less machines, [`guix pack
-RR`](https://guix.gnu.org/manual/en/html_node/Invoking-guix-pack.html#Invoking-guix-pack)
now supports a *new âfakechrootâ execution engine* for relocatable
@@ -158,33 +172,45 @@ currently implemented using
In addition to those already mentioned, a dozen of new system services
are available, including services for
-[Ganeti](https://guix.gnu.org/blog/2020/running-a-ganeti-cluster-on-guix/),
+[Ganeti](https://guix.gnu.org/en/blog/2020/running-a-ganeti-cluster-on-guix/),
[LXQt](https://guix.gnu.org/manual/devel/en/html_node/Desktop-Services.html#index-lxqt_002ddesktop_002dservice_002dtype),
[RÂ
Shiny](https://guix.gnu.org/manual/devel/en/html_node/Miscellaneous-Services.html#index-rshiny_002dservice_002dtype),
[Gemini](https://guix.gnu.org/manual/devel/en/html_node/Web-Services.html#index-gmnisrv),
and [Guix Build
Coordinator](https://guix.gnu.org/manual/devel/en/html_node/Guix-Services.html).
-XXX packages have been added, for a total of [more than 15K
-packages](https://guix.gnu.org/en/packages); XXX were upgraded. The
+2,000 packages have been added, for a total of [more than 15K
+packages](https://guix.gnu.org/en/packages); 3,652 were upgraded. The
distribution comes with GNU libc 2.31, GCC 10.2, GNOME 3.34,
Xfce 4.14.2, Linux-libre 5.9.3, and LibreOffice 6.4.6.2 to name a few.
Thereâs also a new [build system for packages built with
-Maven](https://guix.gnu.org/manual/devel/en/html_node/Build-Systems.html#index-maven_002dbuild_002dsystem).
+Maven](https://guix.gnu.org/manual/devel/en/html_node/Build-Systems.html#index-maven_002dbuild_002dsystem)
+(bootstrapping Maven in Guix was the topic of [a talk at the Guix Days
+last week](https://guix.gnu.org/en/blog/2020/online-guix-day-announce-2/)).
-The [`NEWS` file](XXX) lists additional noteworthy changes and bug fixes
-you may be interested in.
+The [`NEWS`
+file](https://git.savannah.gnu.org/cgit/guix.git/tree/NEWS?h=version-1.2.0&id=a099685659b4bfa6b3218f84953cbb7ff9e88063)
+lists additional noteworthy changes and bug fixes you may be interested
+in.
### Try it!
You can go ahead and [download this new
-version](https://guix.gnu.org/en/download/)âweâve been told [you may
-soon be able to `apt install guix`](https://packages.debian.org/guix) if
-youâre on Debian or a derivative distro!âand [get in touch with
+version](https://guix.gnu.org/en/download/) and [get in touch with
us](https://guix.gnu.org/en/contact/).
+Speaking of which, our Debian ambassador [told
+us](https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00254.html)
+that [you will soon be able to `apt install
+guix`](https://packages.debian.org/guix) if youâre on Debian or a
+derivative distro!
+
Enjoy!
+### Credits
+
+> Illustration: Luis Felipe â Debian packaging: Vagrant Cascadian
+
#### About GNU Guix
[GNU Guix](https://guix.gnu.org) is a transactional package manager and
diff --git a/website/static/blog/img/flight-of-the-guix.jpg
b/website/static/blog/img/flight-of-the-guix.jpg
new file mode 100644
index 0000000..29db813
Binary files /dev/null and b/website/static/blog/img/flight-of-the-guix.jpg
differ
diff --git a/website/static/blog/img/flight-of-the-guix.svg
b/website/static/blog/img/flight-of-the-guix.svg
new file mode 100644
index 0000000..dbf649b
--- /dev/null
+++ b/website/static/blog/img/flight-of-the-guix.svg
@@ -0,0 +1,550 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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: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"
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ inkscape:export-filename="flight-of-the-guix.png"
+ width="529.16669mm"
+ height="285.22083mm"
+ viewBox="0 0 529.16668 285.22083"
+ version="1.1"
+ id="svg8"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="flight-of-the-guix.svg">
+ <title
+ id="title118">Flight of the Guix</title>
+ <defs
+ id="defs2">
+ <color-profile
+ id="color-profile4"
+ name="Artifex-PS-CMYK-Profile"
+ xlink:href="file:///usr/share/color/icc/ghostscript/ps_cmyk.icc" />
+ <color-profile
+ id="color-profile6"
+ name="Artifex-PS-CMYK-Profile"
+ xlink:href="file:///usr/share/color/icc/ghostscript/ps_cmyk.icc" />
+ <color-profile
+ id="color-profile8"
+ name="Artifex-PS-CMYK-Profile"
+ xlink:href="file:///usr/share/color/icc/ghostscript/ps_cmyk.icc" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.5"
+ inkscape:cx="1006.5403"
+ inkscape:cy="642.23634"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer8"
+ inkscape:document-rotation="0"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1016"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ inkscape:showpageshadow="false"
+ borderlayer="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:snap-page="true"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true" />
+ <metadata
+ id="metadata5">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Flight of the Guix</dc:title>
+ <dc:date>2020-11-22</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Luis Felipe LĂłpez Acevedo</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ sodipodi:insensitive="true"
+ inkscape:label="Sky"
+ id="layer4"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <rect
+ y="0"
+ x="0"
+ height="285.22083"
+ width="529.16681"
+ id="rect915"
+
style="fill:#99c1f1;stroke:#181613;stroke-width:0.499999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ </g>
+ <g
+ inkscape:label="Clouds back"
+ id="layer3"
+ inkscape:groupmode="layer"
+ sodipodi:insensitive="true"
+ style="display:inline">
+ <path
+
style="fill:#f5c211;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 529.16669,285.22083 H 0 L 0.33069001,48.673237 6.5266586,43.099286
l 3.1562265,-3.172783 2.2261769,-2.020992 0.888902,-1.117783 1.408258,-0.783918
2.075069,-1.261359 1.698801,-1.087122 1.742744,-0.602882 0.811755,-0.362235
0.67686,-0.640884 0.602726,-0.653323 2.757585,-1.329076 4.156106,-1.700937
2.388897,-0.865768 2.587183,-0.714162 1.953485,-0.345374 3.882191,-0.313507
2.029392,-0.210348 1.452387,-0.03199 1.117809,-0.11693 1.221436,-0.16339
7.465333,0.09124 2.219603,0.13934 [...]
+ id="path65" />
+ <ellipse
+ ry="17.093378"
+ rx="17.26623"
+ cy="104.36696"
+ cx="289.3353"
+ id="ellipse894"
+
style="fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:1.10926;stroke-miterlimit:4;stroke-dasharray:none"
/>
+ <ellipse
+
style="fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:1.05013;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path886"
+ cx="61.839226"
+ cy="49.632248"
+ rx="15.317048"
+ ry="17.269077" />
+ <ellipse
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)"
+ ry="2.9095886"
+ rx="2.0384037"
+ cy="57.234776"
+ cx="50.898331"
+ id="ellipse967"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.380894;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <path
+ transform="matrix(0.99417738,-0.10775589,-0.03595033,-0.99935358,0,0)"
+ d="m 63.398249,-58.153927 a 2.9361241,2.8614585 0 0 1
2.936124,-2.861458 2.9361241,2.8614585 0 0 1 2.936125,2.861458 h -2.936125 z"
+ sodipodi:arc-type="slice"
+ sodipodi:end="0"
+ sodipodi:start="3.1415927"
+ sodipodi:ry="2.8614585"
+ sodipodi:rx="2.9361241"
+ sodipodi:cy="-58.153927"
+ sodipodi:cx="66.334373"
+ sodipodi:type="arc"
+ id="path971"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.298908;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.380894;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse973"
+ cx="59.191742"
+ cy="57.82206"
+ rx="2.0384037"
+ ry="2.9095886"
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)" />
+ <ellipse
+ ry="24.29616"
+ rx="24.225494"
+ cy="68.177925"
+ cx="155.94398"
+ id="ellipse888"
+
style="fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:1.56648;stroke-miterlimit:4;stroke-dasharray:none"
/>
+ <ellipse
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.441344;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse977"
+ cx="139.76711"
+ cy="96.930916"
+ rx="2.3619056"
+ ry="3.3713503"
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)" />
+ <path
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.461732;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path979"
+ sodipodi:type="arc"
+ sodipodi:cx="162.28598"
+ sodipodi:cy="-84.188225"
+ sodipodi:rx="5.1109152"
+ sodipodi:ry="3.9225681"
+ sodipodi:start="3.1415927"
+ sodipodi:end="0"
+ sodipodi:arc-type="slice"
+ d="m 157.17507,-84.188225 a 5.1109152,3.9225681 0 0 1 5.11091,-3.922568
5.1109152,3.9225681 0 0 1 5.11092,3.922568 h -5.11092 z"
+ transform="matrix(0.99639584,-0.08482534,-0.04575221,-0.99895282,0,0)"
/>
+ <ellipse
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)"
+ ry="3.3294096"
+ rx="2.3325224"
+ cy="98.316483"
+ cx="152.10553"
+ id="ellipse983"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.435851;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:1.10926;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse892"
+ cx="202.48616"
+ cy="114.15036"
+ rx="17.26623"
+ ry="17.093378" />
+ <ellipse
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)"
+ ry="2.2206481"
+ rx="1.5557449"
+ cy="151.54129"
+ cx="171.40443"
+ id="ellipse1015"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.290705;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <path
+ transform="matrix(0.98421941,-0.1769524,-0.07750239,-0.99699217,0,0)"
+ d="m 196.69854,-149.88876 a 3.7385356,3.1480565 0 0 1 3.73853,-3.14806
3.7385356,3.1480565 0 0 1 3.73854,3.14806 h -3.73854 z"
+ sodipodi:arc-type="slice"
+ sodipodi:end="0"
+ sodipodi:start="3.1415927"
+ sodipodi:ry="3.1480565"
+ sodipodi:rx="3.7385356"
+ sodipodi:cy="-149.88876"
+ sodipodi:cx="200.43707"
+ sodipodi:type="arc"
+ id="path1017"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.353774;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.274552;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse1019"
+ cx="181.17081"
+ cy="152.96815"
+ rx="1.469308"
+ ry="2.0972695"
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)" />
+ <ellipse
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.224145;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse1021"
+ cx="265.53488"
+ cy="175.27605"
+ rx="1.126054"
+ ry="1.8239388"
+ transform="matrix(0.96325935,-0.26857293,0.20455103,0.9788559,0,0)" />
+ <path
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.405519;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path1023"
+ sodipodi:type="arc"
+ sodipodi:cx="293.09253"
+ sodipodi:cy="-146.60236"
+ sodipodi:rx="3.7260184"
+ sodipodi:ry="4.150218"
+ sodipodi:start="3.1415927"
+ sodipodi:end="0"
+ sodipodi:arc-type="slice"
+ d="m 289.36651,-146.60236 a 3.7260184,4.150218 0 0 1 3.72602,-4.15021
3.7260184,4.150218 0 0 1 3.72602,4.15021 h -3.72602 z"
+ transform="matrix(0.99135293,-0.13122258,-0.04135524,-0.99914451,0,0)"
/>
+ <ellipse
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)"
+ ry="1.7718366"
+ rx="1.2413157"
+ cy="167.86684"
+ cx="268.92395"
+ id="ellipse1025"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.23195;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:1.28032;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse896"
+ cx="344.26041"
+ cy="428.99777"
+ rx="17.26623"
+ ry="22.771698"
+ transform="rotate(-25.471589)" />
+ <ellipse
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.368439;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse1027"
+ cx="425.5614"
+ cy="342.63303"
+ rx="1.9717458"
+ ry="2.8144419"
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)" />
+ <path
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.394874;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path1029"
+ sodipodi:type="arc"
+ sodipodi:cx="393.42105"
+ sodipodi:cy="-389.22293"
+ sodipodi:rx="3.5353141"
+ sodipodi:ry="4.147449"
+ sodipodi:start="3.1415927"
+ sodipodi:end="0"
+ sodipodi:arc-type="slice"
+ d="m 389.88574,-389.22293 a 3.5353141,4.147449 0 0 1 3.53531,-4.14745
3.5353141,4.147449 0 0 1 3.53532,4.14745 h -3.53532 z"
+ transform="matrix(0.94679393,-0.32184042,-0.33411728,-0.94253151,0,0)"
/>
+ <ellipse
+ transform="matrix(0.97198043,-0.23506177,0.23422089,0.97218341,0,0)"
+ ry="2.8144419"
+ rx="1.9717458"
+ cy="343.22382"
+ cx="435.50708"
+ id="ellipse1033"
+
style="fill:#965f00;fill-opacity:1;stroke:none;stroke-width:0.368439;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ </g>
+ <g
+ inkscape:label="Plane"
+ id="layer5"
+ inkscape:groupmode="layer"
+ sodipodi:insensitive="true"
+ style="display:inline">
+ <path
+ id="path937"
+ d="m 167.43618,160.06396 1.68499,-0.89184 5.46665,-1.3727
2.87863,-0.74102 4.37698,-0.80918 1.55707,-0.5925 1.43471,-0.37418
1.94562,-0.17528 2.02074,-0.46771 2.32858,-0.76938 1.5141,-0.39383
2.12378,-0.60862 1.19027,-0.37418 1.86505,-0.50947 1.26744,-0.32257
2.30035,-0.60421 1.76161,-0.41122 1.27261,-0.17425 1.5846,-0.27839
1.70688,-0.45804 1.55324,-0.38351 1.29617,-0.40751 2.15402,-0.80607
2.25743,-0.62151 2.07998,-0.70093 1.61601,-0.64678 1.68504,-0.6279
1.45142,-0.60339 4.4550 [...]
+
style="fill:#ffffff;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
/>
+ </g>
+ <g
+ inkscape:label="Clouds front"
+ id="layer2"
+ inkscape:groupmode="layer"
+ sodipodi:insensitive="true"
+ style="display:inline">
+ <path
+
sodipodi:nodetypes="ccccccccccccccccccccccccsccsccccccccccccccccccccccccccccccccccccccccscccccccscccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccc"
+ id="path67"
+ d="M 0,285.22083 V 130.01302 c 0,0 7.9887227,-29.13441
37.054325,-40.275124 l 1.753068,-0.649949 2.807945,-0.81584 1.931375,-0.523452
1.933366,-0.266562 3.06181,-0.358459 3.00195,-0.162991 3.262904,-0.145672
2.60726,0.0053 1.784444,-0.06237 1.102992,-0.113514 1.556135,0.02273
1.376518,0.108953 2.185775,0.186867 1.731031,0.222407 1.468683,0.01082
0.835909,0.02365 1.783197,0.484365 2.029458,0.624756 1.258068,0.494424
1.449547,0.487362 1.954379,0.493381 c 0,0 1.720601,0.240283 1.8303 [...]
+
style="fill:#f6d32d;stroke:#181613;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#f8e45c;stroke:none;stroke-width:1.58772;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse888-3"
+ cx="26.309448"
+ cy="139.97832"
+ rx="22.388481"
+ ry="27.007465"
+ transform="rotate(-21.806971)" />
+ <ellipse
+ transform="matrix(0.99723257,-0.07434511,0.07348244,0.99729651,0,0)"
+ ry="4.1073408"
+ rx="2.8775268"
+ cy="115.95502"
+ cx="66.810265"
+ id="path939"
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.537692;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.537692;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse941"
+ cx="79.44043"
+ cy="115.98804"
+ rx="2.8775268"
+ ry="4.1073408"
+ transform="matrix(0.99723257,-0.07434511,0.07348244,0.99729651,0,0)" />
+ <path
+ transform="matrix(0.9928254,-0.11957306,-0.0808263,-0.9967282,0,0)"
+ d="m 64.931496,-128.9482 a 7.9845505,3.4563897 0 0 1 7.98455,-3.45639
7.9845505,3.4563897 0 0 1 7.984551,3.45639 h -7.984551 z"
+ sodipodi:arc-type="slice"
+ sodipodi:end="0"
+ sodipodi:start="3.1415927"
+ sodipodi:ry="3.4563897"
+ sodipodi:rx="7.9845505"
+ sodipodi:cy="-128.9482"
+ sodipodi:cx="72.916046"
+ sodipodi:type="arc"
+ id="path945"
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.541742;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+ transform="rotate(-21.806971)"
+ ry="30.734831"
+ rx="25.478371"
+ cy="211.49802"
+ cx="71.010689"
+ id="ellipse913"
+
style="fill:#f8e45c;stroke:none;stroke-width:1.80685;stroke-miterlimit:4;stroke-dasharray:none"
/>
+ <ellipse
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.508476;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse951"
+ cx="127.38619"
+ cy="172.1949"
+ rx="2.7211728"
+ ry="3.8841636"
+ transform="matrix(0.99723257,-0.07434511,0.07348244,0.99729651,0,0)" />
+ <path
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.678385;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path955"
+ sodipodi:type="arc"
+ sodipodi:cx="149.26552"
+ sodipodi:cy="-188.51112"
+ sodipodi:rx="8.5392714"
+ sodipodi:ry="5.0678039"
+ sodipodi:start="3.1415927"
+ sodipodi:end="0"
+ sodipodi:arc-type="slice"
+ d="m 140.72625,-188.51112 a 8.5392714,5.0678039 0 0 1 8.53927,-5.06781
8.5392714,5.0678039 0 0 1 8.53927,5.06781 h -8.53927 z"
+ transform="matrix(0.99484911,-0.10136694,0.00160477,-0.99999871,0,0)" />
+ <ellipse
+ transform="matrix(0.97536197,-0.22061059,0.21976678,0.97555244,0,0)"
+ ry="3.7572594"
+ rx="2.632266"
+ cy="192.06119"
+ cx="119.56519"
+ id="ellipse957"
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.491863;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#f8e45c;stroke:none;stroke-width:1.55393;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse915"
+ cx="-51.280602"
+ cy="429.48212"
+ rx="22.429924"
+ ry="25.822178"
+ transform="matrix(0.43496376,-0.90044796,0.86896172,0.49487931,0,0)" />
+ <ellipse
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.600959;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse959"
+ cx="203.41765"
+ cy="375.51404"
+ rx="3.2161126"
+ ry="4.5906334"
+ transform="matrix(0.90171382,-0.43233343,0.43155325,0.90208746,0,0)" />
+ <path
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.61254;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path963"
+ sodipodi:type="arc"
+ sodipodi:cx="321.65286"
+ sodipodi:cy="-328.8161"
+ sodipodi:rx="6.1655335"
+ sodipodi:ry="5.7225022"
+ sodipodi:start="3.1415927"
+ sodipodi:end="0"
+ sodipodi:arc-type="slice"
+ d="m 315.48733,-328.8161 a 6.1655335,5.7225022 0 0 1 6.16553,-5.7225
6.1655335,5.7225022 0 0 1 6.16554,5.7225 h -6.16554 z"
+ transform="matrix(0.98038074,-0.19711318,-0.12445205,-0.99222562,0,0)"
/>
+ <ellipse
+ transform="matrix(0.90171382,-0.43233343,0.43155325,0.90208746,0,0)"
+ ry="4.5906334"
+ rx="3.2161126"
+ cy="381.69153"
+ cx="216.88359"
+ id="ellipse965"
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.600959;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+ transform="matrix(0.76281039,-0.64662223,0.68525132,0.72830669,0,0)"
+ ry="9.9400091"
+ rx="8.7221174"
+ cy="474.25967"
+ cx="119.31609"
+ id="ellipse917"
+
style="fill:#f8e45c;stroke:none;stroke-width:0.601209;stroke-miterlimit:4;stroke-dasharray:none"
/>
+ <ellipse
+ transform="matrix(-0.0571997,-0.99836276,0.98958832,0.14392691,0,0)"
+ ry="32.413197"
+ rx="32.161289"
+ cy="235.20828"
+ cx="-193.80247"
+ id="ellipse919"
+
style="fill:#f8e45c;stroke:none;stroke-width:2.08473;stroke-miterlimit:4;stroke-dasharray:none"
/>
+ <ellipse
+ transform="matrix(0.96909487,-0.24668834,0.24584995,0.9693079,0,0)"
+ ry="3.8841636"
+ rx="2.7211728"
+ cy="276.00751"
+ cx="181.21144"
+ id="ellipse929"
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.508476;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <path
+ transform="matrix(0.95142712,-0.30787407,-0.39946036,-0.91675047,0,0)"
+ d="m 134.23638,-298.39478 a 7.7528958,5.5789165 0 0 1 7.75289,-5.57891
7.7528958,5.5789165 0 0 1 7.7529,5.57891 h -7.7529 z"
+ sodipodi:arc-type="slice"
+ sodipodi:end="0"
+ sodipodi:start="3.1415927"
+ sodipodi:ry="5.5789165"
+ sodipodi:rx="7.7528958"
+ sodipodi:cy="-298.39478"
+ sodipodi:cx="141.98927"
+ sodipodi:type="arc"
+ id="path931"
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.678208;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
/>
+ <ellipse
+
style="fill:#cd9103;fill-opacity:1;stroke:none;stroke-width:0.491863;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="ellipse933"
+ cx="153.05414"
+ cy="301.672"
+ rx="2.632266"
+ ry="3.7572594"
+ transform="matrix(0.92211364,-0.38691915,0.38612134,0.922448,0,0)" />
+ </g>
+ <g
+ style="display:inline"
+ transform="translate(178.65388,109.53389)"
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="Lines"
+ sodipodi:insensitive="true">
+ <path
+
sodipodi:nodetypes="cccccccccccccccccccccccccccscccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscssccccccccccccsscscccccccccccccccccccccccccccccccccccccccccsscccccccccccccccccccccccccccsccccccccscsscssscccccccccccccccccccccccccccccccccccccccccccccccccccccsccsscccccsscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
[...]
+
style="display:inline;opacity:1;fill:none;stroke:#181613;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m -167.73979,-109.5445 0.26458,0.26459 m 46.0375,-0.26459
-0.52916,0.52917 m 9.78958,-0.52917 c -0.40958,0.69111 -0.40032,2.75471
-0.26458,4.7625 m 14.287495,-4.7625 v 0.26459 m 31.485419,-0.26459
1.058333,0.52917 m 6.614584,-0.52917 1.058333,0.79375 m 16.933333,-0.79375
-1.85208,0.26459 m 39.9520829,-0.26459 v 0.52917 m 12.9645861,-0.52917
0.264581,0.26459 m 198.172933,-0.26459 -0.79375,0.26459 m 83.60833,-0.26459
0.26458,0.26459 m 39.6875,-0.26459 0.52917,0.26459 m -500.3271, [...]
+ id="path47" />
+ <path
+ id="path1039"
+ d="m -57.143966,101.06378 -0.79375,0.26459 m 83.608316,-0.26459
0.26458,0.26459 m 39.687479,-0.26459 0.52917,0.26459 m -178.593709,-7e-5 h
0.52917 m 21.43125,0 -0.52917,0.52916 m 6.349992,-0.52916 h 0.52917 m 1.32291,0
h 0.26459 m 3.704161,0 h 0.52917 m 69.8499911,0 h 1.0583304 m 7.14374624,0 c
1.12712999,0.60009 -0.65880967,1.08953 -1.58749974,1.05833 M 5.29768,101.59288
H 6.35602 M 8.7372699,101.3283 8.2081,101.59288 m 1.0583296,-0.26458 h
0.7937494 m 2.11667,0 h 0.26458 m 1.058 [...]
+
style="display:inline;opacity:1;fill:none;stroke:#181613;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccscsscssscccccccccccccccccccccccccccccccsccsscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsscccccccssccccccscscscsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccssc
[...]
+ <path
+ d="m 66.90261,115.91869 c -0.54032,0.62941 -1.44034,0.78861
-2.22652,0.66637 -0.68955,-0.0331 -1.46292,-0.19829 -1.90417,-0.77755
-0.2479,-0.37118 -0.33855,-0.82471 -0.41821,-1.25731 -0.15864,-1.07985
0.049,-2.17072 -0.0484,-3.25378 0.12861,-0.91351 0.95395,-1.5827
1.81308,-1.7916 0.26427,-0.11198 0.53013,0.0284 0.74127,0.18596 0.57709,0.45497
0.80691,1.18449 1.21485,1.77104 0.52205,0.92517 0.61335,2.01352 0.62516,3.05513
-0.0306,0.16882 -0.0675,0.39233 0.1049,0.50053"
+
style="fill:none;stroke:#181613;stroke-width:0.499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path935" />
+ <path
+ d="m 81.35357,112.15517 c -0.017,0.54825 -0.57816,0.85529
-1.0666,0.89972 -0.38389,0.0197 -0.7752,0.0443 -1.15478,-0.0266
-0.57203,-0.13275 -0.98167,-0.58883 -1.30212,-1.05212 -0.45535,-0.59559
-0.98368,-1.16444 -1.22193,-1.89001 -0.23736,-0.63186 -0.53686,-1.27811
-0.51241,-1.96718 0.0554,-0.68379 0.39779,-1.33878 0.88769,-1.81061
0.52838,-0.39207 1.21775,-0.37635 1.83543,-0.50342 0.55448,-0.0185
1.07527,0.23789 1.52058,0.54624 0.69102,0.24837 1.06126,0.93398 1.46181,1.49923
0.42 [...]
+
style="fill:none;stroke:#181613;stroke-width:0.499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path943" />
+ <path
+ d="m 68.67176,122.71911 c 0.97038,-0.27494 1.93072,-0.62263
2.9532,-0.61929 1.2895,-0.15126 2.45369,-0.77437 3.73699,-0.95703
1.25458,-0.27863 2.52521,-0.53444 3.67424,-1.13489 0.77497,-0.28896
1.46893,-0.77795 2.22499,-1.08684 0.81133,-0.39963 2.0161,-1.05801
2.70189,-1.06658 -0.20235,0.97574 -0.26613,1.99533 -0.74819,2.88633
-0.32561,1.02664 -1.01849,1.93067 -1.91682,2.51587 -0.72188,0.59626
-1.57918,0.98928 -2.45536,1.30027 -0.87336,0.33879 -1.75569,0.80977
-2.71794,0.78755 -1. [...]
+
style="fill:none;stroke:#181613;stroke-width:0.499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path949" />
+ </g>
+ <g
+ style="display:inline"
+ transform="translate(178.65388,109.53389)"
+ inkscape:groupmode="layer"
+ id="layer8"
+ inkscape:label="Logo">
+ <path
+ id="path2227"
+ style="fill:#181613;fill-opacity:1;stroke-width:0.166142"
+ d="m -71.424768,88.085569 c -0.0301,-0.0112 -0.0512,0.084
-0.0512,0.25528 0,0.22848 0.0377,0.32196 0.0837,0.20774 0.046,-0.11422
0.046,-0.30125 0,-0.41548 -0.0115,-0.0286 -0.0225,-0.0438 -0.0326,-0.0475 z m
-86.912522,2.932117 c -0.30053,-0.041 -1.61049,0.31704 -1.82366,0.5302
-0.064,0.064 -0.40005,0.11627 -0.74672,0.11627 -0.36281,0 -0.72109,0.108
-0.8444,0.25477 -0.11782,0.14024 -0.30797,0.35942 -0.42219,0.48679
-0.11428,0.12737 -0.20774,0.30168 -0.20774,0.38758 0,0.34636 1.2434 [...]
+ <path
+
sodipodi:nodetypes="ccssssssssssssssscsssssssssssssssssscsssssssssssssssscsscsssssssssssssssssssssssssssssssssssssssssssscccsssssssssssssssscssccsssssssscsscsssscssscsssssssssssssssssscsssssssssssssssssscsssssssscssssssscccccssscssssssssssssssssssssscsssssssssssssssssssssssssscsssssscsscscsssssssssssssssscsssssssscsssssssssscsssssssscsscsssssssssssssscsssssssssscssssssssssssssssssssssssssssssssssssssssssssssccssssccssssscsssssssscsssscccssssssssssssscssssscsscsssscsssssssscsssssss
[...]
+ style="fill:#181613;fill-opacity:1;stroke-width:0.164805"
+ d="m 32.617492,163.44145 c -0.18366,-0.30124 -0.33421,-0.58574
-0.33455,-0.63223 0,-0.0465 -0.16748,-0.15789 -0.37142,-0.24755
-0.25341,-0.11141 -0.36398,-0.29338 -0.34919,-0.5747 0.0137,-0.26198
-0.33517,-0.91357 -0.95957,-1.79193 -1.0741,-1.51102 -1.39344,-2.16017
-1.13977,-2.31695 0.17728,-0.10957 -1.67439,-2.15337 -1.95095,-2.15337
-0.0956,0 -0.17387,0.13349 -0.17387,0.29665 0,0.16316 -0.0821,0.37877
-0.18251,0.47915 -0.10036,0.10037 -0.2329,0.43039 -0.2945,0.73337 -0.0858,0.4
[...]
+ id="path2229" />
+ <path
+
sodipodi:nodetypes="cccccccccccccccccscccccccccccccccccccccccccccccccccsscccccccccccscccccscccccccccccccccccccccccscccccsccsscsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsscccccscscccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
[...]
+ style="fill:#241f31;stroke:none;stroke-width:0.165847"
+ d="m 0.4648623,123.54133 c -0.90718152,-0.11463 -1.7878296,-0.38246
-2.4877045,0.33169 l 2.1560087,0.16584 c -0.077938,0.61081 -0.42788219,1.10885
0.1658525,1.49263 v 0.49753 c -0.68827101,0.38195 -0.61032,0.86522
0.1658433,0.99508 l 0.3316972,2.81942 0.6633849,-0.3317 -0.1658433,1.16091 c
2.5009671,0.31611 5.3286596,0.68378 7.7948034,0 l 0.663386,0.66339
0.165846,-0.16585 -0.331693,-5.63878 0.9950825,-0.33169 -0.8292355,-0.82926
0.6633885,-0.49752 -0.9950825,-1.49263 c -1.9967954 [...]
+ id="path2281" />
+ <path
+ id="path2968"
+ style="fill:#241f31;stroke:none;stroke-width:0.166142"
+ d="m -158.06805,90.646136 c -0.94068,-0.0231 -1.93546,0.32909
-2.99465,1.24695 v 0.16588 l 3.15691,4.651917 c -0.94236,0.83764
1.25661,2.74089 1.32912,3.821467 1.20245,0.32082 0.97616,1.05309
1.59525,1.89808 0.58911,0.80415 1.38359,1.37944 1.89394,2.25568 l
-0.66507,0.33228 v 0.33228 l 2.82463,1.66139 h -0.66456 l 0.1664,0.49816 c
1.41537,-0.18524 1.59553,0.83651 2.39468,1.73168 0.81061,0.90796 1.8123,1.64491
2.99207,1.95544 0.12184,0.0321 0.24484,0.0597 0.36742,0.0884 -1.52296,-2 [...]
+ <path
+ style="fill:#000000;stroke-width:0.166142"
+ d="m 87.741929,554.54878 c -0.61862,-0.14587 -0.70611,-0.22296
-0.70611,-0.6222 0,-0.25063 -0.0804,-0.66617 -0.17872,-0.92342 -0.0983,-0.25722
-0.26968,-0.91628 -0.38084,-1.46455 -0.16629,-0.82008 -0.2819,-1.03529
-0.65199,-1.21359 -0.46374,-0.22344 -0.63971,-0.93835 -0.26197,-1.06427
0.17279,-0.0576 0.1944,-0.64265 0.0751,-2.03269 -0.0231,-0.26911
-0.13964,-0.52184 -0.259,-0.56163 -0.16214,-0.054 -0.18685,0.0487
-0.0977,0.40621 0.11279,0.45245 0.0785,0.43613 -0.62722,-0.29901 -0. [...]
+ id="path3088" />
+ </g>
+</svg>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: gnu-guix-1.2.0-released: Update.,
Ludovic Courtčs <=