Andrew Myers

Results 57 comments of Andrew Myers

If you have the source for the package, you can compile it using JLang and then link against it.

In principle this should be workable, since Polyglot has been updated to Java 17 and supports most Java 11 features. I don't think it has been tested yet though.

It sounds like the problem is pointers from data structures that the compiler statically allocates? I would think that a ctor section could be generated to report such data structures...

I'm probably not the right person to do that detective work. My random guess is that it has to do with drawing corners with appropriate mitering, though I would not...

There is a pending fix to this issue.

The issue is still relevant. There is a fix for it already as a PR.

I get around this bug by monkey-patching jsPDF, so I don't have much incentive to put more effort into it. I wrote the PR and someone else needs to pick...