-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Implement support for the background-clip CSS property in the web content renderer, with a particular focus on enabling background-clip: text rendering effects. This would allow background images or gradients to be clipped to the foreground text, which is a widely used modern web design feature.
Expected Behavior
- The renderer should correctly interpret and render the
background-clipproperty for elements. - For
background-clip: text, the background should be visible only where the text glyphs are present, following the CSS specification. - Should work for both solid color and gradient/image backgrounds.
References
Motivation
Enabling this feature will allow more visually rich and modern web content in JSAR, improving parity with mainstream browsers.
Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request