mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fixes test driver and examples
This commit is contained in:
parent
5608f8e445
commit
b312719d7e
6 changed files with 109 additions and 93 deletions
|
@ -242,6 +242,7 @@ var PageViewport = PDFJS.PageViewport = (function PageViewportClosure() {
|
|||
this.offsetY = offsetY;
|
||||
this.width = width;
|
||||
this.height = height;
|
||||
this.fontScale = scale;
|
||||
}
|
||||
PageViewport.prototype = {
|
||||
convertToViewportPoint: function PageViewport_convertToViewportPoint(x, y) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue