510 |
mathilde |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<svg version="1.1" id="graphique_climat" 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 |
}
|
|
|
9 |
.graduation, .lignes_grad {
|
|
|
10 |
fill:none;
|
|
|
11 |
stroke:#000000;
|
|
|
12 |
stroke-width:1.5;
|
|
|
13 |
stroke-dasharray:1,1;
|
|
|
14 |
}
|
|
|
15 |
|
|
|
16 |
.median {
|
|
|
17 |
fill:none;
|
|
|
18 |
stroke:#000000;
|
|
|
19 |
stroke-width:1.5;
|
543 |
mathilde |
20 |
stroke-dasharray:1,1;
|
510 |
mathilde |
21 |
}
|
|
|
22 |
|
|
|
23 |
.cartouche {
|
|
|
24 |
fill:#F8F8F8;
|
|
|
25 |
stroke:#000000;
|
|
|
26 |
stroke-width:1.5;
|
|
|
27 |
}
|
|
|
28 |
|
|
|
29 |
.cache {
|
|
|
30 |
fill:#F8F8F8;
|
|
|
31 |
}
|
|
|
32 |
|
|
|
33 |
.titre {
|
|
|
34 |
font-family:Arial;
|
|
|
35 |
font-size:13px;
|
|
|
36 |
}
|
|
|
37 |
|
|
|
38 |
.min_max {
|
|
|
39 |
font-family:Arial;
|
|
|
40 |
font-size:10px;
|
|
|
41 |
}
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
</style>
|
|
|
45 |
<rect x="0px" y="0px" id="fond" class="fond" width="500px" height="180px"/>
|
|
|
46 |
|
|
|
47 |
<line class="graduation" x1="191.897" y1="44.5" x2="191.897" y2="169.207"/>
|
|
|
48 |
<line class="graduation" x1="223.095" y1="46.081" x2="223.095" y2="169.207"/>
|
|
|
49 |
<line class="graduation" x1="253.902" y1="45.596" x2="253.902" y2="169.207"/>
|
|
|
50 |
<line class="graduation" x1="286.824" y1="45.596" x2="286.824" y2="169.207"/>
|
|
|
51 |
<line class="graduation" stroke="#000000" stroke-width="1.5" x1="318.939" y1="45.708" x2="318.939" y2="168.834"/>
|
|
|
52 |
<line class="graduation" stroke="#000000" stroke-width="1.5" x1="352.273" y1="45.375" x2="352.273" y2="168.5"/>
|
|
|
53 |
<line class="graduation" x1="382.273" y1="44.5" x2="382.273" y2="169.207"/>
|
|
|
54 |
<line class="graduation" x1="413.395" y1="44.5" x2="413.395" y2="169.207"/>
|
|
|
55 |
<line class="graduation" x1="445.033" y1="45.596" x2="445.033" y2="169.207"/>
|
|
|
56 |
<line class="graduation" x1="475.783" y1="45.596" x2="475.783" y2="169.207"/>
|
|
|
57 |
|
|
|
58 |
<rect x="189.794" y="53.104" class="cache" width="287.592" height="27.688"/>
|
|
|
59 |
<rect x="189.794" y="89.62" class="cache" width="290.717" height="30.47"/>
|
|
|
60 |
<rect x="189.794" y="128.62" class="cache" width="291.342" height="31.804"/>
|
|
|
61 |
|
|
|
62 |
<line class="lignes_grad" x1="191.517" y1="46.48" x2="476.617" y2="46.48"/>
|
|
|
63 |
<line class="lignes_grad" x1="191.517" y1="82.738" x2="477" y2="82.738"/>
|
|
|
64 |
<line class="lignes_grad" x1="191.517" y1="122.063" x2="476.5" y2="122.063"/>
|
|
|
65 |
<line class="lignes_grad" x1="191.517" y1="161.738" x2="477" y2="161.738"/>
|
|
|
66 |
|
|
|
67 |
<text transform="matrix(1 0 0 1 190.6028 71.9297)" class="min_max">sec </text>
|
|
|
68 |
<text transform="matrix(0.9133 0 0 1 190.6028 109.7148)" class="min_max"> froid</text>
|
|
|
69 |
<text transform="matrix(0.9133 0 0 1 437.8196 109.7148)" class="min_max"> chaud</text>
|
|
|
70 |
<text transform="matrix(1 0 0 1 190.6028 150.0361)" class="min_max">marin</text>
|
|
|
71 |
<text transform="matrix(1 0 0 1 417.4202 150.0361)" class="min_max">continental</text>
|
|
|
72 |
<text transform="matrix(1 0 0 1 435.3401 72.5947)" class="min_max">humide</text>
|
|
|
73 |
<text transform="matrix(1 0 0 1 191.8494 37.5605)" class="min_max">ombre</text>
|
|
|
74 |
<text transform="matrix(1 0 0 1 435.3479 36.0527)" class="min_max">lumière</text>
|
|
|
75 |
|
|
|
76 |
<path class="cartouche" d="M179.403,44.955c0,6.582-5.337,11.918-11.919,11.918H40.352
|
|
|
77 |
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
|
|
|
78 |
V44.955L179.403,44.955z"/>
|
|
|
79 |
<path class="cartouche" d="M179.403,80.71c0,6.582-5.337,11.919-11.919,11.919H40.352
|
|
|
80 |
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.918V80.71
|
|
|
81 |
L179.403,80.71z"/>
|
|
|
82 |
<path class="cartouche" d="M179.403,117.459c0,6.583-5.337,11.92-11.919,11.92H40.352
|
|
|
83 |
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
|
|
|
84 |
V117.459L179.403,117.459z"/>
|
|
|
85 |
<path class="cartouche" d="M179.403,154.209c0,6.582-5.337,11.918-11.919,11.918H40.352
|
|
|
86 |
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
|
|
|
87 |
V154.209L179.403,154.209z"/>
|
|
|
88 |
|
|
|
89 |
<text transform="matrix(1 0 0 1 63.2625 158.0039)" class="titre"> Continentalité </text>
|
|
|
90 |
<text transform="matrix(1 0 0 1 66.7498 120.7275)" class="titre"> Temperature </text>
|
543 |
mathilde |
91 |
<text transform="matrix(1 0 0 1 37.365 84.374)" font-family="Arial" font-size="11px"> Humidité Atmosphérique </text>
|
510 |
mathilde |
92 |
<text transform="matrix(1 0 0 1 80.6624 49.0635)" class="titre"> Lumière </text>
|
|
|
93 |
|
|
|
94 |
<!-- ne pas separer le style pour les rectangles -->
|
|
|
95 |
<rect id="un_ve_humidite_atmos" x="191.573" y="76.5" fill="none" width="31.198" height="5"/>
|
|
|
96 |
<rect id="deux_ve_humidite_atmos" x="222.771" y="76.5" fill="none" width="30.812" height="5"/>
|
|
|
97 |
<rect id="trois_ve_humidite_atmos" x="253.577" y="76.5" fill="none" width="32.923" height="5"/>
|
|
|
98 |
<rect id="quatre_ve_humidite_atmos" x="286.5" y="76.5" fill="none" width="32.443" height="5"/>
|
|
|
99 |
<rect id="cinq_ve_humidite_atmos" x="318.948" y="76.5" fill="none" width="33" height="5"/>
|
|
|
100 |
<rect id="six_ve_humidite_atmos" x="351.948" y="76.5" fill="none" width="30" height="5"/>
|
|
|
101 |
<rect id="sept_ve_humidite_atmos" x="381.948" y="76.5" fill="none" width="31.122" height="5"/>
|
|
|
102 |
<rect id="huit_ve_humidite_atmos" x="413.071" y="76.5" fill="none" width="31.646" height="5"/>
|
|
|
103 |
<rect id="neuf_ve_humidite_atmos" x="444.52" y="76.5" fill="none" width="31.644" height="5"/>
|
|
|
104 |
<rect id="un_ve_lumiere" x="191.897" y="40" fill="none" width="31.198" height="5"/>
|
|
|
105 |
<rect id="deux_ve_lumiere" x="223.095" y="40" fill="none" width="30.807" height="5"/>
|
|
|
106 |
<rect id="trois_ve_lumiere" x="253.902" y="40" fill="none" width="32.928" height="5"/>
|
|
|
107 |
<rect id="quatre_ve_lumiere" x="286.824" y="40" fill="none" width="32.443" height="5"/>
|
|
|
108 |
<rect id="cinq_ve_lumiere" x="319.273" y="40" fill="none" width="33" height="5"/>
|
|
|
109 |
<rect id="six_ve_lumiere" x="352.273" y="40" fill="none" width="30" height="5"/>
|
|
|
110 |
<rect id="sept_ve_lumiere" x="382.273" y="40" fill="none" width="31.122" height="5"/>
|
|
|
111 |
<rect id="huit_ve_lumiere" x="413.395" y="40" fill="none" width="31.644" height="5"/>
|
|
|
112 |
<rect id="neuf_ve_lumiere" x="445.02" y="40" fill="none" width="31.644" height="5"/>
|
|
|
113 |
<rect id="un_ve_temperature" x="192.124" y="115.5" fill="none" width="31.193" height="5"/>
|
|
|
114 |
<rect id="deux_ve_temperature" x="223.323" y="115.5" fill="none" width="30.811" height="5"/>
|
|
|
115 |
<rect id="trois_ve_temperature" x="254.129" y="115.5" fill="none" width="32.923" height="5"/>
|
|
|
116 |
<rect id="quatre_ve_temperature" x="287.052" y="115.5" fill="none" width="32.448" height="5"/>
|
|
|
117 |
<rect id="cinq_ve_temperature" x="319.5" y="115.5" fill="none" width="33" height="5"/>
|
|
|
118 |
<rect id="six_ve_temperature" x="352.5" y="115.5" fill="none" width="30" height="5"/>
|
|
|
119 |
<rect id="sept_ve_temperature" x="382.5" y="115.5" fill="none" width="31.118" height="5"/>
|
|
|
120 |
<rect id="huit_ve_temperature" x="413.618" y="115.5" fill="none" width="31.646" height="5"/>
|
|
|
121 |
<rect id="neuf_ve_temperature" x="445.52" y="115.5" fill="none" width="31.644" height="5"/>
|
|
|
122 |
<rect id="un_ve_continentalite" x="192.124" y="155.5" fill="none" width="31.193" height="5"/>
|
|
|
123 |
<rect id="deux_ve_continentalite" x="223.323" y="155.5" fill="none" width="30.811" height="5"/>
|
|
|
124 |
<rect id="trois_ve_continentalite" x="254.129" y="155.5" fill="none" width="32.923" height="5"/>
|
|
|
125 |
<rect id="quatre_ve_continentalite" x="287.052" y="155.5" fill="none" width="32.448" height="5"/>
|
|
|
126 |
<rect id="cinq_ve_continentalite" x="319.5" y="155.5" fill="none" width="33" height="5"/>
|
|
|
127 |
<rect id="six_ve_continentalite" x="352.5" y="155.5" fill="none" width="30" height="5"/>
|
|
|
128 |
<rect id="sept_ve_continentalite" x="382.5" y="155.5" fill="none" width="31.118" height="5"/>
|
|
|
129 |
<rect id="huit_ve_continentalite" x="413.618" y="155.5" fill="none" width="31.646" height="5"/>
|
|
|
130 |
<rect id="neuf_ve_continentalite" x="445.52" y="155.5" fill="none" width="31.644" height="5"/>
|
|
|
131 |
</svg>
|