diff options
author | silverwind <me@silverwind.io> | 2020-07-26 11:47:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 17:47:51 +0800 |
commit | 7cf23399a0b97cb8211e8e7b00020e9b1a5fdac1 (patch) | |
tree | a517c074455b1fcaf2eaf0373c059e31f1333ba9 /assets | |
parent | ea1ed802a308698f6b30dd695d0b97251d552775 (diff) | |
download | gitea-7cf23399a0b97cb8211e8e7b00020e9b1a5fdac1.tar.gz gitea-7cf23399a0b97cb8211e8e7b00020e9b1a5fdac1.zip |
Rework 'make generate-images' (#12316)
* Rework 'make generate-images'
- Remove external dependencies and replace it with a node script that
does does the same.
- Move detail removal from gitea-sm.png to favicon.png
- Remove favicon.ico and its generation, it is unused and we already serve
favicon.png in its place.
Fixes: https://github.com/go-gitea/gitea/issues/12314
* use proper centering value for preserveAspectRatio
* fix lint
* use fabric
* better linting fix
* fix typo
* mention detail-remove class in docs
Diffstat (limited to 'assets')
-rw-r--r-- | assets/logo.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/logo.svg b/assets/logo.svg index ac1594adb8..bfd50a0c90 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -115,6 +115,7 @@ <g inkscape:groupmode="layer" id="layer3" + class="detail-remove" inkscape:label="Layer 3" style="display:inline"> <g @@ -157,4 +158,4 @@ style="fill:none;stroke:#609926;stroke-width:2.68000007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> </g> </g> -</svg> +</svg>
\ No newline at end of file |