Update icon again to remove background
This commit is contained in:
parent
9435800910
commit
fdc72a1146
2 changed files with 8 additions and 15 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.5.2
|
||||||
|
|
||||||
|
* Update icon again to remove background
|
||||||
|
|
||||||
# 0.5.1
|
# 0.5.1
|
||||||
|
|
||||||
* Try to address Noto Sans font issue that works for both numbers and checkbox/bullets.
|
* Try to address Noto Sans font issue that works for both numbers and checkbox/bullets.
|
||||||
|
|
|
||||||
|
|
@ -4,21 +4,10 @@
|
||||||
viewBox="0 0 512 512"
|
viewBox="0 0 512 512"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<!-- Rounded square background tile -->
|
|
||||||
<rect
|
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
width="512"
|
|
||||||
height="512"
|
|
||||||
rx="112"
|
|
||||||
ry="112"
|
|
||||||
fill="#0F172A"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Book cover -->
|
<!-- Book cover -->
|
||||||
<rect
|
<rect
|
||||||
x="116"
|
x="116"
|
||||||
y="92"
|
y="76"
|
||||||
width="280"
|
width="280"
|
||||||
height="360"
|
height="360"
|
||||||
rx="48"
|
rx="48"
|
||||||
|
|
@ -29,7 +18,7 @@
|
||||||
<!-- Book spine -->
|
<!-- Book spine -->
|
||||||
<rect
|
<rect
|
||||||
x="116"
|
x="116"
|
||||||
y="92"
|
y="76"
|
||||||
width="64"
|
width="64"
|
||||||
height="360"
|
height="360"
|
||||||
rx="40"
|
rx="40"
|
||||||
|
|
@ -39,14 +28,14 @@
|
||||||
|
|
||||||
<!-- Folded page corner (top-right triangle) -->
|
<!-- Folded page corner (top-right triangle) -->
|
||||||
<path
|
<path
|
||||||
d="M396 92 L356 92 L396 132 Z"
|
d="M396 76 L356 76 L396 116 Z"
|
||||||
fill="#FEF9C3"
|
fill="#FEF9C3"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Keyhole: circular top -->
|
<!-- Keyhole: circular top -->
|
||||||
<circle
|
<circle
|
||||||
cx="256"
|
cx="256"
|
||||||
cy="260"
|
cy="256"
|
||||||
r="34"
|
r="34"
|
||||||
fill="#0F172A"
|
fill="#0F172A"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 887 B After Width: | Height: | Size: 733 B |
Loading…
Add table
Add a link
Reference in a new issue