diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a9203522828609f91b5355286f0f0deb31c425..797f46745cc73beee3f6bab56fdb86c626e03cd9 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 2578f3e223c247c217260d9a5b662fb955ab8809..6f79eafad3216e20f15b8cab3542c7991ea9bce2 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,