TCPDF
TCPDF copied to clipboard
ImageSVG() does not calculate the correct w/h values anymore - fix it
Fix for issue #660 Automatic calculation of w/h fails for ImageSVG() The bug appeared in 6.0.031 and was caused by the 'avoid "division by zero"' part of commit: 0c26f23 The fix, for me, is to remove the div_by_zero mitigation.
Please try to resolve the conflicts.
Rebased onto your recently force-pushed main branch.