blob: 6673ce52f69abbe0ec044cf1773ef8f5595e0127 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<style>
:root {
clip-path: url(#a);
transform: scale(65);
-webkit-box-shadow: -moz-activehyperlinktext 0px 0px 36px;
-webkit-mask-image: url()
}
</style>
<svg>
<clipPath id="a" transform="" />
|