From c1eb30a85cc48cd7a7f9419dcc9a15203a1370c7 Mon Sep 17 00:00:00 2001 From: KN4CK3R Date: Wed, 8 Sep 2021 20:11:15 +0000 Subject: [PATCH] Use filename as id/class prefix. --- build/generate-svg.js | 1 + public/img/svg/gitea-github.svg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/generate-svg.js b/build/generate-svg.js index f1704712f3f56..29b7d476938e9 100755 --- a/build/generate-svg.js +++ b/build/generate-svg.js @@ -30,6 +30,7 @@ async function processFile(file, {prefix, fullName} = {}) { {name: 'preset-default'}, {name: 'removeXMLNS'}, {name: 'removeDimensions'}, + {name: 'prefixIds', params: {prefix: () => name}}, {name: 'addClassesToSVGElement', params: {classNames: ['svg', name]}}, {name: 'addAttributesToSVGElement', params: {attributes: [{'width': '16'}, {'height': '16'}, {'aria-hidden': 'true'}]}}, ], diff --git a/public/img/svg/gitea-github.svg b/public/img/svg/gitea-github.svg index b9c0621749b95..1634cbb119c41 100644 --- a/public/img/svg/gitea-github.svg +++ b/public/img/svg/gitea-github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file