1

I want to make a Luma-Mask (Matte) in SVG. In other words I want to mask a layer to the luminance channel (acquired from the RGB channels) of a different layer.

How can this be done?

Thanks

Maurice Tempelsman
  • 895
  • 2
  • 11
  • 13

1 Answers1

1

Luminance masks are a new feature of the as yet unfinished SVG 2 specification. They have been implemented in nightly Firefox and Webkit. If you are using a Nightly or Aurora Firefox make sure layout.css.masking.enabled is set to true in about:config

Robert Longson
  • 118,664
  • 26
  • 252
  • 242