how to draw a horizontal path to the end width of svg? I don't want specific pixel. I want it auto fix to any svg width.
<svg width="100%" height="300">
<path d="M0 0 H 100 " stroke="black">
</svg>
how to draw a horizontal path to the end width of svg? I don't want specific pixel. I want it auto fix to any svg width.
<svg width="100%" height="300">
<path d="M0 0 H 100 " stroke="black">
</svg>