From a42bbdcd89f0bd6ccccd8f6ec516ca744206822a Mon Sep 17 00:00:00 2001
From: Unknown <eric@sigmalis.com>
Date: Mon, 15 Jan 2018 11:41:34 +0100
Subject: [PATCH] =?UTF-8?q?Modification=20de=20l'opacit=C3=A9=20du=20tampo?=
 =?UTF-8?q?n=20(0.5=20->=200.8)=20~Actes=20#339?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CHANGELOG.md                    | 8 +++++++-
 class/PDFStampWrapper.class.php | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1a920352..797f46745 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,13 @@ Toutes les modifications apportées au projet seront documentées dans ce fichie
 Le format est basé sur le modèle [Keep a Changelog](http://keepachangelog.com/) 
 et adhère aux principes du [Semantic Versioning](http://semver.org/).
 
-## [3.0.1] 
+## [3.0.2] 
+
+### Évolutions
+
+- Modification de l'opacité du tampon (0.5 -> 0.8) ~Actes #339
+
+## [3.0.1] - 2017-12-26
 
 ### Corrections
 
diff --git a/class/PDFStampWrapper.class.php b/class/PDFStampWrapper.class.php
index 2578f3e22..6f79eafad 100644
--- a/class/PDFStampWrapper.class.php
+++ b/class/PDFStampWrapper.class.php
@@ -28,7 +28,7 @@ class PDFStampWrapper {
         }
 
         $data = array(
-            'opacity'=> 0.5,
+            'opacity'=> 0.8,
             'fontSize' => 7,
             'position' => array(
                 'width' => 168,
-- 
GitLab