Elements with -webki-filter: blur(5px)
are not properly printed on Chrome.
-webkit-print-color-adjust: exact
doesn't help.
My Chrome version is 51.0.2704.84 (64-bit).
Code:
body {
-webkit-print-color-adjust: exact;
}
div {
width: 200px;
height: 160px;
background: gray;
}
.blurred {
filter: blur(5px);
-webkit-filter: blur(5px);
}
<div></div>
<div class="blurred"></div>
Aucun commentaire:
Enregistrer un commentaire