1
0
Fork 0
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:
Yury Delendik 2012-04-12 08:23:38 -07:00
parent 5608f8e445
commit b312719d7e
6 changed files with 109 additions and 93 deletions

View file

@ -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) {