diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index cd9cb2f50..a3885ae3e 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -13,6 +13,8 @@ img.example { border-color: #999; border-style: solid; border-width: 1px; + image-rendering: crisp-edges; + image-rendering: pixelated; } pre { background: #eee; diff --git a/_docs/public/index.html b/_docs/public/index.html index f8e7f049a..fdde07b7b 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -27,6 +27,8 @@ img.example { border-color: #999; border-style: solid; border-width: 1px; + image-rendering: crisp-edges; + image-rendering: pixelated; } pre { background: #eee;