From ad073cea54bd9407e882cfd0f8cf40e2162d0b19 Mon Sep 17 00:00:00 2001 From: jlb Date: Thu, 28 Aug 2003 17:09:05 +0000 Subject: [PATCH] changement de l'epaisseur du contour --- htdocs/adherents/cartes/PDF_card.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/cartes/PDF_card.class.php b/htdocs/adherents/cartes/PDF_card.class.php index 9f139a28661..e1f66e0ad5b 100755 --- a/htdocs/adherents/cartes/PDF_card.class.php +++ b/htdocs/adherents/cartes/PDF_card.class.php @@ -264,7 +264,7 @@ class PDF_card extends FPDF { if ($this->_Avery_Name == "CARD") { $Tformat=$this->_Avery_Labels["CARD"]; - $this->_Pointille($_PosX,$_PosY,$_PosX+$this->_Width,$_PosY+$this->_Height,1,25); + $this->_Pointille($_PosX,$_PosY,$_PosX+$this->_Width,$_PosY+$this->_Height,0.3,25); if($Tformat['fond'] != '' and file_exists($Tformat['fond'])){ $this->image($Tformat['fond'],$_PosX,$_PosY,$this->_Width,$this->_Height); }