textCutup() ยท rare surface effect

Sliced Text

One word, disturbed once. Horizontal contour bands shift; the language itself does not.

The shared composition
// Use once, after the word is already working.
const outlineFont = await loadFont("../font_outlines/assets/Oswald-Regular.otf");
const plot = new GysinPlot({ seed: 19600319 });
plot.textCutup("SURFACE", width * 0.12, height * 0.56, {
  font: outlineFont,
  size: Math.min(width * 0.14, height * 0.21),
  slices: 5,
  sliceOffset: width * 0.016,
  sliceDropout: 0.025
});
plot.draw();

Open the complete composition · the same file draws the Enter plate and this work.

R changes the offset pattern; S, J and H export SVG, JSON and HPGL.

plot cost