Alrik Wendel
Alrik Wendel
@pcafstockf Not sure what you mean by debugger, but console.log used in my scripts point to the correct line in my original typescript file. But that's about as much debugging...
Yes, the main issue is that transparency would never be preversed, which is a crucial feature for exporting png with transparency. Currently the only way to do this to support...
The alternative of course would be to extend the existing Screenshot API to offer an option to make the background / body transparent. If this is not natively possible, there...
That is a good idea for ensuring no overlaps etc, but doesn't solve the missing alpha data issue. I guess there is 2 more features where I'm not certain the...
My apologies, I based my assumptions only on the documentation and assumed it would take a screenshot similar to normal screen capture. Perhaps a small section in the docs regarding...
Alright, I'll write a little test case over the few days when I find time and report back to see if any behaviour is missing and will annotate docs based...
Wrote a little Fiddle to answer some of the questions: (1) "offscreen rendering" is indeed possible by using a BrowserWindow with show:false (2) Can be set to any arbitrary resolution...
is there currently an existing way to set the userAgentData found in navigator.userAgentData? Or will we have to wait for this pull request to be accepted? (because it can't be...
true that could work, would just require more work for the developer. But yes with firstLineIndent, technically it should be possible to have multipleSpans with different styles render together. perhaps...
That is correct, except for that you don't have to draw the Span, you can also collect the result in bulk and draw later or do the calculations in a...