Skip to content

Commit b675300

Browse files
committed
Fixed #348 - fromHtml method blows pdf graphics stack
1 parent f3f6261 commit b675300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jspdf.plugin.from_html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
});
640640
});
641641

642-
return r.dispose();
642+
return pdf;
643643
};
644644
Renderer.prototype.init = function () {
645645
this.paragraph = {

0 commit comments

Comments
 (0)