From 21f4847ec48e983059b03ed4f3081483484c16c9 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 6 Jun 2021 09:54:39 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index a519af2..3cb4e24 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -183,7 +183,7 @@ The demo viewer creates, renders, and holds canvases only for visible pages to r ## There are two back-ends, canvas and SVG. Which one should I use? -You should use the default, which is the canvas back-end, since it is stable and supported. The SVG back-end is experimental and is not feature complete. The advantage of the SVG back-end is rendering quality, but the disadvantage is that it's currently slower than the canvas back-end. +You should use the default, which is the canvas back-end, since it is stable and supported. The SVG back-end is *experimental* and is not feature complete. The advantage of the SVG back-end is rendering quality, but the disadvantage is that it's both slower and uses more memory than the canvas back-end. ## PDF.js is fetching the entire PDF file from a server. Can it fetch only the required portions for rendering?