kylec32 / dokuwiki_plantumlparser

A plugin to have a user's browser display a SVG PlantUML diagram generated at http://plantuml.com/
MIT License
8 stars 12 forks source link

PDF Export with dw2pdf doesnt shows uml Math syntax #25

Closed eduardomozart closed 4 years ago

eduardomozart commented 4 years ago

PlantUML allows using Math syntax:

http://plantuml.com/ascii-math

It renders on client side, but when it tries to generate a PDF file, it renders only a white space instead of the Math syntax.

eduardomozart commented 4 years ago

Sent a pull request that replaces Math SVG to PNG output when using DW2PDF: #26 Apparently it's a issue with mPDF and SVG + LaTeX support

kylec32 commented 4 years ago

Resolved with #26