From 53ff0de70b0b92888f36921ddd44158b58a8ab73 Mon Sep 17 00:00:00 2001 From: Mattias Date: Mon, 31 Jul 2017 17:02:28 +0200 Subject: [PATCH] Convert more old svg files --- Zuki-shell/gnome-shell/HACKING | 7 +++- Zuki-shell/gnome-shell/README | 36 ---------------- .../gnome-shell/calendar-arrow-left.svg | 4 +- .../gnome-shell/calendar-arrow-right.svg | 6 +-- Zuki-shell/gnome-shell/calendar-today.svg | 12 +++--- Zuki-shell/gnome-shell/checkbox-focused.svg | 10 ++--- .../gnome-shell/checkbox-off-focused.svg | 6 +-- Zuki-shell/gnome-shell/checkbox-off.svg | 10 ++--- Zuki-shell/gnome-shell/checkbox.svg | 10 ++--- Zuki-shell/gnome-shell/close-window-hover.svg | 6 +-- Zuki-shell/gnome-shell/close-window.svg | 6 +-- Zuki-shell/gnome-shell/close.svg | 8 ++-- Zuki-shell/gnome-shell/dash-placeholder.svg | 41 ++++++++++++++++++- .../gnome-shell/filter-selected-ltr.svg | 14 +++---- .../gnome-shell/filter-selected-rtl.svg | 12 +++--- .../gnome-shell/logged-in-indicator.svg | 11 ++--- Zuki-shell/gnome-shell/more-results.svg | 12 +++--- Zuki-shell/gnome-shell/no-events.svg | 8 ++-- Zuki-shell/gnome-shell/no-notifications.svg | 6 +-- .../gnome-shell/page-indicator-active.svg | 14 +++---- .../gnome-shell/page-indicator-checked.svg | 16 ++++---- .../gnome-shell/page-indicator-hover.svg | 14 +++---- .../gnome-shell/page-indicator-inactive.svg | 14 +++---- Zuki-shell/gnome-shell/process-working.svg | 12 +++--- Zuki-shell/gnome-shell/running-indicator.svg | 11 ++--- .../gnome-shell/source-button-border.svg | 8 ++-- Zuki-shell/gnome-shell/summary-counter.svg | 8 ++-- Zuki-shell/gnome-shell/switch-off.svg | 8 ++-- Zuki-shell/gnome-shell/switch-on.svg | 6 +-- 29 files changed, 172 insertions(+), 164 deletions(-) delete mode 100644 Zuki-shell/gnome-shell/README diff --git a/Zuki-shell/gnome-shell/HACKING b/Zuki-shell/gnome-shell/HACKING index 739dfee..2a8554b 100644 --- a/Zuki-shell/gnome-shell/HACKING +++ b/Zuki-shell/gnome-shell/HACKING @@ -1,3 +1,6 @@ -To generate the css files, from the project directory: +--- Generating the css file --- -sass --sourcemap=none --update . +You need sass to generate the css file. + +To generate them run from a command line in the project directory: +sass --sourcemap=none --update ./ diff --git a/Zuki-shell/gnome-shell/README b/Zuki-shell/gnome-shell/README deleted file mode 100644 index f31c947..0000000 --- a/Zuki-shell/gnome-shell/README +++ /dev/null @@ -1,36 +0,0 @@ -Summary -------- - -* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (running - `make` should do that when you have the required software installed, as described below; - run `/.parse-sass.sh` manually if it doesn't) -* To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle. - On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install` - from the same directory this README resides in. - -How to tweak the theme ----------------------- - -Zuki-shell is a complex theme, so to keep it maintainable it's written and processed in SASS, the -generated CSS is then transformed into a gresource file during gtk build and used at runtime in a -non-legible or editable form. - -It is very likely your change will happen in the _common.scss file. That's where all the widget -selectors are defined. Here's a rundown of the "supporting" stylesheets, that are unlikely to be the -right place for a drive by stylesheet fix: - -_colors.scss - global color definitions. We keep the number of defined colors to a necessary minimum, - most colors are derived from a handful of basics. It is an exact copy of the gtk+ - counterpart. Light theme is used for the classic theme and dark is for GNOME3 shell - default. - -_drawing.scss - drawing helper mixings/functions to allow easier definition of widget drawing under - specific context. This is why Zuki-shell isn't 15000 LOC. - -_common.scss - actual definitions of style for each widget. This is where you are likely to add/remove - your changes. - -You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to the -_common.scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you -edit. This is done by running `bundle exec sass --watch --sourcemap=none .` If sass is out of date, or is -missing, you can install it with `bundle install`. diff --git a/Zuki-shell/gnome-shell/calendar-arrow-left.svg b/Zuki-shell/gnome-shell/calendar-arrow-left.svg index b6f748b..47270f1 100644 --- a/Zuki-shell/gnome-shell/calendar-arrow-left.svg +++ b/Zuki-shell/gnome-shell/calendar-arrow-left.svg @@ -13,7 +13,7 @@ height="16" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="calendar-arrow-left.svg"> @@ -25,7 +25,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="32" - inkscape:cx="8.9856352" + inkscape:cx="1.1262602" inkscape:cy="7.392967" inkscape:document-units="px" inkscape:current-layer="layer1" diff --git a/Zuki-shell/gnome-shell/calendar-arrow-right.svg b/Zuki-shell/gnome-shell/calendar-arrow-right.svg index 9afadee..b1d21bc 100644 --- a/Zuki-shell/gnome-shell/calendar-arrow-right.svg +++ b/Zuki-shell/gnome-shell/calendar-arrow-right.svg @@ -13,7 +13,7 @@ height="16" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="calendar-arrow-right.svg"> @@ -25,7 +25,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16" - inkscape:cx="3.4192054" + inkscape:cx="-12.299545" inkscape:cy="5.4515795" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -53,7 +53,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/calendar-today.svg b/Zuki-shell/gnome-shell/calendar-today.svg index 5e77084..d96d986 100644 --- a/Zuki-shell/gnome-shell/calendar-today.svg +++ b/Zuki-shell/gnome-shell/calendar-today.svg @@ -14,7 +14,7 @@ height="24" id="svg10621" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="calendar-today.svg"> @@ -127,7 +127,7 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="8" - inkscape:cx="-23.537329" + inkscape:cx="-54.974829" inkscape:cy="-31.442864" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -136,10 +136,10 @@ fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" - inkscape:window-width="2133" - inkscape:window-height="1241" - inkscape:window-x="238" - inkscape:window-y="88" + inkscape:window-width="1600" + inkscape:window-height="828" + inkscape:window-x="0" + inkscape:window-y="0" inkscape:window-maximized="0" borderlayer="true" inkscape:showpageshadow="false"> diff --git a/Zuki-shell/gnome-shell/checkbox-focused.svg b/Zuki-shell/gnome-shell/checkbox-focused.svg index f16e188..11b70ca 100644 --- a/Zuki-shell/gnome-shell/checkbox-focused.svg +++ b/Zuki-shell/gnome-shell/checkbox-focused.svg @@ -14,7 +14,7 @@ height="22" id="svg3199" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="checkbox-focused.svg"> @@ -155,15 +155,15 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627416" - inkscape:cx="14.39571" + inkscape:cx="3.2808748" inkscape:cy="7.5471606" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1600" - inkscape:window-height="794" + inkscape:window-height="828" inkscape:window-x="0" - inkscape:window-y="25" + inkscape:window-y="0" inkscape:window-maximized="1" borderlayer="true" inkscape:showpageshadow="false" @@ -186,7 +186,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/checkbox-off-focused.svg b/Zuki-shell/gnome-shell/checkbox-off-focused.svg index 30f5aa3..0410574 100644 --- a/Zuki-shell/gnome-shell/checkbox-off-focused.svg +++ b/Zuki-shell/gnome-shell/checkbox-off-focused.svg @@ -14,7 +14,7 @@ height="22" id="svg3199" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="checkbox-off-focused.svg"> @@ -112,7 +112,7 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="11.313708" - inkscape:cx="10.797266" + inkscape:cx="-11.432404" inkscape:cy="15.757595" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -143,7 +143,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/checkbox-off.svg b/Zuki-shell/gnome-shell/checkbox-off.svg index fcfd203..b5f4438 100644 --- a/Zuki-shell/gnome-shell/checkbox-off.svg +++ b/Zuki-shell/gnome-shell/checkbox-off.svg @@ -14,7 +14,7 @@ height="22" id="svg3199" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="checkbox-off.svg"> @@ -112,15 +112,15 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="16" - inkscape:cx="19.14152" + inkscape:cx="3.42277" inkscape:cy="16.625056" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1600" - inkscape:window-height="794" + inkscape:window-height="828" inkscape:window-x="0" - inkscape:window-y="25" + inkscape:window-y="0" inkscape:window-maximized="1" borderlayer="true" inkscape:showpageshadow="false" @@ -143,7 +143,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/checkbox.svg b/Zuki-shell/gnome-shell/checkbox.svg index 37c4682..5890a33 100644 --- a/Zuki-shell/gnome-shell/checkbox.svg +++ b/Zuki-shell/gnome-shell/checkbox.svg @@ -14,7 +14,7 @@ height="22" id="svg3199" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="checkbox.svg"> @@ -155,15 +155,15 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="10.921799" + inkscape:cx="-0.19303572" inkscape:cy="11.373291" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" inkscape:window-width="1600" - inkscape:window-height="794" + inkscape:window-height="828" inkscape:window-x="0" - inkscape:window-y="25" + inkscape:window-y="0" inkscape:window-maximized="1" borderlayer="true" inkscape:showpageshadow="false" @@ -189,7 +189,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/close-window-hover.svg b/Zuki-shell/gnome-shell/close-window-hover.svg index 22b2f86..578d57f 100644 --- a/Zuki-shell/gnome-shell/close-window-hover.svg +++ b/Zuki-shell/gnome-shell/close-window-hover.svg @@ -19,12 +19,12 @@ enable-background="new 0 0 16 16" xml:space="preserve" sodipodi:version="0.32" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="close-window-hover.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape">image/svg+xmlimage/svg+xmlimage/svg+xml + version="1.1" + sodipodi:docname="dash-placeholder.svg" + inkscape:version="0.92.1 r"> + + + + image/svg+xml + + + + + + + inkscape:version="0.92.1 r" + sodipodi:docname="filter-selected-ltr.svg"> @@ -59,7 +59,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/filter-selected-rtl.svg b/Zuki-shell/gnome-shell/filter-selected-rtl.svg index 94af6bb..c513e58 100644 --- a/Zuki-shell/gnome-shell/filter-selected-rtl.svg +++ b/Zuki-shell/gnome-shell/filter-selected-rtl.svg @@ -13,8 +13,8 @@ height="20" id="svg10003" version="1.1" - inkscape:version="0.48.1 r9760" - sodipodi:docname="filter-selected-ltr.svg"> + inkscape:version="0.92.1 r" + sodipodi:docname="filter-selected-rtl.svg"> diff --git a/Zuki-shell/gnome-shell/logged-in-indicator.svg b/Zuki-shell/gnome-shell/logged-in-indicator.svg index c0267ea..9aa30c1 100644 --- a/Zuki-shell/gnome-shell/logged-in-indicator.svg +++ b/Zuki-shell/gnome-shell/logged-in-indicator.svg @@ -14,7 +14,7 @@ height="80" id="svg7355" version="1.1" - inkscape:version="0.48.2 r9819" + inkscape:version="0.92.1 r" sodipodi:docname="logged-in-indicator.svg"> @@ -24,6 +24,7 @@ image/svg+xml + @@ -36,15 +37,15 @@ guidetolerance="10" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="843" + inkscape:window-width="1600" + inkscape:window-height="828" id="namedview4173" showgrid="false" inkscape:zoom="2.8760889" - inkscape:cx="106.00403" + inkscape:cx="18.558889" inkscape:cy="80.68078" inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="g30864" /> @@ -26,17 +26,17 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="90.509668" - inkscape:cx="6.5009792" + inkscape:cx="3.7222705" inkscape:cy="8.3589595" inkscape:document-units="px" inkscape:current-layer="g14642-3-0" showgrid="false" borderlayer="true" inkscape:showpageshadow="false" - inkscape:window-width="1440" - inkscape:window-height="840" + inkscape:window-width="1600" + inkscape:window-height="828" inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-y="0" inkscape:window-maximized="1"> image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/no-events.svg b/Zuki-shell/gnome-shell/no-events.svg index 8ab08a9..74215ed 100644 --- a/Zuki-shell/gnome-shell/no-events.svg +++ b/Zuki-shell/gnome-shell/no-events.svg @@ -13,8 +13,8 @@ height="64px" id="svg3471" version="1.1" - inkscape:version="0.48.5 r10040" - sodipodi:docname="New document 5"> + inkscape:version="0.92.1 r" + sodipodi:docname="no-events.svg"> diff --git a/Zuki-shell/gnome-shell/no-notifications.svg b/Zuki-shell/gnome-shell/no-notifications.svg index 23af556..dc3fb0f 100644 --- a/Zuki-shell/gnome-shell/no-notifications.svg +++ b/Zuki-shell/gnome-shell/no-notifications.svg @@ -13,8 +13,8 @@ height="64px" id="svg3393" version="1.1" - inkscape:version="0.48.5 r10040" - sodipodi:docname="New document 2"> + inkscape:version="0.92.1 r" + sodipodi:docname="no-notifications.svg"> + inkscape:version="0.92.1 r" + sodipodi:docname="page-indicator-active.svg"> + inkscape:version="0.92.1 r" + sodipodi:docname="page-indicator-checked.svg"> @@ -44,7 +44,7 @@ image/svg+xml - + @@ -55,7 +55,7 @@ transform="translate(0,2)"> + inkscape:version="0.92.1 r" + sodipodi:docname="page-indicator-hover.svg"> @@ -61,7 +61,7 @@ sodipodi:cy="638.83099" sodipodi:rx="10.985409" sodipodi:ry="9.5964489" - d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z" + d="m 2099.9808,638.83099 a 10.985409,9.5964489 0 0 1 -10.9854,9.59645 10.985409,9.5964489 0 0 1 -10.9854,-9.59645 10.985409,9.5964489 0 0 1 10.9854,-9.59645 10.985409,9.5964489 0 0 1 10.9854,9.59645 z" transform="matrix(0.63720887,0,0,0.72943648,-1322.1264,-458.98661)" /> diff --git a/Zuki-shell/gnome-shell/page-indicator-inactive.svg b/Zuki-shell/gnome-shell/page-indicator-inactive.svg index 4ff2246..c8d18ea 100644 --- a/Zuki-shell/gnome-shell/page-indicator-inactive.svg +++ b/Zuki-shell/gnome-shell/page-indicator-inactive.svg @@ -13,7 +13,7 @@ height="18" id="svg5266" version="1.1" - inkscape:version="0.48.4 r9939" + inkscape:version="0.92.1 r" sodipodi:docname="page-indicator-inactive.svg"> @@ -25,16 +25,16 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-2.307566" + inkscape:cx="-24.537234" inkscape:cy="17.859535" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" - inkscape:window-width="2560" - inkscape:window-height="1374" + inkscape:window-width="1600" + inkscape:window-height="828" inkscape:window-x="0" - inkscape:window-y="27" + inkscape:window-y="0" inkscape:window-maximized="1" /> @@ -44,7 +44,7 @@ image/svg+xml - + @@ -61,7 +61,7 @@ sodipodi:cy="638.83099" sodipodi:rx="10.985409" sodipodi:ry="9.5964489" - d="m 2099.9808,638.83099 c 0,5.29998 -4.9184,9.59645 -10.9854,9.59645 -6.0671,0 -10.9854,-4.29647 -10.9854,-9.59645 0,-5.29997 4.9183,-9.59645 10.9854,-9.59645 6.067,0 10.9854,4.29648 10.9854,9.59645 z" + d="m 2099.9808,638.83099 a 10.985409,9.5964489 0 0 1 -10.9854,9.59645 10.985409,9.5964489 0 0 1 -10.9854,-9.59645 10.985409,9.5964489 0 0 1 10.9854,-9.59645 10.985409,9.5964489 0 0 1 10.9854,9.59645 z" transform="matrix(0.63720887,0,0,0.72943648,-1322.1264,-458.98661)" /> diff --git a/Zuki-shell/gnome-shell/process-working.svg b/Zuki-shell/gnome-shell/process-working.svg index 920a67d..d17894e 100644 --- a/Zuki-shell/gnome-shell/process-working.svg +++ b/Zuki-shell/gnome-shell/process-working.svg @@ -12,7 +12,7 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg5369" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" width="512" height="32" sodipodi:docname="process-working.svg" @@ -1945,17 +1945,17 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1975" - inkscape:window-height="1098" + inkscape:window-width="1600" + inkscape:window-height="828" id="namedview5371" showgrid="false" borderlayer="true" inkscape:showpageshadow="false" inkscape:zoom="1" - inkscape:cx="346.23664" + inkscape:cx="94.73664" inkscape:cy="-6.4057938" - inkscape:window-x="139" - inkscape:window-y="73" + inkscape:window-x="0" + inkscape:window-y="0" inkscape:window-maximized="0" inkscape:current-layer="layer2" inkscape:snap-bbox="true" diff --git a/Zuki-shell/gnome-shell/running-indicator.svg b/Zuki-shell/gnome-shell/running-indicator.svg index ebe7ecf..f034fe1 100644 --- a/Zuki-shell/gnome-shell/running-indicator.svg +++ b/Zuki-shell/gnome-shell/running-indicator.svg @@ -14,7 +14,7 @@ height="119.97824" id="svg7355" version="1.1" - inkscape:version="0.48.1 r9760" + inkscape:version="0.92.1 r" sodipodi:docname="running-indicator.svg"> @@ -24,6 +24,7 @@ image/svg+xml + @@ -36,15 +37,15 @@ guidetolerance="10" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1141" + inkscape:window-width="1600" + inkscape:window-height="828" id="namedview4173" showgrid="false" inkscape:zoom="8.1348081" - inkscape:cx="81.120662" + inkscape:cx="50.204137" inkscape:cy="58.117986" inkscape:window-x="0" - inkscape:window-y="26" + inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="g30864" /> @@ -25,7 +25,7 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="44.8" - inkscape:cx="8.704132" + inkscape:cx="3.0902927" inkscape:cy="5.7029946" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -33,9 +33,9 @@ showguides="true" inkscape:guide-bbox="true" inkscape:window-width="1600" - inkscape:window-height="1145" + inkscape:window-height="828" inkscape:window-x="0" - inkscape:window-y="26" + inkscape:window-y="0" inkscape:window-maximized="1" guidetolerance="10000" objecttolerance="10000"> diff --git a/Zuki-shell/gnome-shell/summary-counter.svg b/Zuki-shell/gnome-shell/summary-counter.svg index 9d2ac6e..8fc833c 100644 --- a/Zuki-shell/gnome-shell/summary-counter.svg +++ b/Zuki-shell/gnome-shell/summary-counter.svg @@ -20,12 +20,12 @@ enable-background="new 0 0 16 16" xml:space="preserve" sodipodi:version="0.32" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="summary-counter.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape">image/svg+xml @@ -26,7 +26,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6" - inkscape:cx="3.3071656" + inkscape:cx="-41.603549" inkscape:cy="4.9175172" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -36,7 +36,7 @@ fit-margin-right="0" fit-margin-bottom="0" inkscape:window-width="1600" - inkscape:window-height="821" + inkscape:window-height="828" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" /> @@ -48,7 +48,7 @@ image/svg+xml - + diff --git a/Zuki-shell/gnome-shell/switch-on.svg b/Zuki-shell/gnome-shell/switch-on.svg index 6916403..0913dac 100644 --- a/Zuki-shell/gnome-shell/switch-on.svg +++ b/Zuki-shell/gnome-shell/switch-on.svg @@ -14,7 +14,7 @@ viewBox="0 0 52.000009 24.000004" id="svg4686" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.1 r" sodipodi:docname="switch-on.svg"> @@ -26,7 +26,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6" - inkscape:cx="30.360737" + inkscape:cx="-14.549977" inkscape:cy="4.9175172" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -36,7 +36,7 @@ fit-margin-right="0" fit-margin-bottom="0" inkscape:window-width="1600" - inkscape:window-height="821" + inkscape:window-height="828" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" />