derp accidentally broke svgs when minimizing
This commit is contained in:
parent
2765a16f15
commit
5696c6a6b5
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" id="svg1" width="800" height="800" fill="#000" version="1.1" viewBox="0 0 32 32"><style>@layer default-color,import-color,base,print;@layer default-color{:root{--background-color:rgba(0,0,0,0);--primary-color:blue;--secondary-color:blue}}@layer base{.box{fill:transparent}.primary_color{fill:var(--primary-color)}}</style><style>@import url("/static/css/icon-colors.css") layer(import-color);@import url("/static/css/icon-print.css") layer(print);</style><a target="_top"><path d="M0 0h2048v1192H0z" class="box"/><path d="m0 14 2 2h4v14l1 1 1 1h4v-8l1-1 1-1h4l1 1 1 1v8h4l1-1 1-1V16h4l2-2L16 0zm12 0 1-3 3-1 3 1 1 3-1 3-3 1-3-1-1-3z" class="primary_color"/><ellipse id="path2" cx="16.1" cy="14.2" class="primary_color" rx="4.2" ry="4.5"/></a></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" id="svg1" width="800" height="800" fill="#000" version="1.1" viewBox="0 0 32 32"><style>@layer default-color,import-color,base,print;@layer default-color{:root{--background-color:rgba(0,0,0,0);--primary-color:blue;--secondary-color:blue}}@layer base{.box{fill:transparent}.primary_color{fill:var(--primary-color)}}</style><style>@import url("/static/css/icon-colors.css") layer(import-color);@import url("/static/css/icon-print.css") layer(print);</style><a target="_top" href="/"><path d="M0 0h2048v1192H0z" class="box"/><path d="m0 14 2 2h4v14l1 1 1 1h4v-8l1-1 1-1h4l1 1 1 1v8h4l1-1 1-1V16h4l2-2L16 0zm12 0 1-3 3-1 3 1 1 3-1 3-3 1-3-1-1-3z" class="primary_color"/><ellipse id="path2" cx="16.1" cy="14.2" class="primary_color" rx="4.2" ry="4.5"/></a></svg>
|
||||||
|
|
Before Width: | Height: | Size: 808 B After Width: | Height: | Size: 818 B |
|
@ -1 +1 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 455.7 455.7"><style>@layer default-color,import-color,base,print;@layer default-color{:root{--background-color:rgba(0,0,0,0);--primary-color:blue;--secondary-color:blue}}@layer base{.box{fill:transparent}.big-arc,.small-arc{fill:var(--primary-color)}.circle{fill:var(--secondary-color)}}</style><style>@import url("/static/css/icon-colors.css") layer(import-color);@import url("/static/css/icon-print.css") layer(print);</style><a target="_top"><path d="M0 0h456v456H0z" class="box"/><path d="M296 159C234 97 152 63 65 63v65a261 261 0 0 1 263 263h64c0-88-34-170-96-232z" class="icon big-arc"/><path d="M64 172v65c85 0 154 69 154 154h64c0-121-97-219-218-219z" class="icon small-arc"/><circle cx="109.8" cy="346.3" r="46.1" class="icon circle"/></a></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 455.7 455.7"><style>@layer default-color,import-color,base,print;@layer default-color{:root{--background-color:rgba(0,0,0,0);--primary-color:blue;--secondary-color:blue}}@layer base{.box{fill:transparent}.big-arc,.small-arc{fill:var(--primary-color)}.circle{fill:var(--secondary-color)}}</style><style>@import url("/static/css/icon-colors.css") layer(import-color);@import url("/static/css/icon-print.css") layer(print);</style><a target="_top" href="/index.xml"><path d="M0 0h456v456H0z" class="box"/><path d="M296 159C234 97 152 63 65 63v65a261 261 0 0 1 263 263h64c0-88-34-170-96-232z" class="icon big-arc"/><path d="M64 172v65c85 0 154 69 154 154h64c0-121-97-219-218-219z" class="icon small-arc"/><circle cx="109.8" cy="346.3" r="46.1" class="icon circle"/></a></svg>
|
||||||
|
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 866 B |
Loading…
Reference in a new issue