chant() · one phrase · six orders
Permutation Poem
The same words return in changing positions. Their order carries the movement.
The shared composition
const plot = new GysinPlot({ seed: 1960 });
plot.chant("I LOVE YOU", width * 0.075, height * 0.12, {
lines: 6,
size: width * 0.11,
leading: height * 0.14,
font: outlineFont
});
plot.draw();
Open the complete composition · the same file draws the Enter plate and this work.
Enter sets the phrase. New cut changes the permutation without changing the composition.
Loading the outline font…