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?