Skip to content

Commit 397b06b

Browse files
committed
Build and fix conflicts
2 parents 68baeff + 3aeff5f commit 397b06b

File tree

10 files changed

+74
-43
lines changed

10 files changed

+74
-43
lines changed

bower.json.bak

Lines changed: 0 additions & 27 deletions
This file was deleted.

dist/jspdf.debug.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** @preserve
1414
* jsPDF - PDF Document creation from JavaScript
15-
* Version 1.2.61 Built on 2016-09-21T03:47:23.229Z
16-
* CommitID 811fbb2f6a
15+
* Version 1.2.61 Built on 2016-09-25T19:47:26.050Z
16+
* CommitID 68baeff299
1717
*
1818
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
1919
* 2010 Aaron Spike, https://github.com/acspike
@@ -2029,7 +2029,7 @@
20292029
* pdfdoc.mymethod() // <- !!!!!!
20302030
*/
20312031
jsPDF.API = { events: [] };
2032-
jsPDF.version = "1.2.61 2016-09-21T03:47:23.229Z:albert";
2032+
jsPDF.version = "1.2.61 2016-09-25T19:47:26.050Z:jameshall";
20332033

20342034
if (typeof define === 'function' && define.amd) {
20352035
define('jsPDF', function () {
@@ -2713,9 +2713,9 @@ Q\n";
27132713
*/
27142714
createDefaultAppearanceStream: function createDefaultAppearanceStream(formObject) {
27152715
var stream = "";
2716-
// Set Helvetica to Standard Font (12px)
2716+
// Set Helvetica to Standard Font (size: auto)
27172717
// Color: Black
2718-
stream += "/Helv 12 Tf 0 g";
2718+
stream += "/Helv 0 Tf 0 g";
27192719
return stream;
27202720
}
27212721
};

dist/jspdf.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/autoprint.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/editor.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/font-size.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ doc.setFontSize(22);
33
doc.text(20, 20, 'This is a title');
44

55
doc.setFontSize(16);
6-
doc.text(20, 30, 'This is some normal sized text underneath.');
6+
doc.text(20, 30, 'This is some normal sized text underneath.');

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ <h2>License</h2>
142142
<footer>&copy; 2016 James Hall - <a href="https://parall.ax/pages/privacy-policy">Privacy Policy</a></footer>
143143

144144
<!-- Scripts down here -->
145-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
145+
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
146146
<script src="http://html2canvas.hertzen.com/build/html2canvas.js"></script>
147147

148148
<!-- Code editor -->
149149

150-
<script src="https://cdn.jsdelivr.net/ace/1.1.01/noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
150+
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.5/ace.js" type="text/javascript" charset="utf-8"></script>
151151

152152
<!-- Scripts in development mode -->
153153
<script type="text/javascript" src="dist/jspdf.debug.js"></script>

npm-debug.log

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
3+
2 info using [email protected]
4+
3 info using [email protected]
5+
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
6+
5 info lifecycle [email protected]~prestart: [email protected]
7+
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
8+
7 info lifecycle [email protected]~start: [email protected]
9+
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
10+
9 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/jameshall/Code/jsPDF/node_modules/.bin:/Library/Frameworks/Python.framework/Versions/3.5/bin:~/.composer/vendor/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
11+
10 verbose lifecycle [email protected]~start: CWD: /Users/jameshall/Code/jsPDF
12+
11 silly lifecycle [email protected]~start: Args: [ '-c', 'ws' ]
13+
12 silly lifecycle [email protected]~start: Returned: code: 1 signal: null
14+
13 info lifecycle [email protected]~start: Failed to exec start script
15+
14 verbose stack Error: [email protected] start: `ws`
16+
14 verbose stack Exit status 1
17+
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
18+
14 verbose stack at emitTwo (events.js:87:13)
19+
14 verbose stack at EventEmitter.emit (events.js:172:7)
20+
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
21+
14 verbose stack at emitTwo (events.js:87:13)
22+
14 verbose stack at ChildProcess.emit (events.js:172:7)
23+
14 verbose stack at maybeClose (internal/child_process.js:827:16)
24+
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
25+
15 verbose pkgid [email protected]
26+
16 verbose cwd /Users/jameshall/Code/jsPDF
27+
17 error Darwin 15.6.0
28+
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
29+
19 error node v4.4.7
30+
20 error npm v3.10.6
31+
21 error code ELIFECYCLE
32+
22 error [email protected] start: `ws`
33+
22 error Exit status 1
34+
23 error Failed at the [email protected] start script 'ws'.
35+
23 error Make sure you have the latest version of node.js and npm installed.
36+
23 error If you do, this is most likely a problem with the jspdf package,
37+
23 error not with npm itself.
38+
23 error Tell the author that this fails on your system:
39+
23 error ws
40+
23 error You can get information on how to open an issue for this project with:
41+
23 error npm bugs jspdf
42+
23 error Or if that isn't available, you can get their info via:
43+
23 error npm owner ls jspdf
44+
23 error There is likely additional logging output above.
45+
24 verbose exit [ 1, true ]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.2.61",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
6-
"main": "dist/jspdf.min.js",
6+
"main": "dist/jspdf.debug.js",
77
"files": [
8-
"dist/jspdf.min.js",
8+
"dist/jspdf.debug.js",
99
"README.md"
1010
],
1111
"keywords": [

plugins/acroform.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,9 @@ Q\n";
677677
*/
678678
createDefaultAppearanceStream: function (formObject) {
679679
var stream = "";
680-
// Set Helvetica to Standard Font (12px)
680+
// Set Helvetica to Standard Font (size: auto)
681681
// Color: Black
682-
stream += "/Helv 12 Tf 0 g";
682+
stream += "/Helv 0 Tf 0 g";
683683
return stream;
684684
}
685685
};

0 commit comments

Comments
 (0)