fix incorrect property name, tests were failing
This commit is contained in:
parent
4efe54fb7b
commit
42ba33f1bf
8
pdf.js
8
pdf.js
@ -3446,8 +3446,8 @@ var EvalState = (function() {
|
||||
this.lineX = 0;
|
||||
this.lineY = 0;
|
||||
// Character and word spacing
|
||||
this.charSpace = 0;
|
||||
this.wordSpace = 0;
|
||||
this.charSpacing = 0;
|
||||
this.wordSpacing = 0;
|
||||
this.textHScale = 1;
|
||||
// Color spaces
|
||||
this.fillColorSpace = null;
|
||||
@ -3864,8 +3864,8 @@ var CanvasExtraState = (function() {
|
||||
this.lineX = 0;
|
||||
this.lineY = 0;
|
||||
// Character and word spacing
|
||||
this.charSpace = 0;
|
||||
this.wordSpace = 0;
|
||||
this.charSpacing = 0;
|
||||
this.wordSpacing = 0;
|
||||
this.textHScale = 1;
|
||||
// Color spaces
|
||||
this.fillColorSpaceObj = null;
|
||||
|
Loading…
Reference in New Issue
Block a user