We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To draw a line you can use Bresenham's line algorithm (simpler solution) or Xiaolin Wu's line algorithm (more sophisticated solution which will produced more beautiful result).