Reformat SVGs

This commit is contained in:
Andras Schmelczer 2022-09-21 13:45:13 +02:00
parent fcf7f64acd
commit 1f3c388e94
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
11 changed files with 48 additions and 36 deletions

View file

@ -1,50 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<g transform="rotate(0 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9166666666666666s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(30 50 50)">
</g>
<g transform="rotate(30 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8333333333333334s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(60 50 50)">
</g>
<g transform="rotate(60 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(90 50 50)">
</g>
<g transform="rotate(90 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6666666666666666s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(120 50 50)">
</g>
<g transform="rotate(120 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5833333333333334s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(150 50 50)">
</g>
<g transform="rotate(150 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(180 50 50)">
</g>
<g transform="rotate(180 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.4166666666666667s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(210 50 50)">
</g>
<g transform="rotate(210 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3333333333333333s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(240 50 50)">
</g>
<g transform="rotate(240 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(270 50 50)">
</g>
<g transform="rotate(270 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.16666666666666666s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(300 50 50)">
</g>
<g transform="rotate(300 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.08333333333333333s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(330 50 50)">
</g>
<g transform="rotate(330 50 50)">
<rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
</rect>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After