dompdf / php-svg-lib

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

Add support for units in length values #76

Closed bsweeney closed 1 year ago

bsweeney commented 2 years ago

php-svg-lib currently only support user-unit values (i.e. no unit identifier has been provided) for measurements. Add support for units as defined in the SVG specification.