Give database.svg a default size

This commit is contained in:
ground7
2020-06-07 18:16:49 -07:00
parent 7a8d682208
commit 842de6e198
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"> <svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" width="500" height="500" shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
<style> <style>
@keyframes back_database_animation__to{0%{transform:translate(330.640859px,289.527196px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}16%,66%{transform:translate(178.283203px,199.933594px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}80%,to{transform:translate(330.640859px,289.527196px)}}@keyframes star_animation__ts{0%,78%{transform:translate(184.362724px,136.917577px) scale(0,0);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}84%,86%{transform:translate(184.362724px,136.917577px) scale(1,1);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}94%,to{transform:translate(184.362724px,136.917577px) scale(0,0)}}@keyframes star_c_o{0%{opacity:1}84%{opacity:1;animation-timing-function:cubic-bezier(0,0,.58,1)}94%,to{opacity:0}}#back_database_animation{animation:back_database_animation__to 5000ms linear infinite normal forwards}#star_animation{animation:star_animation__ts 5000ms linear infinite normal forwards}#star{animation:star_c_o 5000ms linear infinite normal forwards} @keyframes back_database_animation__to{0%{transform:translate(330.640859px,289.527196px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}16%,66%{transform:translate(178.283203px,199.933594px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}80%,to{transform:translate(330.640859px,289.527196px)}}@keyframes star_animation__ts{0%,78%{transform:translate(184.362724px,136.917577px) scale(0,0);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}84%,86%{transform:translate(184.362724px,136.917577px) scale(1,1);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}94%,to{transform:translate(184.362724px,136.917577px) scale(0,0)}}@keyframes star_c_o{0%{opacity:1}84%{opacity:1;animation-timing-function:cubic-bezier(0,0,.58,1)}94%,to{opacity:0}}#back_database_animation{animation:back_database_animation__to 5000ms linear infinite normal forwards}#star_animation{animation:star_animation__ts 5000ms linear infinite normal forwards}#star{animation:star_c_o 5000ms linear infinite normal forwards}
</style> </style>

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -1,4 +1,4 @@
<svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"> <svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" width="500" height="500" shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
<style> <style>
@keyframes back_database_animation__to{0%{transform:translate(330.640859px,289.527196px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}16%,66%{transform:translate(178.283203px,199.933594px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}80%,to{transform:translate(330.640859px,289.527196px)}}@keyframes star_animation__ts{0%,78%{transform:translate(184.362724px,136.917577px) scale(0,0);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}84%,86%{transform:translate(184.362724px,136.917577px) scale(1,1);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}94%,to{transform:translate(184.362724px,136.917577px) scale(0,0)}}@keyframes star_c_o{0%{opacity:1}84%{opacity:1;animation-timing-function:cubic-bezier(0,0,.58,1)}94%,to{opacity:0}}#database{pointer-events:all}#database *{animation-play-state:paused!important}#database:hover *{animation-play-state:running!important}#back_database_animation{animation:back_database_animation__to 5000ms linear infinite normal forwards}#star_animation{animation:star_animation__ts 5000ms linear infinite normal forwards}#star{animation:star_c_o 5000ms linear infinite normal forwards} @keyframes back_database_animation__to{0%{transform:translate(330.640859px,289.527196px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}16%,66%{transform:translate(178.283203px,199.933594px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}80%,to{transform:translate(330.640859px,289.527196px)}}@keyframes star_animation__ts{0%,78%{transform:translate(184.362724px,136.917577px) scale(0,0);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}84%,86%{transform:translate(184.362724px,136.917577px) scale(1,1);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}94%,to{transform:translate(184.362724px,136.917577px) scale(0,0)}}@keyframes star_c_o{0%{opacity:1}84%{opacity:1;animation-timing-function:cubic-bezier(0,0,.58,1)}94%,to{opacity:0}}#database{pointer-events:all}#database *{animation-play-state:paused!important}#database:hover *{animation-play-state:running!important}#back_database_animation{animation:back_database_animation__to 5000ms linear infinite normal forwards}#star_animation{animation:star_animation__ts 5000ms linear infinite normal forwards}#star{animation:star_c_o 5000ms linear infinite normal forwards}
</style> </style>

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB