1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-16 06:13:43 -04:00
gitea/public/img
KN4CK3R cd78c30fd3
Use filename as id/class prefix. (#16997)
Currently the svg minifier (`make svg`) rewrites all `id` and `class` attributes in svg files. Every file gets the ids `a, b, ...`. If multiple svgs with ids are used on a page these ids are conflicting and the results are broken images.

| minified ids | unique ids |
| - | - |
| ![grafik](https://user-images.githubusercontent.com/1666336/132579375-59d3996f-c4e5-43b8-8c8d-82280c90d9e3.png) | ![grafik](https://user-images.githubusercontent.com/1666336/132579413-05bf9285-4e3b-4d0d-8f95-90b212405b05.png) |

This PR adds a prefix (the filename) to every id/class.

Follow up problem: Because we embed svg images there are duplicated ids if one svg image is used multiple times on a page. As those ids refer to the same content it may be no real problem because browser handle that fine.
2021-09-09 08:06:54 +01:00
..
auth Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
emoji Add forge emojies (#16296) 2021-07-02 16:04:57 +02:00
svg Use filename as id/class prefix. (#16997) 2021-09-09 08:06:54 +01:00
404.png
500.png
apple-touch-icon.png
avatar_default.png
checkmark.png
dingtalk.ico
discord.png
failed.png
favicon.png
favicon.svg
feishu.png
gitea.svg
gogs.ico
loading.png
logo.png
logo.svg
matrix.svg
msteams.png
openid-16x16.png
repo_default.png
slack.png
telegram.png
wechatwork.png Add support for corporate WeChat webhooks (#15910) 2021-07-23 12:41:27 +08:00