diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-20 09:53:35 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-20 10:21:57 +0200 |
commit | 2fe70e2795569a2079bc9d4bcffb5f15eb6e38ea (patch) | |
tree | 89ba1efdd3ed8b205ff88a1f8f48622659acc621 /apps/weather_status/img/drop.svg | |
parent | 3ac720aaca1cde1ea8bac8216d27f389804f328a (diff) | |
download | nextcloud-server-2fe70e2795569a2079bc9d4bcffb5f15eb6e38ea.tar.gz nextcloud-server-2fe70e2795569a2079bc9d4bcffb5f15eb6e38ea.zip |
Add missing viewbox to SVGs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/weather_status/img/drop.svg')
-rw-r--r-- | apps/weather_status/img/drop.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/weather_status/img/drop.svg b/apps/weather_status/img/drop.svg index 99b3ad259e5..68f06d782df 100644 --- a/apps/weather_status/img/drop.svg +++ b/apps/weather_status/img/drop.svg @@ -1 +1 @@ -<svg width="128.67" height="188.52" xmlns="http://www.w3.org/2000/svg"><path d="M-.02 126.27c0 34.33 28.86 62.26 64.33 62.26 35.48 0 64.34-27.93 64.34-62.26 0-26.94-42-93.7-64.34-126.26C41.97 32.57-.02 99.33-.02 126.27" fill="#61c9e7"/></svg>
\ No newline at end of file +<svg width="128.67" height="188.52" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 189"><path d="M-.02 126.27c0 34.33 28.86 62.26 64.33 62.26 35.48 0 64.34-27.93 64.34-62.26 0-26.94-42-93.7-64.34-126.26C41.97 32.57-.02 99.33-.02 126.27" fill="#61c9e7"/></svg>
\ No newline at end of file |