codepens/text-mask-over-colorful-cubes
Dym Sohin f132183c1d init 2023-10-06 23:12:53 +02:00
..
dist init 2023-10-06 23:12:53 +02:00
src init 2023-10-06 23:12:53 +02:00
README.markdown init 2023-10-06 23:12:53 +02:00
license.txt init 2023-10-06 23:12:53 +02:00

README.markdown

Text Mask Over Colorful Cubes

A Pen created on CodePen.io. Original URL: 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