Made dark space in rss logo transparent.

This commit is contained in:
Stephan 2021-05-23 15:07:20 +02:00
parent aeb3725591
commit d1596dad96
1 changed files with 3 additions and 60 deletions

View File

@ -1,62 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="RSSicon"
width="256"
height="256"
version="1.1"
viewBox="0 0 8 8">
<metadata
id="metadata21">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>RSS feed icon</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs19" />
<title
id="title2">RSS feed icon</title>
<style
type="text/css"
id="style4">.button {stroke: none; fill: orange;}
.symbol {stroke: none; fill: white;}</style>
<rect
class="button"
width="8"
height="8"
rx="1.5"
fill="#fff"
id="rect6"
style="fill:#ffffff" />
<g
id="g14"
style="fill:#000000">
<circle
class="symbol"
cx="2"
cy="6"
r="1"
id="circle8"
style="fill:#000000" />
<path
class="symbol"
d="m1 4a3 3 0 0 1 3 3h1a4 4 0 0 0-4-4z"
id="path10"
style="fill:#000000" />
<path
class="symbol"
d="m1 2a5 5 0 0 1 5 5h1a6 6 0 0 0-6-6z"
id="path12"
style="fill:#000000" />
</g>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path id="rect6" d="M256,48C256,21.508 234.492,0 208,0L48,0C21.508,0 0,21.508 0,48L0,208C0,234.492 21.508,256 48,256L208,256C234.492,256 256,234.492 256,208L256,48ZM64,160C81.661,160 96,174.339 96,192C96,209.661 81.661,224 64,224C46.339,224 32,209.661 32,192C32,174.339 46.339,160 64,160ZM32,128C84.664,128 128,171.336 128,224L160,224C160,153.781 102.219,96 32,96L32,128ZM32,64C119.773,64 192,136.227 192,224L224,224C224,118.672 137.328,32 32,32L32,64Z" style="fill:#fff;"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 931 B