summaryrefslogtreecommitdiff
path: root/images/fig-multi-vues.svg
diff options
context:
space:
mode:
Diffstat (limited to 'images/fig-multi-vues.svg')
-rw-r--r--images/fig-multi-vues.svg30
1 files changed, 30 insertions, 0 deletions
diff --git a/images/fig-multi-vues.svg b/images/fig-multi-vues.svg
new file mode 100644
index 0000000..41af47a
--- /dev/null
+++ b/images/fig-multi-vues.svg
@@ -0,0 +1,30 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink='http://www.w3.org/1999/xlink'
+ width="10cm"
+ viewBox="0 0 640 480">
+ <g fill-opacity="0.5" stroke="black">
+ <rect x="80" y="80" width="160" height="64" fill="#E69F00" />
+ <rect x="240" y="80" width="160" height="64" fill="#56B4E9" />
+ <rect x="480" y="80" width="80" height="64" fill="#009E73" />
+ </g>
+ <g fill-opacity="0.2" stroke="black">
+ <rect x="80" y="144" width="160" height="256" fill="#E69F00" />
+ <rect x="240" y="144" width="160" height="256" fill="#56B4E9" />
+ <rect x="480" y="144" width="80" height="256" fill="#009E73" />
+ </g>
+ <g text-anchor="middle">
+ <text x="160" y="60">$X_1$ (texte)</text>
+ <text x="320" y="60">$X_2$ (liens)</text>
+
+ <g dominant-baseline="middle">
+ <text x="160" y="112">${X_l}_{1}$</text>
+ <text x="320" y="112">${X_l}_{1}$</text>
+ <text x="520" y="112">$Y$</text>
+
+ <text x="580" y="112" text-anchor="start">$n$</text>
+ <text x="60" y="240" text-anchor="end">$N$</text>
+ </g>
+ </g>
+</svg>