summaryrefslogtreecommitdiff
path: root/vendor/tecnickcom/tcpdf/tcpdf.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-02 11:33:24 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-02 11:33:24 +0000
commit602a2e5ad3dc9286263a27d4729dec75aa06575e (patch)
tree63a606638c90af4d30ecdcc5b9608f432e72bd31 /vendor/tecnickcom/tcpdf/tcpdf.php
parent783c6f8d516dad892d4bf912ace1d108fb2cce9b (diff)
downloadwebtrees-602a2e5ad3dc9286263a27d4729dec75aa06575e.tar.gz
webtrees-602a2e5ad3dc9286263a27d4729dec75aa06575e.tar.bz2
webtrees-602a2e5ad3dc9286263a27d4729dec75aa06575e.zip
Update vendor dependencies
Diffstat (limited to 'vendor/tecnickcom/tcpdf/tcpdf.php')
-rw-r--r--vendor/tecnickcom/tcpdf/tcpdf.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/tecnickcom/tcpdf/tcpdf.php b/vendor/tecnickcom/tcpdf/tcpdf.php
index 701e55142b..24ef434ab8 100644
--- a/vendor/tecnickcom/tcpdf/tcpdf.php
+++ b/vendor/tecnickcom/tcpdf/tcpdf.php
@@ -1,7 +1,7 @@
<?php
//============================================================+
// File name : tcpdf.php
-// Version : 6.2.25
+// Version : 6.2.26
// Begin : 2002-08-03
// Last Update : 2018-09-14
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
@@ -104,7 +104,7 @@
* Tools to encode your unicode fonts are on fonts/utils directory.</p>
* @package com.tecnick.tcpdf
* @author Nicola Asuni
- * @version 6.2.25
+ * @version 6.2.26
*/
// TCPDF configuration
@@ -128,7 +128,7 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.php');
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
* @package com.tecnick.tcpdf
* @brief PHP class for generating PDF documents without requiring external extensions.
- * @version 6.2.25
+ * @version 6.2.26
* @author Nicola Asuni - info@tecnick.com
* @IgnoreAnnotation("protected")
* @IgnoreAnnotation("public")
@@ -9647,7 +9647,7 @@ class TCPDF {
protected function _putcatalog() {
// put XMP
$xmpobj = $this->_putXMP();
- // if required, add standard sRGB_IEC61966-2.1 blackscaled ICC colour profile
+ // if required, add standard sRGB ICC colour profile
if ($this->pdfa_mode OR $this->force_srgb) {
$iccobj = $this->_newobj();
$icc = file_get_contents(dirname(__FILE__).'/include/sRGB.icc');