LaTeXML
LaTeXML copied to clipboard
restore native PGF quick commands
Part two of #2401 (to fully fix #2399): the quick commands by definition must not alter the bounding box. They do this by altering relevantforpicturesize, so this depends on the other PR to actually have an effect. This changes how some of Silviu's test are rendered (for the better) although plenty of stuff is still broken.
As far as I can tell, the initial implementation of PGF was extremely conservative about stuff being drawn outside of the SVG bounding box, hence the disabling of relevantforpicturesize and the redefinition of the quick commands. I don't think this is necessary anymore.