diff --git a/pdf.js b/pdf.js
index 469eec578..be585046f 100644
--- a/pdf.js
+++ b/pdf.js
@@ -4727,7 +4727,7 @@ var CanvasGraphics = (function() {
var scaleFactorX = 1, scaleFactorY = 1;
var font = this.current.font;
if (font) {
- if (this.current.fontSize < kRasterizerMin) {
+ if (this.current.fontSize <= kRasterizerMin) {
scaleFactorX = scaleFactorY = kScalePrecision;
ctx.scale(1 / scaleFactorX, 1 / scaleFactorY);
}
diff --git a/web/images/document-print.svg b/web/images/document-print.svg
new file mode 100644
index 000000000..0b8837ba1
--- /dev/null
+++ b/web/images/document-print.svg
@@ -0,0 +1,532 @@
+
+
+
diff --git a/web/images/go-down.svg b/web/images/go-down.svg
index 18dadc498..95b82afd1 100644
--- a/web/images/go-down.svg
+++ b/web/images/go-down.svg
@@ -2,16 +2,16 @@