From c5a932a9d67cd44ab6e35e5b00cbc649e3632a89 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Wed, 22 Jan 2020 00:31:01 +0100 Subject: [PATCH] Display the CSS tab in the interactive examples (issue 11506 follow-up) I just happened to notice that we've apparently never displayed the "CSS" tab [in the interactive examples](https://mozilla.github.io/pdf.js/examples/index.html#interactive-examples), which probably limits the number of users who'll notice the `direction: ltr;` CSS rule on the canvas :-) --- docs/contents/examples/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contents/examples/index.md b/docs/contents/examples/index.md index 437448fae..26badb038 100644 --- a/docs/contents/examples/index.md +++ b/docs/contents/examples/index.md @@ -73,17 +73,17 @@ var scaledViewport = page.getViewport({ scale: scale, }); The example demonstrates how promises can be used to handle errors during loading. It also demonstrates how to wait until page loaded and rendered. - + ### Hello World using base64 encoded PDF The PDF.js can accept any decoded base64 data as an array. - + ### Previous/Next example The same canvas cannot be used to perform to draw two pages at the same time -- the example demonstrates how to wait on previous operation to be complete. - +