diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-23 11:25:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-08-19 10:02:34 +0200 |
commit | 23ba2ce67af2d580c2e042f0cdddcf59881b755f (patch) | |
tree | 50ca3d54cdb2495b2ad83f709f0a1c428f4c452b | |
parent | 68fdcaf25949d9ca960d5d76c2decc5a7091d744 (diff) |
logo: rename SVG ids
(cherry picked from commit c2e7567c13bba80190ad5c2dd7c6ad7b025619e3)
-rw-r--r-- | logo.svg | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg id="svg5" width="96" height="96" version="1.1" viewBox="0 0 25.4 25.4" xmlns="http://www.w3.org/2000/svg"> - <defs id="defs2"> +<svg id="svg" width="96" height="96" version="1.1" viewBox="0 0 25.4 25.4" xmlns="http://www.w3.org/2000/svg"> + <defs id="defs"> <radialGradient id="radGradDark" cx="7.5006" cy="9.4015" r="9.7854" gradientTransform="matrix(1.6107 1.0797 -.58681 .87543 .93614 -7.022)" gradientUnits="userSpaceOnUse"> - <stop id="stop1045" stop-color="#222" offset="0"/> - <stop id="stop1047" stop-color="#444" offset="1"/> + <stop id="dark-1" stop-color="#222" offset="0"/> + <stop id="dark-2" stop-color="#444" offset="1"/> </radialGradient> <radialGradient id="radGradRed" cx="14.501" cy="10.029" r="2.6711" gradientTransform="matrix(1.3827 .62837 -.44627 .98203 -1.0744 -8.9965)" gradientUnits="userSpaceOnUse"> - <stop id="stop975" stop-color="#a00" offset="0"/> - <stop id="stop977" stop-color="#c22" offset="1"/> + <stop id="red-1" stop-color="#a00" offset="0"/> + <stop id="red-2" stop-color="#c22" offset="1"/> </radialGradient> </defs> <g id="layer1"> |