1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <style type=
"text/css"><![CDATA[
10 <mask id=
"mask" maskUnits=
"userSpaceOnUse" x=
"0" y=
"0" width=
"100" height=
"100">
11 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"black"/>
15 <rect width=
"100" height=
"100" style=
"fill: red;" />
16 <rect id=
"rect" width=
"100" height=
"100" style=
"mask: none;" />