/trunk/services/modules/0.1/baseflor/CommunGraphiques.php |
---|
287,8 → 287,8 |
$largeur = $svg->getAttribute('width'); |
$hauteur = $svg->getAttribute('height'); |
$this->donnerHauteur($largeur , $hauteur); |
$svg->setAttribute('width',$this->largeurSVG.'px'); |
$svg->setAttribute('height',$this->hauteurSVG.'px'); |
$svg->setAttribute('width',round($this->largeurSVG).'px'); |
$svg->setAttribute('height',round($this->hauteurSVG).'px'); |
} |