ipycanvas icon indicating copy to clipboard operation
ipycanvas copied to clipboard

Issue when drawing a canvas on another

Open martinRenou opened this issue 2 years ago • 0 comments

The following seems to fail with the latest ipycanvas version:

image_data = canvas.get_image_data(x=0, y=0, width=64, height=64)
canvas2 = Canvas(width=64, height=64)   
canvas2.put_image_data( image_data, 0, 0 )

See https://github.com/martinRenou/ipycanvas/discussions/271

martinRenou avatar May 11 '22 10:05 martinRenou