dart_pdf
dart_pdf copied to clipboard
Background colors in div are not rendered
<div style="height:0.2mm; width:10mm; background: black;"></div>
should render a small black line, but it doesen't.
Using
<div style="height:0.2mm; width:10mm; border-bottom: 0.2mm solid black;"></div>
is a workarround, but the first one should work too, if possible.
Thx for the great work on this package ;) Volker
The HTML renderer is based on the iOS/macOS and Android web engines, they will not produce perfect results.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Closing this stale issue because it has no activity.