1 <div id=
"background-container" hidden
>
2 <svg id=
"background" xmlns=
"http://www.w3.org/2000/svg"
3 xmlns:
xlink=
"http://www.w3.org/1999/xlink">
5 <rect id=
"rectangular-hole-pattern" class=
"hole"/>
6 <circle id=
"round-hole-pattern" class=
"hole"/>
7 <mask id=
"mask" maskUnits=
"objectBoundingBox"
8 maskContentUnits=
"userSpaceOnUse">
9 <rect width=
"100%" height=
"100%" fill=
"white"/>
12 <rect class=
"fill" width=
"100%" height=
"100%" mask=
"url(#mask)"/>