summaryrefslogtreecommitdiff
path: root/images/lasso.svg
blob: 35ae633f2b90d3abea5bbecd1b416b6ad063b8ba (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
<?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 240 170"
    height="75mm"
    width="100mm">
  <defs>
    <clipPath id="figure-gauche-clip">
      <rect x="00" y="00" width="100" height="100" />
    </clipPath>
    <clipPath id="figure-droite-clip">
      <rect x="120" y="0" width="100" height="100" />
    </clipPath>
    <!-- Une figure, c'est un fond gris, deux axes en blanc dessus, et
	 la figure (qui est en fait un croisement de deux diagonales
	 avec une largeur très élevée) -->
    <g id="figure-base">
      <rect x="0" y="0" width="100" height="100" fill="#D3D3D3" />
      <line x1="50" x2="50" y1="0" y2="100" stroke="white" stroke-width="0.5" />
      <line x1="0" x2="100" y1="50" y2="50" stroke="white" stroke-width="0.5"/>
      <line class="domaine"
	    x1="0" x2="100" y1="0" y2="100"
	    stroke="blue" opacity=".2" />
      <line class="domaine"
	    x1="0" x2="100" y1="100" y2="0"
	    stroke="blue" opacity=".2" />
    </g>
    <g id="figure-decalee">
      <use xlink:href="#figure-base" transform="translate (120 0)" />
    </g>
  </defs>
  <use clip-path="url(#figure-gauche-clip)"
       xlink:href="#figure-base"
       id="gauche"
       stroke-width="20"/>
  <use clip-path="url(#figure-droite-clip)"
       xlink:href="#figure-decalee"
       id="droite"
       stroke-width="50"/>
  <text x="50" y="115" text-anchor="middle" font-size="10px">$\alpha$ grand</text>
  <text x="170" y="115" text-anchor="middle" font-size="10px">$\alpha$ petit</text>

  <rect x="0" y="125" width="20" height="15" fill="#D3D3D3" />
  <text x="30" y="135" font-size="10px">
    le modèle a une composante nulle
  </text>

  <rect x="0" y="145" width="20" height="15" fill="#D3D3D3" />
  <rect x="0" y="145" width="20" height="15" fill="blue" opacity=".2" />
  <text x="30" y="155" font-size="10px">
    le modèle est dense
  </text>
</svg>