Skip to content

Commit

Permalink
Mark deprecated ms-interpolation-mode css property
Browse files Browse the repository at this point in the history
  • Loading branch information
out-of-phaze committed Jun 22, 2024
1 parent 115e249 commit 3804d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/paperwork/photography.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
var/photo_html = {"
<html><head><title>[name]</title></head>
<body style='overflow:hidden;margin:0;text-align:center'>
<img src='tmp_photo_[id].png' width='[64*photo_size]' style='-ms-interpolation-mode:nearest-neighbor' />
// todo: remove -ms-interpolation-mode once 516 is required
<img src='tmp_photo_[id].png' width='[64*photo_size]' style='-ms-interpolation-mode:nearest-neighbor;image-rendering:pixelated;' />
[scribble ? "<br>Written on the back:<br><i>[scribble]</i>" : ""]
</body></html>
"}
Expand Down

0 comments on commit 3804d1f

Please sign in to comment.