Luis Leiva

Results 8 comments of Luis Leiva

Maybe related: With the latest `texlive-full` installation (2019.20200218-1) and `fonts-linuxlibertine` (5.3.0-4) I can't see the summation symbol (`+`) in the generated PDF (using pdflatex for compilation). I see the following...

You can give it a try in Firefox. Please see the updated README.

The Firefox version is unsupported, though you can package the extension as a ZIP file. See https://extensionworkshop.com/documentation/publish/package-your-extension/

No idea. As I said, the Firefox version is unsupported, sorry.

Indeed. I copy-paste the last paragraph of the our paper's discussion section: > Finally, we acknowledge a limitation of our adversarial noise technique. The W3C consortium introduced the concept of...

Have you tried to set the size (width and height canvas attributes) in absolute pixel values?

This isn't currently supported, but you can do it with JS: https://stackoverflow.com/a/39774800

Hi, thanks for reporting. I believe you can use `saveGraphics(obj)` followed by `restoreGraphics()`. For instance: ```js var brush = new jSketch('yourCanvas'); brush.saveGraphics({strokeStyle:'lime'}).restoreGraphics(); ```