Skip to content

Commit

Permalink
docs(readme): add pdf example to FAQ
Browse files Browse the repository at this point in the history
Ref gh-599
Thanks @paopre!
  • Loading branch information
timmywil authored Dec 31, 2021
1 parent 834f7f6 commit c5a7db1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ Add `text-rendering="geometricPrecision"` to your `<text>` elements.
<text text-rendering="geometricPrecision" x="40" y="120">Hello World</text>
```

5\. I'm using Panzoom on a canvas element that renders a PDF. How do I avoid the PDF getting blurry when scaled?

See this [stackoverflow question](https://stackoverflow.com/questions/70428922/pan-zoom-a-pdf-javascript/70501465)

---

## Documentation
Expand Down

0 comments on commit c5a7db1

Please sign in to comment.