Refactor SVG files for Qdrant wordmark: optimize paths, update fill colors, and improve structure for better performance and readability.

This commit is contained in:
Nguyễn Thành Thuận
2025-10-01 00:06:29 +07:00
parent a35b66d623
commit aab357095f
4 changed files with 60 additions and 73 deletions
+10 -10
View File
@@ -1,11 +1,11 @@
<svg width="57" height="64" viewBox="0 0 57 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_10349_66888)">
<path d="M28.6667 0L0.953125 16V48L28.6667 64L39.0587 58V46L28.6667 52L11.3467 42V22L28.6667 12L45.9867 22V62L56.3803 56V16L28.6667 0Z" fill="white"/>
<path d="M18.2747 26V38L28.6667 44L39.0587 38V26L28.6667 20L18.2747 26Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_10349_66888">
<rect width="56" height="64" fill="white" transform="translate(0.664062)"/>
</clipPath>
</defs>
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="64" fill="none" viewBox="0 0 57 64">
<g fill="#fff" clip-path="url(#a)">
<path d="M28.667 0 .953 16v32l27.714 16 10.392-6V46l-10.392 6-17.32-10V22l17.32-10 17.32 10v40l10.393-6V16z"/>
<path d="M18.275 26v12l10.392 6 10.392-6V26l-10.392-6z"/>
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M.664 0h56v64h-56z"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 524 B

After

Width:  |  Height:  |  Size: 431 B