mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 01:22:31 -06:00
Run svgcleaner on the country flags
As a side effect, svgcleaner also fixes the corrupt flags reported in #13497. Closes #13497.
This commit is contained in:
@@ -1,14 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-cw" viewBox="0 0 640 480">
|
||||
<defs>
|
||||
<clipPath id="cw-a">
|
||||
<path fill-opacity=".7" d="M0 0h682.7v512H0z"/>
|
||||
</clipPath>
|
||||
<path id="b" d="M0-1l.2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z"/>
|
||||
</defs>
|
||||
<g clip-path="url(#cw-a)" transform="scale(.94)">
|
||||
<path fill="#002b7f" d="M0 0h768v512H0z"/>
|
||||
<path fill="#f9e814" d="M0 320h768v64H0z"/>
|
||||
<use width="13500" height="9000" x="2" y="2" fill="#fff" transform="scale(42.67)" xlink:href="#b"/>
|
||||
<use width="13500" height="9000" x="3" y="3" fill="#fff" transform="scale(56.9)" xlink:href="#b"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><clipPath id="a"><path d="m0 0h682.7v512h-682.7z"/></clipPath><path id="b" d="m0-1 .2.7h.8l-.7.3.2.7-.5-.3-.6.4.2-.7-.5-.4h.7z"/></defs><g clip-path="url(#a)" transform="scale(.94)"><path d="m0 0h768v512h-768z" fill="#002b7f"/><path d="m0 320h768v64h-768z" fill="#f9e814"/><g fill="#fff"><use height="9000" transform="scale(42.67)" width="13500" x="2" xlink:href="#b" y="2"/><use height="9000" transform="scale(56.9)" width="13500" x="3" xlink:href="#b" y="3"/></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 586 B |
Reference in New Issue
Block a user