dompdf / php-svg-lib

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

Fix styles for php >= 7.0 #50

Closed msch-alpgis closed 4 years ago

msch-alpgis commented 5 years ago

Cast values to floats when SVG has color values as percentages. Else PHP will throw an exception.