jagermesh

Results 7 issues of jagermesh

PrinceXML (https://www.princexml.com) JS engine do not support canvas.createSVGMatrix(). Added try / catch to be able to render drawings in PDFs generated by PrinceXML.

There is a problem with control characters for server with libxml 2.6.7 (most of current Linux) servers. In some cases HTML become incorrect (extra closing/opening body/html tags added): Input: ```...

[orig] => this is our classroom [clean] => this is our cl***room

I'm having problem with SFTP connection via login/password (not the key) after upgrading to version 3. It was working fine in version 2. ```PHP $sftp= new SFTP($hostName, $port); $sftp->login($userName, $password);...

MathJax become unresponsive and consuming 100% CPU on following LaTeX. Timeout setting does not help :( ```javascript const mathjax = require('mathjax-node'); mathjax.start(); equation = 'so\\ i\\ did\\ _{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{=-----------------------------------------------------------------------------------------------------------------------------------}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}9315'; mathjax.typeset( {...

Optimize cloning of SVG elements ### Description Instead of cloning each child SVG element (which in my case is around 200) we can use cloneNode(true) to use deep clone mode...

PR: unreviewed