@@ -129,8 +129,8 @@ var asyncGenerator = function () {
129129
130130/** @preserve
131131 * jsPDF - PDF Document creation from JavaScript
132- * Version 1.3.4 Built on 2017-09-11T18:13 :05.073Z
133- * CommitID daacf2c6e2
132+ * Version 1.3.4 Built on 2017-09-14T14:57 :05.755Z
133+ * CommitID 83bc1be576
134134 *
135135 * Copyright (c) 2010-2016 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
136136 * 2010 Aaron Spike, https://github.com/acspike
@@ -3009,8 +3009,7 @@ AcroForm.Appearance.internal = {
30093009 var cross = {
30103010 x1: { // upperLeft
30113011 x: (width - a) / 2,
3012- y: (height - a) / 2 + a //height - borderPadding
3013- },
3012+ y: (height - a) / 2 + a },
30143013 x2: { // lowerRight
30153014 x: (width - a) / 2 + a,
30163015 y: (height - a) / 2 //borderPadding
@@ -3021,8 +3020,7 @@ AcroForm.Appearance.internal = {
30213020 },
30223021 x4: { // upperRight
30233022 x: (width - a) / 2 + a,
3024- y: (height - a) / 2 + a //height - borderPadding
3025- }
3023+ y: (height - a) / 2 + a }
30263024 };
30273025
30283026 return cross;
@@ -9345,24 +9343,24 @@ MIT license.
93459343 'Times-Italic': encodingBlock
93469344 // , 'Symbol'
93479345 // , 'ZapfDingbats'
9348- }
9349- /**
9350- Resources:
9351- Font metrics data is reprocessed derivative of contents of
9352- "Font Metrics for PDF Core 14 Fonts" package, which exhibits the following copyright and license:
9353-
9354- Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.
9355-
9356- This file and the 14 PostScript(R) AFM files it accompanies may be used,
9357- copied, and distributed for any purpose and without charge, with or without
9358- modification, provided that all copyright notices are retained; that the AFM
9359- files are not distributed without this file; that all modifications to this
9360- file or any of the AFM files are prominently noted in the modified file(s);
9361- and that this paragraph is not modified. Adobe Systems has no responsibility
9362- or obligation to support the use of the AFM files.
9363-
9364- */
9365- } ,
9346+ } }
9347+ /**
9348+ Resources:
9349+ Font metrics data is reprocessed derivative of contents of
9350+ "Font Metrics for PDF Core 14 Fonts" package, which exhibits the following copyright and license:
9351+
9352+ Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.
9353+
9354+ This file and the 14 PostScript(R) AFM files it accompanies may be used,
9355+ copied, and distributed for any purpose and without charge, with or without
9356+ modification, provided that all copyright notices are retained; that the AFM
9357+ files are not distributed without this file; that all modifications to this
9358+ file or any of the AFM files are prominently noted in the modified file(s);
9359+ and that this paragraph is not modified. Adobe Systems has no responsibility
9360+ or obligation to support the use of the AFM files.
9361+
9362+ */
9363+ ,
93669364 fontMetrics = { 'Unicode': {
93679365 // all sizing numbers are n/fontMetricsFractionOf = one font size unit
93689366 // this means that if fontMetricsFractionOf = 1000, and letter A's width is 476, it's
0 commit comments