# File lib/gd2/canvas.rb, line 50
def
draw
(
image
,
mode
)
image
.
set_pixel
(
@x
,
@y
,
mode
)
end