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
- A set of three canvases to test clipping, and clip-to-text emulation.
- For all canvases, the shape/phrase entitys should clip the image; as they rotate, the image they contain should rotate with them.
- All entitys should be draggable, including the Cell entity (pivoted to a draggable Block entity)
Annotated code