619 |
mathilde |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<svg version="1.1" id="graphique_sol" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
|
|
3 |
y="0px" width="500px" height="180px" viewBox="0 0 500 180" enable-background="new 0 0 500 180" xml:space="preserve">
|
|
|
4 |
<style id="cssGraphique" type="text/css">
|
|
|
5 |
@CHARSET "UTF-8";
|
|
|
6 |
.fond {
|
|
|
7 |
fill:#F8F8F8;
|
|
|
8 |
stroke:#F8F8F8;
|
|
|
9 |
stroke-width:3;
|
|
|
10 |
}
|
|
|
11 |
.cartouche {
|
|
|
12 |
stroke:#000;
|
|
|
13 |
fill:#F8F8F8;
|
|
|
14 |
stroke-width:1.5;
|
|
|
15 |
}
|
|
|
16 |
.graduation {
|
|
|
17 |
stroke:#000;
|
|
|
18 |
stroke-width:1.5;
|
|
|
19 |
stroke-dasharray:1,1;
|
|
|
20 |
fill:none;
|
|
|
21 |
}
|
|
|
22 |
.median {
|
|
|
23 |
stroke:#000;
|
|
|
24 |
stroke-width:1.5;
|
|
|
25 |
fill:none;
|
|
|
26 |
}
|
|
|
27 |
.ligne_grad {
|
|
|
28 |
stroke:#000;
|
|
|
29 |
stroke-width:1.5;
|
|
|
30 |
stroke-dasharray:1,1;
|
|
|
31 |
fill:none;
|
|
|
32 |
}
|
|
|
33 |
.cache {
|
|
|
34 |
fill:#F8F8F8;
|
|
|
35 |
}
|
|
|
36 |
.titre {
|
|
|
37 |
fill:#000;
|
|
|
38 |
font-family:Arial;
|
|
|
39 |
font-size:13px;
|
|
|
40 |
}
|
|
|
41 |
.min_max {
|
|
|
42 |
fill:#000;
|
|
|
43 |
font-family:Arial;
|
|
|
44 |
font-size:11px;
|
|
|
45 |
}
|
|
|
46 |
/* pour faire apparaitre un curseur*/
|
|
|
47 |
.curseur {
|
|
|
48 |
fill:#EA6624;
|
|
|
49 |
stroke:#FFFFFF;
|
|
|
50 |
stroke-width:3;
|
|
|
51 |
}
|
|
|
52 |
/* pour faire disparaitre un curseur*/
|
|
|
53 |
.disparu {
|
|
|
54 |
fill:none;
|
|
|
55 |
stroke:none;
|
|
|
56 |
stroke-width:0;
|
|
|
57 |
}
|
|
|
58 |
</style>
|
|
|
59 |
<rect id="fond" x="0px" y="0px" class="fond" width="510" height="180"/>
|
624 |
mathilde |
60 |
<line class="ligne_grad" x1="172.517" y1="31.48" x2="425.655" y2="31.48"/>
|
|
|
61 |
<line class="ligne_grad" x1="172.517" y1="65.363" x2="425.655" y2="65.363"/>
|
|
|
62 |
<line class="ligne_grad" x1="172.517" y1="102.063" x2="425.655" y2="102.063"/>
|
|
|
63 |
<line class="ligne_grad" x1="172.517" y1="140.738" x2="425.655" y2="140.738"/>
|
619 |
mathilde |
64 |
|
624 |
mathilde |
65 |
<line id="un" class="graduation" x1="172.897" y1="26.943" x2="172.897" y2="144.396"/>
|
|
|
66 |
<line id="deux" class="graduation" x1="204.095" y1="26.943" x2="204.095" y2="144.396"/>
|
|
|
67 |
<line id="trois" class="graduation" x1="234.902" y1="26.943" x2="234.902" y2="144.396"/>
|
|
|
68 |
<line id="quatre" class="graduation" x1="267.824" y1="26.943" x2="267.824" y2="144.396"/>
|
|
|
69 |
<line id="six" class="graduation" x1="333.273" y1="28.943" x2="333.273" y2="146.396"/>
|
|
|
70 |
<line id="sept" class="graduation" x1="363.273" y1="26.943" x2="363.273" y2="144.396"/>
|
|
|
71 |
<line id="huit" class="graduation" x1="394.395" y1="26.943" x2="394.395" y2="144.396"/>
|
|
|
72 |
<line id="neuf" class="graduation" x1="426.036" y1="26.943" x2="426.036" y2="144.396"/>
|
619 |
mathilde |
73 |
|
624 |
mathilde |
74 |
<rect x="145.794" y="36.552" class="cache" width="295.217" height="23.063"/>
|
|
|
75 |
<rect x="146.448" y="69.725" class="cache" width="285.583" height="26.316"/>
|
|
|
76 |
<rect x="142.52" y="107.477" class="cache" width="286.718" height="28.485"/>
|
619 |
mathilde |
77 |
|
624 |
mathilde |
78 |
<line id="cinq" class="median" x1="299.883" y1="133.699" x2="299.883" y2="148.777"/>
|
|
|
79 |
<line class="median" x1="299.883" y1="95.023" x2="299.883" y2="110.102"/>
|
|
|
80 |
<line class="median" x1="299.883" y1="58.323" x2="299.883" y2="73.402"/>
|
|
|
81 |
<line class="median" x1="299.883" y1="24.441" x2="299.883" y2="39.521"/>
|
619 |
mathilde |
82 |
|
624 |
mathilde |
83 |
<circle id="ve_lumiere" class="disparu" cx="174.27" cy="32.431" r="11.505"/>
|
|
|
84 |
<circle id="ve_humidite_atmos" class="disparu" cx="175.562" cy="67.112" r="11.504"/>
|
|
|
85 |
<circle id="ve_temperature" class="disparu" cx="177.369" cy="103.3" r="11.505"/>
|
|
|
86 |
<circle id="ve_continentalite" class="disparu" cx="177.88" cy="140.243" r="11.504"/>
|
619 |
mathilde |
87 |
|
624 |
mathilde |
88 |
<text transform="matrix(1 0 0 1 171.6033 53.9297)" class="min_max">sec </text>
|
|
|
89 |
<text transform="matrix(1 0 0 1 171.6033 90.8027)" class="min_max">froid</text>
|
|
|
90 |
<text transform="matrix(1 0 0 1 398.8201 90.8027)" class="min_max"> chaud</text>
|
|
|
91 |
<text transform="matrix(1 0 0 1 171.6033 126.4297)" class="min_max">marin</text>
|
|
|
92 |
<text transform="matrix(1 0 0 1 378.4207 129.0361)" class="min_max">continental</text>
|
|
|
93 |
<text transform="matrix(1 0 0 1 396.3406 55.5947)" class="min_max">humide</text>
|
|
|
94 |
<text transform="matrix(1 0 0 1 170.8499 21.5605)" class="min_max">ombre</text>
|
|
|
95 |
<text transform="matrix(1 0 0 1 396.3484 20.0527)" class="min_max">lumière</text>
|
619 |
mathilde |
96 |
|
624 |
mathilde |
97 |
<path class="cartouche" d="M160.403,30.955c0,6.582-5.337,11.918-11.919,11.918H21.352
|
619 |
mathilde |
98 |
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
|
624 |
mathilde |
99 |
V30.955L160.403,30.955z"/>
|
|
|
100 |
<path class="cartouche" d="M160.403,66.71c0,6.582-5.337,11.919-11.919,11.919H21.352
|
619 |
mathilde |
101 |
c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.132c6.582,0,11.919,5.336,11.919,11.918V66.71
|
624 |
mathilde |
102 |
L160.403,66.71z"/>
|
|
|
103 |
<path class="cartouche" d="M160.403,103.459c0,6.583-5.337,11.92-11.919,11.92H21.352
|
619 |
mathilde |
104 |
c-6.582,0-11.919-5.337-11.919-11.92v-0.992c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
|
624 |
mathilde |
105 |
V103.459L160.403,103.459z"/>
|
|
|
106 |
<path class="cartouche" d="M160.403,140.209c0,6.582-5.337,11.918-11.919,11.918H21.352
|
619 |
mathilde |
107 |
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
|
624 |
mathilde |
108 |
V140.209L160.403,140.209z"/>
|
619 |
mathilde |
109 |
|
624 |
mathilde |
110 |
<text transform="matrix(1 0 0 1 44.2634 144.0039)" class="titre">Continentalité</text>
|
|
|
111 |
<text transform="matrix(1 0 0 1 47.7502 106.7275)" class="titre">Temperature</text>
|
|
|
112 |
<text transform="matrix(1 0 0 1 18.3655 71.374)" font-family="Arial" font-size="11px">Humidité Atmosphérique </text>
|
|
|
113 |
<text transform="matrix(1 0 0 1 61.6628 35.0635)" class="titre">Lumière</text>
|
619 |
mathilde |
114 |
</svg>
|