ipycanvas icon indicating copy to clipboard operation
ipycanvas copied to clipboard

MultiCanvas with a mix of RoughCanvas and Canvas

Open martinRenou opened this issue 4 years ago • 0 comments

As discussed here: https://github.com/martinRenou/ipycanvas/discussions/144

It would be nice to be able to create a MultiCanvas with a mix of Canvas and RoughCanvas.

We might want to change the MultiCanvas API to:

from ipycanvas import MultiCanvas, RoughCanvas, Canvas

canvas = MultiCanvas((Canvas(), RoughCanvas(), Canvas()))

martinRenou avatar Dec 19 '20 09:12 martinRenou