dompdf/php-svg-lib

"t" commands in path don't work

GoatRiderMN opened this issue · 0 comments

"t" commands in a path don't work right.

This is because on line 336 of src/Tag/Path.php there should be a "!". It should be:

                if (!preg_match("/[QqTt]/", $previous[0])) {