Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 269 → Rev 270

/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
454,10 → 454,6
private function indexerFichierPng($fichierPng) {
$img = imagecreatefrompng($fichierPng);
imagetruecolortopalette($img, false, 32);
imagealphablending($img, false);
$alpha = imagecolorallocatealpha($img, 0, 0, 0, 127);
imagefill($img, 0, 0, $alpha);
imagesavealpha($img, true);
imagepng($img, $fichierPng, 9, PNG_ALL_FILTERS);
}
 
/trunk/services/presentations/images/cartes/france_02.svg
48,7 → 48,8
* .rhone-alpes
*/
.bordure {
fill-opacity: 0;
fill-opacity: 1;
fill:white;
stroke:black;
stroke-opacity: 1;
stroke-width:1;