spipu / html2pdf

OFFICIAL PROJECT | HTML to PDF converter written in PHP
http://html2pdf.fr/en/default
Open Software License 3.0
1.66k stars 747 forks source link

border-radius on img not working #700

Open paytah232 opened 2 years ago

paytah232 commented 2 years ago

Could you please help me with this, as it seems border-radius is not supported on img tags.

<td style="vertical-align:middle;width:20mm;height:20mm;"><img src="<?php echo THIS_LIB_PATH_UP.'templates/1/7_lockhart_court.jpg';?>" alt="Logo" style="display:block;height:100%;max-width:100%;border-radius:50%;"></td>

Output: image

Expected Output: image

ThijsCatwise commented 8 months ago

Bump