codepens/text-mask-over-colorful-cubes/README.markdown

13 lines
556 B
Markdown
Raw Permalink Normal View History

2023-10-06 23:12:53 +02:00
# Text Mask Over Colorful Cubes
A Pen created on CodePen.io. Original URL: [https://codepen.io/DonKarlssonSan/pen/OJNzLVR](https://codepen.io/DonKarlssonSan/pen/OJNzLVR).
Click to generate a new pattern!
This is how it works:
* Draw pattern on off-screen canvas
* Draw text on on-screen canvas
* For on-screen canvas, set `globalCompositeOperation = "source-in"` which means "The new shape is drawn only where both the new shape and the destination canvas overlap. Everything else is made transparent."
* Copy image from off-screen canvas to on-screen