blob: f11e7685ad378000ac98a945019457824b78c4eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<style>
div {
width: 100px;
height: 100px;
mask-image: url(resource://usercontext-content/fingerprint.svg);
mask-size: 100px 100px;
background-color: black;
}
</style>
<div></div>
|