This commit is contained in:
Artur Adib 2012-01-20 18:44:51 -05:00
parent 786cccf636
commit bbdec90c0d
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
// A valid matrix needs all main diagonal elements to be non-zero // A valid matrix needs all main diagonal elements to be non-zero
// This also ensures we bypass FF bugzilla bug #719844. // This also ensures we bypass FF bugzilla bug #719844.
if (fontObj.fontMatrix[0] === 0 || if (fontObj.fontMatrix[0] === 0 ||
fontObj.fontMatrix[3] === 0 ) { fontObj.fontMatrix[3] === 0) {
warn('Invalid font matrix for font ' + fontRefName); warn('Invalid font matrix for font ' + fontRefName);
// Fallback // Fallback

View File

@ -127,7 +127,7 @@ var WorkerMessageHandler = {
e = { e = {
message: 'Unknown exception type: ' + (typeof e), message: 'Unknown exception type: ' + (typeof e),
stack: minimumStackMessage stack: minimumStackMessage
} };
} }
handler.send('page_error', { handler.send('page_error', {