]> git.parisson.com Git - pdf.js.git/commitdiff
Merge branch 'master' into font
authorsbarman <sbarman@L3CWZ5T.(none)>
Thu, 21 Jul 2011 18:29:15 +0000 (11:29 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Thu, 21 Jul 2011 18:29:15 +0000 (11:29 -0700)
1  2 
fonts.js
pdf.js

diff --cc fonts.js
index 57e974e12ad7b5cef4ff7f126c87aa63d1422f37,76facb50424ae4a4cfa1886c5ffbda34bfc6613d..77ad85a00eb74685cc723115616a13d8bb3fdedf
+++ b/fonts.js
@@@ -385,8 -377,8 +383,9 @@@ var Font = (function Font() 
          warn('Font ' + properties.type + ' is not supported');
          break;
      }
 +
      this.data = data;
+     this.textMatrix = properties.textMatrix || IDENTITY_MATRIX;
      this.type = properties.type;
      this.loadedName = getUniqueName();
      this.compositeFont = properties.compositeFont;
diff --cc pdf.js
Simple merge