2 <svg xmlns=
"http://www.w3.org/2000/svg" version=
"1.1">
5 <!-- so that other documents can svg:use this one and force it to
9 <!-- Keep all black pixels black, and change any others to white. -->
10 <filter id=
"NonBlackToWhite" x=
"0%" y=
"0%" width=
"100%" height=
"100%">
11 <feColorMatrix type=
"matrix" values=
"255 255 255 0 0
17 <!-- Keep all white pixels white, and change any others to black. -->
18 <filter id=
"NonWhiteToBlack" x=
"0%" y=
"0%" width=
"100%" height=
"100%">
20 <feFuncR type=
"linear" slope=
"-1" intercept=
"1" />
21 <feFuncG type=
"linear" slope=
"-1" intercept=
"1" />
22 <feFuncB type=
"linear" slope=
"-1" intercept=
"1" />
23 </feComponentTransfer>
24 <feColorMatrix type=
"matrix" values=
"255 255 255 0 0
29 <feFuncR type=
"linear" slope=
"-1" intercept=
"1" />
30 <feFuncG type=
"linear" slope=
"-1" intercept=
"1" />
31 <feFuncB type=
"linear" slope=
"-1" intercept=
"1" />
32 </feComponentTransfer>