module ChunkyPNG::Canvas::Drawing

Module that adds some primitive drawing methods to {ChunkyPNG::Canvas}.

All of these methods change the current canvas instance and do not create a new one, even though the method names do not end with a bang.

@note Drawing operations will not fail when something is drawn outside of

the bounds of the canvas; these pixels will simply be ignored.

@see ChunkyPNG::Canvas