TF-2513 Fix can not load image svg in mobile web app

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-01-30 17:03:19 +07:00
committed by Dat H. Pham
parent 5ad800a2b0
commit 730255fd95
9 changed files with 452 additions and 1054 deletions
+3 -6
View File
@@ -1,9 +1,6 @@
<svg width="52" height="32" viewBox="0 0 52 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="52" height="32" rx="16" fill="#007AFF" />
<mask id="mask0" x="0" y="0" width="52" height="32">
<rect width="52" height="32" rx="16" fill="white" />
</mask>
<g mask="url(#mask0)">
<path
d="M0 16C0 7.16344 7.16344 0 16 0H36C44.8366 0 52 7.16344 52 16C52 24.8366 44.8366 32 36 32H16C7.16344 32 0 24.8366 0 16Z"
fill="#007AFF" />
<rect x="22" y="2" width="28" height="28" rx="14" fill="white" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 339 B