docs: Little adjust logo border and radius. (#1635)

This commit is contained in:
Jason Lee 2025-11-18 14:57:31 +08:00 committed by GitHub
parent f8a7dd71bf
commit 4f882a1b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 116 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg
width="22px"
height="21px"
viewBox="0 0 22 21"
height="22px"
viewBox="0 0 22 22"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
@ -17,59 +17,43 @@
>
<g
id="gpui-component"
transform="translate(11.394059, 10.636736) rotate(-180.000000) translate(-11.394059, -10.636736) translate(2.257359, 2.000000)"
transform="translate(11.394059, 11.386736) rotate(-180.000000) translate(-11.394059, -11.386736) translate(2.257359, 3.000000)"
>
<rect
id="Rectangle"
fill="#FFFFFF"
x="9.27339927"
y="0"
y="0.5"
width="9"
height="6"
rx="0.5"
/>
<rect
id="Rectangle-Copy"
stroke="#FFFFFF"
x="9.77339927"
y="9"
width="8"
height="7"
rx="0.5"
/>
<rect
id="Rectangle"
stroke="#FFFFFF"
x="0.773399268"
y="0.5"
width="5"
height="7"
rx="1"
/>
<rect
id="Rectangle"
stroke="#FFFFFF"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
x="9.27339927"
y="9"
width="9"
height="8"
/>
<rect
id="Rectangle-Copy"
stroke="#FFFFFF"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
x="9.27339927"
y="9"
width="9"
height="8"
/>
<rect
id="Rectangle"
stroke="#FFFFFF"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
x="0.273399268"
y="0.5"
width="6"
height="8"
/>
<rect
id="Rectangle"
stroke="#FFFFFF"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
transform="translate(3.424871, 14.141421) rotate(-210.000000) translate(-3.424871, -14.141421) "
transform="translate(3.424871, 13.641421) rotate(-210.000000) translate(-3.424871, -13.641421) "
x="0.624871131"
y="12.1414214"
y="11.6414214"
width="5.6"
height="4"
rx="2"

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,79 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg
width="22px"
height="21px"
viewBox="0 0 22 21"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>gpui-component</title>
<g
id="Page-1"
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
>
<g
id="gpui-component"
transform="translate(11.394059, 10.636736) rotate(-180.000000) translate(-11.394059, -10.636736) translate(2.257359, 2.000000)"
>
<rect
id="Rectangle"
fill="#000000"
x="9.27339927"
y="0"
width="9"
height="6"
rx="1"
/>
<rect
id="Rectangle"
stroke="#000000"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
x="9.27339927"
y="9"
width="9"
height="8"
/>
<rect
id="Rectangle-Copy"
stroke="#000000"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
x="9.27339927"
y="9"
width="9"
height="8"
/>
<rect
id="Rectangle"
stroke="#000000"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
x="0.273399268"
y="0.5"
width="6"
height="8"
/>
<rect
id="Rectangle"
stroke="#000000"
stroke-width="1.65"
stroke-linecap="round"
stroke-linejoin="round"
transform="translate(3.424871, 14.141421) rotate(-210.000000) translate(-3.424871, -14.141421) "
x="0.624871131"
y="12.1414214"
width="5.6"
height="4"
rx="2"
/>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="gpui-component" transform="translate(11.394059, 11.386736) rotate(-180.000000) translate(-11.394059, -11.386736) translate(2.257359, 3.000000)">
<rect id="Rectangle" fill="#000000" x="9.27339927" y="0.5" width="9" height="6" rx="0.5"></rect>
<rect id="Rectangle-Copy" stroke="#000000" x="9.77339927" y="9" width="8" height="7" rx="0.5"></rect>
<rect id="Rectangle" stroke="#000000" x="0.773399268" y="0.5" width="5" height="7" rx="1"></rect>
<rect id="Rectangle" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" transform="translate(3.424871, 13.641421) rotate(-210.000000) translate(-3.424871, -13.641421) " x="0.624871131" y="11.6414214" width="5.6" height="4" rx="2"></rect>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB