Scrawl-canvas v8 - Canvas test 043

Test various clipping strategies

Applying more than one clipped region to a scene, using Groups to separate them:

Generate and use Picture entitys from clipped scenes rendered in their own cells:

Note that Phrase entitys cannot clip to the letters.
For these, we have to use alternative solutions.

Emulate clipping to a Phrase entity using a composite scene rendered in its own cell:

... Once we have the clipped text in its own cell, we could then generate a Picture entity from it (not tested in this demo).

Test purpose

Annotated code