svg.escobar.life

A simple SVG markup editor for the web

Commit
daf5668d65afeed139329eae74309bdafd8b9a14
Parent
a453aa70ba3dab58b1a8f3b7ecf95360f210de85
Author
Pablo <pablo-escobar@riseup.net>
Date

Updated the colors of the icons

Also rounded the corners of the favicon

Diffstat

4 files changed, 13 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified .gitignore 1 0 1
Modified assets/error.svg 2 1 1
Modified assets/example.svg 2 1 1
Added assets/favicon.svg 11 11 0
diff --git a/.gitignore b/.gitignore
@@ -1,5 +1,4 @@
 elm-stuff
-assets/favicon.svg
 css/base.css
 css/ibm-plex.css
 _site
diff --git a/assets/error.svg b/assets/error.svg
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!-- Caubi Karman (C) 2020 -->
 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 410.77">
-  <path fill="#0d1928"
+  <path fill="#151226"
         d="M239.623 270.571c-.617-.036-1.157.259-2.174.985l-1.803
            1.28.465 3.837c.581 4.768.755 22.154.174 22.154-.174
            0-.698-.872-1.105-1.86-.407-1.047-.93-2.443-1.163-3.082
diff --git a/assets/example.svg b/assets/example.svg
@@ -2,7 +2,7 @@
 <!-- Edit the source code of the image and preview the results -->
 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 97.538">
   <title>A simple SVG markup editor</title>
-  <path fill="#0d1928" 
+  <path fill="#151226"
         d="M42.649
            0c-.68-.009-1.51.092-2.485.307-2.749.634-2.854.74-3.488
            3.013-1.586 5.55-4.123 13.055-5.867
diff --git a/assets/favicon.svg b/assets/favicon.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
+  <rect fill="#151226"
+        stroke="none"
+        width="256"
+        height="256"
+        x="0"
+        y="0"
+        rx="85.831078"
+        ry="85.831078"/>
+</svg>