Sha256: ac7a05af0df73f7fceae1f195814caff0bce34f0f5ed9f2873e0e490c2f1d83e
Contents?: true
Size: 560 Bytes
Versions: 144
Compression:
Stored size: 560 Bytes
Contents
// 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'));
Version data entries
144 entries across 144 versions & 7 rubygems