Painter api that draws a line between two points
WhiteNoise1010 opened this issue ยท 0 comments
Describe the feature
Currently, in order to draw a line using the Painter API, you have to repeatedly draw a rectangle on an imaginary line connecting two points.
This is inconvenient and counterintuitive, and it puts a load on the system.
It would be nice if there was a simple way to draw a line between two coordinates.
Additional info
No response