9 lines
684 B
XML
9 lines
684 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 20" preserveAspectRatio="none">
|
||
|
|
<!-- Sumi brush stroke: blunt where the brush lands (left), tapering as
|
||
|
|
it lifts (right). The two thin trailing strokes are kasure — the
|
||
|
|
dry-brush breaks that appear as the bristles run out of ink. -->
|
||
|
|
<path d="M3 8C70 4 150 3 230 4.5C300 5.8 355 8 395 11C398 11.6 398 12.6 394 13C350 14.4 295 14 225 13.2C150 12.4 70 13.5 5 17C1 17.4 0 9 3 8Z"/>
|
||
|
|
<path d="M298 14.8C328 15.2 358 15.6 384 15.8" stroke="black" stroke-width="0.9" fill="none" opacity="0.5"/>
|
||
|
|
<path d="M118 15.6C158 16.1 208 16.2 248 16" stroke="black" stroke-width="0.7" fill="none" opacity="0.35"/>
|
||
|
|
</svg>
|