dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.4k stars 77 forks source link

Echo causes unexpected output on recoverable error #30

Closed UCIS closed 6 years ago

UCIS commented 6 years ago

The echo statement at Document.php line 354 causes unexpected output which may corrupt other data. Is there a better way to report such recoverable errors? As far as I can tell this is the only echo statement in the code.

PhenX commented 6 years ago

Fixed by 8f543ede60386faec9b0012833536de4b6083bb9