06-23-2023, 09:21 PM
part of the my issue seems to be how Draw renders a segment.
R1 doesn't draw just 1 pixel to the right it draws the current pixel plus one pixel to the right.
so to render a single point in DRAW one would have to have the string segment "R0" (or so I believe).
as a result my scanning is off due to my not understanding this behavior in DRAW.
R1 doesn't draw just 1 pixel to the right it draws the current pixel plus one pixel to the right.
so to render a single point in DRAW one would have to have the string segment "R0" (or so I believe).
as a result my scanning is off due to my not understanding this behavior in DRAW.