|
|
Donner
C++20 SVG rendering library
|
Creates a line between two points, using the x1, y1, x2, and y2 attributes.
| Attribute | Default | Description |
|---|---|---|
| x1 | 0 | Start X coordinate. |
| y1 | 0 | Start Y coordinate. |
| x2 | 0 | End X coordinate. |
| y2 | 0 | End Y coordinate. |