summaryrefslogtreecommitdiff
path: root/library/tecnick.com/tcpdf/include
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-24 10:20:17 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-24 10:25:07 +0100
commit88816ef580938257bf94537ffb701c20f4e3aaab (patch)
tree2309f4586fdb7c5d1c1a0a028a8d2dc84e3fbca0 /library/tecnick.com/tcpdf/include
parent65a37686c97b39af4af94a3998a4acd717ab5056 (diff)
downloadwebtrees-88816ef580938257bf94537ffb701c20f4e3aaab.tar.gz
webtrees-88816ef580938257bf94537ffb701c20f4e3aaab.tar.bz2
webtrees-88816ef580938257bf94537ffb701c20f4e3aaab.zip
Upgrade tcpdf from 6.0.94 to 6.0.97
Diffstat (limited to 'library/tecnick.com/tcpdf/include')
-rw-r--r--library/tecnick.com/tcpdf/include/tcpdf_images.php8
-rw-r--r--library/tecnick.com/tcpdf/include/tcpdf_static.php2
2 files changed, 5 insertions, 5 deletions
diff --git a/library/tecnick.com/tcpdf/include/tcpdf_images.php b/library/tecnick.com/tcpdf/include/tcpdf_images.php
index 150832ef16..3e13d9d795 100644
--- a/library/tecnick.com/tcpdf/include/tcpdf_images.php
+++ b/library/tecnick.com/tcpdf/include/tcpdf_images.php
@@ -3,7 +3,7 @@
// File name : tcpdf_images.php
// Version : 1.0.003
// Begin : 2002-08-03
-// Last Update : 2014-04-03
+// Last Update : 2014-10-06
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
// -------------------------------------------------------------------
@@ -38,7 +38,7 @@
* This is a PHP class that contains static image methods for the TCPDF class.<br>
* @package com.tecnick.tcpdf
* @author Nicola Asuni
- * @version 1.0.003
+ * @version 1.0.004
*/
/**
@@ -46,7 +46,7 @@
* Static image methods used by the TCPDF class.
* @package com.tecnick.tcpdf
* @brief PHP class for generating PDF documents without requiring external extensions.
- * @version 1.0.003
+ * @version 1.0.004
* @author Nicola Asuni - info@tecnick.com
*/
class TCPDF_IMAGES {
@@ -56,7 +56,7 @@ class TCPDF_IMAGES {
* @since 5.0.000 (2010-05-02)
* @public static
*/
- public static $svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode');
+ public static $svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'display', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode');
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/library/tecnick.com/tcpdf/include/tcpdf_static.php b/library/tecnick.com/tcpdf/include/tcpdf_static.php
index 2c32f89939..feb4c154e5 100644
--- a/library/tecnick.com/tcpdf/include/tcpdf_static.php
+++ b/library/tecnick.com/tcpdf/include/tcpdf_static.php
@@ -55,7 +55,7 @@ class TCPDF_STATIC {
* Current TCPDF version.
* @private static
*/
- private static $tcpdf_version = '6.0.094';
+ private static $tcpdf_version = '6.0.097';
/**
* String alias for total number of pages.