Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-10 10:52:47 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-10 10:52:47 +0300
commitff8d8cb67fa1524b5966295109038fb22bfa7eb0 (patch)
treeafd3d7e72f40fc952b61e876562c5a4ffdcd6e29
parent10ee68bf287b51a3849337c39385ae4f30875c71 (diff)
fixed possible svg errors
-rwxr-xr-xthemes/dj_blog/layouts/partials/face.svg6
-rw-r--r--themes/dj_blog/layouts/partials/justify.svg8
-rw-r--r--themes/dj_blog/layouts/partials/left.svg8
-rwxr-xr-xthemes/dj_blog/layouts/partials/sidebar.svg9
-rwxr-xr-xthemes/dj_blog/layouts/partials/start-screen.svg10
5 files changed, 34 insertions, 7 deletions
diff --git a/themes/dj_blog/layouts/partials/face.svg b/themes/dj_blog/layouts/partials/face.svg
index ea55ad5..59118f2 100755
--- a/themes/dj_blog/layouts/partials/face.svg
+++ b/themes/dj_blog/layouts/partials/face.svg
@@ -1,11 +1,11 @@
<svg
xmlns="http://www.w3.org/2000/svg"
- id="svg2"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%"
- height="auto"
+ height="100%"
viewBox="0 0 540.8 504"
preserveAspectRatio="xMidYMid meet"
- version="1.0">
+ version="1.1">
<rect
width="7.7037411"
diff --git a/themes/dj_blog/layouts/partials/justify.svg b/themes/dj_blog/layouts/partials/justify.svg
index b9c24fe..5f7270a 100644
--- a/themes/dj_blog/layouts/partials/justify.svg
+++ b/themes/dj_blog/layouts/partials/justify.svg
@@ -1,6 +1,12 @@
<svg id="alignJustify"
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" width="512px" height="512px" viewBox="0 0 24 24"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ baseProfile="tiny"
+ width="512px"
+ height="512px"
+ viewBox="0 0 24 24"
xml:space="preserve">
+
<g>
<path d="M1,4.9h22c0.221,0,0.4-0.18,0.4-0.4S23.221,4.1,23,4.1H1c-0.221,0-0.4,0.18-0.4,0.4S0.779,4.9,1,4.9z"/>
<path d="M23,9.1H1c-0.221,0-0.4,0.18-0.4,0.4S0.779,9.9,1,9.9h22c0.221,0,0.4-0.18,0.4-0.4S23.221,9.1,23,9.1z"/>
diff --git a/themes/dj_blog/layouts/partials/left.svg b/themes/dj_blog/layouts/partials/left.svg
index 4df1d17..7339ff1 100644
--- a/themes/dj_blog/layouts/partials/left.svg
+++ b/themes/dj_blog/layouts/partials/left.svg
@@ -1,6 +1,12 @@
<svg id="alignLeft"
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" width="512px" height="512px" viewBox="0 0 24 24"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ baseProfile="tiny"
+ width="512px"
+ height="512px"
+ viewBox="0 0 24 24"
xml:space="preserve">
+
<g>
<path d="M23,4.9H1c-0.221,0-0.4-0.18-0.4-0.4S0.779,4.1,1,4.1h22c0.221,0,0.4,0.18,0.4,0.4S23.221,4.9,23,4.9z"/>
<path d="M14.959,9.9H1c-0.221,0-0.4-0.18-0.4-0.4S0.779,9.1,1,9.1h13.959c0.221,0,0.4,0.18,0.4,0.4S15.18,9.9,14.959,9.9z"/>
diff --git a/themes/dj_blog/layouts/partials/sidebar.svg b/themes/dj_blog/layouts/partials/sidebar.svg
index de8237b..d45fe79 100755
--- a/themes/dj_blog/layouts/partials/sidebar.svg
+++ b/themes/dj_blog/layouts/partials/sidebar.svg
@@ -1,4 +1,11 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="100%" width="100%" viewBox="0 0 380 1800" preserveAspectRatio="xMidYMid meet">
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ height="100%"
+ width="100%"
+ viewBox="0 0 380 1800"
+ preserveAspectRatio="xMidYMid meet">
+
<defs>
<filter id="e" color-interpolation-filters="sRGB">
<feFlood result="flood" flood-opacity=".49" flood-color="#000"/>
diff --git a/themes/dj_blog/layouts/partials/start-screen.svg b/themes/dj_blog/layouts/partials/start-screen.svg
index 281d8e6..cb41e4e 100755
--- a/themes/dj_blog/layouts/partials/start-screen.svg
+++ b/themes/dj_blog/layouts/partials/start-screen.svg
@@ -1,4 +1,12 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-160 0 4600 2245.7" preserveAspectRatio="xMidYMin slice">
+<svg
+ version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ height="100%"
+ width="100%"
+ viewBox="-160 0 4600 2245.7"
+ preserveAspectRatio="xMidYMin slice">
+
<defs id="defs3522">
<filter id="a" color-interpolation-filters="sRGB">
<feFlood flood-color="#000" flood-opacity=".5" result="flood" id="feFlood3525"/>