jsPDF
jsPDF copied to clipboard
text matrix not working
The following code will output non-transformed text
const doc = new jsPDF();
doc.advancedAPI(adv => {
adv.text('Hello World!', 100, 100, adv.Matrix(1, -0.3, 0, 1, 0, 0));
});
document.querySelector('iframe').src = doc.output('datauristring');
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
this issue is still relevant
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
still relevant
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
do this was fixed?
do this was fixed?