-
Notifications
You must be signed in to change notification settings - Fork 3
/
svgOut.xml
59 lines (32 loc) · 2.04 KB
/
svgOut.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<svg width="100%" height="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="negative">
<feColorMatrix type="matrix"
values="-1 0 0 0 0 0 -1 0 0 0 0 0 -1 0 0 1 1 1 0 0" />
</filter>
<image x="0" y="0" width="50" height="50" xlink:href="black.jpg"/>
<image x="50" y="0" width="50" height="50" xlink:href="white.jpg"/>
<image x="100" y="0" width="50" height="50" xlink:href="white.jpg"/>
<image x="150" y="0" width="50" height="50" xlink:href="white.jpg"/>
<image x="200" y="0" width="50" height="50" xlink:href="white.jpg"/>
<image x="0" y="50" width="50" height="50" xlink:href="white.jpg"/>
<image x="50" y="50" width="50" height="50" xlink:href="black.jpg"/>
<image x="100" y="50" width="50" height="50" xlink:href="white.jpg"/>
<image x="150" y="50" width="50" height="50" xlink:href="white.jpg"/>
<image x="200" y="50" width="50" height="50" xlink:href="white.jpg"/>
<image x="0" y="100" width="50" height="50" xlink:href="white.jpg"/>
<image x="50" y="100" width="50" height="50" xlink:href="white.jpg"/>
<image x="100" y="100" width="50" height="50" xlink:href="black.jpg"/>
<image x="150" y="100" width="50" height="50" xlink:href="white.jpg"/>
<image x="200" y="100" width="50" height="50" xlink:href="white.jpg"/>
<image x="0" y="150" width="50" height="50" xlink:href="white.jpg"/>
<image x="50" y="150" width="50" height="50" xlink:href="white.jpg"/>
<image x="100" y="150" width="50" height="50" xlink:href="white.jpg"/>
<image x="150" y="150" width="50" height="50" xlink:href="black.jpg"/>
<image x="200" y="150" width="50" height="50" xlink:href="white.jpg"/>
<image x="0" y="200" width="50" height="50" xlink:href="white.jpg"/>
<image x="50" y="200" width="50" height="50" xlink:href="white.jpg"/>
<image x="100" y="200" width="50" height="50" xlink:href="white.jpg"/>
<image x="150" y="200" width="50" height="50" xlink:href="white.jpg"/>
<image x="200" y="200" width="50" height="50" xlink:href="black.jpg"/>
</svg>