mirror of https://github.com/go-gitea/gitea.git
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 | | - | - | |  |  | 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. |
4 years ago | |
---|---|---|
.. | ||
generate-bindata.go | 4 years ago | |
generate-emoji.go | 4 years ago | |
generate-gitignores.go | 4 years ago | |
generate-images.js | 4 years ago | |
generate-licenses.go | 4 years ago | |
generate-svg.js | 4 years ago | |
gocovmerge.go | 4 years ago | |
update-locales.sh | 4 years ago |