jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

text matrix not working

Open mephitrpg opened this issue 2 years ago • 2 comments

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');

mephitrpg avatar Apr 21 '22 16:04 mephitrpg

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.

github-actions[bot] avatar Jul 21 '22 02:07 github-actions[bot]

this issue is still relevant

mephitrpg avatar Jul 27 '22 15:07 mephitrpg

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.

github-actions[bot] avatar Oct 26 '22 02:10 github-actions[bot]

still relevant

mephitrpg avatar Oct 26 '22 23:10 mephitrpg

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.

github-actions[bot] avatar Jan 26 '23 02:01 github-actions[bot]

do this was fixed?

mephitrpg avatar Feb 21 '23 17:02 mephitrpg

do this was fixed?

junboxiao avatar May 15 '24 15:05 junboxiao