dompdf / php-svg-lib

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

Fixed wrong handling of percentual height/width of rectangels #43

Closed stollr closed 6 years ago

stollr commented 6 years ago

If the dimensions of a rectangular are given in percentual values, the values are handled as if they were absolute ones.

This PR addresses this issue and ensures that percentual dimensions get calculated.