We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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).