Bitmap/Bresenham's line algorithm: Difference between revisions

Content deleted Content added
m →‎{{header|Fortran}}: fixed wrong bounds
m Use wp: link.
Line 1:
{{task|Raster graphics operations}}
 
Using the data storage type defined [[Basic_bitmap_storage|on this page]] for raster graphics images, draw a line given 2 points with the Bresenham's algorithm ([http[wp://en.wikipedia.org/wiki/Bresenham's_line_algorithm|Bresenham's definition on Wikipediaalgorithm]]).
 
=={{header|Ada}}==