diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-08-30 20:00:13 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-02 08:37:55 +0200 |
commit | a45ec3d32430f40be93fa5f09832917b82c83f15 (patch) | |
tree | bdd333db314d26f5018217cb79c255cf9fac405d /core/img/logo | |
parent | c7e81e17c86a6e6beff433238a6923f5d931c22f (diff) | |
download | nextcloud-server-a45ec3d32430f40be93fa5f09832917b82c83f15.tar.gz nextcloud-server-a45ec3d32430f40be93fa5f09832917b82c83f15.zip |
Refactors the scss svg functions
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/img/logo')
-rw-r--r-- | core/img/logo/logo.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/logo/logo.svg b/core/img/logo/logo.svg index dbc3e7f3f8e..076f295e4d1 100644 --- a/core/img/logo/logo.svg +++ b/core/img/logo/logo.svg @@ -1 +1 @@ -<svg width="256" height="128" version="1.1" viewBox="0 0 256 128" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-width="22"><circle cx="40" cy="64" r="26"/><circle cx="216" cy="64" r="26"/><circle cx="128" cy="64" r="46"/></g></svg> +<svg width="256" height="128" version="1.1" viewBox="0 0 256 128" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke-width="22"><circle cx="40" cy="64" r="26" stroke="#fff" fill="none"/><circle cx="216" cy="64" r="26" stroke="#fff" fill="none"/><circle cx="128" cy="64" r="46" stroke="#fff" fill="none"/></g></svg> |