mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 08:59:16 +02:00
Replace double-quote with single-quote in SVG files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='#fff' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 32 32'>
|
||||
<g transform="matrix(.150026 0 0 .150026 -3.20332 -3.20332)" fill="none" stroke="#fff" stroke-width="16">
|
||||
<circle cx="128" cy="128" r="96"/>
|
||||
<path d="M128 72v56h56"/>
|
||||
<g transform='matrix(.150026 0 0 .150026 -3.20332 -3.20332)' fill='none' stroke='#fff' stroke-width='16'>
|
||||
<circle cx='128' cy='128' r='96'/>
|
||||
<path d='M128 72v56h56'/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Reference in New Issue
Block a user