frontend/.pnpm-store/v3/files/74/efefa694fa5bd248da330a066d18e062ef5c7007e1ac1f8efb4a4d9c84d762e87dc3787cbcfcff58aa78b127dd75e2d2a2fc6344679ee48f5dd635d0cc7102

13 lines
560 B
Plaintext

// this tests passes for webkit's proprietary `-webkit-mask` feature
// www.webkit.org/blog/181/css-masks/
// developer.apple.com/library/safari/#documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Masks/Masks.html
// it does not pass mozilla's implementation of `mask` for SVG
// developer.mozilla.org/en/CSS/mask
// developer.mozilla.org/En/Applying_SVG_effects_to_HTML_content
// Can combine with clippaths for awesomeness: http://generic.cx/for/webkit/test.html
Modernizr.addTest('cssmask', Modernizr.testAllProps('maskRepeat'));