10 lines
156 B
HTML
10 lines
156 B
HTML
<style>
|
|
path {
|
|
stroke: #000;
|
|
fill: none;
|
|
}
|
|
</style>
|
|
|
|
<svg width="500" height="500" viewBox="105 125 20 20">
|
|
<path id="pp" d="m 95,130 h 36" />
|
|
</svg>
|