If I create a PDF with html containing an img tag with an svg file, everything works fine until the svg file contains the css poperty stroke-dasharray as in style="stroke-dasharray:none;".
If it contains that property, everything after that element is kind of white. At least in some PDF viewers (like Atril 1.24.0). I can still select the text in the pdf, so it is there...
dompdf version 1.2.2 (via barryvdh/laravel-dompdf)
php 7.4.3