fix duble i
This commit is contained in:
@@ -1,20 +1,29 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 2400" width="1024" height="2400">
|
||||
<!-- dot: ai mark scaled 50%, centered -->
|
||||
<g transform="translate(512,200) scale(0.5) translate(-512,-400)">
|
||||
<path fill="#000000" d="
|
||||
M 619,232
|
||||
L 512,7
|
||||
L 405,232
|
||||
A 300,300 0 0,0 216,559
|
||||
L 75,765
|
||||
L 323,745
|
||||
A 300,300 0 0,0 701,745
|
||||
L 949,765
|
||||
L 808,559
|
||||
A 300,300 0 0,0 619,232
|
||||
Z
|
||||
"/>
|
||||
</g>
|
||||
<!-- bar: vertical stroke -->
|
||||
<rect x="372" y="650" width="280" height="1700" rx="18" fill="#000000"/>
|
||||
<!-- dot: ai mark scaled 50%, pre-computed coordinates (no transform) -->
|
||||
<path fill="#000000" d="
|
||||
M 565.5,116
|
||||
L 512,3.5
|
||||
L 458.5,116
|
||||
A 150,150 0 0,0 364,279.5
|
||||
L 293.5,382.5
|
||||
L 417.5,372.5
|
||||
A 150,150 0 0,0 606.5,372.5
|
||||
L 730.5,382.5
|
||||
L 660,279.5
|
||||
A 150,150 0 0,0 565.5,116
|
||||
Z
|
||||
"/>
|
||||
<!-- bar: vertical stroke as path (no rect) -->
|
||||
<path fill="#000000" d="
|
||||
M 390,650
|
||||
L 634,650
|
||||
Q 652,650 652,668
|
||||
L 652,2332
|
||||
Q 652,2350 634,2350
|
||||
L 390,2350
|
||||
Q 372,2350 372,2332
|
||||
L 372,668
|
||||
Q 372,650 390,650
|
||||
Z
|
||||
"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 675 B |
Reference in New Issue
Block a user