Bitmap/Bresenham's line algorithm: Difference between revisions

m
added a ;Task: (bold) header, added other whitespace to the task's preamble.
(→‎{{header|zkl}}: added cross)
m (added a ;Task: (bold) header, added other whitespace to the task's preamble.)
Line 1:
{{task|Raster graphics operations}}[[Category:Graphics algorithms]]
[[Category:Graphics algorithms]]
 
;Task:
Using the data storage type defined   [[Basic_bitmap_storage|on this page]]   for raster graphics images,
<br>draw a line given 2 points with the &nbsp; [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br><br>