Remove unwanted metadata from SVG files. (Closes: #956102)

This commit is contained in:
Aurélien COUDERC
2025-05-24 23:21:12 +02:00
parent 0716a22541
commit bbd96718f2
91 changed files with 28 additions and 169 deletions

View File

@@ -39,6 +39,12 @@ build-logos clean-logos install-logos:
install: install-grub install-emblems install-logos install-local
install-local:
# Ensure SVG files dont include inkscape:export-filename. (See #956102)
if find . -name "*.svg" -exec grep inkscape:export-filename {} + ; then \
echo "error: please remove inkscape:export-filename attribute from SVGs, it tends to leak information about the user who did the export."; \
exit 1; \
fi
# debian logo in circle as default user face icon
install -d $(DESTDIR)/etc/skel
$(INSTALL_DATA) defaults/common/etc/skel/.face $(DESTDIR)/etc/skel
@@ -54,6 +60,7 @@ install-local:
mkdir -p $(DESTDIR)/usr/share/pixmaps
$(INSTALL_DATA) $(PIXMAPS) $(DESTDIR)/usr/share/pixmaps/
# Create a 'debian-theme' symlink in plymouth themes folder, pointing at the
# plymouth theme for the currently active 'desktop-theme' alternative.
mkdir -p $(DESTDIR)/usr/share/plymouth/themes

View File

@@ -11,7 +11,6 @@
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
inkscape:export-filename="/tmp/logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
@@ -66,7 +65,6 @@
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.99998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /><g
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
transform="matrix(1.8539199,0,0,1.8539199,953.0737,104.96348)"
id="g1007"
style="display:inline;overflow:visible;fill:#25404f;fill-opacity:1;stroke-width:4.97374"><g

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -14,7 +14,6 @@
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="logo.svg"
style="overflow:visible"
inkscape:export-filename="/tmp/emblem-debian.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ desktop-base (13.0.3) UNRELEASED; urgency=medium
logo-text-version.svg when rendered by the Qt stack.
* Move unused files out of the Plymouth emerald theme installed into the
initrds. (Closes: #1095314)
* Remove unwanted metadata from SVG files. (Closes: #956102)
-- Aurélien COUDERC <coucouf@debian.org> Fri, 23 May 2025 11:34:21 +0200

View File

@@ -26,7 +26,6 @@
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="emblem-debian-symbolic.svg"
style="overflow:visible"
inkscape:export-filename="/tmp/emblem-debian-white.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><defs
id="defs35" /><sodipodi:namedview

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -26,7 +26,6 @@
inkscape:version="0.91 r13725"
sodipodi:docname="emblem-debian-white.svg"
style="overflow:visible"
inkscape:export-filename="/tmp/emblem-debian-white.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><defs
id="defs35" /><sodipodi:namedview

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -26,7 +26,6 @@
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="emblem-debian.svg"
style="overflow:visible"
inkscape:export-filename="/tmp/emblem-debian.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><defs
id="defs35" /><sodipodi:namedview

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -11,7 +11,6 @@
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
inkscape:export-filename="/tmp/logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
@@ -66,7 +65,6 @@
style="fill:#05475c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.99998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /><g
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
transform="matrix(1.8539199,0,0,1.8539199,953.0737,104.96348)"
id="g1007"
style="display:inline;overflow:visible;fill:#ffffff;fill-opacity:1;stroke-width:4.97374"><g

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="grub-16x9.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\grub2\png\grub2.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="grub2.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\grub2\png\grub2.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="background-nologo.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\login-screen\png\login-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -102,7 +101,6 @@
style="display:inline;stroke-width:2"
id="g865">
<rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\wallpapers\png\4096x2160\futurePrototype-wallpaper-06-4096x2160.png"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="2.8421709e-014"

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -9,7 +9,6 @@
id="svg8"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="background.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\login-screen\png\login-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
@@ -105,7 +104,6 @@
style="display:inline;stroke-width:2"
id="g865">
<rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\wallpapers\png\4096x2160\futurePrototype-wallpaper-06-4096x2160.png"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="2.8421709e-014"

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -22,7 +22,6 @@
id="svg124"
sodipodi:docname="blog-banner.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\blog-banner\png\blog-banner.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata130"><rdf:RDF><cc:Work
@@ -92,7 +91,6 @@
style="display:inline;stroke-width:8.64000034"
id="g865"
clip-path="url(#clipPath984)"><rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\wallpapers\png\4096x2160\futurePrototype-wallpaper-06-4096x2160.png"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="2.8421709e-014"

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="sticker-04.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\stickers\png\sticker-04.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="sticker-03.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\stickers\png\sticker-03.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="sticker-02.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\stickers\png\sticker-02.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -17,7 +17,6 @@
version="1.1"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="tshirt.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\tshirt\png\tshirt.png"
inkscape:export-xdpi="54.791428"
inkscape:export-ydpi="54.791428"
viewBox="0 0 937.50002 524.99998">

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -99,8 +99,7 @@
height="31.750002"
width="211.66667"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096514;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\website-banner\png\website-banner.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096514;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<g
id="g888"
transform="translate(-17.336903,188.1118)">

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -22,7 +22,6 @@
id="svg124"
sodipodi:docname="wiki-banner-02.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\wiki-banner\png\wiki-banner-02.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata130"><rdf:RDF><cc:Work
@@ -94,7 +93,6 @@
transform="matrix(0.16601563,0,0,0.16601563,-0.35210952,507.77952)"
style="stroke-width:6.02352858"
clip-path="url(#clipPath875)"><rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:158.92930603;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
id="rect1009"
width="4095.9998"

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -22,7 +22,6 @@
id="svg124"
sodipodi:docname="wiki-banner.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\wiki-banner\png\wiki-banner.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata130"><rdf:RDF><cc:Work
@@ -88,7 +87,6 @@
transform="matrix(0.17592592,0,0,0.17592592,-61.83977,538.01482)"
style="stroke-width:5.6842103"
clip-path="url(#clipPath1112)"><rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:149.97647095;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
id="rect1009"
width="4095.9998"

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -22,7 +22,6 @@
id="svg797"
sodipodi:docname="cd-cover.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\cd-dvd\png\cd-cover.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata803"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -22,7 +22,6 @@
xml:space="preserve"
sodipodi:docname="cd.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\cd-dvd\png\cd.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata188"><rdf:RDF><cc:Work
@@ -68,7 +67,6 @@
id="path8"
inkscape:connector-curvature="0"
style="fill:url(#linearGradient1506);fill-opacity:1"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\cd-dvd\png\cd.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" /><g
id="g1451"

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="installer.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\debian-installer\png\installer.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="isolinux-syslinux.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\isolinux-syslinux\png\isolinux-syslinux.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -15,7 +15,6 @@
width="201"
sodipodi:docname="debian.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\plymouth\debian.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<sodipodi:namedview

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -21,7 +21,6 @@
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\plymouth\logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata10"><rdf:RDF><cc:Work
@@ -67,7 +66,6 @@
style="opacity:1;fill:#2f3b52;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10.61452389;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /><g
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
transform="matrix(1.9678479,0,0,1.9678479,1000.1621,99.995199)"
id="g1007"
style="display:inline;overflow:visible;fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"><g

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -21,7 +21,6 @@
xml:space="preserve"
sodipodi:docname="plymouth_background.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\plymouth\plymouth_background_future.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata138"><rdf:RDF><cc:Work
@@ -101,7 +100,6 @@
transform="matrix(3.7795276,0,0,3.7795276,-2.4689297e-4,77.480341)"
style="display:inline"
id="g854"><rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
id="rect1009"
width="602.07404"
@@ -115,7 +113,6 @@
transform="matrix(0.55555555,0,0,0.55555555,-47.03703,131.99999)"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
id="g850"><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1280x1024.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1280x1024.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -106,8 +105,7 @@
height="270.93332"
width="513.76984"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -117,7 +115,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.47407407,0,0,0.47407407,-39.158352,156.2)"
@@ -183,7 +180,6 @@
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033"
id="g1007"
transform="matrix(1.1612986,0,0,1.1612986,118.83955,373.0625)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1600x1200.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1600x1200.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -106,8 +105,7 @@
height="317.5"
width="602.07404"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -117,7 +115,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.55555555,0,0,0.55555555,-46.566702,131.99999)"
@@ -183,7 +180,6 @@
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611"
id="g1007"
transform="matrix(1.3564748,0,0,1.3564748,152.68654,339.19583)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1920x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -106,8 +105,7 @@
height="285.75"
width="541.86664"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -117,7 +115,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.49999999,0,0,0.49999999,-16.933325,148.49999)"
@@ -183,7 +180,6 @@
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:2"
id="g1007"
transform="matrix(1.2198514,0,0,1.2198514,200.96032,362.47917)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1920x1200.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1200.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -106,8 +105,7 @@
height="317.5"
width="602.07404"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -117,7 +115,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.55555555,0,0,0.55555555,-47.03703,131.99999)"
@@ -183,7 +180,6 @@
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611"
id="g1007"
transform="matrix(1.3564748,0,0,1.3564748,195.01987,339.19583)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-2560x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-2560x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -106,8 +105,7 @@
height="357.1875"
width="677.33331"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="2560x1440.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -119,7 +118,6 @@
id="g878"
transform="matrix(1.33334,0,0,1.33334,-84.668359,-142.87786)">
<rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
id="rect1009"
width="541.86664"
@@ -133,7 +131,6 @@
transform="matrix(0.49999998,0,0,0.49999998,-16.933325,423)"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
id="g850">
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
@@ -188,7 +185,6 @@
<g
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
transform="matrix(1.2198514,0,0,1.2198514,200.96032,362.47917)"
id="g1007"
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:2">

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -18,7 +18,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="3840x2160.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\futurePrototype-wallpaper-02-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -110,8 +109,7 @@
height="571.5"
width="1083.7333"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -121,7 +119,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<path
@@ -184,7 +181,6 @@
style="overflow:visible;fill:#9ab0c9;fill-opacity:1"
id="g1007"
transform="matrix(2.4397028,0,0,2.4397028,435.78727,153.45834)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="1280x1024.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1280x1024.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -105,8 +104,7 @@
height="270.93332"
width="513.76984"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -116,7 +114,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.47407407,0,0,0.47407407,-39.158352,156.2)"

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="1600x1200.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1600x1200.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -105,8 +104,7 @@
height="317.5"
width="602.07404"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -116,7 +114,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.55555555,0,0,0.55555555,-46.566702,131.99999)"

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="1920x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -105,8 +104,7 @@
height="285.75"
width="541.86664"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -116,7 +114,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.49999999,0,0,0.49999999,-16.933325,148.49999)"

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="1920x1200.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1200.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -105,8 +104,7 @@
height="317.5"
width="602.07404"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -116,7 +114,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.55555555,0,0,0.55555555,-47.03703,131.99999)"

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="2560x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-2560x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -105,8 +104,7 @@
height="357.1875"
width="677.33331"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="2560x1440.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -113,7 +112,6 @@
id="g881"
transform="matrix(1.3333333,0,0,1.3333333,-84.666666,-51.374996)">
<rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
id="rect1009"
width="541.86664"
@@ -131,7 +129,6 @@
id="g840">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.49999999,0,0,0.49999999,-16.933325,148.49999)"

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -17,7 +17,6 @@
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="3840x2160.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\futurePrototype-wallpaper-02-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -109,8 +108,7 @@
height="571.5"
width="1083.7333"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
<g
inkscape:label="buster"
@@ -120,7 +118,6 @@
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<path

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -17,7 +17,6 @@
enable-background="new 0 0 2560 2052"
xml:space="preserve"
sodipodi:docname="debian_bulleyes_plymouth_bg.svg"
inkscape:export-filename="/tmp/plymouth_background_homeworld.png"
inkscape:export-xdpi="72"
inkscape:export-ydpi="72"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -19,7 +19,6 @@
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
inkscape:export-filename="/tmp/logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata10"><rdf:RDF><cc:Work
@@ -63,7 +62,6 @@
style="fill:#32b2a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.99998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /><g
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
transform="matrix(1.8539199,0,0,1.8539199,953.0737,104.96348)"
id="g1007"
style="display:inline;overflow:visible;fill:#ffffff;fill-opacity:1;stroke-width:4.97374"><g

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1280x1024.svg">

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1280x720.svg">

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1600x1200.svg">

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="wallpaper.svg">

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1920x1200.svg">

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.92.0 r15299"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_4.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="3840x2160.svg">

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposal_1_full/grub.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="grub-16x9.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposal_1_full/grub.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="grub-4x3.svg">

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1280x1024.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.92.0 r15299"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1280x720.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1600x1200.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1920x1080.svg">

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1920x1200.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.92.0 r15299"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="3840x2160.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.48.3.1 r9886"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="background.svg">

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1280x1024.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1280x720.svg">

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="wallpaper_1600x1200.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.92.0 r15299"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="1920x1080.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
inkscape:export-filename="/Users/adrienaubourg/Dropbox/wheezy_artwork/exports/proposals/wallpaper_1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="wallpaper_1920x1200.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -16,7 +16,6 @@
id="svg2"
version="1.1"
inkscape:version="0.92.0 r15299"
inkscape:export-filename="/tmp/wallpaper_1920x1080.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="3840x2160.svg">

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -18,7 +18,6 @@
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="grub-16x9.svg"
inkscape:export-filename="/tmp/grub.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><metadata
id="metadata3111"><rdf:RDF><cc:Work
@@ -80,12 +79,10 @@
style="fill:url(#background_1_);fill-rule:evenodd"
x="0"
y="0"
inkscape:export-filename="/tmp/lines-grub-1920x1080.png"
inkscape:export-xdpi="200.97"
inkscape:export-ydpi="200.97" /><g
id="swirl"
transform="translate(196,0)"
inkscape:export-filename="/tmp/lines-grub-1920x1080.png"
inkscape:export-xdpi="200.97"
inkscape:export-ydpi="200.97"><radialGradient
id="SVGID_1_"

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -18,7 +18,6 @@
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="grub-4x3.svg"
inkscape:export-filename="/tmp/grub.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><metadata
id="metadata3111"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -11,7 +11,6 @@
id="Layer_1"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/tmp/1920x1200.png"
sodipodi:docname="1280x1024.svg"
inkscape:version="0.91 r13725"
x="0px"

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -11,7 +11,6 @@
id="Layer_1"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/tmp/1920x1200.png"
sodipodi:docname="1600x1200.svg"
inkscape:version="0.91 r13725"
x="0px"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -11,7 +11,6 @@
id="Layer_1"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/tmp/1920x1200.png"
sodipodi:docname="1920x1080.svg"
inkscape:version="0.91 r13725"
x="0px"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -11,7 +11,6 @@
id="Layer_1"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/tmp/1920x1200.png"
sodipodi:docname="1920x1200.svg"
inkscape:version="0.91 r13725"
x="0px"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -11,7 +11,6 @@
id="Layer_1"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/tmp/1920x1200.png"
sodipodi:docname="2560x1080.svg"
inkscape:version="0.91 r13725"
x="0px"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -11,7 +11,6 @@
id="Layer_1"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/tmp/1920x1200.png"
sodipodi:docname="3840x2160.svg"
inkscape:version="0.92.0 r15299"
x="0px"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -15,7 +15,6 @@
width="201"
sodipodi:docname="debian.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
inkscape:export-filename="/tmp/debian.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<sodipodi:namedview

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -21,7 +21,6 @@
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="password_field.svg"
inkscape:export-filename="/tmp/password_field.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><metadata
id="metadata20"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
for f in $(grep -Rl --include \*.svg inkscape:export-filename); do
xmlstarlet ed -L -d '/svg/@inkscape:export-filename' "${f}"
done

View File

@@ -17,7 +17,6 @@
id="svg1900"
inkscape:version="0.92.1 r15371"
sodipodi:docname="banners-formatos.svg"
inkscape:export-filename="/tmp/c1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
@@ -2635,7 +2634,6 @@
<g
id="Logo__x5F__text-9-2-2"
transform="matrix(0.81634161,0,0,0.81634161,-10.523852,-158.79348)"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
@@ -2883,7 +2881,6 @@
width="170.21156"
height="25.503004"
id="rect3721"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
@@ -2956,7 +2953,6 @@
width="170.21156"
height="25.503004"
id="rect3744"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
@@ -3064,14 +3060,12 @@
width="170.21156"
height="25.503004"
id="rect3775"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
id="g3831"
enable-background="new "
transform="matrix(0.21250732,0,0,0.21250732,-7.4009463,127.26689)"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<path
@@ -3217,7 +3211,6 @@
width="170.21156"
height="25.503004"
id="rect3851"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
@@ -3328,14 +3321,12 @@
width="170.21156"
height="25.503004"
id="rect3886"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
id="logo_1_"
enable-background="new "
transform="matrix(0.23279712,0,0,0.23279712,129.35249,139.97765)"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<path
@@ -3406,13 +3397,11 @@
width="170.21156"
height="25.503004"
id="rect3917"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
id="circles"
transform="matrix(0.21250732,0,0,0.21250732,106.63448,140.76064)"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<circle
@@ -4615,7 +4604,6 @@
height="66.145836"
x="195.04761"
y="0.11042471"
inkscape:export-filename="/tmp/banner300-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<path
@@ -4693,7 +4681,6 @@
x="116.41526"
y="154.8134"
id="text1192"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
@@ -4708,7 +4695,6 @@
height="23.8125"
x="77.899918"
y="141.57886"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
@@ -4794,7 +4780,6 @@
height="13.229167"
x="164.65131"
y="179.49649"
inkscape:export-filename="/tmp/banner320-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
@@ -6435,7 +6420,6 @@
<circle
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/tmp/banner728-1.png"
id="circle3888"
r="9.471364"
cy="151.74706"
@@ -6445,7 +6429,6 @@
<text
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/tmp/banner728-1.png"
transform="rotate(1.928899)"
id="text6888-4-7"
y="147.45168"
@@ -6461,7 +6444,6 @@
<text
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/tmp/banner728-1.png"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.44156146px;line-height:125%;font-family:Poppl-Laudatio;-inkscape-font-specification:Poppl-Laudatio;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#dfe6e7;fill-opacity:1;stroke:none;stroke-width:0.00320136;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
x="161.94482"
@@ -6477,7 +6459,6 @@
<g
id="Logo__x5F__text-9-2"
transform="matrix(0.15668256,0,0,0.15668256,116.96561,107.81312)"
inkscape:export-filename="/tmp/banner728-1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
@@ -6573,7 +6554,6 @@
<circle
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/tmp/banner728-1.png"
id="circle3888-9"
r="9.471364"
cy="151.74706"
@@ -6583,7 +6563,6 @@
<text
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/tmp/banner728-1.png"
transform="rotate(1.928899)"
id="text6888-4-7-3"
y="147.45523"
@@ -6599,7 +6578,6 @@
<text
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="/tmp/banner728-1.png"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.44156146px;line-height:125%;font-family:Poppl-Laudatio;-inkscape-font-specification:Poppl-Laudatio;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#dfe6e7;fill-opacity:1;stroke:none;stroke-width:0.00320136;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
x="161.94482"

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 656 KiB

View File

@@ -21,7 +21,6 @@
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="password_field.svg"
inkscape:export-filename="/tmp/password_field.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><metadata
id="metadata20"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -20,7 +20,6 @@
xml:space="preserve"
id="svg124"
sodipodi:docname="wiki-banner.svg"
inkscape:export-filename="/tmp/softWaves_wiki_banner.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:version="0.92.1 r15371"><metadata
@@ -113,7 +112,6 @@
id="background"
clip-path="url(#SVGID_2_)"
transform="scale(1.9082016,0.95439056)"
inkscape:export-filename="/tmp/softWaves_wiki_banner.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><g
id="background_1_"><linearGradient

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -20,7 +20,6 @@
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="1280x720.svg"
inkscape:export-filename=""
inkscape:export-xdpi="120"
inkscape:export-ydpi="120"><metadata
id="metadata4579"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -20,7 +20,6 @@
xml:space="preserve"
inkscape:version="0.92.0 r15299"
sodipodi:docname="1920x1080.svg"
inkscape:export-filename=""
inkscape:export-xdpi="120"
inkscape:export-ydpi="120"><metadata
id="metadata4579"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -20,7 +20,6 @@
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="2560x1440.svg"
inkscape:export-filename=""
inkscape:export-xdpi="120"
inkscape:export-ydpi="120"><metadata
id="metadata4579"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -20,7 +20,6 @@
xml:space="preserve"
inkscape:version="0.92.0 r15299"
sodipodi:docname="3840x2160.svg"
inkscape:export-filename=""
inkscape:export-xdpi="120"
inkscape:export-ydpi="120"><metadata
id="metadata4579"><rdf:RDF><cc:Work

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -25,7 +25,6 @@
id="svg45"
sodipodi:docname="salsa-debian-icon.svg"
style="overflow:visible"
inkscape:export-filename="/tmp/salsa-debian-icon.png"
inkscape:export-xdpi="104"
inkscape:export-ydpi="104"
inkscape:version="0.92.3 (2405546, 2018-03-11)"><defs

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.48+devel r9734"
sodipodi:docname="grub.svg"
inkscape:export-filename="/tmp/grub.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.48+devel r9734"
sodipodi:docname="grub.svg"
inkscape:export-filename="/tmp/grub.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="background.svg"
inkscape:export-filename="/tmp/wallpaper_1440x1152.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="1280x1024.svg"
inkscape:export-filename="/tmp/wallpaper_1440x1152.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="1280x720.svg"
inkscape:export-filename="/tmp/wallpaper_1440x1152.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="1920x1080.svg"
inkscape:export-filename="/tmp/wallpaper_1440x1152.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="1920x1200.svg"
inkscape:export-filename="/tmp/wallpaper_1440x1152.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -16,7 +16,6 @@
version="1.1"
inkscape:version="0.92.0 r15299"
sodipodi:docname="3840x2160.svg"
inkscape:export-filename="/tmp/wallpaper_1440x1152.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB