dompdf / php-svg-lib

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

Support auto height/width for elements with natural dimensions #113

Open bsweeney opened 6 months ago

bsweeney commented 6 months ago

Elements that have natural dimensions (image, symbol) do not render correctly if a height and width are not specified. Add support for auto height/width for these elements.