Skip to content

Commit 854d10d

Browse files
committed
Update examples, rebuild with new html2canvas
1 parent b503a02 commit 854d10d

File tree

12 files changed

+1237
-907
lines changed

12 files changed

+1237
-907
lines changed

dist/jspdf.debug.js

Lines changed: 1208 additions & 873 deletions
Large diffs are not rendered by default.

dist/jspdf.min.js

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

examples/html2pdf/auto_break.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h1>Autobreak</h1>
144144
</ol>
145145
</div>
146146

147-
<script src='../../../dist/jspdf.debug.js'></script>
147+
<script src='../../dist/jspdf.debug.js'></script>
148148
<script src='../../libs/html2pdf.js'></script>
149149
<script>
150150
var pdf = new jsPDF('p', 'pt', 'letter');

examples/html2pdf/lists.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Not Implemented</h2>
4343
</pre>
4444
</div>
4545

46-
<script src='../../../dist/jspdf.debug.js'></script>
46+
<script src='../../dist/jspdf.debug.js'></script>
4747
<script src='../../libs/html2pdf.js'></script>
4848

4949
<script>

examples/html2pdf/page_break.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 style='page-break-before: always'>Text</h1>
3535

3636
</div>
3737

38-
<script src='../../../dist/jspdf.debug.js'></script>
38+
<script src='../../dist/jspdf.debug.js'></script>
3939
<script src='../../libs/html2pdf.js'></script>
4040
<script>
4141
var pdf = new jsPDF('p', 'pt', 'letter');

examples/html2pdf/pdf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1>sing to me, erbarme dich</h1>
153153
This is a nonsensical document, but syntactically valid HTML 4.0. All 100% conformant CSS1 agents should be able to render the document elements above this paragraph <b>indistinguishably</b> (to the pixel) from this reference rendering, (except font rasterization and form widgets). All discrepancies should be traceable to CSS1 implementation shortcomings. Once you have finished evaluating this test, you can return to the <A HREF="sec5526c.htm" style="text-decoration: none">parent page</A>.
154154
</p>
155155

156-
<script src='../../../dist/jspdf.debug.js'></script>
156+
<script src='../../dist/jspdf.debug.js'></script>
157157
<script src='../../libs/html2pdf.js'></script>
158158
<script>
159159

examples/html2pdf/pdf2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>More content</h2>
5959
</div>
6060

6161

62-
<script src='../../../dist/jspdf.debug.js'></script>
62+
<script src='../../dist/jspdf.debug.js'></script>
6363
<script src='../../libs/html2pdf.js'></script>
6464

6565
<script>

examples/html2pdf/showcase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2>Font Size</h2>
6666
</div>
6767

6868

69-
<script src='../../../dist/jspdf.debug.js'></script>
70-
<script src='../../libs/html2pdf.js'></script>
69+
<script src='../../dist/jspdf.debug.js'></script>
70+
<script src='../../libs/html2pdf.js'></script>
7171

7272
<script>
7373
var pdf = new jsPDF('p', 'pt', 'letter');

examples/html2pdf/showcase_supported_html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2>External</h2>
200200
</p>
201201
</div>
202202

203-
<script src='../../../dist/jspdf.debug.js'></script>
203+
<script src='../../dist/jspdf.debug.js'></script>
204204
<script src='../../libs/html2pdf.js'></script>
205205

206206
<script>

examples/html2pdf/simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</body>
1111
</html>
1212

13-
<script src='../../../dist/jspdf.debug.js'></script>
13+
<script src='../../dist/jspdf.debug.js'></script>
1414
<script src='../../libs/html2pdf.js'></script>
1515
<script>
1616
var pdf = new jsPDF('p', 'pt', 'letter');

0 commit comments

Comments
 (0)