summaryrefslogtreecommitdiff
path: root/images/dirty.svg
blob: 4e8e76fef1610c0c053cb201c497314e5c2d4d7b (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    version="1.1"
    viewBox="-10 -10 220 220"
    height="100mm"
    width="100mm">
  <g stroke="black" stroke-width="0.7">
    <rect x="0" y="0" width="100" height="200" fill="none" rx="5" />
    <g fill="yellow" fill-opacity="0.2" stroke-width="0.5">
      <g fill="none">
	<rect x="140" y="160" width="10" height="10" />
      </g>
      <g fill="blue">
	<rect x="0" y="20" width="100" height="100" />
	<rect x="140" y="175" width="10" height="10" />
      </g>
      <rect x="80" y="120" width="20" height="20" />
      <rect x="20" y="140" width="20" height="20" />
      <rect x="60" y="160" width="20" height="20" />
      <rect x="40" y="180" width="20" height="20" />
      <rect x="140" y="190" width="10" height="10" />
    </g>
  </g>
  <g stroke="black" stroke-width="0.3">
    <line x1="110" x2="110" y1="0" y2="20" />
    <line x1="118" x2="118" y1="20" y2="120" />
    <line x1="110" x2="110" y1="120" y2="200" />
    <g stroke-dasharray="4">
      <line x1="100" x2="116" y1="0" y2="0" />
      <line x1="100" x2="124" y1="20" y2="20" />
      <line x1="100" x2="124" y1="120" y2="120" />
      <line x1="100" x2="116" y1="200" y2="200" />
    </g>
  </g>
  <g stroke="black" stroke-width="0.1">
    <!-- The grid -->
    <line x1="20" x2="20" y1="0" y2="200" />
    <line x1="40" x2="40" y1="0" y2="200" />
    <line x1="60" x2="60" y1="0" y2="200" />
    <line x1="80" x2="80" y1="0" y2="200" />
    <line x1="0" x2="100" y1="20" y2="20" />
    <line x1="0" x2="100" y1="40" y2="40" />
    <line x1="0" x2="100" y1="60" y2="60" />
    <line x1="0" x2="100" y1="80" y2="80" />
    <line x1="0" x2="100" y1="100" y2="100" />
    <line x1="0" x2="100" y1="120" y2="120" />
    <line x1="0" x2="100" y1="140" y2="140" />
    <line x1="0" x2="100" y1="160" y2="160" />
    <line x1="0" x2="100" y1="180" y2="180" />
  </g>
  <g stroke="black" stroke-width="0.7">
    <line x1="130" x2="130" y1="150" y2="220" />
    <line x1="130" x2="220" y1="150" y2="150" />
  </g>
  <g font-size="6px" font-family="serif">
    <text x="125" y="14">
      variables non pertinentes
    </text>
    <text x="125" y="70">
      variables communes
    </text>
    <text x="125" y="135">
      variables différenciantes
    </text>
    <text x="155" y="168">
      $P = 0$, $Q = 0$
    </text>
    <text x="155" y="183">
      $P = 0$, $Q \neq 0$
    </text>
    <text x="155" y="198">
      $P \neq 0$, $Q = 0$
    </text>
  </g>
</svg>