Lukas Holländer
Lukas Holländer
#2804 is merged now.
The `getTextDimensions` method from `cell.js` should probably be moved the core or `split_text_to_size`. With #2824 it will have a dependency on `split_text_to_size`.
Thanks for the bug report. A pull request fixing this is very welcome.
Would definitively be good. Could you prepare a PR for this, maybe?
You can create a GState like this: ``` import { GState } from "jspdf" new GState({opacity: 0.5}) ``` You can create a matrix like this: ``` const m = doc.Matrix(1,0,0,1,0,0)...
Did you set the font correctly? Might be related to #3171 or #3224.
Thanks for the bug report. A pull request would be very welcome.
You are right, rgba colors in general aren't supported ATM.
Cannot reproduce. This works: ``` const canvas = document.createElement("canvas"); canvas.width = 100; canvas.height = 100; const ctx = canvas.getContext("2d"); ctx.fillStyle = "red"; ctx.fillRect(0, 0, 100, 100); const pdf = new...
I've tested it with 2.4.0 and 2.5.0 and Adobe Acrobat DC 2021.011.20039. I can't reproduce it. I didn't test with Angular, although I think that shouldn't make a difference. Please...