mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cd78c30fd3
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. |
3 years ago | |
---|---|---|
.. | ||
auth | 4 years ago | |
emoji | 4 years ago | |
svg | 3 years ago | |
404.png | 8 years ago | |
500.png | 8 years ago | |
apple-touch-icon.png | 4 years ago | |
avatar_default.png | 4 years ago | |
checkmark.png | 11 years ago | |
dingtalk.ico | 7 years ago | |
discord.png | 8 years ago | |
failed.png | 4 years ago | |
favicon.png | 4 years ago | |
favicon.svg | 4 years ago | |
feishu.png | 5 years ago | |
gitea.svg | 4 years ago | |
gogs.ico | 8 years ago | |
loading.png | 5 years ago | |
logo.png | 4 years ago | |
logo.svg | 4 years ago | |
matrix.svg | 5 years ago | |
msteams.png | 5 years ago | |
openid-16x16.png | 6 years ago | |
repo_default.png | 5 years ago | |
slack.png | 6 years ago | |
telegram.png | 5 years ago | |
wechatwork.png | 4 years ago |