aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/svg/progress.inline.svg
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-30 14:59:03 -0300
committerSebastian <sebasjm@gmail.com>2023-06-01 12:24:05 -0300
commit5e4c12831991660de627cad9c4ce0ee03ad5053d (patch)
tree5dce92a3f31c20c6da7e21bc466d17472378d697 /packages/taler-wallet-webextension/src/svg/progress.inline.svg
parent592387cd742d2080eb3f53c755d53a4f017551be (diff)
downloadwallet-core-5e4c12831991660de627cad9c4ce0ee03ad5053d.tar.xz
use latest linaria lib
Diffstat (limited to 'packages/taler-wallet-webextension/src/svg/progress.inline.svg')
-rw-r--r--packages/taler-wallet-webextension/src/svg/progress.inline.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/svg/progress.inline.svg b/packages/taler-wallet-webextension/src/svg/progress.inline.svg
new file mode 100644
index 000000000..c7284a545
--- /dev/null
+++ b/packages/taler-wallet-webextension/src/svg/progress.inline.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin:auto;background:#fff;display:block;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
+ <defs>
+ <clipPath id="progress-cp" x="0" y="0" width="100" height="100">
+ <rect x="0" y="0" width="0" height="100">
+ <animate attributeName="width" repeatCount="indefinite" dur="2s" values="0;100;100" keyTimes="0;0.5;1"></animate>
+ <animate attributeName="x" repeatCount="indefinite" dur="2s" values="0;0;100" keyTimes="0;0.5;1"></animate>
+ </rect>
+ </clipPath>
+ </defs>
+ <path fill="none" stroke="darkgrey" stroke-width="1.04" d="M10.000000000000004 44.019999999999996L89.99999999999999 44.019999999999996A5.98 5.98 0 0 1 95.97999999999999 50L95.97999999999999 50A5.98 5.98 0 0 1 89.99999999999999 55.980000000000004L10.000000000000004 55.980000000000004A5.98 5.98 0 0 1 4.020000000000003 50L4.020000000000003 50A5.98 5.98 0 0 1 10.000000000000004 44.019999999999996 Z"></path>
+ <path fill="#0042b2" clip-path="url(#progress-cp)" d="M10.000000000000004 45.54L90 45.54A4.460000000000001 4.460000000000001 0 0 1 94.46 50L94.46 50A4.460000000000001 4.460000000000001 0 0 1 90 54.46L10.000000000000004 54.46A4.460000000000001 4.460000000000001 0 0 1 5.540000000000003 50L5.540000000000003 50A4.460000000000001 4.460000000000001 0 0 1 10.000000000000004 45.54 Z"></path>
+</svg> \ No newline at end of file